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/t/tcl/README.md
+8-8Lines changed: 8 additions & 8 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 Tcl! To find documentation related to the Tcl code in this repo, look [here.](https://sampleprograms.io/languages/tcl)
4
4
5
-
## Sample Programs List - 2/38 :disappointed:
5
+
## Sample Programs List - 9/38 :disappointed:
6
6
7
7
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.
8
8
@@ -11,19 +11,19 @@ In this section, we feature a list of completed and missing programs in Tcl. See
11
11
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.
12
12
13
13
-: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)]
14
21
-: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)]
15
22
16
23
### Missing Programs
17
24
18
25
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.
-: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)]
-: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)]
0 commit comments