Skip to content

Commit

Permalink
Generated Sample Programs website automatically
Browse files Browse the repository at this point in the history
on-behalf-of: @TheRenegadeCoder <jeremy.grifski@therenegadecoder.com>
  • Loading branch information
actions-user committed Dec 27, 2024
1 parent 9b885b4 commit d9acbaf
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
date: 2018-03-15
last-modified: 2024-12-23
last-modified: 2024-12-27
layout: default
title: Sample Programs in Every Language
---

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.
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.

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/).
8 changes: 4 additions & 4 deletions docs/languages/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
date: 2018-03-15
featured-image: programming-languages.jpg
last-modified: 2024-12-23
last-modified: 2024-12-27
layout: default
title: Programming Languages
---

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.
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.

## Language Collections by Letter

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

### L

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

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

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

Expand Down
5 changes: 3 additions & 2 deletions docs/languages/lucee/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2019-10-02
featured-image: programming-languages.jpg
last-modified: 2023-12-16
last-modified: 2024-12-27
layout: default
tags:
- lucee
Expand All @@ -26,6 +26,7 @@ No 'Description' section available. [Please consider contributing](https://githu

## Articles

There is 1 article:
There are 2 articles:

- [Baklava in Lucee](https://sampleprograms.io/projects/baklava/lucee)
- [Hello World in Lucee](https://sampleprograms.io/projects/hello-world/lucee)
5 changes: 3 additions & 2 deletions docs/projects/baklava/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2018-09-17
featured-image: baklava-in-every-language.jpg
last-modified: 2024-12-23
last-modified: 2024-12-27
layout: default
tags:
- baklava
Expand Down Expand Up @@ -79,7 +79,7 @@ Verify that the actual output matches the expected output

## Articles

There are 90 articles:
There are 91 articles:

- [Baklava in Ada](https://sampleprograms.io/projects/baklava/ada)
- [Baklava in Algol68](https://sampleprograms.io/projects/baklava/algol68)
Expand Down Expand Up @@ -110,6 +110,7 @@ There are 90 articles:
- [Baklava in Kotlin](https://sampleprograms.io/projects/baklava/kotlin)
- [Baklava in Lisp](https://sampleprograms.io/projects/baklava/lisp)
- [Baklava in Lua](https://sampleprograms.io/projects/baklava/lua)
- [Baklava in Lucee](https://sampleprograms.io/projects/baklava/lucee)
- [Baklava in Malbolge](https://sampleprograms.io/projects/baklava/malbolge)
- [Baklava in Mathematica](https://sampleprograms.io/projects/baklava/mathematica)
- [Baklava in Modula2](https://sampleprograms.io/projects/baklava/modula2)
Expand Down
65 changes: 65 additions & 0 deletions docs/projects/baklava/lucee/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
authors:
- rzuckerm
date: 2024-12-27
featured-image: baklava-in-every-language.jpg
last-modified: 2024-12-27
layout: default
tags:
- baklava
- lucee
title: Baklava in Lucee
---

<!--
AUTO-GENERATED -- PLEASE DO NOT EDIT!
Instead, please edit the following:
- sources/programs/baklava/lucee/how-to-implement-the-solution.md
- sources/programs/baklava/lucee/how-to-run-the-solution.md
See .github/CONTRIBUTING.md for further details.
-->

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.

## Current Solution

{% raw %}

```lucee
<html>
<head>
<title>Baklava</title>
</head>
<body>
<pre><cfscript>
for (n = -10; n <= 10; n++) {
numSpaces = abs(n);
numStars = 21 - 2 * numSpaces;
spaces = repeatString(" ", numSpaces);
stars = repeatString("*", numStars);
writeOutput(spaces & stars & "<br>");
}
</cfscript></pre>
</body>
</html>
```

{% endraw %}

Baklava in [Lucee](https://sampleprograms.io/languages/lucee) was written by:

- rzuckerm

If you see anything you'd like to change or update, [please consider contributing](https://github.com/TheRenegadeCoder/sample-programs).

## How to Implement the Solution

No 'How to Implement the Solution' section available. [Please consider contributing](https://github.com/TheRenegadeCoder/sample-programs-website).

## How to Run the Solution

No 'How to Run the Solution' section available. [Please consider contributing](https://github.com/TheRenegadeCoder/sample-programs-website).
2 changes: 1 addition & 1 deletion docs/projects/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2018-03-15
featured-image: programming-projects-in-every-language.jpg
last-modified: 2024-12-23
last-modified: 2024-12-27
layout: default
title: Programming Projects in Every Language
---
Expand Down

0 comments on commit d9acbaf

Please sign in to comment.