Skip to content

ashababnoor/code-bits

Repository files navigation

Code Bits

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.

Repository Structure

.
├── 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

Moved Projects

Project Repository
data-tools ashababnoor/data-tools
etl-tools ashababnoor/data-tools

Extra

Generated directory tree using the following command

tree -L 3 -I venv -d

About

Random code bits written for various purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published