kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

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:
R.gitignore -> dabbling/.gitignore | 0
R.gitlab-ci.yml -> dabbling/.gitlab-ci.yml | 0
RREADME.rst -> dabbling/README.rst | 0
Rhtml/annoying-sawtooth-alarm.html -> dabbling/html/annoying-sawtooth-alarm.html | 0
Rhtml/index.html -> dabbling/html/index.html | 0
Rhtml/kakalog.js -> dabbling/html/kakalog.js | 0
Rhtml/quadratic-bezier-curves/index.html -> dabbling/html/quadratic-bezier-curves/index.html | 0
Rhtml/quadratic-bezier-curves/main.js -> dabbling/html/quadratic-bezier-curves/main.js | 0
Rhtml/quadratic-bezier-curves/style.css -> dabbling/html/quadratic-bezier-curves/style.css | 0
Rhtml/shades-of-grey/index.html -> dabbling/html/shades-of-grey/index.html | 0
Rhtml/shades-of-grey/main.js -> dabbling/html/shades-of-grey/main.js | 0
Rhtml/shades-of-grey/style.css -> dabbling/html/shades-of-grey/style.css | 0
Rhtml/sokoban/kakalog-state.js -> dabbling/html/sokoban/kakalog-state.js | 0
Rhtml/sokoban/sokoban-web.js -> dabbling/html/sokoban/sokoban-web.js | 0
Rhtml/sokoban/sokoban.css -> dabbling/html/sokoban/sokoban.css | 0
Rhtml/sokoban/sokoban.html -> dabbling/html/sokoban/sokoban.html | 0
Rhtml/sokoban/sokoban.js -> dabbling/html/sokoban/sokoban.js | 0
Rhtml/sokoban/sokoban_tests.js -> dabbling/html/sokoban/sokoban_tests.js | 0
Rhtml/spinning-shapes/index.html -> dabbling/html/spinning-shapes/index.html | 0
Rhtml/spinning-shapes/main.js -> dabbling/html/spinning-shapes/main.js | 0
Rhtml/spinning-shapes/style.css -> dabbling/html/spinning-shapes/style.css | 0
Rhtml/tau-mandala/index.css -> dabbling/html/tau-mandala/index.css | 0
Rhtml/tau-mandala/index.html -> dabbling/html/tau-mandala/index.html | 0
Rhtml/tau-mandala/tau-mandala.svg -> dabbling/html/tau-mandala/tau-mandala.svg | 0
Rhtml/tau/2020-darts.html -> dabbling/html/tau/2020-darts.html | 0
Rhtml/tau/2020.html -> dabbling/html/tau/2020.html | 0
Rhtml/the-dancing-polygon-screensaver/index.html -> dabbling/html/the-dancing-polygon-screensaver/index.html | 0
Rhtml/the-dancing-polygon-screensaver/main.js -> dabbling/html/the-dancing-polygon-screensaver/main.js | 0
Rhtml/the-dancing-polygon-screensaver/style.css -> dabbling/html/the-dancing-polygon-screensaver/style.css | 0
Rhtml/wtc_plaza_2001-09-11/freesound.org/data/previews/239/239900_4079949-lq.mp3 -> dabbling/html/wtc_plaza_2001-09-11/freesound.org/data/previews/239/239900_4079949-lq.mp3 | 0
Rhtml/wtc_plaza_2001-09-11/freesound.org/data/previews/344/344150_6179115-lq.mp3 -> dabbling/html/wtc_plaza_2001-09-11/freesound.org/data/previews/344/344150_6179115-lq.mp3 | 0
Rhtml/wtc_plaza_2001-09-11/index.html -> dabbling/html/wtc_plaza_2001-09-11/index.html | 0
Rhtml/wtc_plaza_2001-09-11/wtc_plaza_2001-09-11.js -> dabbling/html/wtc_plaza_2001-09-11/wtc_plaza_2001-09-11.js | 0
Rpoetry.lock -> dabbling/poetry.lock | 0
Rpyproject.toml -> dabbling/pyproject.toml | 0
Rsrc/dabbling/WTC_plaza_2001-09-11.py -> dabbling/src/dabbling/WTC_plaza_2001-09-11.py | 0
Rsrc/dabbling/__init__.py -> dabbling/src/dabbling/__init__.py | 0
Rsrc/dabbling/console.py -> dabbling/src/dabbling/console.py | 0
Rsrc/dabbling/dragon_curve.py -> dabbling/src/dabbling/dragon_curve.py | 0
Rsrc/dabbling/hilbert_curve/hilbert_curve.py -> dabbling/src/dabbling/hilbert_curve/hilbert_curve.py | 0
Rtests/__init__.py -> dabbling/tests/__init__.py | 0
Rtests/test_dabbling.py -> dabbling/tests/test_dabbling.py | 0
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