Skip to content

Commit 6bfa89d

Browse files
authored
Merge pull request #1353 from kfahn22/processing-livestream
Add Processing fundraiser livestream livestream
2 parents aa0df43 + 92bcf62 commit 6bfa89d

File tree

3 files changed

+80
-1
lines changed

3 files changed

+80
-1
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
}
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+
}

0 commit comments

Comments
Β (0)