Skip to content

Commit e608cff

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

archive/c/chaiscript/README.md

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

33
Welcome to Sample Programs in Chaiscript! To find documentation related to the Chaiscript code in this repo, look [here.](https://sampleprograms.io/languages/chaiscript)
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 Chaiscript. See above for the current amount of completed programs in Chaiscript. 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 Chaiscript. 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: [Baklava in Chaiscript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+chaiscript) [[Requirements](https://sampleprograms.io/projects/baklava)]
1314
- :warning: [Hello World in Chaiscript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+chaiscript) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1415

1516
### Missing Programs
1617

1718
The following list contains all of the approved programs that are not currently implemented in Chaiscript. 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.
1819

19-
- :x: [Baklava](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,baklava&template=code-snippet-request.md&title=Add+Baklava+in+Chaiscript) [[Requirements](https://sampleprograms.io/projects/baklava)]
2020
- :x: [Binary Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,binary+search&template=code-snippet-request.md&title=Add+Binary+Search+in+Chaiscript) [[Requirements](https://sampleprograms.io/projects/binary-search)]
2121
- :x: [Bubble Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,bubble+sort&template=code-snippet-request.md&title=Add+Bubble+Sort+in+Chaiscript) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
2222
- :x: [Capitalize](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,capitalize&template=code-snippet-request.md&title=Add+Capitalize+in+Chaiscript) [[Requirements](https://sampleprograms.io/projects/capitalize)]

archive/c/clojure/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 Clojure! To find documentation related to the Clojure code in this repo, look [here.](https://sampleprograms.io/languages/clojure)
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 Clojure. See above for the current amount of completed programs in Clojure. 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 Clojure. 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: [Baklava in Clojure](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+clojure) [[Requirements](https://sampleprograms.io/projects/baklava)]
1314
- :warning: [Bubble Sort in Clojure](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+clojure) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
1415
- :warning: [Capitalize in Clojure](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+clojure) [[Requirements](https://sampleprograms.io/projects/capitalize)]
1516
- :warning: [Fizz Buzz in Clojure](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+clojure) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
@@ -20,7 +21,6 @@ Below, you'll find a list of completed code snippets in Clojure. Code snippets p
2021

2122
The following list contains all of the approved programs that are not currently implemented in Clojure. 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.
2223

23-
- :x: [Baklava](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,baklava&template=code-snippet-request.md&title=Add+Baklava+in+Clojure) [[Requirements](https://sampleprograms.io/projects/baklava)]
2424
- :x: [Binary Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,binary+search&template=code-snippet-request.md&title=Add+Binary+Search+in+Clojure) [[Requirements](https://sampleprograms.io/projects/binary-search)]
2525
- :x: [Convex Hull](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,convex+hull&template=code-snippet-request.md&title=Add+Convex+Hull+in+Clojure) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
2626
- :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+Clojure) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]

0 commit comments

Comments
 (0)