commit 4972bd28f5ef402d10adb12a8adfc2c71a0968bb parent a53728d36dad86458d4b1d233cf1ba181ad17100 Author: Yuval Langer <yuval.langer@gmail.com> Date: Fri, 19 Jan 2024 15:24:47 +0200 Ready repository for migration into kaka.farm. Diffstat:
42 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/dabbling/.gitignore diff --git a/.gitlab-ci.yml b/dabbling/.gitlab-ci.yml diff --git a/README.rst b/dabbling/README.rst diff --git a/html/annoying-sawtooth-alarm.html b/dabbling/html/annoying-sawtooth-alarm.html diff --git a/html/index.html b/dabbling/html/index.html diff --git a/html/kakalog.js b/dabbling/html/kakalog.js diff --git a/html/quadratic-bezier-curves/index.html b/dabbling/html/quadratic-bezier-curves/index.html diff --git a/html/quadratic-bezier-curves/main.js b/dabbling/html/quadratic-bezier-curves/main.js diff --git a/html/quadratic-bezier-curves/style.css b/dabbling/html/quadratic-bezier-curves/style.css diff --git a/html/shades-of-grey/index.html b/dabbling/html/shades-of-grey/index.html diff --git a/html/shades-of-grey/main.js b/dabbling/html/shades-of-grey/main.js diff --git a/html/shades-of-grey/style.css b/dabbling/html/shades-of-grey/style.css diff --git a/html/sokoban/kakalog-state.js b/dabbling/html/sokoban/kakalog-state.js diff --git a/html/sokoban/sokoban-web.js b/dabbling/html/sokoban/sokoban-web.js diff --git a/html/sokoban/sokoban.css b/dabbling/html/sokoban/sokoban.css diff --git a/html/sokoban/sokoban.html b/dabbling/html/sokoban/sokoban.html diff --git a/html/sokoban/sokoban.js b/dabbling/html/sokoban/sokoban.js diff --git a/html/sokoban/sokoban_tests.js b/dabbling/html/sokoban/sokoban_tests.js diff --git a/html/spinning-shapes/index.html b/dabbling/html/spinning-shapes/index.html diff --git a/html/spinning-shapes/main.js b/dabbling/html/spinning-shapes/main.js diff --git a/html/spinning-shapes/style.css b/dabbling/html/spinning-shapes/style.css diff --git a/html/tau-mandala/index.css b/dabbling/html/tau-mandala/index.css diff --git a/html/tau-mandala/index.html b/dabbling/html/tau-mandala/index.html diff --git a/html/tau-mandala/tau-mandala.svg b/dabbling/html/tau-mandala/tau-mandala.svg diff --git a/html/tau/2020-darts.html b/dabbling/html/tau/2020-darts.html diff --git a/html/tau/2020.html b/dabbling/html/tau/2020.html diff --git a/html/the-dancing-polygon-screensaver/index.html b/dabbling/html/the-dancing-polygon-screensaver/index.html diff --git a/html/the-dancing-polygon-screensaver/main.js b/dabbling/html/the-dancing-polygon-screensaver/main.js diff --git a/html/the-dancing-polygon-screensaver/style.css b/dabbling/html/the-dancing-polygon-screensaver/style.css diff --git a/html/wtc_plaza_2001-09-11/freesound.org/data/previews/239/239900_4079949-lq.mp3 b/dabbling/html/wtc_plaza_2001-09-11/freesound.org/data/previews/239/239900_4079949-lq.mp3 Binary files differ. diff --git a/html/wtc_plaza_2001-09-11/freesound.org/data/previews/344/344150_6179115-lq.mp3 b/dabbling/html/wtc_plaza_2001-09-11/freesound.org/data/previews/344/344150_6179115-lq.mp3 Binary files differ. diff --git a/html/wtc_plaza_2001-09-11/index.html b/dabbling/html/wtc_plaza_2001-09-11/index.html diff --git a/html/wtc_plaza_2001-09-11/wtc_plaza_2001-09-11.js b/dabbling/html/wtc_plaza_2001-09-11/wtc_plaza_2001-09-11.js diff --git a/poetry.lock b/dabbling/poetry.lock diff --git a/pyproject.toml b/dabbling/pyproject.toml diff --git a/src/dabbling/WTC_plaza_2001-09-11.py b/dabbling/src/dabbling/WTC_plaza_2001-09-11.py diff --git a/src/dabbling/__init__.py b/dabbling/src/dabbling/__init__.py diff --git a/src/dabbling/console.py b/dabbling/src/dabbling/console.py diff --git a/src/dabbling/dragon_curve.py b/dabbling/src/dabbling/dragon_curve.py diff --git a/src/dabbling/hilbert_curve/hilbert_curve.py b/dabbling/src/dabbling/hilbert_curve/hilbert_curve.py diff --git a/tests/__init__.py b/dabbling/tests/__init__.py diff --git a/tests/test_dabbling.py b/dabbling/tests/test_dabbling.py