From a63bee25408f9320fce22550a53df0caaca371e2 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 14 Mar 2022 15:41:16 +1300 Subject: [PATCH] added notes --- .../Eye Animation}/index.html | 0 .../Eye Animation}/src/index.js | 0 .../Eye Animation}/src/styles.css | 0 ahh2.html => Catalogue/Flower Circular.html | 40 +++++++++---------- .../inverted circle - static.html | 0 untitled-1.py => Python/Tree fractal.py | 0 fib.py => Python/fib.py | 0 Python/{untitled-2.py => mandelbrot.py} | 0 Python/python notes.txt | 2 + 9 files changed, 22 insertions(+), 20 deletions(-) rename {Eye Animation => Catalogue/Eye Animation}/index.html (100%) rename {Eye Animation => Catalogue/Eye Animation}/src/index.js (100%) rename {Eye Animation => Catalogue/Eye Animation}/src/styles.css (100%) rename ahh2.html => Catalogue/Flower Circular.html (60%) rename ahh.html => Catalogue/inverted circle - static.html (100%) rename untitled-1.py => Python/Tree fractal.py (100%) rename fib.py => Python/fib.py (100%) rename Python/{untitled-2.py => mandelbrot.py} (100%) create mode 100644 Python/python notes.txt diff --git a/Eye Animation/index.html b/Catalogue/Eye Animation/index.html similarity index 100% rename from Eye Animation/index.html rename to Catalogue/Eye Animation/index.html diff --git a/Eye Animation/src/index.js b/Catalogue/Eye Animation/src/index.js similarity index 100% rename from Eye Animation/src/index.js rename to Catalogue/Eye Animation/src/index.js diff --git a/Eye Animation/src/styles.css b/Catalogue/Eye Animation/src/styles.css similarity index 100% rename from Eye Animation/src/styles.css rename to Catalogue/Eye Animation/src/styles.css diff --git a/ahh2.html b/Catalogue/Flower Circular.html similarity index 60% rename from ahh2.html rename to Catalogue/Flower Circular.html index 3f73f1b..682b401 100644 --- a/ahh2.html +++ b/Catalogue/Flower Circular.html @@ -3,7 +3,7 @@ - + Your browser does not support the HTML5 canvas tag. diff --git a/ahh.html b/Catalogue/inverted circle - static.html similarity index 100% rename from ahh.html rename to Catalogue/inverted circle - static.html diff --git a/untitled-1.py b/Python/Tree fractal.py similarity index 100% rename from untitled-1.py rename to Python/Tree fractal.py diff --git a/fib.py b/Python/fib.py similarity index 100% rename from fib.py rename to Python/fib.py diff --git a/Python/untitled-2.py b/Python/mandelbrot.py similarity index 100% rename from Python/untitled-2.py rename to Python/mandelbrot.py diff --git a/Python/python notes.txt b/Python/python notes.txt new file mode 100644 index 0000000..6380d13 --- /dev/null +++ b/Python/python notes.txt @@ -0,0 +1,2 @@ +https://stackoverflow.com/questions/16119991/how-to-speed-up-pythons-turtle-function-and-stop-it-freezing-at-the-end +used to speed up image, but wont be able to see animation \ No newline at end of file