Skip to content

Commit ab4b0b8

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#4361)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent e2f578c commit ab4b0b8

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

archive/b/ballerina/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

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

5-
## Sample Programs List - 1/37 :disappointed:
5+
## Sample Programs List - 2/37 :disappointed:
66

77
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.
88

99
### Completed Programs
1010

1111
Below, you'll find a list of completed code snippets in Ballerina. 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.
1212

13+
- :warning: [Fizz Buzz in Ballerina](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+ballerina) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
1314
- :warning: [Hello World in Ballerina](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+ballerina) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1415

1516
### Missing Programs
@@ -28,7 +29,6 @@ The following list contains all of the approved programs that are not currently
2829
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Ballerina) [[Requirements](https://sampleprograms.io/projects/factorial)]
2930
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Ballerina) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
3031
- :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+Ballerina) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
31-
- :x: [Fizz Buzz](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fizz+buzz&template=code-snippet-request.md&title=Add+Fizz+Buzz+in+Ballerina) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
3232
- :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+Ballerina) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
3333
- :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+Ballerina) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
3434
- :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+Ballerina) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]

archive/c/c/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Sample Programs List - 33/37 :smile:
5+
## Sample Programs List - 34/37 :smile:
66

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

@@ -32,6 +32,7 @@ Below, you'll find a list of completed code snippets in C. Code snippets precede
3232
- :warning: [Longest Palindromic Substring in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+c) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
3333
- :warning: [Longest Word in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+c) [[Requirements](https://sampleprograms.io/projects/longest-word)]
3434
- :warning: [Maximum Array Rotation in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+c) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
35+
- :warning: [Maximum Subarray in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+c) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
3536
- :warning: [Merge Sort in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+c) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
3637
- :warning: [Minimum Spanning Tree in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+c) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
3738
- :warning: [Palindromic Number in C](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+c) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
@@ -49,7 +50,6 @@ Below, you'll find a list of completed code snippets in C. Code snippets precede
4950
The following list contains all of the approved programs that are not currently implemented in C. 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.
5051

5152
- :x: [Linear Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,linear+search&template=code-snippet-request.md&title=Add+Linear+Search+in+C) [[Requirements](https://sampleprograms.io/projects/linear-search)]
52-
- :x: [Maximum Subarray](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+subarray&template=code-snippet-request.md&title=Add+Maximum+Subarray+in+C) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
5353
- :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+C) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
5454
- :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+C) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
5555

archive/c/cobol/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Sample Programs List - 5/37 :disappointed:
5+
## Sample Programs List - 6/37 :disappointed:
66

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

@@ -13,6 +13,7 @@ Below, you'll find a list of completed code snippets in Cobol. Code snippets pre
1313
- :warning: [Baklava in Cobol](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+cobol) [[Requirements](https://sampleprograms.io/projects/baklava)]
1414
- :white_check_mark: [Even Odd in Cobol](https://sampleprograms.io/projects/even-odd/cobol) [[Requirements](https://sampleprograms.io/projects/even-odd)]
1515
- :warning: [Factorial in Cobol](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+cobol) [[Requirements](https://sampleprograms.io/projects/factorial)]
16+
- :warning: [Fizz Buzz in Cobol](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+cobol) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
1617
- :white_check_mark: [Hello World in Cobol](https://sampleprograms.io/projects/hello-world/cobol) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1718
- :warning: [Prime Number in Cobol](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+cobol) [[Requirements](https://sampleprograms.io/projects/prime-number)]
1819

@@ -29,7 +30,6 @@ The following list contains all of the approved programs that are not currently
2930
- :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+Cobol) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
3031
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Cobol) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
3132
- :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+Cobol) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
32-
- :x: [Fizz Buzz](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fizz+buzz&template=code-snippet-request.md&title=Add+Fizz+Buzz+in+Cobol) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
3333
- :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+Cobol) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
3434
- :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+Cobol) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
3535
- :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+Cobol) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]

archive/e/eiffel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Sample Programs List - 2/37 :disappointed:
5+
## Sample Programs List - 3/37 :disappointed:
66

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

@@ -11,6 +11,7 @@ In this section, we feature a list of completed and missing programs in Eiffel.
1111
Below, you'll find a list of completed code snippets in Eiffel. 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.
1212

1313
- :warning: [Baklava in Eiffel](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+eiffel) [[Requirements](https://sampleprograms.io/projects/baklava)]
14+
- :warning: [Fizz Buzz in Eiffel](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+eiffel) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
1415
- :warning: [Hello World in Eiffel](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+eiffel) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1516

1617
### Missing Programs
@@ -28,7 +29,6 @@ The following list contains all of the approved programs that are not currently
2829
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Eiffel) [[Requirements](https://sampleprograms.io/projects/factorial)]
2930
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Eiffel) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
3031
- :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+Eiffel) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
31-
- :x: [Fizz Buzz](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fizz+buzz&template=code-snippet-request.md&title=Add+Fizz+Buzz+in+Eiffel) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
3232
- :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+Eiffel) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
3333
- :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+Eiffel) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
3434
- :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+Eiffel) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]

archive/f/fennel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Sample Programs List - 2/37 :disappointed:
5+
## Sample Programs List - 3/37 :disappointed:
66

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

@@ -11,6 +11,7 @@ In this section, we feature a list of completed and missing programs in Fennel.
1111
Below, you'll find a list of completed code snippets in Fennel. 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.
1212

1313
- :warning: [Baklava in Fennel](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+fennel) [[Requirements](https://sampleprograms.io/projects/baklava)]
14+
- :warning: [Fizz Buzz in Fennel](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+fennel) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
1415
- :warning: [Hello World in Fennel](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+fennel) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1516

1617
### Missing Programs
@@ -28,7 +29,6 @@ The following list contains all of the approved programs that are not currently
2829
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Fennel) [[Requirements](https://sampleprograms.io/projects/factorial)]
2930
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Fennel) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
3031
- :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+Fennel) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
31-
- :x: [Fizz Buzz](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fizz+buzz&template=code-snippet-request.md&title=Add+Fizz+Buzz+in+Fennel) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
3232
- :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+Fennel) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
3333
- :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+Fennel) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
3434
- :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+Fennel) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]

0 commit comments

Comments
 (0)