https://github.com/lordubuntu/tidbits
A bunch of random tiny coding tidbits for fun
https://github.com/lordubuntu/tidbits
tidbits
Last synced: 7 months ago
JSON representation
A bunch of random tiny coding tidbits for fun
- Host: GitHub
- URL: https://github.com/lordubuntu/tidbits
- Owner: LordUbuntu
- License: unlicense
- Created: 2021-09-04T20:37:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T06:15:37.000Z (about 1 year ago)
- Last Synced: 2025-03-24T07:26:38.285Z (about 1 year ago)
- Topics: tidbits
- Language: Python
- Homepage:
- Size: 265 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TidBits
Also known as:
* My Coding Crucible
* My Doodle Page of Code
## Description
This repository is my personal wilderness of code.
* Micro projects.
* Random and spontaneous snippets and ideas.
* Code recreations and salvages from at least 2017.
* Programming experiments.
* And more.
This repository acts like a doodle page of programming. A crucible to develop and test ideas that might not yet deserve their own repository. A place for programs that aren't big enough for their own repository or that I haven't figured out a better place for yet. This repository is not a complete collection of all the code I've ever written, but it is a great opportunity to see what I've done and peer into my mind. Please, have a browse and enjoy!
## Notes
* Each file has a name that should be self-explanatory.
* Each file will have a description of what it is.
* Each file has the potential to gain its own repo.