Skip to content

Commit 4e1d955

Browse files
authored
Merge branch 'main' into kayvan-nueromorph-showcase-submission
2 parents 6d09fda + 636ed64 commit 4e1d955

78 files changed

Lines changed: 623 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žcontent/tracks/index.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
"ml5js-beginners-guide",
77
"the-nature-of-code-2",
88
"learning-processing",
9+
"p5js-2.0",
10+
"transformers-js",
911
"2018-workflow",
1012
"algorithmic-botany",
1113
"coding-in-the-cabana",
1214
"coding-together-apple-ii",
1315
"robot-controllers",
1416
"discord-bots",
1517
"p5-tips-and-tricks",
16-
"p5js-2.0",
1718
"transformations-in-p5",
1819
"livestreams",
1920
"neural-networks",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "p5.js 2.0",
33
"description": "A collection of videos exploring the new features and capabilities introduced in p5.js 2.0, including loading with async and await, fonts and typography, custom shapes and curves, and more!",
4-
"videos": ["p5js-2.0/async-await", "p5js-2.0/loading-data", "livestreams/p5js-2.0"]
4+
"videos": ["p5js-2.0/async-await", "p5js-2.0/loading-data", "p5js-2.0/typography", "livestreams/p5js-2.0"]
55
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"title": "Transformers.js",
3+
"description": "A series exploring machine learning in JavaScript using Transformers.js! Learn how to run models hosted on Hugging Face directly in the browser with p5.js.",
4+
"videos": ["transformers-js/introduction"]
5+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Starfield in PascalABC.net",
3+
"author": {
4+
"name": "Real Slav"
5+
},
6+
"url": "https://github.com/milan-micic/PascalABC.net_challenges/tree/main/StarField",
7+
"submittedOn": "2025-11-04T21:41:40.171Z",
8+
"socialPermission": true
9+
}
32.8 KB
33.5 KB
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "Sorting (16 algorithms)",
3+
"author": {
4+
"name": "dinhtunga3dtsd",
5+
"url": "https://scratch.mit.edu/projects/1129556328/"
6+
},
7+
"url": "https://scratch.mit.edu/projects/1129556328/",
8+
"submittedOn": "2025-10-18T07:31:28.549Z",
9+
"socialPermission": true
10+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Drainage Network using SCA",
3+
"author": {
4+
"name": "Gwen Protheroe"
5+
},
6+
"url": "https://openprocessing.org/sketch/2405057",
7+
"submittedOn": "2025-11-06T20:28:49.052Z",
8+
"socialPermission": true
9+
}
48.7 KB
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "black hole",
3+
"author": {
4+
"name": "Zheng"
5+
},
6+
"url": "https://editor.p5js.org/yuanzheng908/sketches/rDHJnkwmT",
7+
"submittedOn": "2026-02-20T17:51:11.985Z",
8+
"socialPermission": false
9+
}

0 commit comments

Comments
Β (0)