|
2 | 2 |
|
3 | 3 | Welcome to Sample Programs in Lucee! To find documentation related to the Lucee code in this repo, look [here.](https://sampleprograms.io/languages/lucee) |
4 | 4 |
|
5 | | -## Sample Programs List - 1/37 :disappointed: |
| 5 | +## Sample Programs List - 2/37 :disappointed: |
6 | 6 |
|
7 | 7 | In this section, we feature a list of completed and missing programs in Lucee. See above for the current amount of completed programs in Lucee. 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 |
|
9 | 9 | ### Completed Programs |
10 | 10 |
|
11 | 11 | Below, you'll find a list of completed code snippets in Lucee. 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 | +- :warning: [Baklava in Lucee](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+lucee) [[Requirements](https://sampleprograms.io/projects/baklava)] |
13 | 14 | - :warning: [Hello World in Lucee](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+lucee) [[Requirements](https://sampleprograms.io/projects/hello-world)] |
14 | 15 |
|
15 | 16 | ### Missing Programs |
16 | 17 |
|
17 | 18 | The following list contains all of the approved programs that are not currently implemented in Lucee. 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. |
18 | 19 |
|
19 | | -- :x: [Baklava](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,baklava&template=code-snippet-request.md&title=Add+Baklava+in+Lucee) [[Requirements](https://sampleprograms.io/projects/baklava)] |
20 | 20 | - :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+Lucee) [[Requirements](https://sampleprograms.io/projects/binary-search)] |
21 | 21 | - :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+Lucee) [[Requirements](https://sampleprograms.io/projects/bubble-sort)] |
22 | 22 | - :x: [Capitalize](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,capitalize&template=code-snippet-request.md&title=Add+Capitalize+in+Lucee) [[Requirements](https://sampleprograms.io/projects/capitalize)] |
@@ -67,7 +67,7 @@ For example, the "Hello World" sample would be named this: |
67 | 67 | The following list shares details about what we're using to test all Sample Programs in Lucee: |
68 | 68 |
|
69 | 69 | - Docker Image: rzuckerm/lucee |
70 | | -- Docker Tag: 5.4.4.38-1 |
| 70 | +- Docker Tag: 5.4.4.38-3 |
71 | 71 |
|
72 | 72 | See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file. |
73 | 73 |
|
|
0 commit comments