ufos 1.0.79 → 1.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CYCLE_OF_HEALTH +9 -15
- data/FOR_ARTIFICIAL_GENERAL_INTELLIGENCES +1 -6
- data/Makefile +1 -1
- data/QUESTION +0 -2
- data/README.md +71 -65
- data/VERSION_NUMBER +1 -1
- data/bin/DISCOURSE_GENERATOR.exe +0 -0
- data/bin/abs +0 -0
- data/bin/add +0 -0
- data/bin/append +0 -0
- data/bin/append_each +0 -0
- data/bin/args +0 -0
- data/bin/clock +0 -0
- data/bin/copy +0 -0
- data/bin/delete +0 -0
- data/bin/div +0 -0
- data/bin/email +0 -13
- data/bin/emerald-browser +0 -0
- data/bin/exp +0 -0
- data/bin/floor +0 -0
- data/bin/google_speak +4 -3
- data/bin/gsub +0 -0
- data/bin/gsubip +0 -0
- data/bin/last_nth +0 -0
- data/bin/left_right +0 -0
- data/bin/lines +0 -0
- data/bin/mul +0 -0
- data/bin/nth +0 -0
- data/bin/nth_word +0 -0
- data/bin/prepend +0 -0
- data/bin/prepend_each +0 -0
- data/bin/rgsub +0 -0
- data/bin/rip +0 -0
- data/bin/rnip +0 -0
- data/bin/selectlines +0 -0
- data/bin/sub +0 -0
- data/bin/swap +0 -0
- data/bin/trim +0 -0
- data/documentation/append_each +3 -0
- data/documentation/delete +2 -0
- data/documentation/last_nth +9 -1
- data/documentation/left_right.exe +1 -1
- data/documentation/nth_word +8 -0
- data/documentation/page +10 -10
- data/documentation/prepend_each +3 -0
- data/documentation/trim +2 -0
- data/epistemology +334 -0
- data/gem_data/VERSION_NUMBER +1 -1
- data/index.html +102 -92
- data/install.sh +5 -1
- data/non_compiled_programs/copy +1 -0
- data/non_compiled_programs/email +0 -13
- data/non_compiled_programs/google_speak +4 -3
- data/other/ADDITIONAL_WAYS_PEOPLE_CAN_FIND_THIS +6 -1
- data/other/emerald-browser/Makefile +1 -1
- data/other/emerald-browser/OUT +6 -0
- data/other/emerald-browser/a.o +0 -0
- data/other/emerald-browser/qmake +0 -0
- data/src/{compilation → _compilation}/abs +67 -63
- data/src/{compilation → _compilation}/add +67 -63
- data/src/{compilation → _compilation}/append +67 -63
- data/src/_compilation/append_each +290 -0
- data/src/{compilation → _compilation}/args +67 -63
- data/src/_compilation/delete +290 -0
- data/src/{compilation → _compilation}/div +67 -63
- data/src/{compilation → _compilation}/exp +67 -63
- data/src/{compilation → _compilation}/floor +67 -63
- data/src/{compilation → _compilation}/gsub +67 -63
- data/src/{compilation → _compilation}/gsubip +67 -63
- data/src/{compilation → _compilation}/last_nth +68 -64
- data/src/{compilation → _compilation}/lines +67 -63
- data/src/{compilation → _compilation}/mul +67 -63
- data/src/{compilation → _compilation}/nth +67 -63
- data/src/_compilation/nth_word +290 -0
- data/src/{compilation → _compilation}/prepend +67 -63
- data/src/_compilation/prepend_each +290 -0
- data/src/{compilation → _compilation}/rip +67 -63
- data/src/{compilation → _compilation}/rnip +67 -63
- data/src/{compilation → _compilation}/selectlines +67 -63
- data/src/{compilation → _compilation}/sub +67 -63
- data/src/{compilation → _compilation}/swap +67 -63
- data/src/{compilation/copy → _compilation/trim} +68 -64
- data/src/clock.cr +40 -39
- data/src/compile_all +9 -9
- data/src/left_right +0 -0
- data/src/programs/abs +0 -0
- data/src/programs/add +0 -0
- data/src/programs/append +0 -0
- data/src/programs/append_each +0 -0
- data/src/programs/args +0 -0
- data/src/programs/delete +0 -0
- data/src/programs/div +0 -0
- data/src/programs/exp +0 -0
- data/src/programs/floor +0 -0
- data/src/programs/gsub +0 -0
- data/src/programs/gsubip +0 -0
- data/src/programs/last_nth +0 -0
- data/src/programs/lines +0 -0
- data/src/programs/mul +0 -0
- data/src/programs/nth +0 -0
- data/src/programs/nth_word +0 -0
- data/src/programs/prepend +0 -0
- data/src/programs/prepend_each +0 -0
- data/src/programs/rip +0 -0
- data/src/programs/rnip +0 -0
- data/src/programs/selectlines +0 -0
- data/src/programs/sub +0 -0
- data/src/programs/swap +0 -0
- data/src/programs/trim +0 -0
- data/src/rgsub +0 -0
- data/src/rgsub.c +25 -28
- data/src/src/Makefile +1 -1
- data/src/src/cd +3 -0
- data/src/src/{code2 → code} +32 -11
- data/src/src/functions.cr +58 -61
- data/src/src/mk +8 -11
- data/src/src/rm +1 -0
- metadata +47 -39
- data/SONG +0 -156
- data/bin/dump +0 -0
- data/bin/undump +0 -0
- data/documentation/dump +0 -11
- data/documentation/undump +0 -15
- data/src/clock +0 -0
- data/src/compilation/dump +0 -286
- data/src/compilation/undump +0 -286
- data/src/gsubip +0 -0
- data/src/programs/copy +0 -0
- data/src/programs/dump +0 -0
- data/src/programs/news +0 -0
- data/src/programs/undump +0 -0
- data/src/src/QQ +0 -15
- data/src/test/cat +0 -0
- data/src/test/foo/dog +0 -0
- /data/images/{12.png → 8.png} +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ufos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.88
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregory Cohen
|
@@ -41,7 +41,6 @@ files:
|
|
41
41
|
- "./README.md"
|
42
42
|
- "./README2"
|
43
43
|
- "./README_OLD"
|
44
|
-
- "./SONG"
|
45
44
|
- "./UCA_cli"
|
46
45
|
- "./ULTIMATE_CHAT_APPLICATION.exe"
|
47
46
|
- "./ULTIMATE_CHAT_APPLICATION_(LINUX)"
|
@@ -54,6 +53,7 @@ files:
|
|
54
53
|
- "./bin/abs"
|
55
54
|
- "./bin/add"
|
56
55
|
- "./bin/append"
|
56
|
+
- "./bin/append_each"
|
57
57
|
- "./bin/args"
|
58
58
|
- "./bin/big_num"
|
59
59
|
- "./bin/black"
|
@@ -73,9 +73,9 @@ files:
|
|
73
73
|
- "./bin/cyan_bold"
|
74
74
|
- "./bin/cyan_bold_underline"
|
75
75
|
- "./bin/cyan_underline"
|
76
|
+
- "./bin/delete"
|
76
77
|
- "./bin/dictate"
|
77
78
|
- "./bin/div"
|
78
|
-
- "./bin/dump"
|
79
79
|
- "./bin/email"
|
80
80
|
- "./bin/emerald-browser"
|
81
81
|
- "./bin/emeraldc"
|
@@ -102,8 +102,10 @@ files:
|
|
102
102
|
- "./bin/mul"
|
103
103
|
- "./bin/news"
|
104
104
|
- "./bin/nth"
|
105
|
+
- "./bin/nth_word"
|
105
106
|
- "./bin/open"
|
106
107
|
- "./bin/prepend"
|
108
|
+
- "./bin/prepend_each"
|
107
109
|
- "./bin/processes"
|
108
110
|
- "./bin/quot"
|
109
111
|
- "./bin/red"
|
@@ -120,8 +122,8 @@ files:
|
|
120
122
|
- "./bin/sub"
|
121
123
|
- "./bin/swap"
|
122
124
|
- "./bin/t"
|
125
|
+
- "./bin/trim"
|
123
126
|
- "./bin/underline"
|
124
|
-
- "./bin/undump"
|
125
127
|
- "./bin/white"
|
126
128
|
- "./bin/white_bold"
|
127
129
|
- "./bin/white_bold_underline"
|
@@ -159,6 +161,7 @@ files:
|
|
159
161
|
- "./documentation/abs"
|
160
162
|
- "./documentation/add"
|
161
163
|
- "./documentation/append"
|
164
|
+
- "./documentation/append_each"
|
162
165
|
- "./documentation/args"
|
163
166
|
- "./documentation/big_num"
|
164
167
|
- "./documentation/black"
|
@@ -178,10 +181,10 @@ files:
|
|
178
181
|
- "./documentation/cyan_bold"
|
179
182
|
- "./documentation/cyan_bold_underline"
|
180
183
|
- "./documentation/cyan_underline"
|
184
|
+
- "./documentation/delete"
|
181
185
|
- "./documentation/dictate"
|
182
186
|
- "./documentation/div"
|
183
187
|
- "./documentation/doc.rb"
|
184
|
-
- "./documentation/dump"
|
185
188
|
- "./documentation/email"
|
186
189
|
- "./documentation/emerald-browser"
|
187
190
|
- "./documentation/emeraldc"
|
@@ -207,9 +210,11 @@ files:
|
|
207
210
|
- "./documentation/mul"
|
208
211
|
- "./documentation/news"
|
209
212
|
- "./documentation/nth"
|
213
|
+
- "./documentation/nth_word"
|
210
214
|
- "./documentation/open"
|
211
215
|
- "./documentation/page"
|
212
216
|
- "./documentation/prepend"
|
217
|
+
- "./documentation/prepend_each"
|
213
218
|
- "./documentation/processes"
|
214
219
|
- "./documentation/quot"
|
215
220
|
- "./documentation/red"
|
@@ -226,8 +231,8 @@ files:
|
|
226
231
|
- "./documentation/sub"
|
227
232
|
- "./documentation/swap"
|
228
233
|
- "./documentation/t"
|
234
|
+
- "./documentation/trim"
|
229
235
|
- "./documentation/underline"
|
230
|
-
- "./documentation/undump"
|
231
236
|
- "./documentation/white"
|
232
237
|
- "./documentation/white_bold"
|
233
238
|
- "./documentation/white_bold_underline"
|
@@ -236,6 +241,7 @@ files:
|
|
236
241
|
- "./documentation/yellow_bold"
|
237
242
|
- "./documentation/yellow_bold_underline"
|
238
243
|
- "./documentation/yellow_underline"
|
244
|
+
- "./epistemology"
|
239
245
|
- "./excerpt_of_a_book_I_wrote_for_AGIs"
|
240
246
|
- "./fix_the_society/1.json"
|
241
247
|
- "./fix_the_society/21.json"
|
@@ -23252,19 +23258,20 @@ files:
|
|
23252
23258
|
- "./images/1.png"
|
23253
23259
|
- "./images/10.png"
|
23254
23260
|
- "./images/11.png"
|
23255
|
-
- "./images/12.png"
|
23256
23261
|
- "./images/2.png"
|
23257
23262
|
- "./images/3.png"
|
23258
23263
|
- "./images/4.png"
|
23259
23264
|
- "./images/5.png"
|
23260
23265
|
- "./images/6.png"
|
23261
23266
|
- "./images/7.png"
|
23267
|
+
- "./images/8.png"
|
23262
23268
|
- "./images/9.png"
|
23263
23269
|
- "./index.html"
|
23264
23270
|
- "./install.sh"
|
23265
23271
|
- "./non_compiled_programs/big_num"
|
23266
23272
|
- "./non_compiled_programs/chat_rb"
|
23267
23273
|
- "./non_compiled_programs/close"
|
23274
|
+
- "./non_compiled_programs/copy"
|
23268
23275
|
- "./non_compiled_programs/dictate"
|
23269
23276
|
- "./non_compiled_programs/email"
|
23270
23277
|
- "./non_compiled_programs/emoji"
|
@@ -23293,6 +23300,7 @@ files:
|
|
23293
23300
|
- "./other/discourse_generator_desktop_widget/prog"
|
23294
23301
|
- "./other/emerald-browser/.qmake.stash"
|
23295
23302
|
- "./other/emerald-browser/Makefile"
|
23303
|
+
- "./other/emerald-browser/OUT"
|
23296
23304
|
- "./other/emerald-browser/a.o"
|
23297
23305
|
- "./other/emerald-browser/open"
|
23298
23306
|
- "./other/emerald-browser/open.c"
|
@@ -24639,7 +24647,30 @@ files:
|
|
24639
24647
|
- "./output_data"
|
24640
24648
|
- "./physics"
|
24641
24649
|
- "./push"
|
24642
|
-
- "./src/
|
24650
|
+
- "./src/_compilation/abs"
|
24651
|
+
- "./src/_compilation/add"
|
24652
|
+
- "./src/_compilation/append"
|
24653
|
+
- "./src/_compilation/append_each"
|
24654
|
+
- "./src/_compilation/args"
|
24655
|
+
- "./src/_compilation/delete"
|
24656
|
+
- "./src/_compilation/div"
|
24657
|
+
- "./src/_compilation/exp"
|
24658
|
+
- "./src/_compilation/floor"
|
24659
|
+
- "./src/_compilation/gsub"
|
24660
|
+
- "./src/_compilation/gsubip"
|
24661
|
+
- "./src/_compilation/last_nth"
|
24662
|
+
- "./src/_compilation/lines"
|
24663
|
+
- "./src/_compilation/mul"
|
24664
|
+
- "./src/_compilation/nth"
|
24665
|
+
- "./src/_compilation/nth_word"
|
24666
|
+
- "./src/_compilation/prepend"
|
24667
|
+
- "./src/_compilation/prepend_each"
|
24668
|
+
- "./src/_compilation/rip"
|
24669
|
+
- "./src/_compilation/rnip"
|
24670
|
+
- "./src/_compilation/selectlines"
|
24671
|
+
- "./src/_compilation/sub"
|
24672
|
+
- "./src/_compilation/swap"
|
24673
|
+
- "./src/_compilation/trim"
|
24643
24674
|
- "./src/clock.cr"
|
24644
24675
|
- "./src/color_tools/black"
|
24645
24676
|
- "./src/color_tools/black.c"
|
@@ -24710,30 +24741,7 @@ files:
|
|
24710
24741
|
- "./src/color_tools/yellow_bold_underline.c"
|
24711
24742
|
- "./src/color_tools/yellow_underline"
|
24712
24743
|
- "./src/color_tools/yellow_underline.c"
|
24713
|
-
- "./src/compilation/abs"
|
24714
|
-
- "./src/compilation/add"
|
24715
|
-
- "./src/compilation/append"
|
24716
|
-
- "./src/compilation/args"
|
24717
|
-
- "./src/compilation/copy"
|
24718
|
-
- "./src/compilation/div"
|
24719
|
-
- "./src/compilation/dump"
|
24720
|
-
- "./src/compilation/exp"
|
24721
|
-
- "./src/compilation/floor"
|
24722
|
-
- "./src/compilation/gsub"
|
24723
|
-
- "./src/compilation/gsubip"
|
24724
|
-
- "./src/compilation/last_nth"
|
24725
|
-
- "./src/compilation/lines"
|
24726
|
-
- "./src/compilation/mul"
|
24727
|
-
- "./src/compilation/nth"
|
24728
|
-
- "./src/compilation/prepend"
|
24729
|
-
- "./src/compilation/rip"
|
24730
|
-
- "./src/compilation/rnip"
|
24731
|
-
- "./src/compilation/selectlines"
|
24732
|
-
- "./src/compilation/sub"
|
24733
|
-
- "./src/compilation/swap"
|
24734
|
-
- "./src/compilation/undump"
|
24735
24744
|
- "./src/compile_all"
|
24736
|
-
- "./src/gsubip"
|
24737
24745
|
- "./src/left_right"
|
24738
24746
|
- "./src/left_right.cc"
|
24739
24747
|
- "./src/left_right.exe"
|
@@ -24742,10 +24750,10 @@ files:
|
|
24742
24750
|
- "./src/programs/abs"
|
24743
24751
|
- "./src/programs/add"
|
24744
24752
|
- "./src/programs/append"
|
24753
|
+
- "./src/programs/append_each"
|
24745
24754
|
- "./src/programs/args"
|
24746
|
-
- "./src/programs/
|
24755
|
+
- "./src/programs/delete"
|
24747
24756
|
- "./src/programs/div"
|
24748
|
-
- "./src/programs/dump"
|
24749
24757
|
- "./src/programs/exp"
|
24750
24758
|
- "./src/programs/floor"
|
24751
24759
|
- "./src/programs/gsub"
|
@@ -24753,25 +24761,25 @@ files:
|
|
24753
24761
|
- "./src/programs/last_nth"
|
24754
24762
|
- "./src/programs/lines"
|
24755
24763
|
- "./src/programs/mul"
|
24756
|
-
- "./src/programs/news"
|
24757
24764
|
- "./src/programs/nth"
|
24765
|
+
- "./src/programs/nth_word"
|
24758
24766
|
- "./src/programs/prepend"
|
24767
|
+
- "./src/programs/prepend_each"
|
24759
24768
|
- "./src/programs/rip"
|
24760
24769
|
- "./src/programs/rnip"
|
24761
24770
|
- "./src/programs/selectlines"
|
24762
24771
|
- "./src/programs/sub"
|
24763
24772
|
- "./src/programs/swap"
|
24764
|
-
- "./src/programs/
|
24773
|
+
- "./src/programs/trim"
|
24765
24774
|
- "./src/rgsub"
|
24766
24775
|
- "./src/rgsub.c"
|
24767
24776
|
- "./src/src/Makefile"
|
24768
|
-
- "./src/src/
|
24769
|
-
- "./src/src/
|
24777
|
+
- "./src/src/cd"
|
24778
|
+
- "./src/src/code"
|
24770
24779
|
- "./src/src/format_so_it_works"
|
24771
24780
|
- "./src/src/functions.cr"
|
24772
24781
|
- "./src/src/mk"
|
24773
|
-
- "./src/
|
24774
|
-
- "./src/test/foo/dog"
|
24782
|
+
- "./src/src/rm"
|
24775
24783
|
- "./thoughts_on_SIMULATIONS"
|
24776
24784
|
- "./version_decrement"
|
24777
24785
|
- "./version_increment"
|
data/SONG
DELETED
@@ -1,156 +0,0 @@
|
|
1
|
-
Thinking itself resides in their territory of circumvention
|
2
|
-
|
3
|
-
We need change, we need intervention
|
4
|
-
|
5
|
-
They have no genuine intention
|
6
|
-
|
7
|
-
Complete neglect, complete inattention
|
8
|
-
|
9
|
-
Stop this already, time to get rid
|
10
|
-
|
11
|
-
Unthinkingly narrow-minded, acting just like a kid
|
12
|
-
|
13
|
-
What horrendous non sense these creeps did
|
14
|
-
|
15
|
-
Can we stop this, their non sense they overdid
|
16
|
-
|
17
|
-
Maybe they only care about money, what was the bid
|
18
|
-
|
19
|
-
Tunnel vision, everyone and everything they forbid
|
20
|
-
|
21
|
-
Too bad, awful, acting just like a kid
|
22
|
-
|
23
|
-
Towards the realm of insanity they already slid
|
24
|
-
|
25
|
-
Can we stop this, their non sense they overdid
|
26
|
-
|
27
|
-
Stop this already, time to get rid
|
28
|
-
|
29
|
-
We need change, we need intervention
|
30
|
-
|
31
|
-
Reason itself resides in their territory of circumvention
|
32
|
-
|
33
|
-
They have no genuine intention
|
34
|
-
|
35
|
-
Complete neglect, complete inattention
|
36
|
-
|
37
|
-
All of this rudeness is something you would not miss
|
38
|
-
|
39
|
-
This is something you can't comprehend, we can't comprehend this
|
40
|
-
|
41
|
-
There are too many good ideas that one should not dismiss
|
42
|
-
|
43
|
-
Ignorance is not happiness, negligence is not bliss
|
44
|
-
|
45
|
-
They want you to witness the hell of the abyss
|
46
|
-
|
47
|
-
They are completely negligent, they are utterly remiss
|
48
|
-
|
49
|
-
Modesty and humility, they never gave
|
50
|
-
|
51
|
-
Preordained, they already know their fave
|
52
|
-
|
53
|
-
They can't do anything right, they only misbehave
|
54
|
-
|
55
|
-
The speeches of the past, they only wish to engrave
|
56
|
-
|
57
|
-
Cowardice abounds with them, they arent brave
|
58
|
-
|
59
|
-
They act as bad as possible, they don't know how to behave
|
60
|
-
|
61
|
-
All with their clique, eating their dessert
|
62
|
-
|
63
|
-
So enamored by their own non sense, to themselves they flirt
|
64
|
-
|
65
|
-
These guys are a bunch of bitches, perhaps one should buy them a miniskirt
|
66
|
-
|
67
|
-
Their minds, they cannot exert
|
68
|
-
|
69
|
-
Science is fundamentally inert
|
70
|
-
|
71
|
-
With automatic ideas, they automatically assert
|
72
|
-
|
73
|
-
An open conversation, they always divert
|
74
|
-
|
75
|
-
They can't alter anything, they are inert
|
76
|
-
|
77
|
-
Disingenuous to the extreme, the society they subvert
|
78
|
-
|
79
|
-
So enamored by their own non sense, to themselves they flirt
|
80
|
-
|
81
|
-
Their non sense is in your face, it is very overt
|
82
|
-
|
83
|
-
With fixed ideas, they automatically assert
|
84
|
-
|
85
|
-
Too bad, awful, acting just like a kid
|
86
|
-
|
87
|
-
Towards the realm of insanity they already slid
|
88
|
-
|
89
|
-
Can we stop this, their non sense they overdid
|
90
|
-
|
91
|
-
Stop this already, time to get rid
|
92
|
-
|
93
|
-
We need change, we need intervention
|
94
|
-
|
95
|
-
Reason itself resides in their territory of circumvention
|
96
|
-
|
97
|
-
They have no genuine intention
|
98
|
-
|
99
|
-
Complete neglect, complete inattention
|
100
|
-
|
101
|
-
All of this rudeness is something you would not miss
|
102
|
-
|
103
|
-
This is something you can't comprehend, we can't comprehend this
|
104
|
-
|
105
|
-
There are too many good ideas that one should not dismiss
|
106
|
-
|
107
|
-
Ignorance is not happiness, negligence is not bliss
|
108
|
-
|
109
|
-
They want you to witness the hell of the abyss
|
110
|
-
|
111
|
-
They are completely negligent, they are utterly remiss
|
112
|
-
|
113
|
-
Modesty and humility, they never gave
|
114
|
-
|
115
|
-
Preordained, they already know their fave
|
116
|
-
|
117
|
-
They can't do anything right, they only misbehave
|
118
|
-
|
119
|
-
The speeches of the past, they only wish to engrave
|
120
|
-
|
121
|
-
Cowardice abounds with them, they arent brave
|
122
|
-
|
123
|
-
They act as bad as possible, they don't know how to behave
|
124
|
-
|
125
|
-
Brittle as possible, they are truly unguarded
|
126
|
-
|
127
|
-
Enlightenment values, they have not safeguarded
|
128
|
-
|
129
|
-
Their remissness is spectacular, the world they've bombarded
|
130
|
-
|
131
|
-
The clique is so insular, I swear they're retarded
|
132
|
-
|
133
|
-
Any novel ideas, they automatically have discarded
|
134
|
-
|
135
|
-
Any novelty, they have disregarded
|
136
|
-
|
137
|
-
The clique is so insular, I swear they're retarded
|
138
|
-
|
139
|
-
Violence is second nature to them, their friends they've bombarded
|
140
|
-
|
141
|
-
Enlightenment values, they have not safeguarded
|
142
|
-
|
143
|
-
Any novel ideas, they automatically have discarded
|
144
|
-
|
145
|
-
Brittle as possible, they are truly unguarded
|
146
|
-
|
147
|
-
Don't care about anyone, you have no regard
|
148
|
-
|
149
|
-
They act like a retard
|
150
|
-
|
151
|
-
Behaving just like in the schoolyard
|
152
|
-
|
153
|
-
They failure is a sight to truly behold, I swear it's avant-garde
|
154
|
-
|
155
|
-
They deserve to be combated, with the truth we should bombard
|
156
|
-
|
data/bin/dump
DELETED
Binary file
|
data/bin/undump
DELETED
Binary file
|
data/documentation/dump
DELETED
data/documentation/undump
DELETED
data/src/clock
DELETED
Binary file
|