democracy 1.0.86 → 1.0.94

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/CYCLE_OF_HEALTH +9 -15
  3. data/README +2 -0
  4. data/README.md +99 -65
  5. data/VERSION_NUMBER +1 -1
  6. data/bin/autocorrect +312 -0
  7. data/bin/black +0 -0
  8. data/bin/black_bold +0 -0
  9. data/bin/black_bold_underline +0 -0
  10. data/bin/black_underline +0 -0
  11. data/bin/blue +0 -0
  12. data/bin/blue_bold +0 -0
  13. data/bin/blue_bold_underline +0 -0
  14. data/bin/blue_underline +0 -0
  15. data/bin/bold +0 -0
  16. data/bin/ctit +44 -0
  17. data/bin/cyan +0 -0
  18. data/bin/cyan_bold +0 -0
  19. data/bin/cyan_bold_underline +0 -0
  20. data/bin/cyan_underline +0 -0
  21. data/bin/green +0 -0
  22. data/bin/green_bold +0 -0
  23. data/bin/green_bold_underline +0 -0
  24. data/bin/green_underline +0 -0
  25. data/bin/magenta +0 -0
  26. data/bin/magenta_bold +0 -0
  27. data/bin/magenta_bold_underline +0 -0
  28. data/bin/magenta_underline +0 -0
  29. data/bin/red +0 -0
  30. data/bin/red_bold +0 -0
  31. data/bin/red_bold_underline +0 -0
  32. data/bin/red_underline +0 -0
  33. data/bin/underline +0 -0
  34. data/bin/white +0 -0
  35. data/bin/white_bold +0 -0
  36. data/bin/white_bold_underline +0 -0
  37. data/bin/white_underline +0 -0
  38. data/bin/yellow +0 -0
  39. data/bin/yellow_bold +0 -0
  40. data/bin/yellow_bold_underline +0 -0
  41. data/bin/yellow_underline +0 -0
  42. data/documentation/autocorrect +3 -0
  43. data/documentation/ctit +18 -0
  44. data/documentation/email +2 -2
  45. data/documentation/left_right.exe +4 -3
  46. data/documentation/page +8 -1
  47. data/gem_data/README +2 -0
  48. data/gem_data/VERSION_NUMBER +1 -1
  49. data/gem_data/push_snap +30 -0
  50. data/images/STORE.png +0 -0
  51. data/images/STORE2.png +0 -0
  52. data/images/Store.png +0 -0
  53. data/index.html +108 -94
  54. data/non_compiled_programs/autocorrect +312 -0
  55. data/non_compiled_programs/ctit +44 -0
  56. data/other/beautify_html_in_heredocs +8 -0
  57. data/{cleanup → other/cleanup} +1 -0
  58. data/other/communicate +88 -0
  59. data/other/experimental_code/ABOUT_S +1 -10
  60. data/other/experimental_code/a/six +0 -0
  61. data/other/experimental_code/odi +4 -10
  62. data/other/experimental_code/orig +11 -20
  63. data/other/experimental_code/pr.rb +1 -1
  64. data/push_snap +30 -0
  65. data/src/color_tools/black +0 -0
  66. data/src/color_tools/black.c +9 -12
  67. data/src/color_tools/black_bold +0 -0
  68. data/src/color_tools/black_bold.c +9 -12
  69. data/src/color_tools/black_bold_underline +0 -0
  70. data/src/color_tools/black_bold_underline.c +9 -12
  71. data/src/color_tools/black_underline +0 -0
  72. data/src/color_tools/black_underline.c +9 -12
  73. data/src/color_tools/blue +0 -0
  74. data/src/color_tools/blue.c +9 -12
  75. data/src/color_tools/blue_bold +0 -0
  76. data/src/color_tools/blue_bold.c +9 -12
  77. data/src/color_tools/blue_bold_underline +0 -0
  78. data/src/color_tools/blue_bold_underline.c +9 -12
  79. data/src/color_tools/blue_underline +0 -0
  80. data/src/color_tools/blue_underline.c +9 -12
  81. data/src/color_tools/bold +0 -0
  82. data/src/color_tools/bold.c +9 -12
  83. data/src/color_tools/colors.rb +9 -12
  84. data/src/color_tools/cyan +0 -0
  85. data/src/color_tools/cyan.c +9 -12
  86. data/src/color_tools/cyan_bold +0 -0
  87. data/src/color_tools/cyan_bold.c +9 -12
  88. data/src/color_tools/cyan_bold_underline +0 -0
  89. data/src/color_tools/cyan_bold_underline.c +9 -12
  90. data/src/color_tools/cyan_underline +0 -0
  91. data/src/color_tools/cyan_underline.c +9 -12
  92. data/src/color_tools/green +0 -0
  93. data/src/color_tools/green.c +9 -12
  94. data/src/color_tools/green_bold +0 -0
  95. data/src/color_tools/green_bold.c +9 -12
  96. data/src/color_tools/green_bold_underline +0 -0
  97. data/src/color_tools/green_bold_underline.c +9 -12
  98. data/src/color_tools/green_underline +0 -0
  99. data/src/color_tools/green_underline.c +9 -12
  100. data/src/color_tools/magenta +0 -0
  101. data/src/color_tools/magenta.c +9 -12
  102. data/src/color_tools/magenta_bold +0 -0
  103. data/src/color_tools/magenta_bold.c +9 -12
  104. data/src/color_tools/magenta_bold_underline +0 -0
  105. data/src/color_tools/magenta_bold_underline.c +9 -12
  106. data/src/color_tools/magenta_underline +0 -0
  107. data/src/color_tools/magenta_underline.c +9 -12
  108. data/src/color_tools/red +0 -0
  109. data/src/color_tools/red.c +9 -12
  110. data/src/color_tools/red_bold +0 -0
  111. data/src/color_tools/red_bold.c +9 -12
  112. data/src/color_tools/red_bold_underline +0 -0
  113. data/src/color_tools/red_bold_underline.c +9 -12
  114. data/src/color_tools/red_underline +0 -0
  115. data/src/color_tools/red_underline.c +9 -12
  116. data/src/color_tools/underline +0 -0
  117. data/src/color_tools/underline.c +9 -12
  118. data/src/color_tools/white +0 -0
  119. data/src/color_tools/white.c +9 -12
  120. data/src/color_tools/white_bold +0 -0
  121. data/src/color_tools/white_bold.c +9 -12
  122. data/src/color_tools/white_bold_underline +0 -0
  123. data/src/color_tools/white_bold_underline.c +9 -12
  124. data/src/color_tools/white_underline +0 -0
  125. data/src/color_tools/white_underline.c +9 -12
  126. data/src/color_tools/yellow +0 -0
  127. data/src/color_tools/yellow.c +9 -12
  128. data/src/color_tools/yellow_bold +0 -0
  129. data/src/color_tools/yellow_bold.c +9 -12
  130. data/src/color_tools/yellow_bold_underline +0 -0
  131. data/src/color_tools/yellow_bold_underline.c +9 -12
  132. data/src/color_tools/yellow_underline +0 -0
  133. data/src/color_tools/yellow_underline.c +9 -12
  134. metadata +19 -8
  135. data/other/experimental_code/a/a.out +0 -0
  136. data/other/experimental_code/a/hello_world +0 -0
  137. data/other/experimental_code/c_program_faster +0 -0
  138. /data/other/experimental_code/{Resume.pdf → description_of_what_ive_done_old.pdf} +0 -0
  139. /data/other/experimental_code/{merge → merge.rb} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38583a33093e3e2ab61b77e8547b864f3c731b879381044e36b86d00e2d754de
