Random code bits that I've written for various purposes that don't deserve their own repo.
Once a project gets too big they will be moved to their own repository.
.
├── experiments
│ ├── django
│ │ ├── django-poll-app
│ │ └── google-api-demo
│ ├── postgres
│ │ └── postgres-python-client
│ ├── redis
│ │ └── redis-python-client
│ └── sass
│ └── sass-portfolio
├── extras
├── projects
│ ├── apps
│ │ ├── binary-calculator
│ │ └── income-tax-calculator
│ ├── games
│ │ ├── connect-four
│ │ ├── math-quiz
│ │ └── snake-game
│ └── tools
│ ├── data-tools
│ ├── emailer
│ ├── etl-tools
│ ├── img-tools
│ ├── interval-alarm
│ ├── map-route-visualizer
│ ├── py-utils
│ └── string-cleaner
├── shell-scripts
└── simulations
Note: Marked with *
indicates moved to or being maintained in a different repository
Project | Repository |
---|---|
data-tools |
ashababnoor/data-tools |
etl-tools |
ashababnoor/data-tools |
Generated directory tree using the following command
tree -L 3 -I venv -d