File tree
273 files changed
+61
-0
lines changed- content/videos
- code
- 0-trailer/trailer
- 1-intro
- 1-intro
- 2-web-editor
- 3-shapes-drawing
- 4-color
- 5-errors
- 6-comments
- 2-variables
- 1-mouseX-mouseY
- 2-define-variables
- 3-incrementation
- 4-random
- 5-map
- 6-createGraphics
- 3-conditionals
- 1-conditionals
- 2-bouncing
- 3-else-if-and-or
- 4-boolean
- 4-loops
- 1-while-for
- 2-nested
- 5-functions
- 1-basics
- 2-arguments
- 3-return
- 6-objects
- 1-intro
- 2-classes
- 3-constructor
- 4-editor-js-files
- 7-arrays
- 1-arrays
- 2-arrays-loops
- 3-arrays-objects
- 4-mouse-interaction
- 5-removing-elements
- 6-object-communication-1
- 7-object-communication-2
- 8-objects-images
- upload-editor
- data
- 1-client-side
- 1-fetch
- 2-tabular-data
- 3-graphing
- 4-json
- 5-mapping-geolocation
- 6-refreshing-data-with-setinterval
- 2-data-selfie-app
- 1-server-side-with-node-js
- 2-geolocation-web-api
- 3-http-post-request
- 4-saving-to-a-database
- 5-database-query
- 6-encoding-images
- 7-accessibility-and-design
- 3-the-weather-here
- 1-api-calls-from-node-js
- 2-open-air-quality-api
- 3-mapping-database-entries
- 4-environment-variables
- 5-web-application-deployment
- welcome
- setup
- trailer
- discord
- 2023-workflow
- coding-a-bot
- setup-node-project
- git/1-fundamentals
- 1-intro
- 10-git-remotes
- 2-branches
- 3-forks-pr
- 4-issues
- 5-command-line
- 6-cloning-repo
- 7-git-init
- 8-pages
- 9-resolve-conflicts
- js
- array-filter
- array-map-and-fill
- array-reduce
- array-sort
- arrow-functions
- async-await-part-1
- async-await-part-2
- const
- for-of-loop
- higher-order-functions
- inheritance
- let-vs-var
- particle-system-with-array-functions
- polymorphism
- promise-all
- promises-part-1
- promises-part-2
- try-catch
- livestreams
- creative_coding_ai_agent
- decade-of-code
- genuary
- sentence-embeddings/clustering-sentence-embeddings
- shiffbot
- mastodon
- environmental-variables-in-node
- managing-user-events
- posting-with-setInterval
- replying-to-a-mention
- setting-up-a-mastodon-bot
- streaming-api
- what-is-mastodon
- what-is-node-js
- what-is-npm
- ml5
- 0-introduction/1-introduction
- 1-classification
- 1-image-classification
- 2-webcam-classification
- 3-object-detection
- 10-sound-classification/1-sound-classification
- 2-transfer-learning/1-transfer-learning
- 3-feature-extractor
- 1-classification
- 2-regression
- 4-save-and-load-model/1-save-load-model
- 5-knn-classification
- 1-build-the-image-classifier
- 2-train-the-model
- 3-save-and-load-model
- 6-train-your-own-neural-network
- 1-train-the-model
- 2-save-data
- 3-save-model
- 4-regression
- 7-posenet
- 1-finding-keypoints
- 2-pose-classifier
- 3-pose-regression
- 8-convolutional-neural-network
- 1-pixels-as-input
- 2-architecture-of-cnn
- 3-max-pooling
- 4-image-classification
- 9-doodleNet/1-doodleNet
- more-p5
- 2d-arrays
- custom-shapes
- github-pages-hosting
- local-storage
- pixel-array
- neural-networks
- 1-introduction
- 10-transpose
- 11-matrix-class-improvements
- 12-feedforward-algorithm-part-1
- 13-feedforward-algorithm-part-2
- 14-backpropagation-part-1
- 15-backpropagation-part-2
- 16-backpropagation-part-3
- 17-backpropagation-part-4
- 18-backpropagation-part-5
- 2-perceptron-part-1
- 3-perceptron-part-2
- 4-multilayer-perceptron-part-1
- 5-multilayer-perceptron-part-2
- 6-matrix-math-basics
- 7-element-wise-operations
- 8-updating-code-to-es6
- 9-matrix-product
- noc
- 1-vectors
- 1-what-is-a-vector
- 2-vector-math
- 3-random-vectors
- 4-static-functions
- 5-unit-vector
- 6-acceleration-vector
- 2-forces
- 1-gravity-and-wind
- 2-mass-and-acceleration
- 3-friction-force
- 4-drag-force
- 5-gravitational-attraction
- 6-mutual-attraction
- 3-angles
- 1-angles-and-rotation
- 2-angular-motion
- 3-angles-and-vectors
- 4-polar-coordinates
- 5-harmonic-motion
- 6-graphing-sine-wave
- 7-additive-waves
- 4-particles
- 1-particle-system
- 2-particle-emitters
- 3-particle-inheritance
- 4-particle-textures
- 5-autonomous-agents
- 1-steering-agents
- 2-seeking-a-target
- 3-pursue-and-evade
- 4-arrive-steering
- 5-wander
- 6-scalar-projection
- 7-path-following
- 6-physics-libraries
- 1-matterjs-introduction
- 2-matterjs-introduction-continued
- 3-matterjs-deleting-bodies
- 4-matterjs-constraints
- 5-matterjs-mouse-constraints
- 9-genetic-algorithms
- 1-introduction
- 10-continuous-evolutionary-systems
- 2-how-it-works
- 3-shakespeare-monkey-example
- 4-looking-at-code
- 5-genotype-vs-phenotype
- 6-improved-fitness-function
- 7-pool-selection
- 8-improved-pool-selection
- 9-interactive-selection
- perlin
- graphing-1d-perlin-noise
- intro-to-perlin-noise
- noise-vs-random
- perlin-noise-2d
- perlin-noise-detail
- welcome
- nature-of-code-2-introduction
- welcome-to-the-nature-of-code-in-2020-p5js
- noise/open-simplex-noise
- physics-libraries
- box2d
- 1-introduction
- 10-user-controlled-objects
- 11-apply-forces
- 12-collision-events
- 2-central-elements
- 3-coordinate-and-vectors
- 4-adding-to-processing-sketch
- 5-adding-to-processing-sketch-2
- 6-static-bodies-and-chain-shapes
- 7-complex-shapes
- 8-distance-joints
- 9-revolute-joints
- toxiclibs
- 1-introduction
- 2-particles-and-springs
- 3-connected-systems
- 4-attraction-behavior
- pixels
- brightness-mirror
- checkbox-mirror
- createCapture
- painting-with-pixels
- slit-scan
- video-photobooth
- processing
- sound
- 1-loading-and-playing
- 10-sound-visualization-radial-graph
- 11-sound-visualization-frequency-analysis
- 2-pause-and-play-button
- 3-timing-jumps-cues
- 4-amplitude_analysis
- 5-adding-sound-effects
- 6-sound-synthesis
- 7-adsr-envelope
- 8-microphone-input
- 9-sound-visualization
- teachable-machine
- 1-image-classification
- 2-snake-game
- 3-sound-classification
- transformations
- more-transformations
- scale
- translate-rotate-push-pop
- webgl
- 1-introduction
- 2-3d-geometries
- 3-light-and-material
- 4-texture
- 5-camera-and-perspective
- 6-createGraphics
- 7-loading-an-obj-file
- 8-3d-custom-shapes
- websockets-node-p5
- 1-introduction-to-node
- 2-using-express-with-node
- 3-connecting-client-to-server
- workflow
- 1-intro
- 2-visual-studio-code
- 3-shell
- 4-git
- 5-node
- 6-python-and-virtualenv
- node-scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
273 files changed
+61
-0
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 61 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + |
0 commit comments