From a81c0df32999af1acf32aa1e86bf60d757838d32 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 19 Nov 2023 13:51:05 +0000 Subject: [PATCH] reorg: divide examples between those using core and those using extra --- examples/{ => core}/00_example_template/example | Bin examples/{ => core}/00_example_template/example.c | 0 examples/{ => core}/00_example_template/makefile | 0 examples/{ => core}/01_one_sample/example | Bin examples/{ => core}/01_one_sample/example.c | 0 examples/{ => core}/01_one_sample/makefile | 0 .../02_many_samples_time_to_botec/example | Bin .../02_many_samples_time_to_botec/example.c | 0 .../02_many_samples_time_to_botec/makefile | 0 examples/{ => core}/03_gcc_nested_function/example | Bin .../{ => core}/03_gcc_nested_function/example.c | 0 examples/{ => core}/03_gcc_nested_function/makefile | 0 examples/{ => core}/06_gamma_beta/example | Bin examples/{ => core}/06_gamma_beta/example.c | 0 examples/{ => core}/06_gamma_beta/makefile | 0 .../{ => core}/16_100_lognormal_samples/example | Bin .../{ => core}/16_100_lognormal_samples/example.c | 0 .../{ => core}/16_100_lognormal_samples/makefile | 0 .../16_100_lognormal_samples/run-sorted.sh | 0 .../{ => more}/04_sample_from_cdf_simple/example | Bin .../{ => more}/04_sample_from_cdf_simple/example.c | 0 .../{ => more}/04_sample_from_cdf_simple/makefile | 0 examples/{ => more}/05_sample_from_cdf_beta/example | Bin .../{ => more}/05_sample_from_cdf_beta/example.c | 0 .../{ => more}/05_sample_from_cdf_beta/makefile | 0 examples/{ => more}/07_ci_beta/example | Bin examples/{ => more}/07_ci_beta/example.c | 0 examples/{ => more}/07_ci_beta/makefile | 0 examples/{ => more}/08_nuclear_war/example | Bin examples/{ => more}/08_nuclear_war/example.c | 0 examples/{ => more}/08_nuclear_war/makefile | 0 .../{ => more}/08_nuclear_war/scratchpad/example | Bin .../{ => more}/08_nuclear_war/scratchpad/example.c | 0 .../{ => more}/08_nuclear_war/scratchpad/makefile | 0 examples/{ => more}/09_burn_10kg_fat/example | Bin examples/{ => more}/09_burn_10kg_fat/example.c | 0 examples/{ => more}/09_burn_10kg_fat/makefile | 0 examples/{ => more}/10_nuclear_recovery/example | Bin examples/{ => more}/10_nuclear_recovery/example.c | 0 examples/{ => more}/10_nuclear_recovery/makefile | 0 examples/{ => more}/11_algebra/example | Bin examples/{ => more}/11_algebra/example.c | 0 examples/{ => more}/11_algebra/makefile | 0 .../{ => more}/12_algebra_and_conversion/example | Bin .../{ => more}/12_algebra_and_conversion/example.c | 0 .../{ => more}/12_algebra_and_conversion/makefile | 0 examples/{ => more}/13_ergonomic_algebra/example | Bin examples/{ => more}/13_ergonomic_algebra/example.c | 0 examples/{ => more}/13_ergonomic_algebra/makefile | 0 .../{ => more}/14_twitter_thread_example/example | Bin .../{ => more}/14_twitter_thread_example/example.c | 0 .../{ => more}/14_twitter_thread_example/makefile | 0 .../plotting}/.Rhistory | 0 .../plotting}/makefile | 0 .../plotting}/notes.md | 0 .../plotting}/r/.Rhistory | 0 .../plotting}/r/plot.R | 0 .../plotting}/r/samples.txt | 0 .../plotting}/src/example | Bin .../plotting}/src/example.c | 0 .../plotting}/src/makefile | 0 61 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ => core}/00_example_template/example (100%) rename examples/{ => core}/00_example_template/example.c (100%) rename examples/{ => core}/00_example_template/makefile (100%) rename examples/{ => core}/01_one_sample/example (100%) rename examples/{ => core}/01_one_sample/example.c (100%) rename examples/{ => core}/01_one_sample/makefile (100%) rename examples/{ => core}/02_many_samples_time_to_botec/example (100%) rename examples/{ => core}/02_many_samples_time_to_botec/example.c (100%) rename examples/{ => core}/02_many_samples_time_to_botec/makefile (100%) rename examples/{ => core}/03_gcc_nested_function/example (100%) rename examples/{ => core}/03_gcc_nested_function/example.c (100%) rename examples/{ => core}/03_gcc_nested_function/makefile (100%) rename examples/{ => core}/06_gamma_beta/example (100%) rename examples/{ => core}/06_gamma_beta/example.c (100%) rename examples/{ => core}/06_gamma_beta/makefile (100%) rename examples/{ => core}/16_100_lognormal_samples/example (100%) rename examples/{ => core}/16_100_lognormal_samples/example.c (100%) rename examples/{ => core}/16_100_lognormal_samples/makefile (100%) rename examples/{ => core}/16_100_lognormal_samples/run-sorted.sh (100%) rename examples/{ => more}/04_sample_from_cdf_simple/example (100%) rename examples/{ => more}/04_sample_from_cdf_simple/example.c (100%) rename examples/{ => more}/04_sample_from_cdf_simple/makefile (100%) rename examples/{ => more}/05_sample_from_cdf_beta/example (100%) rename examples/{ => more}/05_sample_from_cdf_beta/example.c (100%) rename examples/{ => more}/05_sample_from_cdf_beta/makefile (100%) rename examples/{ => more}/07_ci_beta/example (100%) rename examples/{ => more}/07_ci_beta/example.c (100%) rename examples/{ => more}/07_ci_beta/makefile (100%) rename examples/{ => more}/08_nuclear_war/example (100%) rename examples/{ => more}/08_nuclear_war/example.c (100%) rename examples/{ => more}/08_nuclear_war/makefile (100%) rename examples/{ => more}/08_nuclear_war/scratchpad/example (100%) rename examples/{ => more}/08_nuclear_war/scratchpad/example.c (100%) rename examples/{ => more}/08_nuclear_war/scratchpad/makefile (100%) rename examples/{ => more}/09_burn_10kg_fat/example (100%) rename examples/{ => more}/09_burn_10kg_fat/example.c (100%) rename examples/{ => more}/09_burn_10kg_fat/makefile (100%) rename examples/{ => more}/10_nuclear_recovery/example (100%) rename examples/{ => more}/10_nuclear_recovery/example.c (100%) rename examples/{ => more}/10_nuclear_recovery/makefile (100%) rename examples/{ => more}/11_algebra/example (100%) rename examples/{ => more}/11_algebra/example.c (100%) rename examples/{ => more}/11_algebra/makefile (100%) rename examples/{ => more}/12_algebra_and_conversion/example (100%) rename examples/{ => more}/12_algebra_and_conversion/example.c (100%) rename examples/{ => more}/12_algebra_and_conversion/makefile (100%) rename examples/{ => more}/13_ergonomic_algebra/example (100%) rename examples/{ => more}/13_ergonomic_algebra/example.c (100%) rename examples/{ => more}/13_ergonomic_algebra/makefile (100%) rename examples/{ => more}/14_twitter_thread_example/example (100%) rename examples/{ => more}/14_twitter_thread_example/example.c (100%) rename examples/{ => more}/14_twitter_thread_example/makefile (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/.Rhistory (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/makefile (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/notes.md (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/r/.Rhistory (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/r/plot.R (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/r/samples.txt (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/src/example (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/src/example.c (100%) rename {examples/15_plotting-scratchpad => scratchpad/plotting}/src/makefile (100%) diff --git a/examples/00_example_template/example b/examples/core/00_example_template/example similarity index 100% rename from examples/00_example_template/example rename to examples/core/00_example_template/example diff --git a/examples/00_example_template/example.c b/examples/core/00_example_template/example.c similarity index 100% rename from examples/00_example_template/example.c rename to examples/core/00_example_template/example.c diff --git a/examples/00_example_template/makefile b/examples/core/00_example_template/makefile similarity index 100% rename from examples/00_example_template/makefile rename to examples/core/00_example_template/makefile diff --git a/examples/01_one_sample/example b/examples/core/01_one_sample/example similarity index 100% rename from examples/01_one_sample/example rename to examples/core/01_one_sample/example diff --git a/examples/01_one_sample/example.c b/examples/core/01_one_sample/example.c similarity index 100% rename from examples/01_one_sample/example.c rename to examples/core/01_one_sample/example.c diff --git a/examples/01_one_sample/makefile b/examples/core/01_one_sample/makefile similarity index 100% rename from examples/01_one_sample/makefile rename to examples/core/01_one_sample/makefile diff --git a/examples/02_many_samples_time_to_botec/example b/examples/core/02_many_samples_time_to_botec/example similarity index 100% rename from examples/02_many_samples_time_to_botec/example rename to examples/core/02_many_samples_time_to_botec/example diff --git a/examples/02_many_samples_time_to_botec/example.c b/examples/core/02_many_samples_time_to_botec/example.c similarity index 100% rename from examples/02_many_samples_time_to_botec/example.c rename to examples/core/02_many_samples_time_to_botec/example.c diff --git a/examples/02_many_samples_time_to_botec/makefile b/examples/core/02_many_samples_time_to_botec/makefile similarity index 100% rename from examples/02_many_samples_time_to_botec/makefile rename to examples/core/02_many_samples_time_to_botec/makefile diff --git a/examples/03_gcc_nested_function/example b/examples/core/03_gcc_nested_function/example similarity index 100% rename from examples/03_gcc_nested_function/example rename to examples/core/03_gcc_nested_function/example diff --git a/examples/03_gcc_nested_function/example.c b/examples/core/03_gcc_nested_function/example.c similarity index 100% rename from examples/03_gcc_nested_function/example.c rename to examples/core/03_gcc_nested_function/example.c diff --git a/examples/03_gcc_nested_function/makefile b/examples/core/03_gcc_nested_function/makefile similarity index 100% rename from examples/03_gcc_nested_function/makefile rename to examples/core/03_gcc_nested_function/makefile diff --git a/examples/06_gamma_beta/example b/examples/core/06_gamma_beta/example similarity index 100% rename from examples/06_gamma_beta/example rename to examples/core/06_gamma_beta/example diff --git a/examples/06_gamma_beta/example.c b/examples/core/06_gamma_beta/example.c similarity index 100% rename from examples/06_gamma_beta/example.c rename to examples/core/06_gamma_beta/example.c diff --git a/examples/06_gamma_beta/makefile b/examples/core/06_gamma_beta/makefile similarity index 100% rename from examples/06_gamma_beta/makefile rename to examples/core/06_gamma_beta/makefile diff --git a/examples/16_100_lognormal_samples/example b/examples/core/16_100_lognormal_samples/example similarity index 100% rename from examples/16_100_lognormal_samples/example rename to examples/core/16_100_lognormal_samples/example diff --git a/examples/16_100_lognormal_samples/example.c b/examples/core/16_100_lognormal_samples/example.c similarity index 100% rename from examples/16_100_lognormal_samples/example.c rename to examples/core/16_100_lognormal_samples/example.c diff --git a/examples/16_100_lognormal_samples/makefile b/examples/core/16_100_lognormal_samples/makefile similarity index 100% rename from examples/16_100_lognormal_samples/makefile rename to examples/core/16_100_lognormal_samples/makefile diff --git a/examples/16_100_lognormal_samples/run-sorted.sh b/examples/core/16_100_lognormal_samples/run-sorted.sh similarity index 100% rename from examples/16_100_lognormal_samples/run-sorted.sh rename to examples/core/16_100_lognormal_samples/run-sorted.sh diff --git a/examples/04_sample_from_cdf_simple/example b/examples/more/04_sample_from_cdf_simple/example similarity index 100% rename from examples/04_sample_from_cdf_simple/example rename to examples/more/04_sample_from_cdf_simple/example diff --git a/examples/04_sample_from_cdf_simple/example.c b/examples/more/04_sample_from_cdf_simple/example.c similarity index 100% rename from examples/04_sample_from_cdf_simple/example.c rename to examples/more/04_sample_from_cdf_simple/example.c diff --git a/examples/04_sample_from_cdf_simple/makefile b/examples/more/04_sample_from_cdf_simple/makefile similarity index 100% rename from examples/04_sample_from_cdf_simple/makefile rename to examples/more/04_sample_from_cdf_simple/makefile diff --git a/examples/05_sample_from_cdf_beta/example b/examples/more/05_sample_from_cdf_beta/example similarity index 100% rename from examples/05_sample_from_cdf_beta/example rename to examples/more/05_sample_from_cdf_beta/example diff --git a/examples/05_sample_from_cdf_beta/example.c b/examples/more/05_sample_from_cdf_beta/example.c similarity index 100% rename from examples/05_sample_from_cdf_beta/example.c rename to examples/more/05_sample_from_cdf_beta/example.c diff --git a/examples/05_sample_from_cdf_beta/makefile b/examples/more/05_sample_from_cdf_beta/makefile similarity index 100% rename from examples/05_sample_from_cdf_beta/makefile rename to examples/more/05_sample_from_cdf_beta/makefile diff --git a/examples/07_ci_beta/example b/examples/more/07_ci_beta/example similarity index 100% rename from examples/07_ci_beta/example rename to examples/more/07_ci_beta/example diff --git a/examples/07_ci_beta/example.c b/examples/more/07_ci_beta/example.c similarity index 100% rename from examples/07_ci_beta/example.c rename to examples/more/07_ci_beta/example.c diff --git a/examples/07_ci_beta/makefile b/examples/more/07_ci_beta/makefile similarity index 100% rename from examples/07_ci_beta/makefile rename to examples/more/07_ci_beta/makefile diff --git a/examples/08_nuclear_war/example b/examples/more/08_nuclear_war/example similarity index 100% rename from examples/08_nuclear_war/example rename to examples/more/08_nuclear_war/example diff --git a/examples/08_nuclear_war/example.c b/examples/more/08_nuclear_war/example.c similarity index 100% rename from examples/08_nuclear_war/example.c rename to examples/more/08_nuclear_war/example.c diff --git a/examples/08_nuclear_war/makefile b/examples/more/08_nuclear_war/makefile similarity index 100% rename from examples/08_nuclear_war/makefile rename to examples/more/08_nuclear_war/makefile diff --git a/examples/08_nuclear_war/scratchpad/example b/examples/more/08_nuclear_war/scratchpad/example similarity index 100% rename from examples/08_nuclear_war/scratchpad/example rename to examples/more/08_nuclear_war/scratchpad/example diff --git a/examples/08_nuclear_war/scratchpad/example.c b/examples/more/08_nuclear_war/scratchpad/example.c similarity index 100% rename from examples/08_nuclear_war/scratchpad/example.c rename to examples/more/08_nuclear_war/scratchpad/example.c diff --git a/examples/08_nuclear_war/scratchpad/makefile b/examples/more/08_nuclear_war/scratchpad/makefile similarity index 100% rename from examples/08_nuclear_war/scratchpad/makefile rename to examples/more/08_nuclear_war/scratchpad/makefile diff --git a/examples/09_burn_10kg_fat/example b/examples/more/09_burn_10kg_fat/example similarity index 100% rename from examples/09_burn_10kg_fat/example rename to examples/more/09_burn_10kg_fat/example diff --git a/examples/09_burn_10kg_fat/example.c b/examples/more/09_burn_10kg_fat/example.c similarity index 100% rename from examples/09_burn_10kg_fat/example.c rename to examples/more/09_burn_10kg_fat/example.c diff --git a/examples/09_burn_10kg_fat/makefile b/examples/more/09_burn_10kg_fat/makefile similarity index 100% rename from examples/09_burn_10kg_fat/makefile rename to examples/more/09_burn_10kg_fat/makefile diff --git a/examples/10_nuclear_recovery/example b/examples/more/10_nuclear_recovery/example similarity index 100% rename from examples/10_nuclear_recovery/example rename to examples/more/10_nuclear_recovery/example diff --git a/examples/10_nuclear_recovery/example.c b/examples/more/10_nuclear_recovery/example.c similarity index 100% rename from examples/10_nuclear_recovery/example.c rename to examples/more/10_nuclear_recovery/example.c diff --git a/examples/10_nuclear_recovery/makefile b/examples/more/10_nuclear_recovery/makefile similarity index 100% rename from examples/10_nuclear_recovery/makefile rename to examples/more/10_nuclear_recovery/makefile diff --git a/examples/11_algebra/example b/examples/more/11_algebra/example similarity index 100% rename from examples/11_algebra/example rename to examples/more/11_algebra/example diff --git a/examples/11_algebra/example.c b/examples/more/11_algebra/example.c similarity index 100% rename from examples/11_algebra/example.c rename to examples/more/11_algebra/example.c diff --git a/examples/11_algebra/makefile b/examples/more/11_algebra/makefile similarity index 100% rename from examples/11_algebra/makefile rename to examples/more/11_algebra/makefile diff --git a/examples/12_algebra_and_conversion/example b/examples/more/12_algebra_and_conversion/example similarity index 100% rename from examples/12_algebra_and_conversion/example rename to examples/more/12_algebra_and_conversion/example diff --git a/examples/12_algebra_and_conversion/example.c b/examples/more/12_algebra_and_conversion/example.c similarity index 100% rename from examples/12_algebra_and_conversion/example.c rename to examples/more/12_algebra_and_conversion/example.c diff --git a/examples/12_algebra_and_conversion/makefile b/examples/more/12_algebra_and_conversion/makefile similarity index 100% rename from examples/12_algebra_and_conversion/makefile rename to examples/more/12_algebra_and_conversion/makefile diff --git a/examples/13_ergonomic_algebra/example b/examples/more/13_ergonomic_algebra/example similarity index 100% rename from examples/13_ergonomic_algebra/example rename to examples/more/13_ergonomic_algebra/example diff --git a/examples/13_ergonomic_algebra/example.c b/examples/more/13_ergonomic_algebra/example.c similarity index 100% rename from examples/13_ergonomic_algebra/example.c rename to examples/more/13_ergonomic_algebra/example.c diff --git a/examples/13_ergonomic_algebra/makefile b/examples/more/13_ergonomic_algebra/makefile similarity index 100% rename from examples/13_ergonomic_algebra/makefile rename to examples/more/13_ergonomic_algebra/makefile diff --git a/examples/14_twitter_thread_example/example b/examples/more/14_twitter_thread_example/example similarity index 100% rename from examples/14_twitter_thread_example/example rename to examples/more/14_twitter_thread_example/example diff --git a/examples/14_twitter_thread_example/example.c b/examples/more/14_twitter_thread_example/example.c similarity index 100% rename from examples/14_twitter_thread_example/example.c rename to examples/more/14_twitter_thread_example/example.c diff --git a/examples/14_twitter_thread_example/makefile b/examples/more/14_twitter_thread_example/makefile similarity index 100% rename from examples/14_twitter_thread_example/makefile rename to examples/more/14_twitter_thread_example/makefile diff --git a/examples/15_plotting-scratchpad/.Rhistory b/scratchpad/plotting/.Rhistory similarity index 100% rename from examples/15_plotting-scratchpad/.Rhistory rename to scratchpad/plotting/.Rhistory diff --git a/examples/15_plotting-scratchpad/makefile b/scratchpad/plotting/makefile similarity index 100% rename from examples/15_plotting-scratchpad/makefile rename to scratchpad/plotting/makefile diff --git a/examples/15_plotting-scratchpad/notes.md b/scratchpad/plotting/notes.md similarity index 100% rename from examples/15_plotting-scratchpad/notes.md rename to scratchpad/plotting/notes.md diff --git a/examples/15_plotting-scratchpad/r/.Rhistory b/scratchpad/plotting/r/.Rhistory similarity index 100% rename from examples/15_plotting-scratchpad/r/.Rhistory rename to scratchpad/plotting/r/.Rhistory diff --git a/examples/15_plotting-scratchpad/r/plot.R b/scratchpad/plotting/r/plot.R similarity index 100% rename from examples/15_plotting-scratchpad/r/plot.R rename to scratchpad/plotting/r/plot.R diff --git a/examples/15_plotting-scratchpad/r/samples.txt b/scratchpad/plotting/r/samples.txt similarity index 100% rename from examples/15_plotting-scratchpad/r/samples.txt rename to scratchpad/plotting/r/samples.txt diff --git a/examples/15_plotting-scratchpad/src/example b/scratchpad/plotting/src/example similarity index 100% rename from examples/15_plotting-scratchpad/src/example rename to scratchpad/plotting/src/example diff --git a/examples/15_plotting-scratchpad/src/example.c b/scratchpad/plotting/src/example.c similarity index 100% rename from examples/15_plotting-scratchpad/src/example.c rename to scratchpad/plotting/src/example.c diff --git a/examples/15_plotting-scratchpad/src/makefile b/scratchpad/plotting/src/makefile similarity index 100% rename from examples/15_plotting-scratchpad/src/makefile rename to scratchpad/plotting/src/makefile