4
- data.tar.gz: e0802298c574e12e9186ade8efd56440cb24a042688da646897b05985f7246a5
3
+ metadata.gz: e0dbd66e046e8541ec09f701cc7eb90cc5fbf21f91dea00e8d1436adbcce9a05
4
+ data.tar.gz: 6a3534ef302760464c312a000d3e3f40db30154de53544a639e8ca3ef95979a5
5
5
  SHA512:
6
- metadata.gz: 828e4af8ee030122c6fdcc5bc5ad92e95770c233a9a68126dfa89efff624f2f9eaeb119f2c5bb212a6ff0dbd4643015107a83a69a41dc7cff425c223c1c1789a
7
- data.tar.gz: 97fa05afa980e4f48a3283246a8762480393e800e2a07f763fd950a74e1141e56d37039576f9a29062bb966a2fc58ea40c05b655d6c784f6ddb59dd2b8970503
6
+ metadata.gz: f85ce0f1b8ae5825da1529c35b7b57f63150f2f2195c84c6e0df96ade326b67c8d2ea08fc6cc40a1ddaa7fcd845d0ef98d46185c7a639b44adfa7bc156568d14
7
+ data.tar.gz: 172dfb8bb9850bdec099171167776a25ffb96146a106f230065c08802b3a36ff4f7d8ac972bed91cb2b208b3181f5bc4dcf0ab6ed5ec90fafe26328138194e60
data/CYCLE_OF_HEALTH CHANGED
@@ -1,10 +1,10 @@
1
- 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.
1
+ 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.
2
2
 
