diff --git a/.gitignore b/.gitignore index d75edea..26a27e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv -__pycache__ \ No newline at end of file +__pycache__ +notes diff --git a/justfile b/justfile new file mode 100644 index 0000000..93cd789 --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +django: + python main.py --host 0.0.0.0 --port 8888 diff --git a/makefile b/makefile deleted file mode 100644 index 6aafe01..0000000 --- a/makefile +++ /dev/null @@ -1,7 +0,0 @@ -swapin: - mv notes old_notes - ln -s ~/Documents/zet notes - -swapout: - rm notes - mv old_notes notes diff --git a/notes/example.org b/notes/example.org deleted file mode 100644 index 212deba..0000000 --- a/notes/example.org +++ /dev/null @@ -1,19 +0,0 @@ -#+TITLE: Example Notes -#+AUTHOR: Org Web Adapter Stuff - -* Today -- Build a tiny server to browse Org files. -- Make sure it works on mobile. - -* Ideas -** Reader Mode -Show a clean layout with headings and content. - -** Next Step -Add editing endpoints and save-back support. -Related list: [[file:to_watch.org][To Watch]] -Related by ID: [[id:f2db82e0-c545-40fe-9458-55f8fe1bcb4b][To Watch (ID)]] - -* Scratch -This paragraph demonstrates normal text. -A second line stays as plain text for now. diff --git a/notes/example_01_foundations.org b/notes/example_01_foundations.org deleted file mode 100644 index 828570e..0000000 --- a/notes/example_01_foundations.org +++ /dev/null @@ -1,14 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0101 -:END: -#+TITLE: Foundations -#+CREATED: [2026-02-01 Sun 09:00] - -* Foundations -This note introduces the set. -Math: $a^2 + b^2 = c^2$. - -Links: -- [[file:example_02_calculus.org][Calculus Basics]] -- [[file:example_03_linear_algebra.org][Linear Algebra]] -- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0112][Review Checklist]] diff --git a/notes/example_02_calculus.org b/notes/example_02_calculus.org deleted file mode 100644 index 4ace8b4..0000000 --- a/notes/example_02_calculus.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0102 -:END: -#+TITLE: Calculus Basics -#+CREATED: [2026-02-01 Sun 09:20] - -* Calculus Basics -Math: $\frac{d}{dx}x^n = nx^{n-1}$. - -Links: -- [[file:example_04_series.org][Series and Convergence]] -- [[file:example_08_probability.org][Probability]] -- [[file:example_01_foundations.org][Foundations]] diff --git a/notes/example_03_linear_algebra.org b/notes/example_03_linear_algebra.org deleted file mode 100644 index 7d556c5..0000000 --- a/notes/example_03_linear_algebra.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0103 -:END: -#+TITLE: Linear Algebra -#+CREATED: [2026-02-01 Sun 09:40] - -* Linear Algebra -Math: $A\vec{x}=\vec{b}$ and $\det(A) \neq 0$. - -Links: -- [[file:example_05_eigenvalues.org][Eigenvalues]] -- [[file:example_09_graphs.org][Graph Models]] -- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0101][Foundations by ID]] diff --git a/notes/example_04_series.org b/notes/example_04_series.org deleted file mode 100644 index 65d93a3..0000000 --- a/notes/example_04_series.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0104 -:END: -#+TITLE: Series and Convergence -#+CREATED: [2026-02-01 Sun 10:00] - -* Series and Convergence -Math: $\sum_{k=0}^{\infty} r^k = \frac{1}{1-r}$ for $|r|<1$. - -Links: -- [[file:example_02_calculus.org][Calculus Basics]] -- [[file:example_06_optimization.org][Optimization]] -- [[file:example_10_physics_notes.org][Physics Notes]] diff --git a/notes/example_05_eigenvalues.org b/notes/example_05_eigenvalues.org deleted file mode 100644 index e187eeb..0000000 --- a/notes/example_05_eigenvalues.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0105 -:END: -#+TITLE: Eigenvalues -#+CREATED: [2026-02-01 Sun 10:20] - -* Eigenvalues -Math: $A\vec{v}=\lambda\vec{v}$. - -Links: -- [[file:example_03_linear_algebra.org][Linear Algebra]] -- [[file:example_06_optimization.org][Optimization]] -- [[file:example_11_machine_learning.org][Machine Learning]] diff --git a/notes/example_06_optimization.org b/notes/example_06_optimization.org deleted file mode 100644 index 954c0df..0000000 --- a/notes/example_06_optimization.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0106 -:END: -#+TITLE: Optimization -#+CREATED: [2026-02-01 Sun 10:40] - -* Optimization -Math: $\nabla f(x)=0$ at critical points. - -Links: -- [[file:example_05_eigenvalues.org][Eigenvalues]] -- [[file:example_11_machine_learning.org][Machine Learning]] -- [[file:example_12_review_checklist.org][Review Checklist]] diff --git a/notes/example_07_number_theory.org b/notes/example_07_number_theory.org deleted file mode 100644 index 2584e95..0000000 --- a/notes/example_07_number_theory.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0107 -:END: -#+TITLE: Number Theory -#+CREATED: [2026-02-01 Sun 11:00] - -* Number Theory -Math: $\gcd(a,b)$ and $a \equiv b \pmod n$. - -Links: -- [[file:example_01_foundations.org][Foundations]] -- [[file:example_08_probability.org][Probability]] -- [[file:example_09_graphs.org][Graph Models]] diff --git a/notes/example_08_probability.org b/notes/example_08_probability.org deleted file mode 100644 index 1f0efd3..0000000 --- a/notes/example_08_probability.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0108 -:END: -#+TITLE: Probability -#+CREATED: [2026-02-01 Sun 11:20] - -* Probability -Math: $P(A \mid B)=\frac{P(A\cap B)}{P(B)}$. - -Links: -- [[file:example_10_physics_notes.org][Physics Notes]] -- [[file:example_11_machine_learning.org][Machine Learning]] -- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0107][Number Theory by ID]] diff --git a/notes/example_09_graphs.org b/notes/example_09_graphs.org deleted file mode 100644 index 5fee2dd..0000000 --- a/notes/example_09_graphs.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0109 -:END: -#+TITLE: Graph Models -#+CREATED: [2026-02-01 Sun 11:40] - -* Graph Models -Math: $|E| \leq \binom{|V|}{2}$ for simple undirected graphs. - -Links: -- [[file:example_03_linear_algebra.org][Linear Algebra]] -- [[file:example_12_review_checklist.org][Review Checklist]] -- [[file:example_08_probability.org][Probability]] diff --git a/notes/example_10_physics_notes.org b/notes/example_10_physics_notes.org deleted file mode 100644 index eb0195a..0000000 --- a/notes/example_10_physics_notes.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0110 -:END: -#+TITLE: Physics Notes -#+CREATED: [2026-02-01 Sun 12:00] - -* Physics Notes -Math: $F=ma$ and $E=mc^2$. - -Links: -- [[file:example_04_series.org][Series and Convergence]] -- [[file:example_08_probability.org][Probability]] -- [[file:example_11_machine_learning.org][Machine Learning]] diff --git a/notes/example_11_machine_learning.org b/notes/example_11_machine_learning.org deleted file mode 100644 index 3d30239..0000000 --- a/notes/example_11_machine_learning.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0111 -:END: -#+TITLE: Machine Learning -#+CREATED: [2026-02-01 Sun 12:20] - -* Machine Learning -Math: $\hat{y}=\sigma(\mathbf{w}^T\mathbf{x}+b)$. - -Links: -- [[file:example_06_optimization.org][Optimization]] -- [[file:example_05_eigenvalues.org][Eigenvalues]] -- [[file:example_12_review_checklist.org][Review Checklist]] diff --git a/notes/example_12_review_checklist.org b/notes/example_12_review_checklist.org deleted file mode 100644 index c96701b..0000000 --- a/notes/example_12_review_checklist.org +++ /dev/null @@ -1,13 +0,0 @@ -:PROPERTIES: -:ID: 2e8a8baf-7a15-4e6f-97d2-7f93e73e0112 -:END: -#+TITLE: Review Checklist -#+CREATED: [2026-02-01 Sun 12:40] - -* Review Checklist -Math: $\int_0^1 x^2\,dx = \frac{1}{3}$. - -Links: -- [[file:example_01_foundations.org][Foundations]] -- [[file:example_09_graphs.org][Graph Models]] -- [[id:2e8a8baf-7a15-4e6f-97d2-7f93e73e0111][Machine Learning by ID]]