ufos 1.0.88 → 1.0.94
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/README +2 -0
- data/README.md +99 -65
- data/VERSION_NUMBER +1 -1
- data/bin/autocorrect +312 -0
- data/bin/black +0 -0
- data/bin/black_bold +0 -0
- data/bin/black_bold_underline +0 -0
- data/bin/black_underline +0 -0
- data/bin/blue +0 -0
- data/bin/blue_bold +0 -0
- data/bin/blue_bold_underline +0 -0
- data/bin/blue_underline +0 -0
- data/bin/bold +0 -0
- data/bin/ctit +44 -0
- data/bin/cyan +0 -0
- data/bin/cyan_bold +0 -0
- data/bin/cyan_bold_underline +0 -0
- data/bin/cyan_underline +0 -0
- data/bin/green +0 -0
- data/bin/green_bold +0 -0
- data/bin/green_bold_underline +0 -0
- data/bin/green_underline +0 -0
- data/bin/magenta +0 -0
- data/bin/magenta_bold +0 -0
- data/bin/magenta_bold_underline +0 -0
- data/bin/magenta_underline +0 -0
- data/bin/red +0 -0
- data/bin/red_bold +0 -0
- data/bin/red_bold_underline +0 -0
- data/bin/red_underline +0 -0
- data/bin/underline +0 -0
- data/bin/white +0 -0
- data/bin/white_bold +0 -0
- data/bin/white_bold_underline +0 -0
- data/bin/white_underline +0 -0
- data/bin/yellow +0 -0
- data/bin/yellow_bold +0 -0
- data/bin/yellow_bold_underline +0 -0
- data/bin/yellow_underline +0 -0
- data/documentation/autocorrect +3 -0
- data/documentation/ctit +18 -0
- data/documentation/email +2 -2
- data/documentation/left_right.exe +4 -3
- data/documentation/page +8 -1
- data/gem_data/README +2 -0
- data/gem_data/VERSION_NUMBER +1 -1
- data/gem_data/push_snap +30 -0
- data/images/STORE.png +0 -0
- data/images/STORE2.png +0 -0
- data/images/Store.png +0 -0
- data/index.html +108 -94
- data/non_compiled_programs/autocorrect +312 -0
- data/non_compiled_programs/ctit +44 -0
- data/other/beautify_html_in_heredocs +8 -0
- data/{cleanup → other/cleanup} +1 -0
- data/other/communicate +88 -0
- data/other/experimental_code/ABOUT_S +1 -10
- data/other/experimental_code/a/six +0 -0
- data/other/experimental_code/odi +4 -10
- data/other/experimental_code/orig +11 -20
- data/other/experimental_code/pr.rb +1 -1
- data/push_snap +30 -0
- data/src/color_tools/black +0 -0
- data/src/color_tools/black.c +9 -12
- data/src/color_tools/black_bold +0 -0
- data/src/color_tools/black_bold.c +9 -12
- data/src/color_tools/black_bold_underline +0 -0
- data/src/color_tools/black_bold_underline.c +9 -12
- data/src/color_tools/black_underline +0 -0
- data/src/color_tools/black_underline.c +9 -12
- data/src/color_tools/blue +0 -0
- data/src/color_tools/blue.c +9 -12
- data/src/color_tools/blue_bold +0 -0
- data/src/color_tools/blue_bold.c +9 -12
- data/src/color_tools/blue_bold_underline +0 -0
- data/src/color_tools/blue_bold_underline.c +9 -12
- data/src/color_tools/blue_underline +0 -0
- data/src/color_tools/blue_underline.c +9 -12
- data/src/color_tools/bold +0 -0
- data/src/color_tools/bold.c +9 -12
- data/src/color_tools/colors.rb +9 -12
- data/src/color_tools/cyan +0 -0
- data/src/color_tools/cyan.c +9 -12
- data/src/color_tools/cyan_bold +0 -0
- data/src/color_tools/cyan_bold.c +9 -12
- data/src/color_tools/cyan_bold_underline +0 -0
- data/src/color_tools/cyan_bold_underline.c +9 -12
- data/src/color_tools/cyan_underline +0 -0
- data/src/color_tools/cyan_underline.c +9 -12
- data/src/color_tools/green +0 -0
- data/src/color_tools/green.c +9 -12
- data/src/color_tools/green_bold +0 -0
- data/src/color_tools/green_bold.c +9 -12
- data/src/color_tools/green_bold_underline +0 -0
- data/src/color_tools/green_bold_underline.c +9 -12
- data/src/color_tools/green_underline +0 -0
- data/src/color_tools/green_underline.c +9 -12
- data/src/color_tools/magenta +0 -0
- data/src/color_tools/magenta.c +9 -12
- data/src/color_tools/magenta_bold +0 -0
- data/src/color_tools/magenta_bold.c +9 -12
- data/src/color_tools/magenta_bold_underline +0 -0
- data/src/color_tools/magenta_bold_underline.c +9 -12
- data/src/color_tools/magenta_underline +0 -0
- data/src/color_tools/magenta_underline.c +9 -12
- data/src/color_tools/red +0 -0
- data/src/color_tools/red.c +9 -12
- data/src/color_tools/red_bold +0 -0
- data/src/color_tools/red_bold.c +9 -12
- data/src/color_tools/red_bold_underline +0 -0
- data/src/color_tools/red_bold_underline.c +9 -12
- data/src/color_tools/red_underline +0 -0
- data/src/color_tools/red_underline.c +9 -12
- data/src/color_tools/underline +0 -0
- data/src/color_tools/underline.c +9 -12
- data/src/color_tools/white +0 -0
- data/src/color_tools/white.c +9 -12
- data/src/color_tools/white_bold +0 -0
- data/src/color_tools/white_bold.c +9 -12
- data/src/color_tools/white_bold_underline +0 -0
- data/src/color_tools/white_bold_underline.c +9 -12
- data/src/color_tools/white_underline +0 -0
- data/src/color_tools/white_underline.c +9 -12
- data/src/color_tools/yellow +0 -0
- data/src/color_tools/yellow.c +9 -12
- data/src/color_tools/yellow_bold +0 -0
- data/src/color_tools/yellow_bold.c +9 -12
- data/src/color_tools/yellow_bold_underline +0 -0
- data/src/color_tools/yellow_bold_underline.c +9 -12
- data/src/color_tools/yellow_underline +0 -0
- data/src/color_tools/yellow_underline.c +9 -12
- metadata +19 -8
- data/other/experimental_code/a/a.out +0 -0
- data/other/experimental_code/a/hello_world +0 -0
- data/other/experimental_code/c_program_faster +0 -0
- /data/other/experimental_code/{Resume.pdf → description_of_what_ive_done_old.pdf} +0 -0
- /data/other/experimental_code/{merge → merge.rb} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c5dba5d4955c5df4a32f54def9ce2e6289c02f549b3f63a67c5f765861293cc
|
4
|
+
data.tar.gz: c20d0b368cecb5edea7d140e9b350e4bbfc15bfef6222ac583be2163b4ee7c04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e90dd8e85e9edfef42111c49ad3748605f280dcccd367caa8a5727b6f43f25e14ada1438e332f999796485bd4fd0fa99ea9feeb0bbf561f57f6ac68107d9462
|
7
|
+
data.tar.gz: 7c7dfa9a76650a19a9cb82418e096ffdef62828f125fb8b150ca4be3aee9001285e10b127603f5d0bf29dbe9d5dcc3bbc7947bf08b08db4b7f47a6defe25dcf0
|
data/README
CHANGED
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
|
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
|
-
|
82
|
-
|
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
|
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
|
-

