Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion archive/a/ada/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Ada! To find documentation related to the Ada code in this repo, look [here](https://sampleprograms.io/languages/ada).

## Sample Programs List - 3/38 :disappointed:
## Sample Programs List - 3/39 :disappointed:

In this section, we feature a list of completed and missing programs in Ada. See above for the current amount of completed programs in Ada. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :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+Ada) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Ada) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Ada) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Ada) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
3 changes: 2 additions & 1 deletion archive/a/agda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Agda! To find documentation related to the Agda code in this repo, look [here](https://sampleprograms.io/languages/agda).

## Sample Programs List - 2/38 :disappointed:
## Sample Programs List - 2/39 :disappointed:

In this section, we feature a list of completed and missing programs in Agda. See above for the current amount of completed programs in Agda. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :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+Agda) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Agda) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Agda) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Agda) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
8 changes: 7 additions & 1 deletion archive/a/algol68/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Algol68! To find documentation related to the Algol68 code in this repo, look [here](https://sampleprograms.io/languages/algol68).

## Sample Programs List - 38/38 :partying_face:
## Sample Programs List - 38/39 :smile:

In this section, we feature a list of completed and missing programs in Algol68. See above for the current amount of completed programs in Algol68. 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.

Expand Down Expand Up @@ -52,6 +52,12 @@ Below, you'll find a list of completed code snippets in Algol68. Code snippets p
- :warning: [Sleep Sort in Algol68](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+algol68) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :warning: [Transpose Matrix in Algol68](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+algol68) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]

### Missing Programs

The following list contains all of the approved programs that are not currently implemented in Algol68. Click on the name of the project to easily open an issue in GitHub. Alternatively, click requirements to check out the description of the project.

- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Algol68) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

The following list shares details about how we name all Sample Programs in Algol68:
Expand Down
3 changes: 2 additions & 1 deletion archive/a/arkscript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Arkscript! To find documentation related to the Arkscript code in this repo, look [here](https://sampleprograms.io/languages/arkscript).

## Sample Programs List - 3/38 :disappointed:
## Sample Programs List - 3/39 :disappointed:

In this section, we feature a list of completed and missing programs in Arkscript. See above for the current amount of completed programs in Arkscript. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :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+Arkscript) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Arkscript) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Arkscript) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Arkscript) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
8 changes: 7 additions & 1 deletion archive/a/awk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Awk! To find documentation related to the Awk code in this repo, look [here](https://sampleprograms.io/languages/awk).

## Sample Programs List - 38/38 :partying_face:
## Sample Programs List - 38/39 :smile:

In this section, we feature a list of completed and missing programs in Awk. See above for the current amount of completed programs in Awk. 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.

Expand Down Expand Up @@ -52,6 +52,12 @@ Below, you'll find a list of completed code snippets in Awk. Code snippets prece
- :warning: [Sleep Sort in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+awk) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :warning: [Transpose Matrix in Awk](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+awk) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]

### Missing Programs

The following list contains all of the approved programs that are not currently implemented in Awk. Click on the name of the project to easily open an issue in GitHub. Alternatively, click requirements to check out the description of the project.

- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Awk) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

The following list shares details about how we name all Sample Programs in Awk:
Expand Down
3 changes: 2 additions & 1 deletion archive/b/baik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Baik! To find documentation related to the Baik code in this repo, look [here](https://sampleprograms.io/languages/baik).

## Sample Programs List - 2/38 :disappointed:
## Sample Programs List - 2/39 :disappointed:

In this section, we feature a list of completed and missing programs in Baik. See above for the current amount of completed programs in Baik. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :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+Baik) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Baik) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Baik) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Baik) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
3 changes: 2 additions & 1 deletion archive/b/ballerina/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Ballerina! To find documentation related to the Ballerina code in this repo, look [here](https://sampleprograms.io/languages/ballerina).

## Sample Programs List - 3/38 :disappointed:
## Sample Programs List - 3/39 :disappointed:

In this section, we feature a list of completed and missing programs in Ballerina. See above for the current amount of completed programs in Ballerina. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :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+Ballerina) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Ballerina) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Ballerina) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Ballerina) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
3 changes: 2 additions & 1 deletion archive/b/bash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Bash! To find documentation related to the Bash code in this repo, look [here](https://sampleprograms.io/languages/bash).

## Sample Programs List - 15/38 :thinking:
## Sample Programs List - 15/39 :thinking:

In this section, we feature a list of completed and missing programs in Bash. See above for the current amount of completed programs in Bash. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :x: [Rot13](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,rot13&template=code-snippet-request.md&title=Add+Rot13+in+Bash) [[Requirements](https://sampleprograms.io/projects/rot13)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Bash) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Bash) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Bash) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
3 changes: 2 additions & 1 deletion archive/b/batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Batch! To find documentation related to the Batch code in this repo, look [here](https://sampleprograms.io/languages/batch).

## Sample Programs List - 3/38 :disappointed:
## Sample Programs List - 3/39 :disappointed:

In this section, we feature a list of completed and missing programs in Batch. See above for the current amount of completed programs in Batch. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :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+Batch) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Batch) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Batch) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Batch) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
8 changes: 7 additions & 1 deletion archive/b/beef/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Beef! To find documentation related to the Beef code in this repo, look [here](https://sampleprograms.io/languages/beef).

## Sample Programs List - 38/38 :partying_face:
## Sample Programs List - 38/39 :smile:

In this section, we feature a list of completed and missing programs in Beef. See above for the current amount of completed programs in Beef. 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.

Expand Down Expand Up @@ -52,6 +52,12 @@ Below, you'll find a list of completed code snippets in Beef. Code snippets prec
- :warning: [Sleep Sort in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+beef) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :warning: [Transpose Matrix in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+beef) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]

### Missing Programs

The following list contains all of the approved programs that are not currently implemented in Beef. Click on the name of the project to easily open an issue in GitHub. Alternatively, click requirements to check out the description of the project.

- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Beef) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

The following list shares details about how we name all Sample Programs in Beef:
Expand Down
3 changes: 2 additions & 1 deletion archive/b/befunge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Befunge! To find documentation related to the Befunge code in this repo, look [here](https://sampleprograms.io/languages/befunge).

## Sample Programs List - 4/38 :disappointed:
## Sample Programs List - 4/39 :disappointed:

In this section, we feature a list of completed and missing programs in Befunge. See above for the current amount of completed programs in Befunge. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :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+Befunge) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Befunge) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Befunge) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Befunge) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
3 changes: 2 additions & 1 deletion archive/b/boo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Welcome to Sample Programs in Boo! To find documentation related to the Boo code in this repo, look [here](https://sampleprograms.io/languages/boo).

## Sample Programs List - 4/38 :disappointed:
## Sample Programs List - 4/39 :disappointed:

In this section, we feature a list of completed and missing programs in Boo. See above for the current amount of completed programs in Boo. 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.

Expand Down Expand Up @@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
- :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+Boo) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
- :x: [Sleep Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,sleep+sort&template=code-snippet-request.md&title=Add+Sleep+Sort+in+Boo) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Boo) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+Boo) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]

## Testing

Expand Down
Loading