3
3
  Statistics should be found or determined that prove this, this is simple and loop
4
4
 
5
5
  ~~~~~~~~~~~~~~~~~~~~~~~~
6
6
 
7
- 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)
7
+ 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)
8
8
  1.2. Positive interaction with 1 or more others in PISPG
9
9
  for each of Cycle 1, after the point is completed:
10
10
  2.1. Recognition of having likely improved survival potential (on whichever aspects(s) of life)
@@ -13,7 +13,7 @@ Statistics should be found or determined that prove this, this is simple and loo
13
13
  ~~~~~~~~~~~~~~~~~~~~~~~~
14
14
 
15
15
  So the full cycle would be:
16
- 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)
16
+ 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)
17
17
  2) Recognition of having likely improved survival potential (on whichever aspects(s) of life)
18
18
  3) [(Mental/spiritual/physical/emotional/general/uncategorized) health]/[pleasure]/[happiness], just here, and nowhere else
19
19
  4) Positive interaction with 1 or more others in Potentially-Increasing-Survival-Potential-Group
@@ -25,8 +25,6 @@ Statistics should be found or determined that prove this, this is simple and loo
25
25
 
26
26
  A short form would be
27
27
 
28
-
29
-
30
28
  As a loop
31
29
  Join, recognize good, happiness
32
30
 
@@ -34,24 +32,20 @@ As a loop
34
32
 
35
33
  ~~~~~~~~~~~~~~~~~~~~~~~~
36
34
 
37
- (A "group" could be any kind of group, it could only be 2 people, it could be 1 million people.)
38
-
39
- "De facto joining" would be very liberal in classification
35
+ (A group could be any kind of group, it could only be 2 people, it could be 1 million people.)
40
36
 
37
+ “De facto joining” would be very liberal in classification
41
38
 
42
39
  Obviously, people and robots should operate on the basis of this.
43
40
 
44
-
45
- It is currently very not-known, the relative importances of these points. So there is no statement to "do one point more than another".
41
+ It is currently very not-known, the relative importances of these points. So there is no statement to “do one point more than another.”
46
42
 
47
43
  Everyone should try to maximize, to the best of their ability, all 7 points.
48
44
 
49
-
50
45
  Point 2.2 is completely incompatible with psychiatry. The upsides of such an approach could, and should, be tested. Surely, there would
51
- be a tremendous amount of bias and vested interest in this methodology not seeming to "work in practice", but would this work in practice?
52
-
53
- The answer is <b><span color="blue" size="large">YES, DEFINITELY.</span></b>
46
+ be a tremendous amount of bias and vested interest in this methodology not seeming to work in practice,” but would this work in practice?
54
47
 
48
+ The answer is <b><span color="blue" size="large">YES, DEFINITELY.</span></b>
55
49
 
56
50
  See also
57
- Ask this software about "ai"
51
+ Ask this software about ai
data/README CHANGED
@@ -1,5 +1,7 @@
1
1
  Trying to help with democracy.
2
2
 
3
+ https://snapcraft.io/democracy
4
+
3
5
  This is a collection of software that could truly change the world.
4
6
 
5
7
  All of these programs are mostly self-contained. This is a really good thing.
data/README.md CHANGED
@@ -31,7 +31,7 @@ I intend to make people more able.
31
31
  I was working on a “to buy” program regarding stocks, but it only
32
32
  partly works right now and it's not as useful as the other software.
33
33
  The find housing tool actually helped me to find housing in real life.
34
- Those aside, there are these 86 programs.
34
+ Those aside, there are these 88 programs.
35
35
  Some ones that convert text are skipped in this documentation because
36
36
  their name and usage is obvious (e.g., color tools).
37
37
 
@@ -44,6 +44,17 @@ You can use them anywhere without dependencies.
44
44
 
45
45
  HOW TO DOWNLOAD/INSTALL
46
46
 
