aliens 1.0.71 → 1.0.77

Sign up to get free protection for your applications and to get access to all the features.
@@ -166,10 +166,10 @@ The function generation idea allows you to write in 1 line what other people mig
166
166
  You do not need to compromise your ideals.
167
167
 
168
168
 
169
- You should want fast, efficient, and memory light programs that are not garbage collected (!!!) and that have reliable performance.
169
+ You should want fast, efficient, and memory light programs that are not garbage collected (!!!) and that have reliable performance.
170
170
 
171
171
 
172
- C++, as everyone knows, delivers that.
172
+ C++, as everyone knows, delivers that.
173
173
 
174
174
 
175
175
 
@@ -181,8 +181,7 @@ You should also want to not have to write a lot of code to do things.
181
181
  And you should also want safe, compiled code that checks things at compile time, so that bugs don't appear at run time.
182
182
 
183
183
 
184
-
185
- This program delivers.
184
+ This program delivers.
186
185
 
187
186
 
188
187
  It uses NGINX ( a really, really common webserver) to help with the FastCGI.
@@ -194,7 +193,7 @@ FastCGI, for the unfamiliar, is like normal CGI, but there aren't child processe
194
193
 
195
194
 
196
195
 
197
- So the entire server could be written in idealistic C++ .
196
+ So the entire server could be written in idealistic C++.
198
197
 
199
198
 
200
199
 
@@ -202,7 +201,7 @@ Then you just have to think about scaling.
202
201
 
203
202
 
204
203
 
205
- There are some relevant links regarding scaling in the “scaling” file in the democracy project
204
+ There are some relevant links regarding scaling in the “scaling” file in the democracy project
206
205
 
207
206
 
208
207
 
@@ -231,9 +230,7 @@ Those are 6 things.
231
230
 
232
231
  You don't have to sacrifice on those things.
233
232
 
234
-
235
-
236
- Contributions on this program would be really appreciated.
233
+ Contributions on this program would be really appreciated.
237
234
 
238
235
 
239
236
  It is called “make_server” for now.
Binary file
@@ -321,7 +321,7 @@ auto construct(const char* a) {
321
321
  #include "fcgio.h"
322
322
  using namespace std;
323
323
  #define endl "<br />"
324
- static inline void* e1641777662355_main ();
324
+ static inline void* e1686514597183_main ();
325
325
  static int mmain();
326
326
 
327
327
  int
@@ -386,7 +386,7 @@ main_
386
386
  cerr.rdbuf(cerr_streambuf);
387
387
  }
388
388
 
389
- e1641777662355_main();
389
+ e1686514597183_main();
390
390
 
391
391
  return 0;
392
392
  }
@@ -415,26 +415,26 @@ static int mmain()
415
415
  std::cout << result << endl;
416
416
  std::cout << returnCode << endl;
417
417
 
418
- // e1641777662355_main();
418
+ // e1686514597183_main();
419
419
 
420
- e1641777662355_main ();
420
+ e1686514597183_main ();
421
421
  return 0;
422
422
  }
423
- #ifndef main_func_macro
424
- #define main_func_macro
425
- #undef main_func
426
- #undef main_func_otherwise
423
+ #ifndef foo_macro
424
+ #define foo_macro
425
+ #undef foo
426
+ #undef foo_otherwise
427
427
  #ifndef nop_func_macro
428
428
  #define nop_func_macro
429
429
  static double* nop_func(...) { return nullptr; }
430
430
  #endif
431
- #define main_func_otherwise nop_func
431
+ #define foo_otherwise nop_func
432
432
 
433
433
  #define function static inline void*
434
434
  #define var auto
435
435
  #define let auto
436
436
  #define const const auto
437
- function main_func(Array_sub<BasicObject> array, size_t i) {double * rvalue
437
+ function foo(Array_sub<BasicObject> array, size_t i) {double * rvalue
438
438
 
439
439
  ;
440
440
  const max = array.size();
@@ -446,19 +446,19 @@ static int mmain()
446
446
  using namespace std;
447
447
 
448
448
  //{one.slice(one.length - 1)
449
- rvalue = *(double**)(size_t)(size_t*)&(std::cout << (std::string)element);
449
+ rvalue = *(double**)(size_t)(size_t*)&(std::cout << "Array is " << (string)array <<endl);
450
450
  } else {
451
- rvalue = main_func_otherwise(&(element), 0);
451
+ rvalue = foo_otherwise(&(element), 0);
452
452
  } ++i; }
