You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archive/c/coffeescript/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to Sample Programs in Coffeescript! To find documentation related to the Coffeescript code in this repo, look [here](https://sampleprograms.io/languages/coffeescript).
7
7
8
-
## Sample Programs List - 8/38 :disappointed:
8
+
## Sample Programs List - 9/38 :disappointed:
9
9
10
10
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.
11
11
@@ -14,6 +14,7 @@ In this section, we feature a list of completed and missing programs in Coffeesc
14
14
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.
15
15
16
16
-: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)]
17
18
-: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)]
18
19
-: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)]
19
20
-: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
-: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)]
Copy file name to clipboardExpand all lines: archive/n/nit/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to Sample Programs in Nit! To find documentation related to the Nit code in this repo, look [here](https://sampleprograms.io/languages/nit).
7
7
8
-
## Sample Programs List - 2/38 :disappointed:
8
+
## Sample Programs List - 3/38 :disappointed:
9
9
10
10
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.
11
11
@@ -15,6 +15,7 @@ Below, you'll find a list of completed code snippets in Nit. Code snippets prece
15
15
16
16
-: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)]
17
17
-: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)]
18
19
19
20
### Missing Programs
20
21
@@ -50,7 +51,6 @@ The following list contains all of the approved programs that are not currently
-: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)]
Copy file name to clipboardExpand all lines: archive/o/odin/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to Sample Programs in Odin! To find documentation related to the Odin code in this repo, look [here](https://sampleprograms.io/languages/odin).
7
7
8
-
## Sample Programs List - 8/38 :disappointed:
8
+
## Sample Programs List - 9/38 :disappointed:
9
9
10
10
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.
11
11
@@ -15,6 +15,7 @@ Below, you'll find a list of completed code snippets in Odin. Code snippets prec
15
15
16
16
-: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)]
17
17
-: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)]
18
19
-: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)]
19
20
-: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)]
20
21
-: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
-: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)]
Copy file name to clipboardExpand all lines: archive/r/red/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to Sample Programs in Red! To find documentation related to the Red code in this repo, look [here](https://sampleprograms.io/languages/red).
7
7
8
-
## Sample Programs List - 3/38 :disappointed:
8
+
## Sample Programs List - 4/38 :disappointed:
9
9
10
10
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.
11
11
@@ -16,6 +16,7 @@ Below, you'll find a list of completed code snippets in Red. Code snippets prece
16
16
-: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)]
17
17
-: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)]
18
18
-: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)]
19
20
20
21
### Missing Programs
21
22
@@ -46,7 +47,6 @@ The following list contains all of the approved programs that are not currently
-: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