Skip to content

Commit 9fef382

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#5046)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 695bfb6 commit 9fef382

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

archive/t/tcl/README.md

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

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

5-
## Sample Programs List - 2/38 :disappointed:
5+
## Sample Programs List - 9/38 :disappointed:
66

77
In this section, we feature a list of completed and missing programs in Tcl. See above for the current amount of completed programs in Tcl. 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,19 +11,19 @@ In this section, we feature a list of completed and missing programs in Tcl. See
1111
Below, you'll find a list of completed code snippets in Tcl. 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 Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+tcl) [[Requirements](https://sampleprograms.io/projects/baklava)]
14+
- :warning: [Base64 Encode Decode in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+base64+encode+decode+tcl) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
15+
- :warning: [Binary Search in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+tcl) [[Requirements](https://sampleprograms.io/projects/binary-search)]
16+
- :warning: [Bubble Sort in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+tcl) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
17+
- :warning: [Capitalize in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+tcl) [[Requirements](https://sampleprograms.io/projects/capitalize)]
18+
- :warning: [Convex Hull in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+convex+hull+tcl) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
19+
- :warning: [Depth First Search in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+depth+first+search+tcl) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
20+
- :warning: [Dijkstra in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+dijkstra+tcl) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
1421
- :warning: [Hello World in Tcl](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+tcl) [[Requirements](https://sampleprograms.io/projects/hello-world)]
1522

1623
### Missing Programs
1724

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

20-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/base64-encode-decode)]
21-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/binary-search)]
22-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/bubble-sort)]
23-
- :x: [Capitalize](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,capitalize&template=code-snippet-request.md&title=Add+Capitalize+in+Tcl) [[Requirements](https://sampleprograms.io/projects/capitalize)]
24-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/convex-hull)]
25-
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
26-
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Tcl) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
2727
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
2828
- :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+Tcl) [[Requirements](https://sampleprograms.io/projects/even-odd)]
2929
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Tcl) [[Requirements](https://sampleprograms.io/projects/factorial)]

0 commit comments

Comments
 (0)