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

https://github.com/dipankardas011/intresting-code-store


https://github.com/dipankardas011/intresting-code-store

c cpp docker-image html5 python3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# List of Intresting Codes

1. Expression Evaluator
2. 3N+1 Problem (Mathematics)
3. Complex DS
4. Convert Number
5. Matrix display
6. Sparse Matrix
7. Todo app

# Not in use
## to run the container
```bash
docker build -t "name-of-image"
```
to run the contaniner
```ps
docker run --rm -it -v "${pwd}:/root/env" "name-of-image"
```
## Cleanup

Remove the build-evironment image:
```ps
docker rmi "name-of-image" -f
```