Skip to content

Commit b19ac7e

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

File tree

6 files changed

+108
-11
lines changed

6 files changed

+108
-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: 2025-10-26
3+
last-modified: 2025-10-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 1524 articles written by 284 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 1526 articles written by 284 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/cython/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
date: 2025-10-27
3+
featured-image: programming-languages.jpg
4+
last-modified: 2025-10-27
5+
layout: default
6+
tags:
7+
- cython
8+
title: The Cython Programming Language
9+
---
10+
11+
<!--
12+
AUTO-GENERATED -- PLEASE DO NOT EDIT!
13+
14+
Instead, please edit the following:
15+
16+
- sources/languages/cython/description.md
17+
18+
See .github/CONTRIBUTING.md for further details.
19+
-->
20+
21+
Welcome to the Cython page! Here, you'll find a description of the language as well as a list of sample programs in that language.
22+
23+
## Description
24+
25+
No 'Description' section available. [Please consider contributing](https://github.com/TheRenegadeCoder/sample-programs-website).
26+
27+
## Articles
28+
29+
There is 1 article:
30+
31+
- [Hello World in Cython](https://sampleprograms.io/projects/hello-world/cython)

docs/languages/index.md

Lines changed: 13 additions & 6 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: 2025-10-26
4+
last-modified: 2025-10-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 156 languages, of which 155 are tested, 1 is untestable, and 1330 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 157 languages, of which 156 are tested, 1 is untestable, and 1331 code snippets.
1010

1111
## Language Breakdown
1212

@@ -18,7 +18,7 @@ Here are the percentages for each language in the collection:
1818

1919
<tr>
2020
<td class="right nowrap">Algol68</td>
21-
<td class="right">7.13%</td>
21+
<td class="right">7.12%</td>
2222
<td class="bar-graph"><div style="width: 100.00%; background-color: #AF425E;"></div></td>
2323
</tr>
2424

@@ -66,7 +66,7 @@ Here are the percentages for each language in the collection:
6666

6767
<tr>
6868
<td class="right nowrap">C#</td>
69-
<td class="right">3.92%</td>
69+
<td class="right">3.91%</td>
7070
<td class="bar-graph"><div style="width: 54.95%; background-color: #178600;"></div></td>
7171
</tr>
7272

@@ -138,7 +138,7 @@ Here are the percentages for each language in the collection:
138138

139139
<tr>
140140
<td class="right nowrap">Kotlin</td>
141-
<td class="right">1.40%</td>
141+
<td class="right">1.39%</td>
142142
<td class="bar-graph"><div style="width: 19.58%; background-color: #A97BFF;"></div></td>
143143
</tr>
144144

@@ -940,6 +940,12 @@ Here are the percentages for each language in the collection:
940940
<td class="bar-graph"><div style="width: 0.13%; background-color: #2D54CB;"></div></td>
941941
</tr>
942942

943+
<tr>
944+
<td class="right nowrap">Cython</td>
945+
<td class="right">0.01%</td>
946+
<td class="bar-graph"><div style="width: 0.12%; background-color: #FEDF5B;"></div></td>
947+
</tr>
948+
943949
<tr>
944950
<td class="right nowrap">Phix</td>
945951
<td class="right">0.01%</td>
@@ -1020,7 +1026,7 @@ The 'B' collection contains 9 languages, of which 9 are tested, and 79 code snip
10201026

10211027
### C
10221028

1023-
The 'C' collection contains 14 languages, of which 14 are tested, and 182 code snippets.
1029+
The 'C' collection contains 15 languages, of which 15 are tested, and 183 code snippets.
10241030

10251031
- [C](https://sampleprograms.io/languages/c) (38 code snippets)
10261032
- [C#](https://sampleprograms.io/languages/c-sharp) (38 code snippets)
@@ -1036,6 +1042,7 @@ The 'C' collection contains 14 languages, of which 14 are tested, and 182 code s
10361042
- [Commodore Basic](https://sampleprograms.io/languages/commodore-basic) (38 code snippets)
10371043
- [Crystal](https://sampleprograms.io/languages/crystal) (4 code snippets)
10381044
- [Cyclone](https://sampleprograms.io/languages/cyclone) (2 code snippets)
1045+
- [Cython](https://sampleprograms.io/languages/cython) (1 code snippet)
10391046

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

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
authors:
3+
- rzuckerm
4+
date: 2025-10-27
5+
featured-image: hello-world-in-every-language.jpg
6+
last-modified: 2025-10-27
7+
layout: default
8+
tags:
9+
- cython
10+
- hello-world
11+
title: Hello World in Cython
12+
---
13+
14+
<!--
15+
AUTO-GENERATED -- PLEASE DO NOT EDIT!
16+
17+
Instead, please edit the following:
18+
19+
- sources/programs/hello-world/cython/how-to-implement-the-solution.md
20+
- sources/programs/hello-world/cython/how-to-run-the-solution.md
21+
22+
See .github/CONTRIBUTING.md for further details.
23+
-->
24+
25+
Welcome to the [Hello World](https://sampleprograms.io/projects/hello-world) in [Cython](https://sampleprograms.io/languages/cython) 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+
```cython
32+
from libc.stdio cimport printf
33+
34+
35+
cdef main():
36+
printf(b"%s\n", b"Hello, World!")
37+
38+
39+
if __name__ == "__main__":
40+
main()
41+
42+
```
43+
44+
{% endraw %}
45+
46+
Hello World in [Cython](https://sampleprograms.io/languages/cython) was written by:
47+
48+
- rzuckerm
49+
50+
If you see anything you'd like to change or update, [please consider contributing](https://github.com/TheRenegadeCoder/sample-programs).
51+
52+
## How to Implement the Solution
53+
54+
No 'How to Implement the Solution' section available. [Please consider contributing](https://github.com/TheRenegadeCoder/sample-programs-website).
55+
56+
## How to Run the Solution
57+
58+
No 'How to Run the Solution' section available. [Please consider contributing](https://github.com/TheRenegadeCoder/sample-programs-website).

docs/projects/hello-world/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
date: 2018-03-15
33
featured-image: hello-world-in-every-language.jpg
4-
last-modified: 2025-10-15
4+
last-modified: 2025-10-27
55
layout: default
66
tags:
77
- hello-world
@@ -47,7 +47,7 @@ Verify that the actual output matches the expected output
4747

4848
## Articles
4949

50-
There are 156 articles:
50+
There are 157 articles:
5151

5252
- [Hello World in Ada](https://sampleprograms.io/projects/hello-world/ada)
5353
- [Hello World in Agda](https://sampleprograms.io/projects/hello-world/agda)
@@ -77,6 +77,7 @@ There are 156 articles:
7777
- [Hello World in Commodore Basic](https://sampleprograms.io/projects/hello-world/commodore-basic)
7878
- [Hello World in Crystal](https://sampleprograms.io/projects/hello-world/crystal)
7979
- [Hello World in Cyclone](https://sampleprograms.io/projects/hello-world/cyclone)
80+
- [Hello World in Cython](https://sampleprograms.io/projects/hello-world/cython)
8081
- [Hello World in D](https://sampleprograms.io/projects/hello-world/d)
8182
- [Hello World in Dale](https://sampleprograms.io/projects/hello-world/dale)
8283
- [Hello World in Dart](https://sampleprograms.io/projects/hello-world/dart)

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: 2025-10-26
4+
last-modified: 2025-10-27
55
layout: default
66
title: Programming Projects in Every Language
77
---

0 commit comments

Comments
 (0)