beyonddream
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Code reading: The Python std lib module – shelve.py (beyonddream.me)
-
I was noodling around with Python on a boring evening, when I decided to try my hand at writing a hand rolled arithmetic expression parser/evaluator without using any parsing tools/generators. I made this repo purely…
-
Sharing my project inspired by twitter snowflake UUID generator but that supports: 1) Longer range of id's to be generated. 2) No coordination with other machines in the distributed system.