Repo that contains some little practice/experiment scripts and simple apps
- a terminal clock example to learn very basic loop,array syntax of language
- web fileserver (with html file live reloading)
- binary search implementation
- pi calculation script
- file name collector (a simple ls to file example)
- example of python dataclass decorator and property method
- some self notes about usages of multiple logical operator usage in python
- convert size to human readable
- add spaces to between char of given string
- strategy and observer pattern example implementation
- basic suffix filler example
- system hardware info
- updating terminal output
- a terminal clock example to learn very basic loop,array syntax of language
- very simple cpu stress tester with threading
- a terminal timer application created to only write some more rust
- also another terminal clock application created to only write some more rust but this one uses more high level tui lib (🐀) ratatui
- timer version of ratatui clock created to use more rust
- simple file hosting server application (uses creates for http things)