You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archive/b/brainfuck/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to Sample Programs in Brainfuck! To find documentation related to the Brainfuck code in this repo, look [here.](https://sampleprograms.io/languages/brainfuck)
4
4
5
-
## Sample Programs List - 4/37 :disappointed:
5
+
## Sample Programs List - 5/37 :disappointed:
6
6
7
7
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.
8
8
@@ -14,6 +14,7 @@ Below, you'll find a list of completed code snippets in Brainfuck. Code snippets
14
14
-: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)]
15
15
-:white_check_mark:[Hello World in Brainfuck](https://sampleprograms.io/projects/hello-world/brainfuck)[[Requirements](https://sampleprograms.io/projects/hello-world)]
16
16
-: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)]
17
18
18
19
### Missing Programs
19
20
@@ -48,7 +49,6 @@ The following list contains all of the approved programs that are not currently
-: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)]
Copy file name to clipboardExpand all lines: archive/v/verilog/README.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,14 @@
2
2
3
3
Welcome to Sample Programs in Verilog! To find documentation related to the Verilog code in this repo, look [here.](https://sampleprograms.io/languages/verilog)
4
4
5
-
## Sample Programs List - 2/37 :disappointed:
5
+
## Sample Programs List - 1/37 :disappointed:
6
6
7
7
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.
8
8
9
9
### Completed Programs
10
10
11
11
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.
12
12
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)]
14
13
-: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)]
15
14
16
15
### Missing Programs
@@ -27,6 +26,7 @@ The following list contains all of the approved programs that are not currently
27
26
-: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)]
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
55
55
56
56
## Testing
57
57
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.
59
59
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
70
62
71
63
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
Copy file name to clipboardExpand all lines: archive/v/verve/README.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
55
55
56
56
## Testing
57
57
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.
59
59
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
70
62
71
63
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
0 commit comments