Skip to content

Commit

Permalink
Update index.json
Browse files Browse the repository at this point in the history
Add subtitles
  • Loading branch information
kfahn22 committed Sep 30, 2023
1 parent 33cd11b commit 424329e
Showing 1 changed file with 47 additions and 11 deletions.
58 changes: 47 additions & 11 deletions content/videos/processing/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,53 @@
],
"canContribute": true,
"timestamps": [
{ "time": "0:00:00", "title": "INTRODUCTION" },
{ "time": "0:17:30", "title": "DRAWING WITH CODE" },
{ "time": "1:04:39", "title": "FLOW" },
{ "time": "1:29:31", "title": "VARIABLES" },
{ "time": "2:02:46", "title": "CONDITIONALS" },
{ "time": "2:50:01", "title": "LOOPS" },
{ "time": "3:12:29", "title": "ARRAYS" },
{ "time": "3:40:29", "title": "FUNCTIONS" },
{ "time": "4:02:30", "title": "CLASSES AND OBJECTS" },
{ "time": "4:56:20", "title": "CONFETTI PROJECT" },
{ "time": "5:03:15", "title": "CONCLUSION" }
"timestamps": [
{ "time": "0:00:00", "title": "⭐️ INTRODUCTION ⭐️" },
{ "time": "0:14:43", "title": "How to Download Processing" },
{ "time": "0:17:30", "title": "⭐️ DRAWING WITH CODE ⭐️" },
{ "time": "0:27:58", "title": "Shapes" },
{ "time": "0:30:34", "title": "The Processing Reference" },
{ "time": "0:39:19", "title": "Saving Your Code" },
{ "time": "0:41:03", "title": "Code Comments" },
{ "time": "0:42:27", "title": "Errors" },
{ "time": "0:48:11", "title": "Stroke Weight" },
{ "time": "0:50:31", "title": "RGB color" },
{ "time": "0:53:45", "title": "Bits and Bytes" },
{ "time": "0:56:45", "title": "Color Modes" },
{ "time": "0:59:26", "title": "Alpha Transparency" },
{ "time": "1:04:39", "title": "⭐️ FLOW ⭐️" },
{ "time": "1:06:31", "title": "Setup and Draw" },
{ "time": "1:13:27", "title": "mouseX and mouseY" },
{ "time": "1:19:13", "title": "mousePressed()" },
{ "time": "1:29:31", "title": "⭐️ VARIABLES ⭐️" },
{ "time": "1:31:39", "title": "Creating Your Own" },
{ "time": "1:48:56", "title": "Incrementation Operations" },
{ "time": "1:53:20", "title": "Random Numbers" },
{ "time": "2:02:46", "title": "⭐️ CONDITIONALS ⭐️" },
{ "time": "2:04:01", "title": "The \"IF\" Statement" },
{ "time": "2:10:30", "title": "\"ELSE\"" },
{ "time": "2:18:30", "title": "Logical Operators" },
{ "time": "2:28:47", "title": "The Bouncing Ball" },
{ "time": "2:40:38", "title": "Boolean Variables" },
{ "time": "2:50:01", "title": "⭐️ LOOPS ⭐️" },
{ "time": "2:51:30", "title": "The While Loop" },
{ "time": "2:57:49", "title": "Variable Scope" },
{ "time": "3:00:10", "title": "The For Loop" },
{ "time": "3:04:48", "title": "Nested Loops" },
{ "time": "3:12:29", "title": "⭐️ ARRAYS ⭐️" },
{ "time": "3:18:44", "title": "Indexing" },
{ "time": "3:28:02", "title": "Iteration" },
{ "time": "3:40:29", "title": "⭐️ FUNCTIONS ⭐️" },
{ "time": "3:43:48", "title": "Defining Your Own" },
{ "time": "3:49:39", "title": "Modularity" },
{ "time": "3:52:33", "title": "Reusability" },
{ "time": "3:57:00", "title": "Return Types" },
{ "time": "4:02:30", "title": "⭐️ CLASSES AND OBJECTS ⭐️" },
{ "time": "4:25:18", "title": "Constructor Arguments" },
{ "time": "4:34:30", "title": "Arrays of Objects" },
{ "time": "4:54:21", "title": "Enhanced Loop" },
{ "time": "4:56:20", "title": "⭐️ CONFETTI PROJECT ⭐️" },
{ "time": "5:03:15", "title": "⭐️ CONCLUSION ⭐️" }
],
"groupLinks": [
{
Expand Down

0 comments on commit 424329e

Please sign in to comment.