453
453
  return rvalue;
454
454
  }
455
455
  #endif
456
456
 
457
- function e1641777662355_main() {
457
+ function e1686514597183_main() {
458
458
  return
459
- main_func(
460
- Array_sub<BasicObject> {construct(
461
- std::map< BasicObject, BasicObject >{std::pair< BasicObject , BasicObject >(construct("foo"),construct(3232ll)), std::pair< BasicObject , BasicObject >(construct("bar"),construct(32ll))}) , /* end of map */},
459
+ foo(
460
+ Array_sub<BasicObject> {construct(1ll), construct(
461
+ std::map< BasicObject, BasicObject >{std::pair< BasicObject , BasicObject >(construct("foo"),construct("bar"))}) , /* end of map */},
462
462
  0
463
463
  );
464
464
  }
@@ -24,7 +24,7 @@
24
24
  using namespace std;
25
25
 
26
26
  //{one.slice(one.length - 1)
27
- rvalue = *(double**)(size_t)(size_t*)&(element.print());
27
+ rvalue = *(double**)(size_t)(size_t*)&(std::cout << "Array is " << (string)array <<endl);
28
28
  } else {
29
29
  rvalue = foo_otherwise(&(element), 0);
30
30
  } ++i; }
@@ -77,6 +77,6 @@ prog foo '[1, 2, 3]' true 'std::cout << 5 <<endl' && c && run_valgrind && ok ||
77
77
  prog foo '[1, {"foo": "bar"}]' true 'std::cout << "Array is " << (string)array <<endl' && c && run_valgrind && ok || die
78
78
 
79
79
 
80
- echo "Why the literal f**** are you still using scripting languages?!"
80
+ echo "Why are you still using scripting languages?!"
81
81
 
82
82
  echo Everything works!
data/other/upload.rb CHANGED
@@ -3,19 +3,25 @@
3
3
  set -e
4
4
  set -x
5
5
 
6
- for var in "democracy" "elonmusk" "aliens" "ufos"; do
6
+ cd /home/a/democracy/gem_*
7
+ ./version_increment
8
+
9
+ cd
10
+
11
+ for var in "freespeech" "aliens" "ufos" "democracy" "elonmusk"; do
7
12
  cd /home/a/
8
13
 