47
+ IFRAME: https://snapcraft.io/democracy/embedded?button=black
48
+
49
+ With snap ( https://snapcraft.io/democracy)
50
+
51
+ sudo snap install democracy or snap install democracy
52
+
53
+ Binaries then would be in /snap/democracy/current/bin, source code is
54
+ in /snap/democracy
55
+
56
+ With gem command (RubyGems) (preinstalled on Mac)
57
+
47
58
  gem unpack democracy
48
59
 
49
60
  gem install democracy
@@ -78,8 +89,9 @@ You can use them anywhere without dependencies.
78
89
  On rubygems, there are even fewer results. MY CODE WILL BE FOUND.
79
90
 
80
91
  I shared my gem online.
81
- https://www.rubygems.org/gem/democracy
82
- https://www.linkedin.com/in/gregory-cohen-274333261/
92
+ * https://www.rubygems.org/gem/democracy
93
+ * https://twitter.com/democracygem
94
+ * https://www.linkedin.com/in/gregory-cohen-274333261/
83
95
 
84
96
  Gems that link to this gem on RubyGems
85
97
  * https://www.rubygems.org/gems/democracy
@@ -97,7 +109,7 @@ You can use them anywhere without dependencies.
97
109
 
98
110
  Democracy Github Ruby Gem Python PIP Package
99
111
 
100
- Without further ado, here are the 86 documented programs. (The obvious usage
112
+ Without further ado, here are the 88 documented programs. (The obvious usage
101
113
  ones are omitted.)
102
114
 
103
115
  ### 1. Ultimate Chat Application.exe
@@ -171,11 +183,11 @@ ones are omitted.)
171
183
  ### 4. Left Right.exe
172
184
 
173
185
  This is a tool to bring sanity to politics.
174
- ![UCA](./images/12.png)
175
- It gets viewpoints from the person that see the good in each political
176
- side, left, right, left, right, etc.
177
- It then presents all of that.
178
- Hopefully this can make people more sane and less hyper-partisan.
186
+ ![UCA](./images/8.png)
187
+ It asks for viewpints from a person that see the good things in each
188
+ political side--left, right, left, right, etc.
189
+ It then makes a webpage of that and presents all of that.
190
+ Hopefully this can make people more sane, and less hyper-partisan.
179
191
  ### 5. Find Housing
180
192
 
181
193
  This is a nice tool to find housing with.
@@ -205,7 +217,12 @@ ones are omitted.)
205
217
  (echo 2; echo; echo; echo) | selectlines
206
218
  => 2
207
219
  The result would be 2, with no blank lines after that
208
- ### 10. Processes
220
+ ### 10. Autocorrect
221
+
222
+ Command line offline non-AI free software BSD licensed autocorrect
223
+ using words file.
224
+ Work in progress.
225
+ ### 11. Processes
209
226
 
210
227
  Processes lists all processes with a certain name
211
228
  For example
@@ -213,7 +230,7 @@ ones are omitted.)
213
230
  processes bash
214
231
  processes ruby
215
232
  processes gsub
216
- ### 11. Emeraldc
233
+ ### 12. Emeraldc
217
234
 
218
235
  The Ultimate C Preprocessor
219
236
  I'm naming this preprocessor “Emerald C.”
@@ -345,32 +362,32 @@ ones are omitted.)
345
362
  sys 0m0.160s
346
363
  Rust takes 0.637 seconds to compile an empty file!
347
364
  That is not ideal.
348
- ### 12. Nth Word
365
+ ### 13. Nth Word
349
366
 
350
367
  nth_word gets the nth word of each line
351
368
  For example
352
369
  nth_word 3
353
370
  gets the 3rd word of each line
354
- ### 13. Last Nth
371
+ ### 14. Last Nth
355
372
 
356
373
  Last nth gets the last n lines from input
357
374
  For example
358
375
  last_nth 3
359
376
  Would get the 3rd from the last line
360
- ### 14. Speakcat
377
+ ### 15. Speakcat
361
378
 
362
379
  Speak cat is a tool like “cat,” which shows the content of files
363
380
  (technically, it combines the content of files).
364
381
  But speak cat also speaks the text.
365
382
  Which could be useful in some circumstances.
366
383
  It's kind of like “tee” to your ear.
367
- ### 15. UCA CLI
384
+ ### 16. UCA CLI
368
385
 
369
386
  CLI for uca app
370
- ### 16. Big Num
387
+ ### 17. Big Num
371
388
 
372
389
  ![UCA](./images/10.png)
