https://github.com/echasnovski/curiosity-projects
Set of small projects that started out of curiosity
https://github.com/echasnovski/curiosity-projects
Last synced: 8 months ago
JSON representation
Set of small projects that started out of curiosity
- Host: GitHub
- URL: https://github.com/echasnovski/curiosity-projects
- Owner: echasnovski
- License: mit
- Created: 2020-05-07T17:15:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T15:56:43.000Z (over 2 years ago)
- Last Synced: 2025-01-16T13:21:12.262Z (9 months ago)
- Language: Python
- Size: 3.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curiosity projects
Common feature of these projects is that they all started because I was curious about something: answer to a question, new technology, etc.
Every directory should be considered as separate "project".
Currently, these are created:
- **ttd-world-record**: exploration of world record by Dan Ives (founder of TableTennisDaily brand) for "longest duration to control a table tennis ball with a bat".
- **tracked-sample**: code for `TrackedSample` class and its exploration. `TrackedSample` implements random sampling where the result of the next random draw can depend on how long ago in the past element was drawn.