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
│   │   ├── pong
│   │   └── snake-game
│   └── tools
│       ├── data-tools
│       ├── emailer
│       ├── etl-tools
│       ├── gh-contrib
│       ├── img-tools
│       ├── interval-alarm
│       ├── map-route-visualizer
│       ├── py-utils
│       └── string-cleaner
├── shell-scripts
└── simulations
    ├── ball-replacement
    ├── bd-income-tax
    ├── epidemic
    ├── game-of-life
    ├── monty-hall-problem
    ├── pi-estimation
    ├── random-walk
    └── subset-sum

Generated directory tree using the following command

tree -L 3 -I venv -I node_modules -d

Moved Projects

For projects that have been moved to a different/standalone repository, please refer to the following table

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

About

Random code bits written for various purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published