squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit a81c0df32999af1acf32aa1e86bf60d757838d32
parent a543bd5b942c7899a93967527b79e616c5217bbc
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sun, 19 Nov 2023 13:51:05 +0000

reorg: divide examples between those using core and those using extra

Diffstat:
Rexamples/00_example_template/example -> examples/core/00_example_template/example | 0
Rexamples/00_example_template/example.c -> examples/core/00_example_template/example.c | 0
Rexamples/00_example_template/makefile -> examples/core/00_example_template/makefile | 0
Rexamples/01_one_sample/example -> examples/core/01_one_sample/example | 0
Rexamples/01_one_sample/example.c -> examples/core/01_one_sample/example.c | 0
Rexamples/01_one_sample/makefile -> examples/core/01_one_sample/makefile | 0
Rexamples/02_many_samples_time_to_botec/example -> examples/core/02_many_samples_time_to_botec/example | 0
Rexamples/02_many_samples_time_to_botec/example.c -> examples/core/02_many_samples_time_to_botec/example.c | 0
Rexamples/02_many_samples_time_to_botec/makefile -> examples/core/02_many_samples_time_to_botec/makefile | 0
Rexamples/03_gcc_nested_function/example -> examples/core/03_gcc_nested_function/example | 0
Rexamples/03_gcc_nested_function/example.c -> examples/core/03_gcc_nested_function/example.c | 0
Rexamples/03_gcc_nested_function/makefile -> examples/core/03_gcc_nested_function/makefile | 0
Rexamples/06_gamma_beta/example -> examples/core/06_gamma_beta/example | 0
Rexamples/06_gamma_beta/example.c -> examples/core/06_gamma_beta/example.c | 0
Rexamples/06_gamma_beta/makefile -> examples/core/06_gamma_beta/makefile | 0
Rexamples/16_100_lognormal_samples/example -> examples/core/16_100_lognormal_samples/example | 0
Rexamples/16_100_lognormal_samples/example.c -> examples/core/16_100_lognormal_samples/example.c | 0
Rexamples/16_100_lognormal_samples/makefile -> examples/core/16_100_lognormal_samples/makefile | 0
Rexamples/16_100_lognormal_samples/run-sorted.sh -> examples/core/16_100_lognormal_samples/run-sorted.sh | 0
Rexamples/04_sample_from_cdf_simple/example -> examples/more/04_sample_from_cdf_simple/example | 0
Rexamples/04_sample_from_cdf_simple/example.c -> examples/more/04_sample_from_cdf_simple/example.c | 0
Rexamples/04_sample_from_cdf_simple/makefile -> examples/more/04_sample_from_cdf_simple/makefile | 0
Rexamples/05_sample_from_cdf_beta/example -> examples/more/05_sample_from_cdf_beta/example | 0
Rexamples/05_sample_from_cdf_beta/example.c -> examples/more/05_sample_from_cdf_beta/example.c | 0
Rexamples/05_sample_from_cdf_beta/makefile -> examples/more/05_sample_from_cdf_beta/makefile | 0
Rexamples/07_ci_beta/example -> examples/more/07_ci_beta/example | 0
Rexamples/07_ci_beta/example.c -> examples/more/07_ci_beta/example.c | 0
Rexamples/07_ci_beta/makefile -> examples/more/07_ci_beta/makefile | 0
Rexamples/08_nuclear_war/example -> examples/more/08_nuclear_war/example | 0
Rexamples/08_nuclear_war/example.c -> examples/more/08_nuclear_war/example.c | 0
Rexamples/08_nuclear_war/makefile -> examples/more/08_nuclear_war/makefile | 0
Rexamples/08_nuclear_war/scratchpad/example -> examples/more/08_nuclear_war/scratchpad/example | 0
Rexamples/08_nuclear_war/scratchpad/example.c -> examples/more/08_nuclear_war/scratchpad/example.c | 0
Rexamples/08_nuclear_war/scratchpad/makefile -> examples/more/08_nuclear_war/scratchpad/makefile | 0
Rexamples/09_burn_10kg_fat/example -> examples/more/09_burn_10kg_fat/example | 0
Rexamples/09_burn_10kg_fat/example.c -> examples/more/09_burn_10kg_fat/example.c | 0
Rexamples/09_burn_10kg_fat/makefile -> examples/more/09_burn_10kg_fat/makefile | 0
Rexamples/10_nuclear_recovery/example -> examples/more/10_nuclear_recovery/example | 0
Rexamples/10_nuclear_recovery/example.c -> examples/more/10_nuclear_recovery/example.c | 0
Rexamples/10_nuclear_recovery/makefile -> examples/more/10_nuclear_recovery/makefile | 0
Rexamples/11_algebra/example -> examples/more/11_algebra/example | 0
Rexamples/11_algebra/example.c -> examples/more/11_algebra/example.c | 0
Rexamples/11_algebra/makefile -> examples/more/11_algebra/makefile | 0
Rexamples/12_algebra_and_conversion/example -> examples/more/12_algebra_and_conversion/example | 0
Rexamples/12_algebra_and_conversion/example.c -> examples/more/12_algebra_and_conversion/example.c | 0
Rexamples/12_algebra_and_conversion/makefile -> examples/more/12_algebra_and_conversion/makefile | 0
Rexamples/13_ergonomic_algebra/example -> examples/more/13_ergonomic_algebra/example | 0
Rexamples/13_ergonomic_algebra/example.c -> examples/more/13_ergonomic_algebra/example.c | 0
Rexamples/13_ergonomic_algebra/makefile -> examples/more/13_ergonomic_algebra/makefile | 0
Rexamples/14_twitter_thread_example/example -> examples/more/14_twitter_thread_example/example | 0
Rexamples/14_twitter_thread_example/example.c -> examples/more/14_twitter_thread_example/example.c | 0
Rexamples/14_twitter_thread_example/makefile -> examples/more/14_twitter_thread_example/makefile | 0
Rexamples/15_plotting-scratchpad/.Rhistory -> scratchpad/plotting/.Rhistory | 0
Rexamples/15_plotting-scratchpad/makefile -> scratchpad/plotting/makefile | 0
Rexamples/15_plotting-scratchpad/notes.md -> scratchpad/plotting/notes.md | 0
Rexamples/15_plotting-scratchpad/r/.Rhistory -> scratchpad/plotting/r/.Rhistory | 0
Rexamples/15_plotting-scratchpad/r/plot.R -> scratchpad/plotting/r/plot.R | 0
Rexamples/15_plotting-scratchpad/r/samples.txt -> scratchpad/plotting/r/samples.txt | 0
Rexamples/15_plotting-scratchpad/src/example -> scratchpad/plotting/src/example | 0
Rexamples/15_plotting-scratchpad/src/example.c -> scratchpad/plotting/src/example.c | 0
Rexamples/15_plotting-scratchpad/src/makefile -> scratchpad/plotting/src/makefile | 0
61 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/examples/00_example_template/example b/examples/core/00_example_template/example Binary files differ. diff --git a/examples/00_example_template/example.c b/examples/core/00_example_template/example.c diff --git a/examples/00_example_template/makefile b/examples/core/00_example_template/makefile diff --git a/examples/01_one_sample/example b/examples/core/01_one_sample/example Binary files differ. diff --git a/examples/01_one_sample/example.c b/examples/core/01_one_sample/example.c diff --git a/examples/01_one_sample/makefile b/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 Binary files differ. diff --git a/examples/02_many_samples_time_to_botec/example.c b/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 diff --git a/examples/03_gcc_nested_function/example b/examples/core/03_gcc_nested_function/example Binary files differ. diff --git a/examples/03_gcc_nested_function/example.c b/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 diff --git a/examples/06_gamma_beta/example b/examples/core/06_gamma_beta/example Binary files differ. diff --git a/examples/06_gamma_beta/example.c b/examples/core/06_gamma_beta/example.c diff --git a/examples/06_gamma_beta/makefile b/examples/core/06_gamma_beta/makefile diff --git a/examples/16_100_lognormal_samples/example b/examples/core/16_100_lognormal_samples/example Binary files differ. diff --git a/examples/16_100_lognormal_samples/example.c b/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 diff --git a/examples/16_100_lognormal_samples/run-sorted.sh b/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 Binary files differ. diff --git a/examples/04_sample_from_cdf_simple/example.c b/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 diff --git a/examples/05_sample_from_cdf_beta/example b/examples/more/05_sample_from_cdf_beta/example Binary files differ. diff --git a/examples/05_sample_from_cdf_beta/example.c b/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 diff --git a/examples/07_ci_beta/example b/examples/more/07_ci_beta/example Binary files differ. diff --git a/examples/07_ci_beta/example.c b/examples/more/07_ci_beta/example.c diff --git a/examples/07_ci_beta/makefile b/examples/more/07_ci_beta/makefile diff --git a/examples/08_nuclear_war/example b/examples/more/08_nuclear_war/example Binary files differ. diff --git a/examples/08_nuclear_war/example.c b/examples/more/08_nuclear_war/example.c diff --git a/examples/08_nuclear_war/makefile b/examples/more/08_nuclear_war/makefile diff --git a/examples/08_nuclear_war/scratchpad/example b/examples/more/08_nuclear_war/scratchpad/example Binary files differ. diff --git a/examples/08_nuclear_war/scratchpad/example.c b/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 diff --git a/examples/09_burn_10kg_fat/example b/examples/more/09_burn_10kg_fat/example Binary files differ. diff --git a/examples/09_burn_10kg_fat/example.c b/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 diff --git a/examples/10_nuclear_recovery/example b/examples/more/10_nuclear_recovery/example Binary files differ. diff --git a/examples/10_nuclear_recovery/example.c b/examples/more/10_nuclear_recovery/example.c diff --git a/examples/10_nuclear_recovery/makefile b/examples/more/10_nuclear_recovery/makefile diff --git a/examples/11_algebra/example b/examples/more/11_algebra/example Binary files differ. diff --git a/examples/11_algebra/example.c b/examples/more/11_algebra/example.c diff --git a/examples/11_algebra/makefile b/examples/more/11_algebra/makefile diff --git a/examples/12_algebra_and_conversion/example b/examples/more/12_algebra_and_conversion/example Binary files differ. diff --git a/examples/12_algebra_and_conversion/example.c b/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 diff --git a/examples/13_ergonomic_algebra/example b/examples/more/13_ergonomic_algebra/example Binary files differ. diff --git a/examples/13_ergonomic_algebra/example.c b/examples/more/13_ergonomic_algebra/example.c diff --git a/examples/13_ergonomic_algebra/makefile b/examples/more/13_ergonomic_algebra/makefile diff --git a/examples/14_twitter_thread_example/example b/examples/more/14_twitter_thread_example/example Binary files differ. diff --git a/examples/14_twitter_thread_example/example.c b/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 diff --git a/examples/15_plotting-scratchpad/.Rhistory b/scratchpad/plotting/.Rhistory diff --git a/examples/15_plotting-scratchpad/makefile b/scratchpad/plotting/makefile diff --git a/examples/15_plotting-scratchpad/notes.md b/scratchpad/plotting/notes.md diff --git a/examples/15_plotting-scratchpad/r/.Rhistory b/scratchpad/plotting/r/.Rhistory diff --git a/examples/15_plotting-scratchpad/r/plot.R b/scratchpad/plotting/r/plot.R diff --git a/examples/15_plotting-scratchpad/r/samples.txt b/scratchpad/plotting/r/samples.txt diff --git a/examples/15_plotting-scratchpad/src/example b/scratchpad/plotting/src/example Binary files differ. diff --git a/examples/15_plotting-scratchpad/src/example.c b/scratchpad/plotting/src/example.c diff --git a/examples/15_plotting-scratchpad/src/makefile b/scratchpad/plotting/src/makefile