From 0162f0e7a7158ff6e0d122dd46d4a67bf315d051 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:34:30 -0400 Subject: [PATCH 01/32] Create and.html This is the template, not the actual doc! I created this so it wouldn't show a 404 --- html/and.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/and.html diff --git a/html/and.html b/html/and.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/and.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From 5eb2b99714888f1497a70308252f2a901f12f41e Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:36:26 -0400 Subject: [PATCH 02/32] Create or.html Same thing as I just said :| --- html/or.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/or.html diff --git a/html/or.html b/html/or.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/or.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From f7ea028b3854d63d090531b42d3c9b40a4147521 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:37:04 -0400 Subject: [PATCH 03/32] Create not.html --- html/not.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/not.html diff --git a/html/not.html b/html/not.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/not.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From ea87fdb47b98be7a4b9e8e61ced2360e53d2b1c9 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:37:27 -0400 Subject: [PATCH 04/32] Create reverse.html --- html/reverse.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/reverse.html diff --git a/html/reverse.html b/html/reverse.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/reverse.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From 3b9ac2b84586db6192b79b0da98d83fa19a9cff5 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:37:52 -0400 Subject: [PATCH 05/32] Create ascii.html --- html/ascii.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/ascii.html diff --git a/html/ascii.html b/html/ascii.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/ascii.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From 8c43e8be88f13fac5eb832116e8bf3767688670f Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:38:13 -0400 Subject: [PATCH 06/32] Create concat.html --- html/concat.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/concat.html diff --git a/html/concat.html b/html/concat.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/concat.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From a455b2a42b953e0b05b86112699dc0d7726f910e Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:38:39 -0400 Subject: [PATCH 07/32] Create random.html --- html/random.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/random.html diff --git a/html/random.html b/html/random.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/random.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From b67bc5f94daaa388ca79d54e09514b604acb1827 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:39:04 -0400 Subject: [PATCH 08/32] Update circuits.html --- html/circuits.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/html/circuits.html b/html/circuits.html index e69de29..70d9c87 100644 --- a/html/circuits.html +++ b/html/circuits.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From fdce922b86438e34fdf16c72e8a3d623ca27328d Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:39:38 -0400 Subject: [PATCH 09/32] Create conditionals.html --- html/conditionals.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/conditionals.html diff --git a/html/conditionals.html b/html/conditionals.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/conditionals.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From 8af054dd1bb519e02645c93f5e2ec84087989da3 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:40:01 -0400 Subject: [PATCH 10/32] Create variables.html --- html/variables.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/variables.html diff --git a/html/variables.html b/html/variables.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/variables.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From 17b24357fde70c3197f2e5cb1fc62f6c0541c69f Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:40:26 -0400 Subject: [PATCH 11/32] Create comments.html --- html/comments.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/comments.html diff --git a/html/comments.html b/html/comments.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/comments.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From c4b9989c2318b6760a356e7ab0dcabd8467d9c2d Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:40:52 -0400 Subject: [PATCH 12/32] Create out.html --- html/out.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/out.html diff --git a/html/out.html b/html/out.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/out.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From 405bdbafe4ca8927353ecd2d625505ce98a28379 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 09:41:19 -0400 Subject: [PATCH 13/32] Create input.html --- html/input.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 html/input.html diff --git a/html/input.html b/html/input.html new file mode 100644 index 0000000..689d414 --- /dev/null +++ b/html/input.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + +
+
+ +
+ + + + + From 03d93183f874197641a20211192786907f2c29c5 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Mon, 3 Oct 2016 17:00:19 -0400 Subject: [PATCH 14/32] Create 404.html --- 404.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..b08852a --- /dev/null +++ b/404.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + +
+
+ +
+ + +

This page is currently unavalible. Care to check the exsisting documentation while waiting for the page's creation?