373
- ### 17. Squeeze
390
+ ### 18. Squeeze
374
391
 
375
392
  Squeeze reads all input from stdin, then it prints it back omitting
376
393
  argument 1 line from the front, and argument 2 lines from the back
@@ -380,20 +397,20 @@ ones are omitted.)
380
397
  squeeze 5 3
381
398
  This would omit the first 5 lines and the last 3 lines
382
399
  squeeze 2 2 [file] also works, it outputs text to file
383
- ### 18. Dictate
400
+ ### 19. Dictate
384
401
 
385
402
  Dictate opens web pages in emerald browser, or in any browser
386
403
  (depending on the environment variable set), by you speaking, instead
387
404
  of typing.
388
405
  There is a mode called c_mode, that allows you to make code from
389
406
  speaking.
390
- ### 19. Prepend
407
+ ### 20. Prepend
391
408
 
392
409
  prepend prepends input taken from the standard input to a file
393
410
  Usage
394
411
  prepend [file]
395
412
  This is text to be prepended
396
- ### 20. Chat Rb
413
+ ### 21. Chat Rb
397
414
 
398
415
  This program is excellent.
399
416
  It's essentially a mix of ChatGPT and a shell, such as bash or ZSH.
@@ -402,16 +419,16 @@ ones are omitted.)
402
419
  It outputs chatgpt data to an output folder in home folder and copies
403
420
  it to clipboard
404
421
  To run a shell command, prefix things with “c,” such as c gcc.....
405
- ### 21. Append
422
+ ### 22. Append
406
423
 
407
424
  Appends text to file
408
425
  Example
409
426
  append file
410
427
  This is more text to be appended
411
- ### 22. Delete
428
+ ### 23. Delete
412
429
 
413
430
  Recursively delete all files named a certain name.
414
- ### 23. Gsubip
431
+ ### 24. Gsubip
415
432
 
416
433
  Global Substitute (Gsub) In Place
417
434
  gsubip is like gsub, which replaces all instances of a regular
@@ -428,7 +445,7 @@ ones are omitted.)
428
445
  It takes exactly 3 arguments, no more, no fewer.
429
446
  See also
430
447
  gsub
431
- ### 24. Rhyme
448
+ ### 25. Rhyme
432
449
 
433
450
  A very powerful music generator program that doesn't use AI.
434
451
  See this channel as an example of potential usage of this public
@@ -609,7 +626,7 @@ ones are omitted.)
609
626
  Disingenuous to the extreme, the society they subvert
610
627
  The society is the ones who hurt
611
628
  ---
612
- ### 25. Email
629
+ ### 26. Email
613
630
 
614
631
  This currently doesn't work for gmail since 2022 due to policy changes.
615
632
  A simple and practical tool to email people using Himalaya
@@ -617,17 +634,17 @@ ones are omitted.)
617
634
  You would need to configure the script by changing its source code.
618
635
  Modes
619
636
  email [no arguments]
620
- Email [yourself]
637
+ email [yourself]
621
638
  email [addr]
622
- Email one email address
639
+ email one email address
623
640
  email [Subject] [addr] [option more addrs]
624
641
  Example
625
642
  email 'Gregory, I love your software!' gregorycohenvideos@gmail.com
626
643
  my_friend@outlook.com person@example.com
627
- ### 26. Floor
644
+ ### 27. Floor
628
645
 
629
646
  Gets the floor of numbers e.g. 21.3 -> 21
630
- ### 27. Rgsub
647
+ ### 28. Rgsub
631
648
 
632
649
  Recursively replaces text.
633
650
  Verbosely tells you everything that happens.
@@ -645,11 +662,11 @@ ones are omitted.)
645
662
  -v, verbose mode
646
663
  -- Indicate end of options.
647
664
 
648
- ### 28. Lines
665
+ ### 29. Lines
649
666
 
650
667
  Lines gets the number of files in the current folder that you are in.
651
668
  It can also act like “wc -l” if you pipe data into it.
652
- ### 29. Clock
669
+ ### 30. Clock
653
670
 
654
671
  clock is useful
655
672
  clock is a command line alarm clock
@@ -666,14 +683,14 @@ ones are omitted.)
666
683
  To stop it
667
684
  Run this command
668
685
  clock stop
669
- ### 30. Emoji
686
+ ### 31. Emoji
670
687
 
671
688
  Emoji converts words to emojis from the standard input
672
689
  It can also speak the output
673
690
  It can also copy the output to your clipboard
