Skip to content

Commit f053333

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (TheRenegadeCoder#4795)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 13dfc5b commit f053333

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

archive/p/pascal/README.md

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

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

5-
## Sample Programs List - 10/38 :thinking:
5+
## Sample Programs List - 37/38 :smile:
66

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

@@ -11,48 +11,48 @@ In this section, we feature a list of completed and missing programs in Pascal.
1111
Below, you'll find a list of completed code snippets in Pascal. 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

1313
- :warning: [Baklava in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+pascal) [[Requirements](https://sampleprograms.io/projects/baklava)]
14+
- :warning: [Base64 Encode Decode in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+base64+encode+decode+pascal) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
15+
- :warning: [Binary Search in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+pascal) [[Requirements](https://sampleprograms.io/projects/binary-search)]
16+
- :warning: [Bubble Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+pascal) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
1417
- :warning: [Capitalize in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+pascal) [[Requirements](https://sampleprograms.io/projects/capitalize)]
18+
- :warning: [Convex Hull in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+pascal) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
19+
- :warning: [Depth First Search in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+pascal) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
20+
- :warning: [Dijkstra in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+pascal) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
21+
- :warning: [Duplicate Character Counter in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+duplicate+character+counter+pascal) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
1522
- :warning: [Even Odd in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+pascal) [[Requirements](https://sampleprograms.io/projects/even-odd)]
1623
- :warning: [Factorial in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+pascal) [[Requirements](https://sampleprograms.io/projects/factorial)]
1724
- :warning: [Fibonacci in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+pascal) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
25+
- :warning: [File Input Output in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+pascal) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
1826
- :warning: [Fizz Buzz in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+pascal) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
27+
- :warning: [Fraction Math in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fraction+math+pascal) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
1928
- :white_check_mark: [Hello World in Pascal](https://sampleprograms.io/projects/hello-world/pascal) [[Requirements](https://sampleprograms.io/projects/hello-world)]
29+
- :warning: [Insertion Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+pascal) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
30+
- :warning: [Josephus Problem in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+josephus+problem+pascal) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
31+
- :warning: [Linear Search in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+pascal) [[Requirements](https://sampleprograms.io/projects/linear-search)]
32+
- :warning: [Longest Common Subsequence in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+pascal) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
33+
- :warning: [Longest Palindromic Substring in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+pascal) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
34+
- :warning: [Longest Word in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+pascal) [[Requirements](https://sampleprograms.io/projects/longest-word)]
35+
- :warning: [Maximum Array Rotation in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+array+rotation+pascal) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
36+
- :warning: [Maximum Subarray in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+pascal) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
37+
- :warning: [Merge Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+pascal) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
38+
- :warning: [Minimum Spanning Tree in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+minimum+spanning+tree+pascal) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
2039
- :warning: [Palindromic Number in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+pascal) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
2140
- :warning: [Prime Number in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+pascal) [[Requirements](https://sampleprograms.io/projects/prime-number)]
41+
- :warning: [Quick Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+pascal) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
42+
- :warning: [Quine in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quine+pascal) [[Requirements](https://sampleprograms.io/projects/quine)]
43+
- :warning: [Remove All Whitespace in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+remove+all+whitespace+pascal) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
2244
- :warning: [Reverse String in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+pascal) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
45+
- :warning: [Roman Numeral in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+roman+numeral+pascal) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
46+
- :warning: [Rot13 in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+rot13+pascal) [[Requirements](https://sampleprograms.io/projects/rot13)]
47+
- :warning: [Selection Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+selection+sort+pascal) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
48+
- :warning: [Sleep Sort in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sleep+sort+pascal) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
49+
- :warning: [Transpose Matrix in Pascal](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+transpose+matrix+pascal) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
2350

2451
### Missing Programs
2552

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

28-
- :x: [Base64 Encode Decode](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,base64+encode+decode&template=code-snippet-request.md&title=Add+Base64+Encode+Decode+in+Pascal) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
29-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/binary-search)]
30-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
31-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
32-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
33-
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Pascal) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
34-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
35-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
36-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
37-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
3855
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
39-
- :x: [Josephus Problem](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,josephus+problem&template=code-snippet-request.md&title=Add+Josephus+Problem+in+Pascal) [[Requirements](https://sampleprograms.io/projects/josephus-problem)]
40-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/linear-search)]
41-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
42-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
43-
- :x: [Longest Word](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+word&template=code-snippet-request.md&title=Add+Longest+Word+in+Pascal) [[Requirements](https://sampleprograms.io/projects/longest-word)]
44-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/maximum-array-rotation)]
45-
- :x: [Maximum Subarray](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+subarray&template=code-snippet-request.md&title=Add+Maximum+Subarray+in+Pascal) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
46-
- :x: [Merge Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,merge+sort&template=code-snippet-request.md&title=Add+Merge+Sort+in+Pascal) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
47-
- :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+Pascal) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
48-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
49-
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Pascal) [[Requirements](https://sampleprograms.io/projects/quine)]
50-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
51-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
52-
- :x: [Rot13](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,rot13&template=code-snippet-request.md&title=Add+Rot13+in+Pascal) [[Requirements](https://sampleprograms.io/projects/rot13)]
53-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
54-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/sleep-sort)]
55-
- :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+Pascal) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
5656

5757
## Testing
5858

@@ -67,8 +67,8 @@ For example, the "Hello World" sample would be named this:
6767

6868
The following list shares details about what we're using to test all Sample Programs in Pascal:
6969

70-
- Docker Image: cyberdojofoundation/freepascal
71-
- Docker Tag: 5550730
70+
- Docker Image: freepascal/fpc
71+
- Docker Tag: 3.2.2-slim
7272

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

0 commit comments

Comments
 (0)