ufos 1.0.71 → 1.0.77
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CYCLE_OF_HEALTH +57 -0
- data/PP.rb +2 -0
- data/README.md +43 -108
- data/UCA_cli +0 -0
- data/ULTIMATE_CHAT_APPLICATION.exe +0 -0
- data/ULTIMATE_CHAT_APPLICATION_(LINUX) +0 -0
- data/VERSION_NUMBER +1 -1
- data/bin/UCA_cli +0 -0
- data/bin/ULTIMATE_CHAT_APPLICATION.exe +0 -0
- data/bin/ULTIMATE_CHAT_APPLICATION_(LINUX) +0 -0
- data/bin/left_right +0 -0
- data/bin/left_right.exe +0 -0
- data/documentation/DISCOURSE_GENERATOR.exe +34 -1
- data/documentation/doc.rb +2 -0
- data/documentation/google_speak +0 -20
- data/documentation/left_right.exe +14 -0
- data/documentation/page +2 -2
- data/gem_data/VERSION_NUMBER +1 -1
- data/gem_data/version_increment +1 -0
- data/images/12.png +0 -0
- data/index.html +59 -59
- data/{documentation → other}/make_server +6 -9
- data/other/server_creator/a.out +0 -0
- data/other/server_creator/all_code.cpp +16 -16
- data/other/server_creator/foo.cpp +1 -1
- data/other/server_creator/test.sh +1 -1
- data/other/upload.rb +9 -3
- data/output_data +2 -2
- data/src/compile_all +5 -2
- data/src/left_right +0 -0
- data/src/left_right.cc +87 -0
- data/src/left_right.exe +0 -0
- data/version_increment +1 -0
- metadata +14 -10
- data/bin/make_server +0 -784
- data/non_compiled_programs/make_server +0 -784
- data/other/server_creator/all_code.js +0 -27
- data/other/server_creator/foo.js +0 -22
- data/other/server_creator/main_func.js +0 -22
- data/src/- +0 -1
- data/src/--file +0 -0
@@ -1,27 +0,0 @@
|
|
1
|
-
|
2
|
-
function set_globals() {
|
3
|
-
nesting=0;VERBOSE_DEBUG=false;function puts() { eval("return con" + "sole" + ".warn"); }
|
4
|
-
} ; set_globals(); function main_func( array, i) {var rvalue
|
5
|
-
|
6
|
-
;
|
7
|
-
const max = array.length;
|
8
|
-
while (i < max) {
|
9
|
-
BasicObject element = array[i];
|
10
|
-
const style = element.style
|
11
|
-
const condition = true;
|
12
|
-
if (condition) {
|
13
|
-
using namespace std;
|
14
|
-
|
15
|
-
//{one.slice(one.length - 1)
|
16
|
-
rvalue = std::cout << (std::string)element;
|
17
|
-
} else {try {
|
18
|
-
rvalue = main_func_otherwise([element], 0);
|
19
|
-
|
20
|
-
} catch (e) {} } ++i; }
|
21
|
-
return rvalue;
|
22
|
-
}
|
23
|
-
|
24
|
-
function e1641777662348_main() {
|
25
|
-
|
26
|
-
}
|
27
|
-
e1641777662348_main();
|
data/other/server_creator/foo.js
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
|
2
|
-
function set_globals() {
|
3
|
-
nesting=0;VERBOSE_DEBUG=false;function puts() { eval("return con" + "sole" + ".warn"); }
|
4
|
-
} ; set_globals(); function foo( array, i) {var rvalue
|
5
|
-
|
6
|
-
;
|
7
|
-
const max = array.length;
|
8
|
-
while (i < max) {
|
9
|
-
BasicObject element = array[i];
|
10
|
-
const style = element.style
|
11
|
-
const condition = true;
|
12
|
-
if (condition) {
|
13
|
-
using namespace std;
|
14
|
-
|
15
|
-
//{one.slice(one.length - 1)
|
16
|
-
rvalue = element.print();
|
17
|
-
} else {try {
|
18
|
-
rvalue = foo_otherwise([element], 0);
|
19
|
-
|
20
|
-
} catch (e) {} } ++i; }
|
21
|
-
return rvalue;
|
22
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
|
2
|
-
function set_globals() {
|
3
|
-
nesting=0;VERBOSE_DEBUG=false;function puts() { eval("return con" + "sole" + ".warn"); }
|
4
|
-
} ; set_globals(); function main_func( array, i) {var rvalue
|
5
|
-
|
6
|
-
;
|
7
|
-
const max = array.length;
|
8
|
-
while (i < max) {
|
9
|
-
BasicObject element = array[i];
|
10
|
-
const style = element.style
|
11
|
-
const condition = true;
|
12
|
-
if (condition) {
|
13
|
-
using namespace std;
|
14
|
-
|
15
|
-
//{one.slice(one.length - 1)
|
16
|
-
rvalue = std::cout << (std::string)element;
|
17
|
-
} else {try {
|
18
|
-
rvalue = main_func_otherwise([element], 0);
|
19
|
-
|
20
|
-
} catch (e) {} } ++i; }
|
21
|
-
return rvalue;
|
22
|
-
}
|
data/src/-
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
foo
|
data/src/--file
DELETED
File without changes
|