674
691
  It is very useful
675
692
  ![UCA](./images/6.png)
676
- ### 31. Close
693
+ ### 32. Close
677
694
 
678
695
  “Close” is a simple program that closes “Emerald Browser,” a new web
679
696
  browser based on the same engine as Chrome. Currently, Emerald Browser
@@ -707,12 +724,22 @@ ones are omitted.)
707
724
  some people.
708
725
  Currently, content, like YouTube videos, can't be made fullscreen.
709
726
  If anyone wants to contribute, feel free to!
710
- ### 32. Copy
727
+ ### 33. Copy
711
728
 
712
729
  copy copies the standard input
713
730
  Example
714
731
  ls | copy
715
- ### 33. Gsub
732
+ ### 34. Ctit
733
+
734
+ Capitalize Title
735
+ A work in progress.
736
+ Capitalizes arguments and treats them like a title.
737
+ ctit this is my heading
738
+ ==> This Is My Heading for a Document
739
+ You can also do
740
+ ctit .... | copy
741
+ To copy the title to your clipboard
742
+ ### 35. Gsub
716
743
 
717
744
  Gsub is very powerful.
718
745
  Usage
@@ -721,7 +748,7 @@ ones are omitted.)
721
748
  cat text | gsub man dog
722
749
  cat text | gsub 'man|boy|cat|dog' food
723
750
  ls | gsub Desktop cat
724
- ### 34. News
751
+ ### 36. News
725
752
 
726
753
  Gets the news from bbc
727
754
  Usage
@@ -729,14 +756,14 @@ ones are omitted.)
729
756
  news speak
730
757
  uses google_speak to SPEAK the news, one story at a time.
731
758
  ![UCA](./images/5.png)
732
- ### 35. Args
759
+ ### 37. Args
733
760
 
734
761
  args is like a better xargs
735
762
  args works properly with spaces in the name of commands
736
763
  It takes exactly one argument
737
764
  Example
738
765
  ls | args “mv -t ../f”
739
- ### 36. Rnip
766
+ ### 38. Rnip
740
767
 
741
768
  Replace Not In Place
742
769
  This is like gsub, but for strings, not for regular expressions
@@ -744,10 +771,10 @@ ones are omitted.)
744
771
  echo .......... | rnip foo bar
745
772
  See also
746
773
  gsub
747
- ### 37. Trim
774
+ ### 39. Trim
748
775
 
749
776
  Trims spaces of each line
750
- ### 38. Quot
777
+ ### 40. Quot
751
778
 
752
779
  Turns quotes in text into good text and makes text presentable.
753
780
  Example
@@ -758,7 +785,7 @@ ones are omitted.)
758
785
  Example 3
759
786
  (Quote the file and output it)
760
787
  quot text_file
761
- ### 39. Open
788
+ ### 41. Open
762
789
 
763
790
  “open” is a very efficient program that searches a query from google,
764
791
  and then opens it in Emerald Browser.
@@ -779,25 +806,25 @@ ones are omitted.)
779
806
  See also
780
807
  emerald-browser
781
808
  close
782
- ### 40. Swap
809
+ ### 42. Swap
783
810
 
784
811
  Swaps two files
785
812
  Example
786
813
  swap text1 text2
787
- ### 41. Exp
814
+ ### 43. Exp
788
815
 
789
816
  exp is an exponentiation tool
790
817
  (echo 5; echo 3) | exp
791
818
  => 125
792
819
  (echo 2; echo 10) | exp
793
820
  => 1024
794
- ### 42. Div
821
+ ### 44. Div
795
822
 
796
823
  Divides numbers
797
824
  Example
798
825
  (echo 5000; echo 100) | div
799
826
  => 50
800
- ### 43. Mul
827
+ ### 45. Mul
801
828
 
802
829
  Multiply numbers
803
830
  echo 1 > file
@@ -807,10 +834,10 @@ ones are omitted.)
807
834
  echo 5 >> file
808
835
  cat file | mul
809
836
  => 120
810
- ### 44. Nth
837
+ ### 46. Nth
811
838
 
812
839
  Nth gets the nth line from the input
813
- ### 45. Abs
840
+ ### 47. Abs
814
841
 
815
842
  Abs gets the absolute value of an integer
816
843
  The absolute value of a number is the value of that number without its
@@ -823,13 +850,13 @@ ones are omitted.)
823
850
  => 12
