Skip to content

Commit 3f4cab5

Browse files
[Automated Workflow] Add/Modify READMEs (#3669)
Regenerated READMEs Co-authored-by: jrg94 <[email protected]>
1 parent 5826180 commit 3f4cab5

File tree

3 files changed

+10
-26
lines changed

3 files changed

+10
-26
lines changed

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

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

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

@@ -14,6 +14,7 @@ Below, you'll find a list of completed code snippets in Brainfuck. Code snippets
1414
- :warning: [Fizz Buzz in Brainfuck](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+brainfuck) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
1515
- :white_check_mark: [Hello World in Brainfuck](https://sampleprograms.io/projects/hello-world/brainfuck) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1616
- :warning: [Reverse String in Brainfuck](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+brainfuck) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
17+
- :warning: [Rot13 in Brainfuck](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+rot13+brainfuck) [[Requirements](https://sampleprograms.io/projects/rot13)]
1718

1819
### Missing Programs
1920

@@ -48,7 +49,6 @@ The following list contains all of the approved programs that are not currently
4849
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Brainfuck) [[Requirements](https://sampleprograms.io/projects/quine)]
4950
- :x: [Remove All Whitespace](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,remove+all+whitespace&template=code-snippet-request.md&title=Add+Remove+All+Whitespace+in+Brainfuck) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
5051
- :x: [Roman Numeral](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,roman+numeral&template=code-snippet-request.md&title=Add+Roman+Numeral+in+Brainfuck) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
51-
- :x: [Rot13](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,rot13&template=code-snippet-request.md&title=Add+Rot13+in+Brainfuck) [[Requirements](https://sampleprograms.io/projects/rot13)]
5252
- :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+Brainfuck) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
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+Brainfuck) [[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+Brainfuck) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]

archive/v/verilog/README.md

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

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

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

77
In this section, we feature a list of completed and missing programs in Verilog. See above for the current amount of completed programs in Verilog. 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 Verilog. 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: [Fibonacci in Verilog](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+verilog) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
1413
- :warning: [Hello World in Verilog](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+verilog) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1514

1615
### Missing Programs
@@ -27,6 +26,7 @@ The following list contains all of the approved programs that are not currently
2726
- :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+Verilog) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
2827
- :x: [Even Odd](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,even+odd&template=code-snippet-request.md&title=Add+Even+Odd+in+Verilog) [[Requirements](https://sampleprograms.io/projects/even-odd)]
2928
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Verilog) [[Requirements](https://sampleprograms.io/projects/factorial)]
29+
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Verilog) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
3030
- :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+Verilog) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
3131
- :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+Verilog) [[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+Verilog) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
5555

5656
## Testing
5757

58-
This language currently does not feature testing. If you'd like to help in the efforts to test all of the code in this repo, consider creating a testinfo.yml file with the following information:
58+
The following list shares details about what we're using to test all Sample Programs in Verilog.
5959

60-
```yml
61-
folder:
62-
extension:
63-
naming:
64-
65-
container:
66-
image:
67-
tag:
68-
cmd:
69-
```
60+
- Docker Image: 0x01be/iverilog
61+
- Docker Tag: latest
7062

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

archive/v/verve/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
5555

5656
## Testing
5757

58-
This language currently does not feature testing. If you'd like to help in the efforts to test all of the code in this repo, consider creating a testinfo.yml file with the following information:
58+
The following list shares details about what we're using to test all Sample Programs in Verve.
5959

60-
```yml
61-
folder:
62-
extension:
63-
naming:
64-
65-
container:
66-
image:
67-
tag:
68-
cmd:
69-
```
60+
- Docker Image: rzuckerm/verve
61+
- Docker Tag: 2018.06.24-1
7062

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

0 commit comments

Comments
 (0)