Skip to content

Commit bbd568f

Browse files
[Automated Workflow] Add/Modify READMEs (#5347)
Regenerated READMEs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07227d6 commit bbd568f

File tree

5 files changed

+10
-25
lines changed

5 files changed

+10
-25
lines changed

archive/e/euphoria/README.md

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

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

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

@@ -51,12 +51,7 @@ Below, you'll find a list of completed code snippets in Euphoria. Code snippets
5151
- :warning: [Selection Sort in Euphoria](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+euphoria) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5252
- :warning: [Sleep Sort in Euphoria](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+euphoria) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
5353
- :warning: [Transpose Matrix in Euphoria](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+euphoria) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
54-
55-
### Missing Programs
56-
57-
The following list contains all of the approved programs that are not currently implemented in Euphoria. 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+Euphoria) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
54+
- :warning: [Zeckendorf in Euphoria](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+euphoria) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
6055

6156
## Testing
6257

archive/m/m4/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 m4! To find documentation related to the m4 code in this repo, look [here](https://sampleprograms.io/languages/m4).
77

8-
## Sample Programs List - 35/39 :smile:
8+
## Sample Programs List - 36/39 :smile:
99

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

@@ -48,6 +48,7 @@ Below, you'll find a list of completed code snippets in m4. Code snippets preced
4848
- :warning: [Rot13 in m4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+rot13+m4) [[Requirements](https://sampleprograms.io/projects/rot13)]
4949
- :warning: [Selection Sort in m4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+m4) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5050
- :warning: [Transpose Matrix in m4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+m4) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
51+
- :warning: [Zeckendorf in m4](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+m4) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
5152

5253
### Missing Programs
5354

@@ -56,7 +57,6 @@ The following list contains all of the approved programs that are not currently
5657
- :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+m4) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
5758
- :x: [File Input Output](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,file+input+output&template=code-snippet-request.md&title=Add+File+Input+Output+in+m4) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
5859
- :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+m4) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
59-
- :x: [Zeckendorf](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,zeckendorf&template=code-snippet-request.md&title=Add+Zeckendorf+in+m4) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
6060

6161
## Testing
6262

archive/p/php/README.md

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

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

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

@@ -51,12 +51,7 @@ Below, you'll find a list of completed code snippets in PHP. Code snippets prece
5151
- :warning: [Selection Sort in PHP](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+php) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5252
- :warning: [Sleep Sort in PHP](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+php) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
5353
- :warning: [Transpose Matrix in PHP](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+php) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
54-
55-
### Missing Programs
56-
57-
The following list contains all of the approved programs that are not currently implemented in PHP. 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+PHP) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
54+
- :warning: [Zeckendorf in PHP](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+php) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
6055

6156
## Testing
6257

archive/p/powershell/README.md

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

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

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

@@ -51,12 +51,7 @@ Below, you'll find a list of completed code snippets in PowerShell. Code snippet
5151
- :warning: [Selection Sort in PowerShell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+powershell) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5252
- :warning: [Sleep Sort in PowerShell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+powershell) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
5353
- :warning: [Transpose Matrix in PowerShell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+powershell) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
54-
55-
### Missing Programs
56-
57-
The following list contains all of the approved programs that are not currently implemented in PowerShell. 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+PowerShell) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
54+
- :warning: [Zeckendorf in PowerShell](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+powershell) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
6055

6156
## Testing
6257

archive/t/ti-basic/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 TI-BASIC! To find documentation related to the TI-BASIC code in this repo, look [here](https://sampleprograms.io/languages/ti-basic).
77

8-
## Sample Programs List - 13/39 :thinking:
8+
## Sample Programs List - 14/39 :thinking:
99

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

@@ -26,6 +26,7 @@ Below, you'll find a list of completed code snippets in TI-BASIC. Code snippets
2626
- :warning: [Prime Number in TI-BASIC](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+ti-basic) [[Requirements](https://sampleprograms.io/projects/prime-number)]
2727
- :warning: [Reverse String in TI-BASIC](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+ti-basic) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
2828
- :warning: [Rot13 in TI-BASIC](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+rot13+ti-basic) [[Requirements](https://sampleprograms.io/projects/rot13)]
29+
- :warning: [Zeckendorf in TI-BASIC](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+zeckendorf+ti-basic) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
2930

3031
### Missing Programs
3132

@@ -56,7 +57,6 @@ The following list contains all of the approved programs that are not currently
5657
- :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+TI-BASIC) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5758
- :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+TI-BASIC) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
5859
- :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+TI-BASIC) [[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+TI-BASIC) [[Requirements](https://sampleprograms.io/projects/zeckendorf)]
6060

6161
## Testing
6262

0 commit comments

Comments
 (0)