From 625968bef3e23177ac3c30b772860d7cd3d1da8b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 10 Apr 2024 13:06:39 +1200 Subject: [PATCH] move dmath, dsafe and nixctor to snippets/ directory --- {dmath => snippets/dmath}/README.md | 0 {dmath => snippets/dmath}/factors.d | 0 {dmath => snippets/dmath}/hcf.d | 0 {dmath => snippets/dmath}/isfactor.d | 0 {dmath => snippets/dmath}/lcm.d | 0 {dmath => snippets/dmath}/primes.d | 0 {dsafe => snippets/dsafe}/pledge.d | 0 {dsafe => snippets/dsafe}/stderr.d | 0 {nixctor => snippets/nixctor}/README.md | 0 {nixctor => snippets/nixctor}/ctor.nix | 0 {nixctor => snippets/nixctor}/default.nix | 0 {nixctor => snippets/nixctor}/lib.c | 0 {nixctor => snippets/nixctor}/main.c | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {dmath => snippets/dmath}/README.md (100%) rename {dmath => snippets/dmath}/factors.d (100%) rename {dmath => snippets/dmath}/hcf.d (100%) rename {dmath => snippets/dmath}/isfactor.d (100%) rename {dmath => snippets/dmath}/lcm.d (100%) rename {dmath => snippets/dmath}/primes.d (100%) rename {dsafe => snippets/dsafe}/pledge.d (100%) rename {dsafe => snippets/dsafe}/stderr.d (100%) rename {nixctor => snippets/nixctor}/README.md (100%) rename {nixctor => snippets/nixctor}/ctor.nix (100%) rename {nixctor => snippets/nixctor}/default.nix (100%) rename {nixctor => snippets/nixctor}/lib.c (100%) rename {nixctor => snippets/nixctor}/main.c (100%) diff --git a/dmath/README.md b/snippets/dmath/README.md similarity index 100% rename from dmath/README.md rename to snippets/dmath/README.md diff --git a/dmath/factors.d b/snippets/dmath/factors.d similarity index 100% rename from dmath/factors.d rename to snippets/dmath/factors.d diff --git a/dmath/hcf.d b/snippets/dmath/hcf.d similarity index 100% rename from dmath/hcf.d rename to snippets/dmath/hcf.d diff --git a/dmath/isfactor.d b/snippets/dmath/isfactor.d similarity index 100% rename from dmath/isfactor.d rename to snippets/dmath/isfactor.d diff --git a/dmath/lcm.d b/snippets/dmath/lcm.d similarity index 100% rename from dmath/lcm.d rename to snippets/dmath/lcm.d diff --git a/dmath/primes.d b/snippets/dmath/primes.d similarity index 100% rename from dmath/primes.d rename to snippets/dmath/primes.d diff --git a/dsafe/pledge.d b/snippets/dsafe/pledge.d similarity index 100% rename from dsafe/pledge.d rename to snippets/dsafe/pledge.d diff --git a/dsafe/stderr.d b/snippets/dsafe/stderr.d similarity index 100% rename from dsafe/stderr.d rename to snippets/dsafe/stderr.d diff --git a/nixctor/README.md b/snippets/nixctor/README.md similarity index 100% rename from nixctor/README.md rename to snippets/nixctor/README.md diff --git a/nixctor/ctor.nix b/snippets/nixctor/ctor.nix similarity index 100% rename from nixctor/ctor.nix rename to snippets/nixctor/ctor.nix diff --git a/nixctor/default.nix b/snippets/nixctor/default.nix similarity index 100% rename from nixctor/default.nix rename to snippets/nixctor/default.nix diff --git a/nixctor/lib.c b/snippets/nixctor/lib.c similarity index 100% rename from nixctor/lib.c rename to snippets/nixctor/lib.c diff --git a/nixctor/main.c b/snippets/nixctor/main.c similarity index 100% rename from nixctor/main.c rename to snippets/nixctor/main.c