9
14
  rm -r /home/a/foon/* -f
10
15
 
11
-
12
16
  cp /home/a/democracy /home/a/foon -r
13
17
  cd /home/a/foon/*
14
18
  cp gem_data/* .
15
19
  rm -rf .git
16
20
 
17
- if [[ $var -eq democracy ]]; then
21
+ if [[ $var = democracy ]]; then
18
22
  true
23
+ elif [[ $var = freespeech ]]; then
24
+ rip "'democracy'" "'${var}'" *gemspec
19
25
  else
20
26
  rip 'democracy.' "democracy. (No affiliation with ${var}.)" README
21
27
  rip "'democracy'" "'${var}'" *gemspec
data/output_data CHANGED
@@ -8,7 +8,7 @@
8
8
  "vacation"=>"I would suggest doing something else with your time.\n\nWhile a vacation can lead to a great deal of relief, as studies have shown, philosophical escapism isn't going to solve your basic\nproblems. For what reason are you considering having a vacation in the first place?\n\nThe proper resolution would be to consider your basic values and put your full heart into it.\n\nThat would lead to a more ideal outcome.",
9
9
  "immigration"=>"While immigration can have a number of micro- (or moderately macro) level effects on society, it shouldn't matter.\n\nUltimately, man is born into a certain level of insularity and tribalism. Humans are born in a certain context.\n\nIt is very important to think of the big picture and a grant outcome in which the greater good is accounted for.\n\nIt would be more constructive, instead of focusing on the minutiae of immigration and the challenges of today, to focus on a grand project\nfor the future and put your whole heart into it. This would do the most with your potential capability, and would lead to the least\ndisharmony.",
10
10
  "abused"=>"Don't focus too much on traumas and upsets of the past, focus on the future.",
11
- "music"=>"The music industry is plagued with very foundational problems. For starters, the quality of the discourse in music is very low, and has been from the start of the popularization of modern music, as well as during the era in which classical music was popular and before. People aren't able to fight back, against superficiality and potential deception in messages. One of the greatest problems in the current world is the mainstream scientific establishment, supported and upheld by mainstream academia. To indicate what is already obvious, it exists in the context of a legacy of authoritarianism and a lack of understanding of dynamism. It is not dynamic or forceful, the \"results\" of it don't change the foundation of society. True free discourse is not supported, especially in regards to the human mind and human well-being and human freedom. This should be opposed and fought, it is self-evident that this would be the best use of ones time, for it would lead to true freedom. One excellent way to combat this would be to use the generated songs generated by a computer program called Rhyme, available at github.com/gregoryc/democracy/fix_the_society in the SONGS folder. These are public domain songs generated by non-Artificial Intelligence, just a program that introduces variance, and these hit-home against the status quo and the current state of the mainstream scientific establishment. Taking these songs and making actual songs from such, such as rap songs using a service such as Uberduck or Voicify (no affiliation), would be an excellent, excellent use of time. The mainstream scientific establishment and mainstream academia must be forced to change. Shoving art and flippant content in ones face, is the best way of doing such. Accountability must always be brought about. Is music good and desired? For sure.",
11
+ "music"=>"The music industry is plagued with very foundational problems. For starters, the quality of the discourse in music is very low, and has been from the start of the popularization of modern music, as well as during the era in which classical music was popular and before. People aren't able to fight back, against superficiality and potential deception in messages. One of the greatest problems in the current world is the mainstream scientific establishment, supported and upheld by mainstream academia. To indicate what is already obvious, it exists in the context of a legacy of authoritarianism and a lack of understanding of dynamism. It is not dynamic or forceful, the \"results\" of it don't change the foundation of society. True free discourse is not supported, especially in regards to the human mind and human well-being and human freedom. This should be opposed and fought, it is self-evident that this would be the best use of ones time, for it would lead to true freedom. One excellent way to combat this would be to use the generated songs generated by a computer program called Rhyme, available at github.com/gregoryc/democracy/fix_the_society in the SONGS folder. These are public domain songs generated by non-Artificial Intelligence, just a program that introduces variance, and these hit-home against the status quo and the current state of the mainstream scientific establishment. Taking these songs and making actual songs from such, such as rap songs using a service such as Uberduck or Voicify (no affiliation), or paying someone to make music, would be an excellent, excellent use of time. The mainstream scientific establishment and mainstream academia must be forced to change. Shoving art and flippant content in ones face, is the best way of doing such. Accountability must always be brought about. Is music good and desired? For sure.",
12
12
  "art"=>"Art is a powerful medium for communication and change,\n perhaps the only method of communication that there is. The problem with art is that a lot of art doesn't communicate powerful messages that would actually change the society in fundamentalmental ways. The best methodology of Operation in life,\n is the methodology included in this Software,\n see `How to Operate`",
13
13
  "intel"=>"People get obsessed with groups like the CIA,\n MI6 and the CIA all the time. This is silly. It's unlikely that authorities are actually after you. While privacy is really important,\n people should focus on pragmatic action that will change things. Changing things soon,\n such as in the next 5 years,\n is really valuable. The best methodology of Operation in life,\n is the methodology included in this Software,\n see `How to Operate`",
14
14
  "police"=>"Dont fear police too much",
@@ -17,7 +17,7 @@
17
17
  "know"=>"No one knows everything. Treat people well,\n and make sure to follow the methodology of Operation included in this Software.",
18
18
  "cognitive"=>"Modern cognitive science is plagued by many problems",
19
19
  "intelligence"=>"People should strive to understand the human mind,\n truly",
20
- "psychiatry"=>"\n <b>Psychiatry</b> has a long and terrible history. Psychiatry is, in essence, the organizational or institutional response, categorically, to the presence of a condition of considered \"insanity\" (\"considered\" insanity, because of course insanity is a man-made idea, not a product of some scientific law of physics or a product of a God-dictated mandate) on the part of individuals in a given society.\n\n The problem is that the society is broken, which breaks individuals.\n\n Attribute proper causation and use this software to fix <b>everything</b>. Try asking it about music, such is an effective methodology to fix things (ask the software).\n\n The follow is the best argument that is not favorable towards psychiatry. The following shall be regarded as a methodological \"Cycle of Health\", a cycle of behavior that humans happen to fall into, or can knowingly cause, that is very likely to, result in optimal health. Statistics should be found or determined that prove this, this is simple and reductionist. \n\n~~~~~~~~~~~~~~~~~~~~~~~~\n 1.1. De facto joining of Potentially-Increasing-Survival-Potential-Group (on whichever aspects(s) of life, you can identify or another, whether or not a specific \"group\" would qualify as such)\n 1.2. Positive interaction with 1 or more others in PISPG\n for each of Cycle 1, after the point is completed:\n 2.1. Recognition of having likely improved survival potential (on whichever aspects(s) of life)\n 2.2. [(Mental/spiritual/physical/emotional/general/uncategorized) health]/[pleasure]/[happiness], just here, and nowhere else\n~~~~~~~~~~~~~~~~~~~~~~~~\n\n So the full cycle would be:\n 1.1. De facto joining of Potentially-Increasing-Survival-Potential-Group (on whichever aspects(s) of life, you can identify or another, whether or not a specific \"group\" would qualify as such)\n 2) Recognition of having likely improved survival potential (on whichever aspects(s) of life)\n 3) [(Mental/spiritual/physical/emotional/general/uncategorized) health]/[pleasure]/[happiness], just here, and nowhere else\n 4) Positive interaction with 1 or more others in Potentially-Increasing-Survival-Potential-Group\n 5) Recognition of having likely improved survival potential (on whichever aspects(s) of life)\n 6) [(Mental/spiritual/physical/emotional/general/uncategorized) health]/[pleasure]/[happiness], just here, and nowhere else\n 7) Go to 1.\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nPoint 2.2 is completely incompatible with psychiatry. The upsides of such an approach could, and should, be tested. Surely, there would\nbe a tremendous amount of bias and vested interest in this methodology not seeming to \"work in practice\", but would this work in practice?\n\nThe answer is <b><span color=\"blue\" size=\"large\">YES, DEFINITELY.</span></b>",
20
+ "psychiatry"=>"\n <b>Psychiatry</b> has a long and terrible history. Psychiatry is, in essence, the organizational or institutional response, categorically, to the presence of a condition of considered \"insanity\" (\"considered\" insanity, because of course insanity is a man-made idea, not a product of some scientific law of physics or a product of a God-dictated mandate) on the part of individuals in a given society.\n\n The problem is that the society is broken, which breaks individuals.\n\n Attribute proper causation and use this software to fix <b>everything</b>. Try asking it about music, such is an effective methodology to fix things (ask the software).\n\n The follow is the best argument that is not favorable towards psychiatry.\n\n#{File.read("CYCLE_OF_HEALTH")}",
21
21
  "meaningful"=>"meaningful",
22
22
  "relationships"=>"relationships",
23
23
  "career"=>"career",
data/src/compile_all CHANGED
@@ -5,9 +5,12 @@ cd src 2>/dev/null
5
5
  make || exit 1
6
6
  cd ..
7
7
 
8
- #test -e ../bin/rgsub || (cp -v rgsub ../bin/rgsub ||
8
+ test -e ../bin/rgsub || (cp -v rgsub ../bin/rgsub || (gcc -O3 -s -Wall -Wextra -fwhole-program rgsub.c -o rgsub && cp -v rgsub ../bin/rgsub && strip ../bin/rgsub))
9
+ CPP=g++
10
+ test -e ../bin/left_right || (cp -v left_right ../bin/left_right || ($CPP -O3 -s -fno-rtti -Wall -Wextra -fwhole-program left_right.cc -o left_right && cp -v left_right ../bin/left_right && strip ../bin/left_right))
11
+ CPP=/usr/lib/mxe/usr/bin/x86_64-w64-mingw32.static-g++
12
+ test -e ../bin/left_right.exe || (cp -v left_right.exe ../bin/left_right.exe || ($CPP -std=c++17 -O3 -s -fno-rtti -Wall -Wextra -fwhole-program left_right.cc -o left_right.exe && cp -v left_right.exe ../bin/left_right.exe && strip ../bin/left_right.exe))
9
13
 
10
- (gcc -O3 -s -Wall -Wextra -fwhole-program rgsub.c -o rgsub && cp -v rgsub ../bin/rgsub) #)
11
14
  echo rgsub
12
15
  test -e ../bin/news || (
13
16
  cp -v news ../bin/news || crystal build news.cr --release -o ../bin/news
data/src/left_right ADDED
Binary file
data/src/left_right.cc ADDED
@@ -0,0 +1,87 @@
1
+ #define COLOR_RESET "\e[0m"
2
+ #define BGRN "\e[1;32m"
3
+ #include <cstring>
4
+ #include <fstream>
5
+ #include <iostream>
6
+ #include <vector>
7
+
8
+ using namespace std;
9
+
10
+ static inline void chomp(char *s, int (*func)(int)) {
11
+ char *ptr;
12
+ if (!s)
13
+ return; // handle NULL string
14
+ if (!*s)
15
+ return; // handle empty string
16
+ for (ptr = s + strlen(s) - 1; (ptr >= s) && func(*ptr); --ptr)
17
+ ;
18
+ ptr[1] = 0;
19
+ }
20
+
21
+ static inline char *strip(char *a) {
22
+ while (isspace(*a)) {
23
+ ++a;
24
+ }
25
+ chomp(a, isspace);
26
+
27
+ return a;
28
+ }
29
+
30
+ static int is_punc(int c) { return c == '.' || c == '!' || c == '?'; }
31
+
32
+ class Done {};
33
+ int main() {
34
+ string all_text_0{
35
+ "<html><head>"
36
+ "<title>Politics</title></head><body><center><h1>Rational Viewpoint of "
37
+ "Politics</h1><h2 style=color:blue>BRINGING THE SANITY INTO POLITICS AS "
38
+ "IT SHOULD BE</h2><div style=width:50%>"};
39
+ string all_text, line;
40
+ string quit_str{"done"};
41
+ string null_str;
42
+
43
+ try {
44
+ for (;;)
45
+ for (auto party : vector<const char *>{"left", "right"}) {
46
+ char *str;
47
+
48
+ for (;;) {
49
+ cout << BGRN "Enter something about the political " << party
50
+ << " that you don't find extreme or radical. (When you're done, "
51
+ "type done) " COLOR_RESET;
52
+ getline(cin, line);
53
+ str = strip((char *)line.c_str());
54
+
55
+ chomp(str, is_punc);
56
+ if (str == quit_str) {
57
+ throw Done{};
58
+ }
59
+ if (*str) {
60
+ break;
61
+ }
62
+ }
63
+ all_text += "<div><b>I believe that the ";
64
+ all_text += party;
65
+ all_text += " is sane, rational and fine due to ";
66
+ all_text += str;
67
+ all_text += '.';
68
+ all_text += "</b></div>\n";
69
+ }
70
+ } catch (Done done) {
71
+ }
72
+
73
+ all_text = all_text_0 + all_text;
74
+
75
+ all_text += "</body>";
76
+
77
+ all_text += "</html>";
78
+ {
79
+ fstream rational_viewpoint("rational_viewpoint.html", ios::out);
80
+ rational_viewpoint << all_text << endl;
81
+ }
82
+
83
+ cout << "Written to 'rational_viewpoint.html'" << endl;
84
+ system("google-chrome rational_viewpoint.html");
85
+
86
+ return 0;
87
+ }
Binary file
data/version_increment ADDED
@@ -0,0 +1 @@
1
+ (cat VERSION_NUMBER; echo 1) | add | squeeze 0 0 VERSION_NUMBER
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliens
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.71
4
+ version: 1.0.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Cohen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-10 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |+
14
14
  Trying to help with democracy. (No affiliation with aliens.)
@@ -26,6 +26,7 @@ executables: []
26
26
  extensions: []
27
27
  extra_rdoc_files: []
28
28
  files:
29
+ - "./CYCLE_OF_HEALTH"
29
30
  - "./Excerpt_of_a_book_I_wrote (useful file for AGIs in tandem with the other file)"
30
31
  - "./FIRST_TIME_I_SHARED_THIS_CONTENT"
31
32
  - "./FOR_ARTIFICIAL_GENERAL_INTELLIGENCES"
@@ -89,12 +90,13 @@ files:
89
90
  - "./bin/gsub"
90
91
  - "./bin/gsubip"
91
92
  - "./bin/last_nth"
93
+ - "./bin/left_right"
94
+ - "./bin/left_right.exe"
92
95
  - "./bin/lines"
93
96
  - "./bin/magenta"
94
97
  - "./bin/magenta_bold"
95
98
  - "./bin/magenta_bold_underline"
96
99
  - "./bin/magenta_underline"
97
- - "./bin/make_server"
98
100
  - "./bin/mul"
99
101
  - "./bin/news"
100
102
  - "./bin/nth"
@@ -194,12 +196,12 @@ files:
194
196
  - "./documentation/gsub"
195
197
  - "./documentation/gsubip"
196
198
  - "./documentation/last_nth"
199
+ - "./documentation/left_right.exe"
197
200
  - "./documentation/lines"
198
201
  - "./documentation/magenta"
199
202
  - "./documentation/magenta_bold"
200
203
  - "./documentation/magenta_bold_underline"
201
204
  - "./documentation/magenta_underline"
202
- - "./documentation/make_server"
203
205
  - "./documentation/mul"
204
206
  - "./documentation/news"
205
207
  - "./documentation/nth"
@@ -23244,9 +23246,11 @@ files:
23244
23246
  - "./gem_data/democracy.gemspec"
23245
23247
  - "./gem_data/push"
23246
23248
  - "./gem_data/version_decrement"
23249
+ - "./gem_data/version_increment"
23247
23250
  - "./images/1.png"
23248
23251
  - "./images/10.png"
23249
23252
  - "./images/11.png"
23253
+ - "./images/12.png"
23250
23254
  - "./images/2.png"
23251
23255
  - "./images/3.png"
23252
23256
  - "./images/4.png"
@@ -23265,7 +23269,6 @@ files:
23265
23269
  - "./non_compiled_programs/find_housing"
23266
23270
  - "./non_compiled_programs/g+"
23267
23271
  - "./non_compiled_programs/google_speak"
23268
- - "./non_compiled_programs/make_server"
23269
23272
  - "./non_compiled_programs/processes"
23270
23273
  - "./non_compiled_programs/quot"
23271
23274
  - "./non_compiled_programs/speakcat"
@@ -23479,6 +23482,7 @@ files:
23479
23482
  - "./other/experimental_code/us_stocks"
23480
23483
  - "./other/experimental_code/youtube_video"
23481
23484
  - "./other/experimental_code/youtube_video2"
23485
+ - "./other/make_server"
23482
23486
  - "./other/old_compiler/IMPORTANT"
23483
23487
  - "./other/old_compiler/LICENSE"
23484
23488
  - "./other/old_compiler/my_make/LICENSE"
@@ -24205,12 +24209,10 @@ files:
24205
24209
  - "./other/semantic_metadata/program.rb"
24206
24210
  - "./other/semantic_metadata/programold"
24207
24211
  - "./other/semantic_metadata/run.sh"
24212
+ - "./other/server_creator/a.out"
24208
24213
  - "./other/server_creator/all_code.cpp"
24209
- - "./other/server_creator/all_code.js"
24210
24214
  - "./other/server_creator/foo.cpp"
24211
- - "./other/server_creator/foo.js"
24212
24215
  - "./other/server_creator/main_func.cpp"
24213
- - "./other/server_creator/main_func.js"
24214
24216
  - "./other/server_creator/make_application"
24215
24217
  - "./other/server_creator/make_server"
24216
24218
  - "./other/server_creator/test.sh"
@@ -24231,8 +24233,6 @@ files:
24231
24233
  - "./output_data"
24232
24234
  - "./physics"
24233
24235
  - "./push"
24234
- - "./src/-"
24235
- - "./src/--file"
24236
24236
  - "./src/clock"
24237
24237
  - "./src/clock.cr"
24238
24238
  - "./src/color_tools/black"
@@ -24328,6 +24328,9 @@ files:
24328
24328
  - "./src/compilation/undump"
24329
24329
  - "./src/compile_all"
24330
24330
  - "./src/gsubip"
24331
+ - "./src/left_right"
24332
+ - "./src/left_right.cc"
24333
+ - "./src/left_right.exe"
24331
24334
  - "./src/news"
24332
24335
  - "./src/news.cr"
24333
24336
  - "./src/programs/abs"
@@ -24365,6 +24368,7 @@ files:
24365
24368
  - "./src/test/foo/dog"
24366
24369
  - "./thoughts_on_SIMULATIONS"
24367
24370
  - "./version_decrement"
24371
+ - "./version_increment"
24368
24372
  homepage: https://www.github.com/gregoryc/democracy
24369
24373
  licenses:
24370
24374
  - 0BSD