Skip to content

Commit aa23975

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

archive/f/f-star/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 F\*! To find documentation related to the F\* code in this repo, look [here.](https://sampleprograms.io/languages/f-star)
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 F\*. See above for the current amount of completed programs in F\*. 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 F\*. 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 F\*](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+f\*) [[Requirements](https://sampleprograms.io/projects/baklava)]
1314
- :warning: [Hello World in F\*](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+f\*) [[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 F\*. 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+F%5C%2A) [[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+F%5C%2A) [[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+F%5C%2A) [[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+F%5C%2A) [[Requirements](https://sampleprograms.io/projects/capitalize)]

archive/f/factor/README.md

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

33
Welcome to Sample Programs in Factor! To find documentation related to the Factor code in this repo, look [here.](https://sampleprograms.io/languages/factor)
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 Factor. See above for the current amount of completed programs in Factor. 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 Factor. 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 Factor](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+factor) [[Requirements](https://sampleprograms.io/projects/baklava)]
1314
- :warning: [Hello World in Factor](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+factor) [[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 Factor. 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+Factor) [[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+Factor) [[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+Factor) [[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+Factor) [[Requirements](https://sampleprograms.io/projects/capitalize)]
@@ -67,7 +67,7 @@ For example, the "Hello World" sample would be named this:
6767
The following list shares details about what we're using to test all Sample Programs in Factor:
6868

6969
- Docker Image: rzuckerm/factor
70-
- Docker Tag: 0.99-1
70+
- Docker Tag: 0.100-2
7171

7272
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
7373

archive/f/flix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For example, the "Hello World" sample would be named this:
6767
The following list shares details about what we're using to test all Sample Programs in Flix:
6868

6969
- Docker Image: rzuckerm/flix
70-
- Docker Tag: 0.41.0-1
70+
- Docker Tag: 0.55.0-2
7171

7272
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
7373

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

0 commit comments

Comments
 (0)