Skip to content

Commit d74e01f

Browse files
authored
Merge branch 'main' into genuary-1
2 parents 1549db4 + d0c52fb commit d74e01f

File tree

8 files changed

+100
-2
lines changed

8 files changed

+100
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Coding Train Live!",
33
"description": "This side track is a collection of select livestreams.",
4-
"videos": ["livestreams/sentence-embeddings/clustering-sentence-embeddings", "livestreams/genuary"]
4+
"videos": ["livestreams/decade-of-code", "livestreams/sentence-embeddings/clustering-sentence-embeddings", "livestreams/genuary"]
55
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Pi Scribble with Steering Behaviors",
3+
"author": {
4+
"name": "Aeon Martinez",
5+
"instagram": "fuschia_draws"
6+
},
7+
"url": "https://editor.p5js.org/fuschia_centura/sketches/emzZST_gk",
8+
"submittedOn": "2024-01-01T00:37:13.303Z"
9+
}
26.3 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"title": "Marching Hexes",
3+
"author": {
4+
"name": "Christian Manderla"
5+
},
6+
"url": "https://editor.p5js.org/arathorn76/sketches/giWWnmKij",
7+
"submittedOn": "2024-01-08T10:23:23.360Z"
8+
}
127 KB
Loading
40.9 KB
Loading
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"title": "Decade of Code Fundraiser",
3+
"description": "Livestream to celebrate and raise funds for 10 years of the Processing Foundation Fellowships",
4+
"videoId": "0OLMf81BeNU",
5+
"date": "2024-01-07",
6+
"languages": ["Javascript"],
7+
"topics": ["Processing Foundation", "particle system", "translate", "push and pop"],
8+
"canContribute": true,
9+
"relatedChallenges": ["78-simple-particle-system"],
10+
"timestamps": [
11+
{ "time": "0:00:00", "title": "Count down starts" },
12+
{ "time": "0:05:00", "title": "Welcome to the livestream" },
13+
{ "time": "0:08:10", "title": "Introduce Raphael de Courville" },
14+
{ "time": "0:11:08", "title": "Processing Foundation" },
15+
{ "time": "0:20:10", "title": "Start video" },
16+
{ "time": "0:25:40", "title": "Merch for donations" },
17+
{ "time": "0:28:54", "title": "Wallpapers" },
18+
{ "time": "0:42:39", "title": "Live Preview for VSC" },
19+
{ "time": "0:43:39", "title": "Live Share" },
20+
{ "time": "0:46:57", "title": "Console output" },
21+
{ "time": "0:51:21", "title": "Decide what to code" },
22+
{ "time": "0:59:26", "title": "Start coding" },
23+
{ "time": "2:22:59", "title": "Contributing your version" },
24+
{ "time": "2:26:39", "title": "Logo-Animations" },
25+
{ "time": "2:31:04", "title": "Outro" }
26+
],
27+
"codeExamples": [
28+
{
29+
"title": "Coding Train logo with birbs",
30+
"description": "Animated Coding Train logo with birbs",
31+
"image": "img.jpg",
32+
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/IxNfhHxJ3" }
33+
},
34+
{
35+
"title": "Logo Animation Repo",
36+
"description": "My repository with animations using the Coding Train logo",
37+
"image": "",
38+
"urls": { "other": "https://github.com/CodingTrain/Logo-Animations" }
39+
}
40+
],
41+
"groupLinks": [
42+
{
43+
"title": "References",
44+
"links": [
45+
{
46+
"icon": "🔗",
47+
"title": "Decade of Code Fundraiser",
48+
"url": "https://donorbox.org/to-the-power-of-10",
49+
"description": "Fundraiser in celebration of the 10th anniversary of the Processing Foundation Fellowship Program."
50+
},
51+
{
52+
"icon": "🔗",
53+
"title": "Meet our 2023 Processing Fellows!",
54+
"url": "https://medium.com/@ProcessingOrg/meet-our-2023-processing-fellows-6433037145bd",
55+
"description": "Introduction to the 2023 Processing Fellows."
56+
},
57+
{
58+
"icon": "🔗",
59+
"title": "Processing Foundation's 2023 Impact Report",
60+
"url": "https://processingfoundation.report/",
61+
"description": "The 2023 Impact Report celebrates a decade of growth and achievements."
62+
},
63+
{
64+
"icon": "🔗",
65+
"title": "sableraph",
66+
"url": "https://www.twitch.tv/sableraph",
67+
"description": "Raphael de Courville's Twitch channel"
68+
},
69+
{
70+
"icon": "🔗",
71+
"title": "Anna Carreras's website",
72+
"url": "https://www.annacarreras.com",
73+
"description": "Anna Carreras's website"
74+
}
75+
]
76+
}
77+
],
78+
"credits": []
79+
}

static/_redirects

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
# shortcuts - 302
2929

30+
/decade https://donorbox.org/to-the-power-of-10 302!
31+
/noc https://nostarch.com/nature-code 302!
3032
/discord https://discord.com/servers/coding-train-choo-choo-276096133695143936 302!
3133
/pi2022 https://editor.p5js.org/codingtrain/full/U11UYbgVc 302!
3234
/colors https://coding-train-colors.vercel.app/ 302!
@@ -57,4 +59,4 @@
5759
/p5js /tracks/code-programming-with-p5-js 302!
5860
/processing /tracks/learning-processing 302!
5961
/genuary1 https://editor.p5js.org/codingtrain/sketches/vN8EEr59I 302!
60-
/particles https://thecodingtrain.com/challenges/78-simple-particle-system 302!
62+
/particles https://thecodingtrain.com/challenges/78-simple-particle-system 302!

0 commit comments

Comments
 (0)