Skip to content

Commit 6bb659c

Browse files
[Automated Workflow] Add/Modify READMEs (#5302)
Regenerated READMEs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53af994 commit 6bb659c

File tree

157 files changed

+374
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+374
-157
lines changed

archive/a/ada/README.md

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

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

1010
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.
1111

@@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
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+Ada) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5757
- :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)]
5858
- :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)]
59+
- :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)]
5960

6061
## Testing
6162

archive/a/agda/README.md

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

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

1010
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.
1111

@@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
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+Agda) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5757
- :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)]
5858
- :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)]
59+
- :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)]
5960

6061
## Testing
6162

archive/a/algol68/README.md

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

8-
## Sample Programs List - 38/38 :partying_face:
8+
## Sample Programs List - 38/39 :smile:
99

1010
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.
1111

@@ -52,6 +52,12 @@ Below, you'll find a list of completed code snippets in Algol68. Code snippets p
5252
- :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)]
5353
- :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)]
5454

55+
### Missing Programs
56+
57+
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.
58+
59+
- :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)]
60+
5561
## Testing
5662

5763
The following list shares details about how we name all Sample Programs in Algol68:

archive/a/arkscript/README.md

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

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

1010
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.
1111

@@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
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+Arkscript) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5757
- :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)]
5858
- :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)]
59+
- :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)]
5960

6061
## Testing
6162

archive/a/awk/README.md

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

8-
## Sample Programs List - 38/38 :partying_face:
8+
## Sample Programs List - 38/39 :smile:
99

1010
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.
1111

@@ -52,6 +52,12 @@ Below, you'll find a list of completed code snippets in Awk. Code snippets prece
5252
- :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)]
5353
- :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)]
5454

55+
### Missing Programs
56+
57+
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.
58+
59+
- :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)]
60+
5561
## Testing
5662

5763
The following list shares details about how we name all Sample Programs in Awk:

archive/b/baik/README.md

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

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

1010
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.
1111

@@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
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+Baik) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5757
- :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)]
5858
- :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)]
59+
- :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)]
5960

6061
## Testing
6162

archive/b/ballerina/README.md

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

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

1010
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.
1111

@@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
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+Ballerina) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5757
- :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)]
5858
- :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)]
59+
- :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)]
5960

6061
## Testing
6162

archive/b/bash/README.md

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

8-
## Sample Programs List - 15/38 :thinking:
8+
## Sample Programs List - 15/39 :thinking:
99

1010
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.
1111

@@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
5656
- :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)]
5757
- :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)]
5858
- :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)]
59+
- :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)]
5960

6061
## Testing
6162

archive/b/batch/README.md

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

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

1010
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.
1111

@@ -56,6 +56,7 @@ The following list contains all of the approved programs that are not currently
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+Batch) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5757
- :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)]
5858
- :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)]
59+
- :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)]
5960

6061
## Testing
6162

archive/b/beef/README.md

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

8-
## Sample Programs List - 38/38 :partying_face:
8+
## Sample Programs List - 38/39 :smile:
99

1010
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.
1111

@@ -52,6 +52,12 @@ Below, you'll find a list of completed code snippets in Beef. Code snippets prec
5252
- :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)]
5353
- :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)]
5454

55+
### Missing Programs
56+
57+
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.
58+
59+
- :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)]
60+
5561
## Testing
5662

5763
The following list shares details about how we name all Sample Programs in Beef:

0 commit comments

Comments
 (0)