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