Skip to content

Commit d9acbaf

Browse files
committed
Generated Sample Programs website automatically
on-behalf-of: @TheRenegadeCoder <jeremy.grifski@therenegadecoder.com>
1 parent 9b885b4 commit d9acbaf

File tree

6 files changed

+78
-11
lines changed

6 files changed

+78
-11
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
date: 2018-03-15
3-
last-modified: 2024-12-23
3+
last-modified: 2024-12-27
44
layout: default
55
title: Sample Programs in Every Language
66
---
77

8-
Welcome to Sample Programs in Every Language, a collection of code snippets in as many languages as possible. Thanks for taking an interest in our collection which currently contains 1162 articles written by 260 authors.
8+
Welcome to Sample Programs in Every Language, a collection of code snippets in as many languages as possible. Thanks for taking an interest in our collection which currently contains 1163 articles written by 260 authors.
99

1010
If you'd like to contribute to this growing collection, check out our [contributing document](https://github.com/TheRenegadeCoder/sample-programs/blob/master/.github/CONTRIBUTING.md) for more information. In addition, you can explore our documentation which is organized by [project](/projects) and by [language](/languages). If you don't find what you're look for, check out our list of related [open-source projects](/related). Finally, if code isn't your thing but you'd still like to help, there are plenty of other ways to [support the project](https://therenegadecoder.com/updates/5-ways-you-can-support-the-renegade-coder/).

docs/languages/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
date: 2018-03-15
33
featured-image: programming-languages.jpg
4-
last-modified: 2024-12-23
4+
last-modified: 2024-12-27
55
layout: default
66
title: Programming Languages
77
---
88

9-
Welcome to the Languages page! Here, you'll find a list of all of the languages represented in the collection. At this time, there are 154 languages, of which 153 are tested, 1 is untestable, and 971 code snippets.
9+
Welcome to the Languages page! Here, you'll find a list of all of the languages represented in the collection. At this time, there are 154 languages, of which 153 are tested, 1 is untestable, and 972 code snippets.
1010

1111
## Language Collections by Letter
1212

@@ -200,7 +200,7 @@ The 'K' collection contains 3 languages, of which 3 are tested, and 21 code snip
200200

201201
### L
202202

203-
The 'L' collection contains 9 languages, of which 9 are tested, and 31 code snippets.
203+
The 'L' collection contains 9 languages, of which 9 are tested, and 32 code snippets.
204204

