Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuraganalog/c_py-scripts
This repo contains some normal c-scripts.
https://github.com/anuraganalog/c_py-scripts
stegnography
Last synced: 14 days ago
JSON representation
This repo contains some normal c-scripts.
- Host: GitHub
- URL: https://github.com/anuraganalog/c_py-scripts
- Owner: AnuragAnalog
- License: agpl-3.0
- Created: 2018-08-19T01:57:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T05:08:13.000Z (about 5 years ago)
- Last Synced: 2024-11-18T07:41:46.853Z (about 2 months ago)
- Topics: stegnography
- Language: C
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c and py-scripts
This repo contains some normal c and py scripts like morsec code converter, rolling dice, string operations, bit operations and lots more...
For the use of python files open the files and see the description.
**String Operations**
In this directory, some of the programs which have the code of string.h in C.
**Set Operations**
In the directory bitoper, the program performs set operations using bit manipulation.
*gridn:*
It produces a matrix of order n with numbers from (1-n^2) randomly shuffled in the cells.
*magicsq:*
Takes dimension of matrix, first term and common difference of an AP as input and makes a mxm Magic square.