Skip to content

Commit 595c412

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#5194)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 8c67470 commit 595c412

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

archive/c/coffeescript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to Sample Programs in Coffeescript! To find documentation related to the Coffeescript code in this repo, look [here](https://sampleprograms.io/languages/coffeescript).
77

8-
## Sample Programs List - 8/38 :disappointed:
8+
## Sample Programs List - 9/38 :disappointed:
99

1010
In this section, we feature a list of completed and missing programs in Coffeescript. See above for the current amount of completed programs in Coffeescript. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you.
1111

@@ -14,6 +14,7 @@ In this section, we feature a list of completed and missing programs in Coffeesc
1414
Below, you'll find a list of completed code snippets in Coffeescript. Code snippets preceded by :warning: link to a GitHub issue query featuring a possible article request issue. If an article request issue doesn't exist, we encourage you to create one. Meanwhile, code snippets preceded by :white_check_mark: link to an existing article which provides further documentation. To see the list of approved projects, check out the official Sample Programs projects list.
1515

1616
- :warning: [Baklava in Coffeescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+coffeescript) [[Requirements](https://sampleprograms.io/projects/baklava)]
17+
- :warning: [Capitalize in Coffeescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+coffeescript) [[Requirements](https://sampleprograms.io/projects/capitalize)]
1718
- :warning: [Even Odd in Coffeescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+coffeescript) [[Requirements](https://sampleprograms.io/projects/even-odd)]
1819
- :warning: [Factorial in Coffeescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+coffeescript) [[Requirements](https://sampleprograms.io/projects/factorial)]
1920
- :warning: [Fizz Buzz in Coffeescript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+coffeescript) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
@@ -29,7 +30,6 @@ The following list contains all of the approved programs that are not currently
2930
- :x: [Base64 Encode Decode](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,base64+encode+decode&template=code-snippet-request.md&title=Add+Base64+Encode+Decode+in+Coffeescript) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
3031
- :x: [Binary Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,binary+search&template=code-snippet-request.md&title=Add+Binary+Search+in+Coffeescript) [[Requirements](https://sampleprograms.io/projects/binary-search)]
3132
- :x: [Bubble Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,bubble+sort&template=code-snippet-request.md&title=Add+Bubble+Sort+in+Coffeescript) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
32-
- :x: [Capitalize](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,capitalize&template=code-snippet-request.md&title=Add+Capitalize+in+Coffeescript) [[Requirements](https://sampleprograms.io/projects/capitalize)]
3333
- :x: [Convex Hull](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,convex+hull&template=code-snippet-request.md&title=Add+Convex+Hull+in+Coffeescript) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
3434
- :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+Coffeescript) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
3535
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Coffeescript) [[Requirements](https://sampleprograms.io/projects/dijkstra)]

archive/n/nit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to Sample Programs in Nit! To find documentation related to the Nit code in this repo, look [here](https://sampleprograms.io/languages/nit).
77

8-
## Sample Programs List - 2/38 :disappointed:
8+
## Sample Programs List - 3/38 :disappointed:
99

1010
In this section, we feature a list of completed and missing programs in Nit. See above for the current amount of completed programs in Nit. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you.
1111

@@ -15,6 +15,7 @@ Below, you'll find a list of completed code snippets in Nit. Code snippets prece
1515

1616
- :warning: [Baklava in Nit](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+nit) [[Requirements](https://sampleprograms.io/projects/baklava)]
1717
- :warning: [Hello World in Nit](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+nit) [[Requirements](https://sampleprograms.io/projects/hello-world)]
18+
- :warning: [Reverse String in Nit](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+nit) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
1819

1920
### Missing Programs
2021

@@ -50,7 +51,6 @@ The following list contains all of the approved programs that are not currently
5051
- :x: [Quick Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quick+sort&template=code-snippet-request.md&title=Add+Quick+Sort+in+Nit) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
5152
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Nit) [[Requirements](https://sampleprograms.io/projects/quine)]
5253
- :x: [Remove All Whitespace](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,remove+all+whitespace&template=code-snippet-request.md&title=Add+Remove+All+Whitespace+in+Nit) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
53-
- :x: [Reverse String](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,reverse+string&template=code-snippet-request.md&title=Add+Reverse+String+in+Nit) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
5454
- :x: [Roman Numeral](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,roman+numeral&template=code-snippet-request.md&title=Add+Roman+Numeral+in+Nit) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
5555
- :x: [Rot13](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,rot13&template=code-snippet-request.md&title=Add+Rot13+in+Nit) [[Requirements](https://sampleprograms.io/projects/rot13)]
5656
- :x: [Selection Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,selection+sort&template=code-snippet-request.md&title=Add+Selection+Sort+in+Nit) [[Requirements](https://sampleprograms.io/projects/selection-sort)]

archive/o/odin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to Sample Programs in Odin! To find documentation related to the Odin code in this repo, look [here](https://sampleprograms.io/languages/odin).
77

8-
## Sample Programs List - 8/38 :disappointed:
8+
## Sample Programs List - 9/38 :disappointed:
99

1010
In this section, we feature a list of completed and missing programs in Odin. See above for the current amount of completed programs in Odin. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you.
1111

@@ -15,6 +15,7 @@ Below, you'll find a list of completed code snippets in Odin. Code snippets prec
1515

1616
- :warning: [Baklava in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+odin) [[Requirements](https://sampleprograms.io/projects/baklava)]
1717
- :warning: [Even Odd in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+odin) [[Requirements](https://sampleprograms.io/projects/even-odd)]
18+
- :warning: [Fibonacci in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+odin) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
1819
- :warning: [File Input Output in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+odin) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
1920
- :warning: [Fizz Buzz in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+odin) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
2021
- :warning: [Hello World in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+odin) [[Requirements](https://sampleprograms.io/projects/hello-world)]
@@ -35,7 +36,6 @@ The following list contains all of the approved programs that are not currently
3536
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Odin) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
3637
- :x: [Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+Odin) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
3738
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Odin) [[Requirements](https://sampleprograms.io/projects/factorial)]
38-
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Odin) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
3939
- :x: [Fraction Math](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fraction+math&template=code-snippet-request.md&title=Add+Fraction+Math+in+Odin) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
4040
- :x: [Insertion Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,insertion+sort&template=code-snippet-request.md&title=Add+Insertion+Sort+in+Odin) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
4141
- :x: [Job Sequencing](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,job+sequencing&template=code-snippet-request.md&title=Add+Job+Sequencing+in+Odin) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]

archive/r/red/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Welcome to Sample Programs in Red! To find documentation related to the Red code in this repo, look [here](https://sampleprograms.io/languages/red).
77

8-
## Sample Programs List - 3/38 :disappointed:
8+
## Sample Programs List - 4/38 :disappointed:
99

1010
In this section, we feature a list of completed and missing programs in Red. See above for the current amount of completed programs in Red. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you.
1111

@@ -16,6 +16,7 @@ Below, you'll find a list of completed code snippets in Red. Code snippets prece
1616
- :warning: [Baklava in Red](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+red) [[Requirements](https://sampleprograms.io/projects/baklava)]
1717
- :warning: [Fizz Buzz in Red](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+red) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
1818
- :white_check_mark: [Hello World in Red](https://sampleprograms.io/projects/hello-world/red) [[Requirements](https://sampleprograms.io/projects/hello-world)]
19+
- :warning: [Prime Number in Red](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+red) [[Requirements](https://sampleprograms.io/projects/prime-number)]
1920

2021
### Missing Programs
2122

@@ -46,7 +47,6 @@ The following list contains all of the approved programs that are not currently
4647
- :x: [Merge Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,merge+sort&template=code-snippet-request.md&title=Add+Merge+Sort+in+Red) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
4748
- :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+Red) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
4849
- :x: [Palindromic Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,palindromic+number&template=code-snippet-request.md&title=Add+Palindromic+Number+in+Red) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
49-
- :x: [Prime Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,prime+number&template=code-snippet-request.md&title=Add+Prime+Number+in+Red) [[Requirements](https://sampleprograms.io/projects/prime-number)]
5050
- :x: [Quick Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quick+sort&template=code-snippet-request.md&title=Add+Quick+Sort+in+Red) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
5151
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Red) [[Requirements](https://sampleprograms.io/projects/quine)]
5252
- :x: [Remove All Whitespace](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,remove+all+whitespace&template=code-snippet-request.md&title=Add+Remove+All+Whitespace+in+Red) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]

0 commit comments

Comments
 (0)