|
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.
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
384
|
+
### 16. UCA CLI
|
368
385
|
|
369
386
|
CLI for uca app
|
370
|
-
###
|
387
|
+
### 17. Big Num
|
371
388
|
|
372
389
|

|
373
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
428
|
+
### 23. Delete
|
412
429
|
|
413
430
|
Recursively delete all files named a certain name.
|
414
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
|
637
|
+
email [yourself]
|
621
638
|
email [addr]
|
622
|
-
|
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
|
-
###
|
644
|
+
### 27. Floor
|
628
645
|
|
629
646
|
Gets the floor of numbers e.g. 21.3 -> 21
|
630
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|

|
676
|
-
###
|
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
|
-
###
|
727
|
+
### 33. Copy
|
711
728
|
|
712
729
|
copy copies the standard input
|
713
730
|
Example
|
714
731
|
ls | copy
|
715
|
-
###
|
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
|
-
###
|
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
|

|
732
|
-
###
|
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
|
-
###
|
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
|
-
###
|
774
|
+
### 39. Trim
|
748
775
|
|
749
776
|
Trims spaces of each line
|
750
|
-
###
|
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
|
-
###
|
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
|
-
###
|
809
|
+
### 42. Swap
|
783
810
|
|
784
811
|
Swaps two files
|
785
812
|
Example
|
786
813
|
swap text1 text2
|
787
|
-
###
|
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
|
-
###
|
821
|
+
### 44. Div
|
795
822
|
|
796
823
|
Divides numbers
|
797
824
|
Example
|
798
825
|
(echo 5000; echo 100) | div
|
799
826
|
=> 50
|
800
|
-
###
|
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
|
-
###
|
837
|
+
### 46. Nth
|
811
838
|
|
812
839
|
Nth gets the nth line from the input
|
813
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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
|
-
###
|
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://
|
958
|
-
4. https://
|
959
|
-
5. https://
|
960
|
-
6. https://www.rubygems.org/
|
961
|
-
7. https://
|
962
|
-
8. https://www.
|
963
|
-
9. https://www.rubygems.org/gems/
|
964
|
-
10.
|
965
|
-
11.
|
966
|
-
12. https://
|
967
|
-
13. https://
|
968
|
-
14. https://www.
|
969
|
-
15.
|
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
|
-
|
1
|
+
94.0
|