+ + + From 6ee3e1de43591147018a904591ad03cd1ee73a89 Mon Sep 17 00:00:00 2001 From: Derp McDerpson Date: Sun, 16 Oct 2016 11:15:57 +1100 Subject: [PATCH 15/32] Create and.html --- html/builtins/and.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 html/builtins/and.html diff --git a/html/builtins/and.html b/html/builtins/and.html new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/html/builtins/and.html @@ -0,0 +1 @@ + From 23b9192e6f74e2dc60348cd6465ac8856e5cc7cd Mon Sep 17 00:00:00 2001 From: Darren Li Date: Sun, 16 Oct 2016 08:19:06 -0400 Subject: [PATCH 16/32] Delete and.html --- html/builtins/and.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 html/builtins/and.html diff --git a/html/builtins/and.html b/html/builtins/and.html deleted file mode 100644 index 8b13789..0000000 --- a/html/builtins/and.html +++ /dev/null @@ -1 +0,0 @@ - From 243a784a94833dc9fb222ed39998d156979667e7 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Sun, 16 Oct 2016 08:26:42 -0400 Subject: [PATCH 17/32] Rename html/and.html to html/builtins/and.html --- html/{ => builtins}/and.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/and.html (100%) diff --git a/html/and.html b/html/builtins/and.html similarity index 100% rename from html/and.html rename to html/builtins/and.html From a464770a01a5654bce899b1c0ab9c9cc57ec3159 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Sun, 16 Oct 2016 08:27:02 -0400 Subject: [PATCH 18/32] Rename html/ascii.html to html/builtins/ascii.html --- html/{ => builtins}/ascii.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/ascii.html (100%) diff --git a/html/ascii.html b/html/builtins/ascii.html similarity index 100% rename from html/ascii.html rename to html/builtins/ascii.html From 9fe568b518b83c025a7e9143af9daca9aa68cf3f Mon Sep 17 00:00:00 2001 From: Darren Li Date: Sun, 16 Oct 2016 08:27:14 -0400 Subject: [PATCH 19/32] Rename html/circuits.html to html/builtins/circuits.html --- html/{ => builtins}/circuits.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/circuits.html (100%) diff --git a/html/circuits.html b/html/builtins/circuits.html similarity index 100% rename from html/circuits.html rename to html/builtins/circuits.html From e77512484f99260f3c1a321ff38ec02e9027af38 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Sun, 16 Oct 2016 08:27:30 -0400 Subject: [PATCH 20/32] Rename html/comments.html to html/builtins/comments.html --- html/{ => builtins}/comments.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/comments.html (100%) diff --git a/html/comments.html b/html/builtins/comments.html similarity index 100% rename from html/comments.html rename to html/builtins/comments.html From b3060daed7e9657fac2d3c7eac127c4f2d05071d Mon Sep 17 00:00:00 2001 From: Darren Li Date: Sun, 16 Oct 2016 08:27:46 -0400 Subject: [PATCH 21/32] Rename html/concat.html to html/builtins/concat.html --- html/{ => builtins}/concat.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/concat.html (100%) diff --git a/html/concat.html b/html/builtins/concat.html similarity index 100% rename from html/concat.html rename to html/builtins/concat.html From 23f0acbe9749b82125f9c545383a3d705678b486 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Sun, 16 Oct 2016 08:34:26 -0400 Subject: [PATCH 22/32] Rename html/conditionals.html to html/builtins/conditionals.html --- html/{ => builtins}/conditionals.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/conditionals.html (100%) diff --git a/html/conditionals.html b/html/builtins/conditionals.html similarity index 100% rename from html/conditionals.html rename to html/builtins/conditionals.html From 47e981d725f5eb606b88437415434a3c4d2db00e Mon Sep 17 00:00:00 2001 From: Darren Li Date: Sun, 16 Oct 2016 08:34:47 -0400 Subject: [PATCH 23/32] Rename html/header.html to html/builtins/header.html --- html/{ => builtins}/header.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/header.html (100%) diff --git a/html/header.html b/html/builtins/header.html similarity index 100% rename from html/header.html rename to html/builtins/header.html From 40f87cad16c082f58e960f056a2f9fe6c4a892bf Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 15:59:46 -0400 Subject: [PATCH 24/32] Rename html/index.html to html/builtins/index.html --- html/{ => builtins}/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/index.html (100%) diff --git a/html/index.html b/html/builtins/index.html similarity index 100% rename from html/index.html rename to html/builtins/index.html From 7b021b9371fb9a8e605448e1c0b6c45e09e4f808 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 16:00:23 -0400 Subject: [PATCH 25/32] Rename html/builtins/index.html to html/index.html --- html/{builtins => }/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{builtins => }/index.html (100%) diff --git a/html/builtins/index.html b/html/index.html similarity index 100% rename from html/builtins/index.html rename to html/index.html From 8d438a03d7b611738e5f6eea77b63784d68e4f59 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 16:00:44 -0400 Subject: [PATCH 26/32] Rename html/input.html to html/builtins/input.html --- html/{ => builtins}/input.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/input.html (100%) diff --git a/html/input.html b/html/builtins/input.html similarity index 100% rename from html/input.html rename to html/builtins/input.html From a7b64c9918f30eb228ee4bcf29e24013c757cd41 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 16:01:02 -0400 Subject: [PATCH 27/32] Rename html/not.html to html/builtins/not.html --- html/{ => builtins}/not.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/not.html (100%) diff --git a/html/not.html b/html/builtins/not.html similarity index 100% rename from html/not.html rename to html/builtins/not.html From 88a4113d7c5256c9d9f969e0020a04563222cf7c Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 16:01:15 -0400 Subject: [PATCH 28/32] Rename html/or.html to html/builtins/or.html --- html/{ => builtins}/or.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/or.html (100%) diff --git a/html/or.html b/html/builtins/or.html similarity index 100% rename from html/or.html rename to html/builtins/or.html From 35c95486c909ac7cf8227f1b6030d178aeeabad8 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 16:01:27 -0400 Subject: [PATCH 29/32] Rename html/out.html to html/builtins/out.html --- html/{ => builtins}/out.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/out.html (100%) diff --git a/html/out.html b/html/builtins/out.html similarity index 100% rename from html/out.html rename to html/builtins/out.html From d92e04a9ca725c00e828706f6c608c249b4b3ec5 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 16:01:43 -0400 Subject: [PATCH 30/32] Rename html/random.html to html/builtins/random.html --- html/{ => builtins}/random.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/random.html (100%) diff --git a/html/random.html b/html/builtins/random.html similarity index 100% rename from html/random.html rename to html/builtins/random.html From d94880bcc65d773d9a803f3195c44b9596c5055c Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 16:02:00 -0400 Subject: [PATCH 31/32] Rename html/reverse.html to html/builtins/reverse.html --- html/{ => builtins}/reverse.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/reverse.html (100%) diff --git a/html/reverse.html b/html/builtins/reverse.html similarity index 100% rename from html/reverse.html rename to html/builtins/reverse.html From ed2dc198bdab6567d72faa60de54001be4caa3b4 Mon Sep 17 00:00:00 2001 From: Darren Li Date: Tue, 18 Oct 2016 16:02:14 -0400 Subject: [PATCH 32/32] Rename html/variables.html to html/builtins/variables.html --- html/{ => builtins}/variables.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename html/{ => builtins}/variables.html (100%) diff --git a/html/variables.html b/html/builtins/variables.html similarity index 100% rename from html/variables.html rename to html/builtins/variables.html