website-archive
website-archive copied to clipboard
Archive of the Coding Train website (first version)
Came out of #1976 Most of the [Learning Processing videos currently on the website](https://thecodingtrain.com/Courses/learning-processing/) aren't linked to or are missing code. If you can find the correct code in [processing...
Daniel, I want to thank you for the amazing tutorials. A few years back, I wanted to extend my Java programming to learn how to program the "laws of physics"....
Need to add a way to credit people who make official ports of coding challenges or other videos. Relates to #1347 and might require modification to the script to generate...
Not sure if this is the right place for this, but... ...I tried to find the github sites for the course material on cfg / context free grammars and found...
Sorry to post here, couldn't find a way to do it on the site. As written above, I'm looking for the p5.js Lesson #11 (and sublesson) bit they're not on...
in [sketch.js](https://github.com/CodingTrain/website/blob/main/CodingChallenges/CC_166_Ascii_Image/ascii-video/sketch.js), the `charIndex` of a pixel is calculated as follows: ```const charIndex = floor(map(avg, 0, 255, 0, len));``` Instead, it should be ```const charIndex = floor(map(avg, 0, 256, 0,...
https://editor.p5js.org/D_Snyder/present/dRc5uBSV8