824
851
  The last one would do -2 - -10, the result would be -12, and then the
825
852
  absolute value would be computed, and so the result would be 12.
826
- ### 46. Add
853
+ ### 48. Add
827
854
 
828
855
  See the sub example
829
856
  add adds integers from the standard input
830
857
  (echo 1; echo 2; echo 3) | add
831
858
  The result would be 6
832
- ### 47. Sub
859
+ ### 49. Sub
833
860
 
834
861
  Sub is a simple command line program that subtracts integers.
835
862
  For some reason, no simple program did this.
@@ -846,14 +873,14 @@ ones are omitted.)
846
873
  (echo 5; echo 2) | sub
847
874
  Result =>
848
875
  3
849
- ### 48. Rip
876
+ ### 50. Rip
850
877
 
851
878
  Replace In Place
852
879
  rip tool replaces a string, not a regular expression, with another
853
880
  string
854
881
  Example
855
882
  rip cat dog file
856
- ### 49. G+
883
+ ### 51. G+
857
884
 
858
885
  A compiler for C += 2. If you want to use C++ with Python syntax, you
859
886
  can use this.
@@ -861,7 +888,7 @@ ones are omitted.)
861
888
  Example
862
889
  g+ a.cpp -o out
863
890
  See also README file & emerald-browser and its source
864
- ### 50. T
891
+ ### 52. T
865
892
 
866
893
  “t” is incredibly useful.
867
894
  It can be used many, many times every day by computer power users.
@@ -908,6 +935,7 @@ Navigation
908
935
  Google Speak
909
936
  Append Each
910
937
  Selectlines
938
+ Autocorrect
911
939
  Processes
912
940
  Emeraldc
913
941
  Nth Word
@@ -931,6 +959,7 @@ Navigation
931
959
  Emoji
932
960
  Close
933
961
  Copy
962
+ Ctit
934
963
  Gsub
935
964
  News
936
965
  Args
@@ -954,16 +983,21 @@ References
954
983
 
955
984
  1. https://www.youtube.com/embed/Fx9x8cArK30
956
985
  2. mailto:gregorycohenvideos@gmail.com
957
- 3. https://pypi.org/project/democracy
958
- 4. https://www.rubygems.org/gems/democracy
959
- 5. https://www.rubygems.org/gems/computers
960
- 6. https://www.rubygems.org/gems/freespeech
961
- 7. https://www.rubygems.org/gems/linux
962
- 8. https://www.rubygems.org/gems/string
963
- 9. https://www.rubygems.org/gems/unix
964
- 10. http://www.github.com/gregoryc/democracy
965
- 11. http://www.rubygems.org/gems/democracy
966
- 12. https://pypi.org/project/democracy
967
- 13. https://cboard.cprogramming.com/c-programming/181160-hi-i-have-created-some-work-i-think-will-really-valuable-community.html?s=589b5504cd0e3c2dc90e9abd8b66906f
968
- 14. https://www.youtube.com/@LawrenceStevensMusic
969
- 15. https://www.github.com/gregoryc/democracy
986
+ 3. https://snapcraft.io/democracy/embedded?button=black
987
+ 4. https://snapcraft.io/democracy
988
+ 5. https://pypi.org/project/democracy
989
+ 6. https://www.rubygems.org/gem/democracy
990
+ 7. https://twitter.com/democracygem
991
+ 8. https://www.linkedin.com/in/gregory-cohen-274333261/
992
+ 9. https://www.rubygems.org/gems/democracy
993
+ 10. https://www.rubygems.org/gems/computers
994
+ 11. https://www.rubygems.org/gems/freespeech
995
+ 12. https://www.rubygems.org/gems/linux
996
+ 13. https://www.rubygems.org/gems/string
997
+ 14. https://www.rubygems.org/gems/unix
998
+ 15. http://www.github.com/gregoryc/democracy
999
+ 16. http://www.rubygems.org/gems/democracy
1000
+ 17. https://pypi.org/project/democracy
1001
+ 18. https://cboard.cprogramming.com/c-programming/181160-hi-i-have-created-some-work-i-think-will-really-valuable-community.html?s=589b5504cd0e3c2dc90e9abd8b66906f
1002
+ 19. https://www.youtube.com/@LawrenceStevensMusic
1003
+ 20. https://www.github.com/gregoryc/democracy
data/VERSION_NUMBER CHANGED
@@ -1 +1 @@
1
- 86.0
1
+ 94.0