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
- Host: GitHub
- URL: https://github.com/dipankardas011/intresting-code-store
- Owner: dipankardas011
- Created: 2021-09-08T14:46:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T15:51:02.000Z (about 4 years ago)
- Last Synced: 2025-02-16T18:28:00.216Z (over 1 year ago)
- Topics: c, cpp, docker-image, html5, python3
- Language: HTML
- Homepage:
- Size: 2.91 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```