205205
- [Latte](https://sampleprograms.io/languages/latte) (1 code snippet)
206206
- [Lily](https://sampleprograms.io/languages/lily) (1 code snippet)
@@ -210,7 +210,7 @@ The 'L' collection contains 9 languages, of which 9 are tested, and 31 code snip
210210
- [Lobster](https://sampleprograms.io/languages/lobster) (1 code snippet)
211211
- [Lolcode](https://sampleprograms.io/languages/lolcode) (2 code snippets)
212212
- [Lua](https://sampleprograms.io/languages/lua) (13 code snippets)
213-
- [Lucee](https://sampleprograms.io/languages/lucee) (1 code snippet)
213+
- [Lucee](https://sampleprograms.io/languages/lucee) (2 code snippets)
214214

215215
&laquo; [Return to Top](#language-collections-by-letter) &raquo;
216216

docs/languages/lucee/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
date: 2019-10-02
33
featured-image: programming-languages.jpg
4-
last-modified: 2023-12-16
4+
last-modified: 2024-12-27
55
layout: default
66
tags:
77
- lucee
@@ -26,6 +26,7 @@ No 'Description' section available. [Please consider contributing](https://githu
2626

2727
## Articles
2828

29-
There is 1 article:
29+
There are 2 articles:
3030

31+
- [Baklava in Lucee](https://sampleprograms.io/projects/baklava/lucee)
3132
- [Hello World in Lucee](https://sampleprograms.io/projects/hello-world/lucee)

docs/projects/baklava/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
date: 2018-09-17
33
featured-image: baklava-in-every-language.jpg
4-
last-modified: 2024-12-23
4+
last-modified: 2024-12-27
55
layout: default
66
tags:
77
- baklava
@@ -79,7 +79,7 @@ Verify that the actual output matches the expected output
7979

8080
## Articles
8181

82-
There are 90 articles:
82+
There are 91 articles:
8383

8484
- [Baklava in Ada](https://sampleprograms.io/projects/baklava/ada)
8585
- [Baklava in Algol68](https://sampleprograms.io/projects/baklava/algol68)
@@ -110,6 +110,7 @@ There are 90 articles:
110110
- [Baklava in Kotlin](https://sampleprograms.io/projects/baklava/kotlin)
111111
- [Baklava in Lisp](https://sampleprograms.io/projects/baklava/lisp)
112112
- [Baklava in Lua](https://sampleprograms.io/projects/baklava/lua)
113+
- [Baklava in Lucee](https://sampleprograms.io/projects/baklava/lucee)
113114
- [Baklava in Malbolge](https://sampleprograms.io/projects/baklava/malbolge)
114115
- [Baklava in Mathematica](https://sampleprograms.io/projects/baklava/mathematica)
115116
- [Baklava in Modula2](https://sampleprograms.io/projects/baklava/modula2)
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
authors:
3+
- rzuckerm
4+
date: 2024-12-27
5+
featured-image: baklava-in-every-language.jpg
6+
last-modified: 2024-12-27
7+
layout: default
8+
tags:
9+
- baklava
10+
- lucee
11+
title: Baklava in Lucee
12+
---
13+
14+
<!--
15+
AUTO-GENERATED -- PLEASE DO NOT EDIT!
16+
17+
Instead, please edit the following:
18+
19+
- sources/programs/baklava/lucee/how-to-implement-the-solution.md
20+
- sources/programs/baklava/lucee/how-to-run-the-solution.md
21+
22+
See .github/CONTRIBUTING.md for further details.
23+
-->
24+
25+
Welcome to the [Baklava](https://sampleprograms.io/projects/baklava) in [Lucee](https://sampleprograms.io/languages/lucee) page! Here, you'll find the source code for this program as well as a description of how the program works.
26+
27+
## Current Solution
28+
29+
{% raw %}
30+
31+
```lucee
32+
<html>
33+
<head>
34+
<title>Baklava</title>
35+
</head>
36+
<body>
37+
<pre><cfscript>
38+
for (n = -10; n <= 10; n++) {
39+
numSpaces = abs(n);
40+
numStars = 21 - 2 * numSpaces;
41+
spaces = repeatString(" ", numSpaces);
42+
stars = repeatString("*", numStars);
43+
writeOutput(spaces & stars & "<br>");
44+
}
45+
</cfscript></pre>
46+
</body>
47+
</html>
48+
49+
```
50+
51+
{% endraw %}
52+
53+
Baklava in [Lucee](https://sampleprograms.io/languages/lucee) was written by:
54+
55+
- rzuckerm
56+
57+
If you see anything you'd like to change or update, [please consider contributing](https://github.com/TheRenegadeCoder/sample-programs).
58+
59+
## How to Implement the Solution
60+
61+
No 'How to Implement the Solution' section available. [Please consider contributing](https://github.com/TheRenegadeCoder/sample-programs-website).
62+
63+
## How to Run the Solution
64+
65+
No 'How to Run the Solution' section available. [Please consider contributing](https://github.com/TheRenegadeCoder/sample-programs-website).

docs/projects/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
date: 2018-03-15
33
featured-image: programming-projects-in-every-language.jpg
4-
last-modified: 2024-12-23
4+
last-modified: 2024-12-27
55
layout: default
66
title: Programming Projects in Every Language
77
---

0 commit comments

Comments
 (0)