4c4e966e5f
feat: great beautiful fixes
2026-02-20 01:17:53 +01:00
20337f07eb
fixes for existing scripts and pomodoro with local sync
2026-02-14 18:42:20 +01:00
93426490c4
Consolidate all Anki deck generators into python_pkg/anki_decks/
...
Move warsaw_bridges, warsaw_districts, warsaw_landmarks, warsaw_metro,
warsaw_osiedla, warsaw_streets, and car_brand_logos into the existing
python_pkg/anki_decks/ directory alongside the polish_* generators.
Also move preview_all.html into anki_decks/.
Update all import paths, filesystem references in geo_data.py,
docstrings, READMEs, test imports, and .gitignore accordingly.
2026-02-07 15:32:23 +01:00
f557c22e7c
feat(screen_locker): harden table tennis verification, remove running option
...
- Remove 'Running' workout option (too easy to fake)
- Add MIN_TABLE_TENNIS_SETS=15 minimum requirement
- Add MIN_POINTS_PER_SET=11 mathematical cross-check
- Add TABLE_TENNIS_SUBMIT_DELAY=60 (increased from 30)
- Add verification question before unlock (total points/avg/diff)
- Require minimum duration per set (2 min/set)
2026-02-02 21:38:52 +01:00
Copilot
7a211649b9
Add Polish license plate Anki flashcard generator with Wikipedia data extraction and caching ( #4 )
...
* Initial plan
* Add Polish license plate Anki generator with bidirectional cards
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
* Add comprehensive README for Polish license plates package
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
* Fix license plate data: correct WT (Wawer) and WWY (Wyszków) mappings
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
* Add Wikipedia scraper for automatic license plate data extraction
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
* Improve fetch_license_plates: add constants and update User-Agent
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
* Add caching to Wikipedia scraper to avoid unnecessary requests
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
* Add error handling for cache file operations
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
2026-01-18 14:30:22 +01:00
Copilot
652e86c370
Add HTTP status code Anki deck generator with http.cat images ( #3 )
...
* Initial plan
* Add HTTP status code Anki deck generator with cat images
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
* Address code review feedback: improve test parameter handling
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
2026-01-14 21:52:20 +01:00
6616655c97
feat: comprehensive Poland geography cards
2026-01-08 17:01:54 +01:00
46309bbe78
feat: better warsaw districts anki card
2026-01-08 15:09:45 +01:00
c834bcb433
feat: sick mode
2026-01-06 13:10:54 +01:00
553593e085
gitignore: add music_gen output folder
2025-12-04 20:59:13 +01:00
df38784035
Remove workout_log.json and FFmpeg from git tracking
...
- Add workout_log.json to root .gitignore
- Remove both files from git index (keep local files)
- FFmpeg was already in .gitignore but still tracked
2025-12-04 20:35:00 +01:00
d760aab07d
feat: added ffmpeg bin to gitignore
2025-11-30 14:12:22 +01:00
e3f9e6dc0b
fix: correct shebang and executable permissions
...
- Add +x to Python scripts with shebangs (3 files)
- Remove -x from non-script files like .cpp, .txt, makefile (23 files)
- Move shebang to first line in C/imageViewer/lint.sh
2025-11-30 13:42:16 +01:00
8bc62f641c
feat: small articles webpage
2025-09-07 21:46:47 +02:00
662b456332
feat: simple fps game
2025-08-24 13:11:24 +02:00
5b5b069033
feat: simple lichess bot
2025-08-22 16:49:30 +02:00
09f8f87003
feat: added simple image viewer
2025-07-09 18:05:59 +02:00
e2e2e5dfa1
feat: conveert mkv videos additionally
2024-12-16 18:09:26 +01:00