Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.