summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-08-05 17:25:01 +0200
committerAndreas Kling <kling@serenityos.org>2020-08-05 17:40:47 +0200
commitdb450dbc442d6f727762d76b045e66ef52265a70 (patch)
tree2bb1052b341ee94e5ff844ea082e4c0e48512e93 /Base/home
parentbc615572a9740410dfdcc34fd51ec270cbac846b (diff)
downloadserenity-db450dbc442d6f727762d76b045e66ef52265a70.zip
Base: Move "js" and "little" HackStudio projects into ~/Source/
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/Source/js/array.js (renamed from Base/home/anon/js/array.js)0
-rw-r--r--Base/home/anon/Source/js/charAt.js (renamed from Base/home/anon/js/charAt.js)0
-rw-r--r--Base/home/anon/Source/js/console.js (renamed from Base/home/anon/js/console.js)0
-rw-r--r--Base/home/anon/Source/js/date.js (renamed from Base/home/anon/js/date.js)0
-rw-r--r--Base/home/anon/Source/js/for-loop.js (renamed from Base/home/anon/js/for-loop.js)0
-rw-r--r--Base/home/anon/Source/js/forced-gc.js (renamed from Base/home/anon/js/forced-gc.js)0
-rw-r--r--Base/home/anon/Source/js/function-with-arguments.js (renamed from Base/home/anon/js/function-with-arguments.js)0
-rw-r--r--Base/home/anon/Source/js/gc-strings.js (renamed from Base/home/anon/js/gc-strings.js)0
-rw-r--r--Base/home/anon/Source/js/hasOwnProperty.js (renamed from Base/home/anon/js/hasOwnProperty.js)0
-rw-r--r--Base/home/anon/Source/js/javascript.hackstudio (renamed from Base/home/anon/js/javascript.hackstudio)0
-rw-r--r--Base/home/anon/Source/js/native-function.js (renamed from Base/home/anon/js/native-function.js)0
-rw-r--r--Base/home/anon/Source/js/object-expression.js (renamed from Base/home/anon/js/object-expression.js)0
-rw-r--r--Base/home/anon/Source/js/operator-precedence.js (renamed from Base/home/anon/js/operator-precedence.js)0
-rw-r--r--Base/home/anon/Source/js/simple-function.js (renamed from Base/home/anon/js/simple-function.js)0
-rw-r--r--Base/home/anon/Source/js/simple-parse.js (renamed from Base/home/anon/js/simple-parse.js)0
-rw-r--r--Base/home/anon/Source/js/simple-scopes.js (renamed from Base/home/anon/js/simple-scopes.js)0
-rw-r--r--Base/home/anon/Source/js/simple-variables.js (renamed from Base/home/anon/js/simple-variables.js)0
-rw-r--r--Base/home/anon/Source/js/string-length.js (renamed from Base/home/anon/js/string-length.js)0
-rw-r--r--Base/home/anon/Source/js/strings.js (renamed from Base/home/anon/js/strings.js)0
-rw-r--r--Base/home/anon/Source/js/throw.js (renamed from Base/home/anon/js/throw.js)0
-rw-r--r--Base/home/anon/Source/js/try.js (renamed from Base/home/anon/js/try.js)0
-rw-r--r--Base/home/anon/Source/js/type-play.js (renamed from Base/home/anon/js/type-play.js)0
-rw-r--r--Base/home/anon/Source/js/typeof.js (renamed from Base/home/anon/js/typeof.js)0
-rw-r--r--Base/home/anon/Source/little/Makefile (renamed from Base/home/anon/little/Makefile)0
-rw-r--r--Base/home/anon/Source/little/little.hackstudio (renamed from Base/home/anon/little/little.hackstudio)0
-rw-r--r--Base/home/anon/Source/little/main.cpp (renamed from Base/home/anon/little/main.cpp)0
-rw-r--r--Base/home/anon/Source/little/test.frm (renamed from Base/home/anon/little/test.frm)0
27 files changed, 0 insertions, 0 deletions
diff --git a/Base/home/anon/js/array.js b/Base/home/anon/Source/js/array.js
index b62f262396..b62f262396 100644
--- a/Base/home/anon/js/array.js
+++ b/Base/home/anon/Source/js/array.js
diff --git a/Base/home/anon/js/charAt.js b/Base/home/anon/Source/js/charAt.js
index 9a452fb4f5..9a452fb4f5 100644
--- a/Base/home/anon/js/charAt.js
+++ b/Base/home/anon/Source/js/charAt.js
diff --git a/Base/home/anon/js/console.js b/Base/home/anon/Source/js/console.js
index 1ebe4441ed..1ebe4441ed 100644
--- a/Base/home/anon/js/console.js
+++ b/Base/home/anon/Source/js/console.js
diff --git a/Base/home/anon/js/date.js b/Base/home/anon/Source/js/date.js
index 160786e0bc..160786e0bc 100644
--- a/Base/home/anon/js/date.js
+++ b/Base/home/anon/Source/js/date.js
diff --git a/Base/home/anon/js/for-loop.js b/Base/home/anon/Source/js/for-loop.js
index 9602468d59..9602468d59 100644
--- a/Base/home/anon/js/for-loop.js
+++ b/Base/home/anon/Source/js/for-loop.js
diff --git a/Base/home/anon/js/forced-gc.js b/Base/home/anon/Source/js/forced-gc.js
index 5ea20bcddd..5ea20bcddd 100644
--- a/Base/home/anon/js/forced-gc.js
+++ b/Base/home/anon/Source/js/forced-gc.js
diff --git a/Base/home/anon/js/function-with-arguments.js b/Base/home/anon/Source/js/function-with-arguments.js
index f87b61162c..f87b61162c 100644
--- a/Base/home/anon/js/function-with-arguments.js
+++ b/Base/home/anon/Source/js/function-with-arguments.js
diff --git a/Base/home/anon/js/gc-strings.js b/Base/home/anon/Source/js/gc-strings.js
index 39d5400817..39d5400817 100644
--- a/Base/home/anon/js/gc-strings.js
+++ b/Base/home/anon/Source/js/gc-strings.js
diff --git a/Base/home/anon/js/hasOwnProperty.js b/Base/home/anon/Source/js/hasOwnProperty.js
index d874105c00..d874105c00 100644
--- a/Base/home/anon/js/hasOwnProperty.js
+++ b/Base/home/anon/Source/js/hasOwnProperty.js
diff --git a/Base/home/anon/js/javascript.hackstudio b/Base/home/anon/Source/js/javascript.hackstudio
index d4786280a9..d4786280a9 100644
--- a/Base/home/anon/js/javascript.hackstudio
+++ b/Base/home/anon/Source/js/javascript.hackstudio
diff --git a/Base/home/anon/js/native-function.js b/Base/home/anon/Source/js/native-function.js
index 529c4df04f..529c4df04f 100644
--- a/Base/home/anon/js/native-function.js
+++ b/Base/home/anon/Source/js/native-function.js
diff --git a/Base/home/anon/js/object-expression.js b/Base/home/anon/Source/js/object-expression.js
index 143ece5967..143ece5967 100644
--- a/Base/home/anon/js/object-expression.js
+++ b/Base/home/anon/Source/js/object-expression.js
diff --git a/Base/home/anon/js/operator-precedence.js b/Base/home/anon/Source/js/operator-precedence.js
index 9a1b79682e..9a1b79682e 100644
--- a/Base/home/anon/js/operator-precedence.js
+++ b/Base/home/anon/Source/js/operator-precedence.js
diff --git a/Base/home/anon/js/simple-function.js b/Base/home/anon/Source/js/simple-function.js
index 801e58841f..801e58841f 100644
--- a/Base/home/anon/js/simple-function.js
+++ b/Base/home/anon/Source/js/simple-function.js
diff --git a/Base/home/anon/js/simple-parse.js b/Base/home/anon/Source/js/simple-parse.js
index 0bac548acb..0bac548acb 100644
--- a/Base/home/anon/js/simple-parse.js
+++ b/Base/home/anon/Source/js/simple-parse.js
diff --git a/Base/home/anon/js/simple-scopes.js b/Base/home/anon/Source/js/simple-scopes.js
index 14e6c35e75..14e6c35e75 100644
--- a/Base/home/anon/js/simple-scopes.js
+++ b/Base/home/anon/Source/js/simple-scopes.js
diff --git a/Base/home/anon/js/simple-variables.js b/Base/home/anon/Source/js/simple-variables.js
index dfecdab09c..dfecdab09c 100644
--- a/Base/home/anon/js/simple-variables.js
+++ b/Base/home/anon/Source/js/simple-variables.js
diff --git a/Base/home/anon/js/string-length.js b/Base/home/anon/Source/js/string-length.js
index 38b1ed191b..38b1ed191b 100644
--- a/Base/home/anon/js/string-length.js
+++ b/Base/home/anon/Source/js/string-length.js
diff --git a/Base/home/anon/js/strings.js b/Base/home/anon/Source/js/strings.js
index 1928d61d6f..1928d61d6f 100644
--- a/Base/home/anon/js/strings.js
+++ b/Base/home/anon/Source/js/strings.js
diff --git a/Base/home/anon/js/throw.js b/Base/home/anon/Source/js/throw.js
index 67c891f571..67c891f571 100644
--- a/Base/home/anon/js/throw.js
+++ b/Base/home/anon/Source/js/throw.js
diff --git a/Base/home/anon/js/try.js b/Base/home/anon/Source/js/try.js
index 7b4f892ca4..7b4f892ca4 100644
--- a/Base/home/anon/js/try.js
+++ b/Base/home/anon/Source/js/try.js
diff --git a/Base/home/anon/js/type-play.js b/Base/home/anon/Source/js/type-play.js
index a9a8bb3d53..a9a8bb3d53 100644
--- a/Base/home/anon/js/type-play.js
+++ b/Base/home/anon/Source/js/type-play.js
diff --git a/Base/home/anon/js/typeof.js b/Base/home/anon/Source/js/typeof.js
index ead2189226..ead2189226 100644
--- a/Base/home/anon/js/typeof.js
+++ b/Base/home/anon/Source/js/typeof.js
diff --git a/Base/home/anon/little/Makefile b/Base/home/anon/Source/little/Makefile
index 7c29668846..7c29668846 100644
--- a/Base/home/anon/little/Makefile
+++ b/Base/home/anon/Source/little/Makefile
diff --git a/Base/home/anon/little/little.hackstudio b/Base/home/anon/Source/little/little.hackstudio
index 771584922f..771584922f 100644
--- a/Base/home/anon/little/little.hackstudio
+++ b/Base/home/anon/Source/little/little.hackstudio
diff --git a/Base/home/anon/little/main.cpp b/Base/home/anon/Source/little/main.cpp
index 1e8d4a58c0..1e8d4a58c0 100644
--- a/Base/home/anon/little/main.cpp
+++ b/Base/home/anon/Source/little/main.cpp
diff --git a/Base/home/anon/little/test.frm b/Base/home/anon/Source/little/test.frm
index 481eead9e6..481eead9e6 100644
--- a/Base/home/anon/little/test.frm
+++ b/Base/home/anon/Source/little/test.frm