Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automated Workflow] Add/Modify READMEs #3432

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions archive/c/commodore-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome to Sample Programs in Commodore Basic! To find documentation related to the Commodore Basic code in this repo, look [here.](https://sampleprograms.io/languages/commodore-basic)

## Sample Programs List - 18/37 :thinking:
## Sample Programs List - 21/37 :relaxed:

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

Expand All @@ -11,6 +11,8 @@ In this section, we feature a list of completed and missing programs in Commodor
Below, you'll find a list of completed code snippets in Commodore Basic. 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 Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+commodore+basic) [[Requirements](https://sampleprograms.io/projects/baklava)]
- :warning: [Binary Search in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+commodore+basic) [[Requirements](https://sampleprograms.io/projects/binary-search)]
- :warning: [Bubble Sort in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+commodore+basic) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
- :warning: [Capitalize in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+commodore+basic) [[Requirements](https://sampleprograms.io/projects/capitalize)]
- :warning: [Duplicate Character Counter in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+commodore+basic) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
- :warning: [Even Odd in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+commodore+basic) [[Requirements](https://sampleprograms.io/projects/even-odd)]
Expand All @@ -20,6 +22,7 @@ Below, you'll find a list of completed code snippets in Commodore Basic. Code sn
- :warning: [Fizz Buzz in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+commodore+basic) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
- :warning: [Hello World in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+commodore+basic) [[Requirements](https://sampleprograms.io/projects/hello-world)]
- :warning: [Josephus Problem in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+josephus+problem+commodore+basic) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
- :warning: [Linear Search in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+commodore+basic) [[Requirements](https://sampleprograms.io/projects/linear-search)]
- :warning: [Longest Word in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+commodore+basic) [[Requirements](https://sampleprograms.io/projects/longest-word)]
- :warning: [Palindromic Number in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+commodore+basic) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
- :warning: [Prime Number in Commodore Basic](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+commodore+basic) [[Requirements](https://sampleprograms.io/projects/prime-number)]
Expand All @@ -33,15 +36,12 @@ Below, you'll find a list of completed code snippets in Commodore Basic. Code sn

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

- :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+Commodore%20Basic) [[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+Commodore%20Basic) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
- :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+Commodore%20Basic) [[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+Commodore%20Basic) [[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+Commodore%20Basic) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
- :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+Commodore%20Basic) [[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+Commodore%20Basic) [[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+Commodore%20Basic) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
- :x: [Linear Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,linear+search&template=code-snippet-request.md&title=Add+Linear+Search+in+Commodore%20Basic) [[Requirements](https://sampleprograms.io/projects/linear-search)]
- :x: [Longest Common Subsequence](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+common+subsequence&template=code-snippet-request.md&title=Add+Longest+Common+Subsequence+in+Commodore%20Basic) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
- :x: [Longest Palindromic Substring](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+palindromic+substring&template=code-snippet-request.md&title=Add+Longest+Palindromic+Substring+in+Commodore%20Basic) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
- :x: [Maximum Array Rotation](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+array+rotation&template=code-snippet-request.md&title=Add+Maximum+Array+Rotation+in+Commodore%20Basic) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
Expand Down