From 26334df0e5067ac9918c6d815e2e08429a6728aa Mon Sep 17 00:00:00 2001 From: rzuckerm Date: Thu, 18 Jan 2024 17:08:40 +0000 Subject: [PATCH] Regenerated READMEs --- archive/b/beef/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/archive/b/beef/README.md b/archive/b/beef/README.md index 809652eaa..c0e08ad59 100644 --- a/archive/b/beef/README.md +++ b/archive/b/beef/README.md @@ -2,7 +2,7 @@ Welcome to Sample Programs in Beef! To find documentation related to the Beef code in this repo, look [here.](https://sampleprograms.io/languages/beef) -## Sample Programs List - 5/37 :disappointed: +## Sample Programs List - 10/37 :thinking: In this section, we feature a list of completed and missing programs in Beef. See above for the current amount of completed programs in Beef. 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. @@ -11,9 +11,14 @@ In this section, we feature a list of completed and missing programs in Beef. Se Below, you'll find a list of completed code snippets in Beef. 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. - :warning: [Baklava in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+beef) [[Requirements](https://sampleprograms.io/projects/baklava)] +- :warning: [Capitalize in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+beef) [[Requirements](https://sampleprograms.io/projects/capitalize)] +- :warning: [Duplicate Character Counter in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+beef) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] - :warning: [Even Odd in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+beef) [[Requirements](https://sampleprograms.io/projects/even-odd)] +- :warning: [File Input Output in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+beef) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :warning: [Fizz Buzz in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+beef) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)] - :warning: [Hello World in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+beef) [[Requirements](https://sampleprograms.io/projects/hello-world)] +- :warning: [Quine in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quine+beef) [[Requirements](https://sampleprograms.io/projects/quine)] +- :warning: [Remove All Whitespace in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+remove+all+whitespace+beef) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)] - :warning: [Reverse String in Beef](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+beef) [[Requirements](https://sampleprograms.io/projects/reverse-string)] ### Missing Programs @@ -22,14 +27,11 @@ The following list contains all of the approved programs that are not currently - :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+Beef) [[Requirements](https://sampleprograms.io/projects/binary-search)] - :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+Beef) [[Requirements](https://sampleprograms.io/projects/bubble-sort)] -- :x: [Capitalize](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,capitalize&template=code-snippet-request.md&title=Add+Capitalize+in+Beef) [[Requirements](https://sampleprograms.io/projects/capitalize)] - :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+Beef) [[Requirements](https://sampleprograms.io/projects/convex-hull)] - :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+Beef) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] - :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Beef) [[Requirements](https://sampleprograms.io/projects/dijkstra)] -- :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+Beef) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] - :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Beef) [[Requirements](https://sampleprograms.io/projects/factorial)] - :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Beef) [[Requirements](https://sampleprograms.io/projects/fibonacci)] -- :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+Beef) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :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+Beef) [[Requirements](https://sampleprograms.io/projects/fraction-math)] - :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+Beef) [[Requirements](https://sampleprograms.io/projects/insertion-sort)] - :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+Beef) [[Requirements](https://sampleprograms.io/projects/job-sequencing)] @@ -45,8 +47,6 @@ The following list contains all of the approved programs that are not currently - :x: [Palindromic Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,palindromic+number&template=code-snippet-request.md&title=Add+Palindromic+Number+in+Beef) [[Requirements](https://sampleprograms.io/projects/palindromic-number)] - :x: [Prime Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,prime+number&template=code-snippet-request.md&title=Add+Prime+Number+in+Beef) [[Requirements](https://sampleprograms.io/projects/prime-number)] - :x: [Quick Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quick+sort&template=code-snippet-request.md&title=Add+Quick+Sort+in+Beef) [[Requirements](https://sampleprograms.io/projects/quick-sort)] -- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Beef) [[Requirements](https://sampleprograms.io/projects/quine)] -- :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+Beef) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)] - :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+Beef) [[Requirements](https://sampleprograms.io/projects/roman-numeral)] - :x: [Rot13](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,rot13&template=code-snippet-request.md&title=Add+Rot13+in+Beef) [[Requirements](https://sampleprograms.io/projects/rot13)] - :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+Beef) [[Requirements](https://sampleprograms.io/projects/selection-sort)] @@ -67,7 +67,7 @@ For example, the "Hello World" sample would be named this: The following list shares details about what we're using to test all Sample Programs in Beef: - Docker Image: rzuckerm/beef -- Docker Tag: 0.43.5a1-3 +- Docker Tag: 0.43.5a2-4 See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.