From d9102cd00837560430904dbc9ba46e5892fc5e74 Mon Sep 17 00:00:00 2001 From: queue-miscreant Date: Mon, 24 Feb 2025 18:59:20 -0600 Subject: [PATCH] move polycount to posts folder --- index.qmd | 4 ++-- {polycount => posts/polycount}/1/index.qmd | 0 {polycount => posts/polycount}/2/index.qmd | 0 {polycount => posts/polycount}/3/index.qmd | 0 {polycount => posts/polycount}/3/zero_spacing.hs | 0 {polycount => posts/polycount}/4/cendree.hs | 0 {polycount => posts/polycount}/4/cendree_adic_4.csv | 0 .../polycount}/4/cendree_adic_4_binary.csv | 0 {polycount => posts/polycount}/4/index.qmd | 0 .../5/canonical_tables/canonical_addition.gif | Bin .../5/canonical_tables/canonical_multiplication.gif | Bin .../polycount}/5/fibonacci_deficiency_mod_2.png | Bin .../polycount}/5/fibonacci_old_bad.png | Bin .../polycount}/5/gif_mp4_size_comparison.png | Bin {polycount => posts/polycount}/5/index.qmd | 0 .../5/series_tables/catalan_oplus_mod_2.png | Bin .../5/series_tables/factorial_oplus_mod_8.png | Bin .../polycount}/5/series_tables/fibonacci_odot.gif | Bin .../polycount}/5/series_tables/fibonacci_oplus.gif | Bin .../polycount}/5/series_tables/jacobsthal_oplus.gif | Bin .../polycount}/5/series_tables/padovan_oplus.gif | Bin .../polycount}/5/series_tables/pell_oplus.gif | Bin .../5/series_tables/recurrence_1_1_2_oplus.gif | Bin .../polycount}/5/series_tables/square_oplus.gif | Bin .../polycount}/5/series_tables/tetranacci_oplus.gif | Bin .../polycount}/5/series_tables/triangular_oplus.gif | Bin .../polycount}/5/series_tables/tribonacci_oplus.gif | Bin {polycount => posts/polycount}/_metadata.yml | 0 {polycount => posts/polycount}/cell1/.gitignore | 0 .../polycount}/cell1/carry2d/__init__.py | 0 .../polycount}/cell1/carry2d/anim.py | 0 .../polycount}/cell1/carry2d/carry.py | 0 .../polycount}/cell1/carry2d/expansion.py | 0 .../polycount}/cell1/carry2d/extra.py | 0 {polycount => posts/polycount}/cell1/index.qmd | 0 {polycount => posts/polycount}/cell1/todo.txt | 0 {polycount => posts/polycount}/cell2/.gitignore | 0 {polycount => posts/polycount}/cell2/carry2d | 0 .../polycount}/cell2/collinear_carries.png | Bin .../polycount}/cell2/first_implicit.png | Bin {polycount => posts/polycount}/cell2/index.qmd | 0 .../polycount}/cell2/polyproduct.png | Bin {polycount => posts/polycount}/index.qmd | 0 43 files changed, 2 insertions(+), 2 deletions(-) rename {polycount => posts/polycount}/1/index.qmd (100%) rename {polycount => posts/polycount}/2/index.qmd (100%) rename {polycount => posts/polycount}/3/index.qmd (100%) rename {polycount => posts/polycount}/3/zero_spacing.hs (100%) rename {polycount => posts/polycount}/4/cendree.hs (100%) rename {polycount => posts/polycount}/4/cendree_adic_4.csv (100%) rename {polycount => posts/polycount}/4/cendree_adic_4_binary.csv (100%) rename {polycount => posts/polycount}/4/index.qmd (100%) rename {polycount => posts/polycount}/5/canonical_tables/canonical_addition.gif (100%) rename {polycount => posts/polycount}/5/canonical_tables/canonical_multiplication.gif (100%) rename {polycount => posts/polycount}/5/fibonacci_deficiency_mod_2.png (100%) rename {polycount => posts/polycount}/5/fibonacci_old_bad.png (100%) rename {polycount => posts/polycount}/5/gif_mp4_size_comparison.png (100%) rename {polycount => posts/polycount}/5/index.qmd (100%) rename {polycount => posts/polycount}/5/series_tables/catalan_oplus_mod_2.png (100%) rename {polycount => posts/polycount}/5/series_tables/factorial_oplus_mod_8.png (100%) rename {polycount => posts/polycount}/5/series_tables/fibonacci_odot.gif (100%) rename {polycount => posts/polycount}/5/series_tables/fibonacci_oplus.gif (100%) rename {polycount => posts/polycount}/5/series_tables/jacobsthal_oplus.gif (100%) rename {polycount => posts/polycount}/5/series_tables/padovan_oplus.gif (100%) rename {polycount => posts/polycount}/5/series_tables/pell_oplus.gif (100%) rename {polycount => posts/polycount}/5/series_tables/recurrence_1_1_2_oplus.gif (100%) rename {polycount => posts/polycount}/5/series_tables/square_oplus.gif (100%) rename {polycount => posts/polycount}/5/series_tables/tetranacci_oplus.gif (100%) rename {polycount => posts/polycount}/5/series_tables/triangular_oplus.gif (100%) rename {polycount => posts/polycount}/5/series_tables/tribonacci_oplus.gif (100%) rename {polycount => posts/polycount}/_metadata.yml (100%) rename {polycount => posts/polycount}/cell1/.gitignore (100%) rename {polycount => posts/polycount}/cell1/carry2d/__init__.py (100%) rename {polycount => posts/polycount}/cell1/carry2d/anim.py (100%) rename {polycount => posts/polycount}/cell1/carry2d/carry.py (100%) rename {polycount => posts/polycount}/cell1/carry2d/expansion.py (100%) rename {polycount => posts/polycount}/cell1/carry2d/extra.py (100%) rename {polycount => posts/polycount}/cell1/index.qmd (100%) rename {polycount => posts/polycount}/cell1/todo.txt (100%) rename {polycount => posts/polycount}/cell2/.gitignore (100%) rename {polycount => posts/polycount}/cell2/carry2d (100%) rename {polycount => posts/polycount}/cell2/collinear_carries.png (100%) rename {polycount => posts/polycount}/cell2/first_implicit.png (100%) rename {polycount => posts/polycount}/cell2/index.qmd (100%) rename {polycount => posts/polycount}/cell2/polyproduct.png (100%) rename {polycount => posts/polycount}/index.qmd (100%) diff --git a/index.qmd b/index.qmd index c3f57a1..e15aa83 100644 --- a/index.qmd +++ b/index.qmd @@ -1,6 +1,6 @@ --- -title: "Categories" +title: "Posts by topic" listing: - contents: polycount/index.* + contents: posts/polycount/index.* sort: "date desc" --- diff --git a/polycount/1/index.qmd b/posts/polycount/1/index.qmd similarity index 100% rename from polycount/1/index.qmd rename to posts/polycount/1/index.qmd diff --git a/polycount/2/index.qmd b/posts/polycount/2/index.qmd similarity index 100% rename from polycount/2/index.qmd rename to posts/polycount/2/index.qmd diff --git a/polycount/3/index.qmd b/posts/polycount/3/index.qmd similarity index 100% rename from polycount/3/index.qmd rename to posts/polycount/3/index.qmd diff --git a/polycount/3/zero_spacing.hs b/posts/polycount/3/zero_spacing.hs similarity index 100% rename from polycount/3/zero_spacing.hs rename to posts/polycount/3/zero_spacing.hs diff --git a/polycount/4/cendree.hs b/posts/polycount/4/cendree.hs similarity index 100% rename from polycount/4/cendree.hs rename to posts/polycount/4/cendree.hs diff --git a/polycount/4/cendree_adic_4.csv b/posts/polycount/4/cendree_adic_4.csv similarity index 100% rename from polycount/4/cendree_adic_4.csv rename to posts/polycount/4/cendree_adic_4.csv diff --git a/polycount/4/cendree_adic_4_binary.csv b/posts/polycount/4/cendree_adic_4_binary.csv similarity index 100% rename from polycount/4/cendree_adic_4_binary.csv rename to posts/polycount/4/cendree_adic_4_binary.csv diff --git a/polycount/4/index.qmd b/posts/polycount/4/index.qmd similarity index 100% rename from polycount/4/index.qmd rename to posts/polycount/4/index.qmd diff --git a/polycount/5/canonical_tables/canonical_addition.gif b/posts/polycount/5/canonical_tables/canonical_addition.gif similarity index 100% rename from polycount/5/canonical_tables/canonical_addition.gif rename to posts/polycount/5/canonical_tables/canonical_addition.gif diff --git a/polycount/5/canonical_tables/canonical_multiplication.gif b/posts/polycount/5/canonical_tables/canonical_multiplication.gif similarity index 100% rename from polycount/5/canonical_tables/canonical_multiplication.gif rename to posts/polycount/5/canonical_tables/canonical_multiplication.gif diff --git a/polycount/5/fibonacci_deficiency_mod_2.png b/posts/polycount/5/fibonacci_deficiency_mod_2.png similarity index 100% rename from polycount/5/fibonacci_deficiency_mod_2.png rename to posts/polycount/5/fibonacci_deficiency_mod_2.png diff --git a/polycount/5/fibonacci_old_bad.png b/posts/polycount/5/fibonacci_old_bad.png similarity index 100% rename from polycount/5/fibonacci_old_bad.png rename to posts/polycount/5/fibonacci_old_bad.png diff --git a/polycount/5/gif_mp4_size_comparison.png b/posts/polycount/5/gif_mp4_size_comparison.png similarity index 100% rename from polycount/5/gif_mp4_size_comparison.png rename to posts/polycount/5/gif_mp4_size_comparison.png diff --git a/polycount/5/index.qmd b/posts/polycount/5/index.qmd similarity index 100% rename from polycount/5/index.qmd rename to posts/polycount/5/index.qmd diff --git a/polycount/5/series_tables/catalan_oplus_mod_2.png b/posts/polycount/5/series_tables/catalan_oplus_mod_2.png similarity index 100% rename from polycount/5/series_tables/catalan_oplus_mod_2.png rename to posts/polycount/5/series_tables/catalan_oplus_mod_2.png diff --git a/polycount/5/series_tables/factorial_oplus_mod_8.png b/posts/polycount/5/series_tables/factorial_oplus_mod_8.png similarity index 100% rename from polycount/5/series_tables/factorial_oplus_mod_8.png rename to posts/polycount/5/series_tables/factorial_oplus_mod_8.png diff --git a/polycount/5/series_tables/fibonacci_odot.gif b/posts/polycount/5/series_tables/fibonacci_odot.gif similarity index 100% rename from polycount/5/series_tables/fibonacci_odot.gif rename to posts/polycount/5/series_tables/fibonacci_odot.gif diff --git a/polycount/5/series_tables/fibonacci_oplus.gif b/posts/polycount/5/series_tables/fibonacci_oplus.gif similarity index 100% rename from polycount/5/series_tables/fibonacci_oplus.gif rename to posts/polycount/5/series_tables/fibonacci_oplus.gif diff --git a/polycount/5/series_tables/jacobsthal_oplus.gif b/posts/polycount/5/series_tables/jacobsthal_oplus.gif similarity index 100% rename from polycount/5/series_tables/jacobsthal_oplus.gif rename to posts/polycount/5/series_tables/jacobsthal_oplus.gif diff --git a/polycount/5/series_tables/padovan_oplus.gif b/posts/polycount/5/series_tables/padovan_oplus.gif similarity index 100% rename from polycount/5/series_tables/padovan_oplus.gif rename to posts/polycount/5/series_tables/padovan_oplus.gif diff --git a/polycount/5/series_tables/pell_oplus.gif b/posts/polycount/5/series_tables/pell_oplus.gif similarity index 100% rename from polycount/5/series_tables/pell_oplus.gif rename to posts/polycount/5/series_tables/pell_oplus.gif diff --git a/polycount/5/series_tables/recurrence_1_1_2_oplus.gif b/posts/polycount/5/series_tables/recurrence_1_1_2_oplus.gif similarity index 100% rename from polycount/5/series_tables/recurrence_1_1_2_oplus.gif rename to posts/polycount/5/series_tables/recurrence_1_1_2_oplus.gif diff --git a/polycount/5/series_tables/square_oplus.gif b/posts/polycount/5/series_tables/square_oplus.gif similarity index 100% rename from polycount/5/series_tables/square_oplus.gif rename to posts/polycount/5/series_tables/square_oplus.gif diff --git a/polycount/5/series_tables/tetranacci_oplus.gif b/posts/polycount/5/series_tables/tetranacci_oplus.gif similarity index 100% rename from polycount/5/series_tables/tetranacci_oplus.gif rename to posts/polycount/5/series_tables/tetranacci_oplus.gif diff --git a/polycount/5/series_tables/triangular_oplus.gif b/posts/polycount/5/series_tables/triangular_oplus.gif similarity index 100% rename from polycount/5/series_tables/triangular_oplus.gif rename to posts/polycount/5/series_tables/triangular_oplus.gif diff --git a/polycount/5/series_tables/tribonacci_oplus.gif b/posts/polycount/5/series_tables/tribonacci_oplus.gif similarity index 100% rename from polycount/5/series_tables/tribonacci_oplus.gif rename to posts/polycount/5/series_tables/tribonacci_oplus.gif diff --git a/polycount/_metadata.yml b/posts/polycount/_metadata.yml similarity index 100% rename from polycount/_metadata.yml rename to posts/polycount/_metadata.yml diff --git a/polycount/cell1/.gitignore b/posts/polycount/cell1/.gitignore similarity index 100% rename from polycount/cell1/.gitignore rename to posts/polycount/cell1/.gitignore diff --git a/polycount/cell1/carry2d/__init__.py b/posts/polycount/cell1/carry2d/__init__.py similarity index 100% rename from polycount/cell1/carry2d/__init__.py rename to posts/polycount/cell1/carry2d/__init__.py diff --git a/polycount/cell1/carry2d/anim.py b/posts/polycount/cell1/carry2d/anim.py similarity index 100% rename from polycount/cell1/carry2d/anim.py rename to posts/polycount/cell1/carry2d/anim.py diff --git a/polycount/cell1/carry2d/carry.py b/posts/polycount/cell1/carry2d/carry.py similarity index 100% rename from polycount/cell1/carry2d/carry.py rename to posts/polycount/cell1/carry2d/carry.py diff --git a/polycount/cell1/carry2d/expansion.py b/posts/polycount/cell1/carry2d/expansion.py similarity index 100% rename from polycount/cell1/carry2d/expansion.py rename to posts/polycount/cell1/carry2d/expansion.py diff --git a/polycount/cell1/carry2d/extra.py b/posts/polycount/cell1/carry2d/extra.py similarity index 100% rename from polycount/cell1/carry2d/extra.py rename to posts/polycount/cell1/carry2d/extra.py diff --git a/polycount/cell1/index.qmd b/posts/polycount/cell1/index.qmd similarity index 100% rename from polycount/cell1/index.qmd rename to posts/polycount/cell1/index.qmd diff --git a/polycount/cell1/todo.txt b/posts/polycount/cell1/todo.txt similarity index 100% rename from polycount/cell1/todo.txt rename to posts/polycount/cell1/todo.txt diff --git a/polycount/cell2/.gitignore b/posts/polycount/cell2/.gitignore similarity index 100% rename from polycount/cell2/.gitignore rename to posts/polycount/cell2/.gitignore diff --git a/polycount/cell2/carry2d b/posts/polycount/cell2/carry2d similarity index 100% rename from polycount/cell2/carry2d rename to posts/polycount/cell2/carry2d diff --git a/polycount/cell2/collinear_carries.png b/posts/polycount/cell2/collinear_carries.png similarity index 100% rename from polycount/cell2/collinear_carries.png rename to posts/polycount/cell2/collinear_carries.png diff --git a/polycount/cell2/first_implicit.png b/posts/polycount/cell2/first_implicit.png similarity index 100% rename from polycount/cell2/first_implicit.png rename to posts/polycount/cell2/first_implicit.png diff --git a/polycount/cell2/index.qmd b/posts/polycount/cell2/index.qmd similarity index 100% rename from polycount/cell2/index.qmd rename to posts/polycount/cell2/index.qmd diff --git a/polycount/cell2/polyproduct.png b/posts/polycount/cell2/polyproduct.png similarity index 100% rename from polycount/cell2/polyproduct.png rename to posts/polycount/cell2/polyproduct.png diff --git a/polycount/index.qmd b/posts/polycount/index.qmd similarity index 100% rename from polycount/index.qmd rename to posts/polycount/index.qmd