Think Like a Computer Science Professor
By freeCodeCamp.org
Published: Jul 20, 2022“
See how to think like a computer science professor. You will observe Radu’s thought process as he codes a project for the first time. Many tutorials demonstrate how to build something that the instructor has already fully planned out beforehand. But in this video, you learn what really goes into building a project from scratch. And he does it all without even referencing the Internet.Radu Mariescu-Istodor has a PhD in computer science. He teaches computer science at a university as well as on his YouTube channel.
Radu’s channel: https://www.youtube.com/c/RaduMariesc…
Radu’s website: https://radufromfinland.comContents
- (00:00:00) Intro / showcase
- (00:01:32) Quick planning
- (00:03:25) Canvas project setup
- (00:09:21) Trying to remember how drawImage works :-))
- (00:18:58) Figured out I need to let it load first
- (00:20:29) Helper code for getting coordinates
- (00:22:27) Beginning procedural drawing
- (00:29:16) Normalizing the space for symmetrical drawing
- (00:48:32) Control point for head rotation
- (00:56:48) Slider for head x rotation
- (01:13:44) Rotating the head on X
- (01:17:27) Rotating the head on Y
- (01:28:14) Adding more control points
- (01:59:31) Drawing eyes
- (02:26:59) Styling the eyes
- (02:42:42) Drawing the beard
- (03:22:51) Drawing the nose
- (03:27:25) Spoiler (I never get the nose to look better)
- (03:31:35) Drawing hair
- (03:51:48) Skin, Neck & Body
- (04:07:43) Drawing the clothes
- (04:24:15) Some fine-tuning
- (04:43:00) Drawing the ears
- (04:53:50) Polishing and commenting code
- (05:17:41) Camera setup
- (05:34:27) Image processing: Isolating blue pixels
- (05:49:36) Moving avatar with camera
- (05:55:59) Plan for day 2 (Important)
- (06:02:32) Code refactoring with OOP
- (06:15:43) Ditching the idea* above and sticking to point A
- (06:43:07) Linear algebra
- (06:52:20) Particle system
- (07:08:57) Constraints (segments)
- (08:00:50) Dynamic front hair skeleton
- (08:17:30) Dynamic back hair skeleton
- (08:31:43) Sliders to control the mouth
- (08:45:09) Real-time face tracking
- (09:42:58) Recognizing facial markers
- (10:03:58) Solving the ‘fidgiting’ problem by averaging
- (10:09:14) On averaging points
- (10:10:14) Side-points of mouth
- (10:11:56) Quick demo and quick planning
- (10:13:41) Working with pre-recorded video
- (10:24:03) Multi-input support in interface
- (10:57:40) Styling front hair
- (11:18:13) Styling back hair
- (11:35:18) Adding side hair
- (11:40:56) Debugging option
- (11:50:40) Shirt strings
- (12:00:21) Extensive testing
- (12:01:34) Final touches
- (12:09:50) Trying to fix nose, then gave up (too tired & found some bug)
- (12:30:46) Final testing, writing instructions, and last thoughts
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
Tag: Computer Science
[#Script #Coding] Harvard CS50 – Full Computer Science University Course
Harvard CS50 – Full Computer Science University Course
By freeCodeCamp.org
Published: Oct 19, 2022“
Learn the basics of computer science from Harvard University. This is CS50, an introduction to the intellectual enterprises of computer science and the art of programming.Slides, source code, and more at https://cs50.harvard.edu/x.
Course Contents
- (00:00:00) Lecture 0 – Scratch
- (01:45:08) Lecture 1 – C
- (04:13:23) Lecture 2 – Arrays
- (06:20:43) Lecture 3 – Algorithms
- (08:37:55) Lecture 4 – Memory
- (11:03:17) Lecture 5 – Data Structures
- (13:15:36) Lecture 6 – Python
- (15:39:25) Lecture 7 – SQL
- (18:00:55) Lecture 8 – HTML, CSS, JavaScript
- (20:23:38) Lecture 9 – Flask
- (22:39:01) Lecture 10 – Emoji
- (24:02:50) Cybersecurity
Recorded in 2021.
HOW TO JOIN CS50 COMMUNITIES
- Discord: https://discord.gg/cs50
- Ed: https://cs50.harvard.edu/x/ed
- Facebook Group: https://www.facebook.com/groups/cs50/
- Faceboook Page: https://www.facebook.com/cs50/
- GitHub: https://github.com/cs50
- Gitter: https://gitter.im/cs50/x
- Instagram: https://instagram.com/cs50
- LinkedIn Group: https://www.linkedin.com/groups/7437240/
- LinkedIn Page: https://www.linkedin.com/school/cs50/
- Medium: https://cs50.medium.com/
- Quora: https://www.quora.com/topic/CS50
- Reddit: https://www.reddit.com/r/cs50/
- Slack: https://cs50.edx.org/slack
- Snapchat: https://www.snapchat.com/add/cs50
- SoundCloud: https://soundcloud.com/cs50
- Stack Exchange: https://cs50.stackexchange.com/
- TikTok: https://www.tiktok.com/@cs50
- Twitter: https://twitter.com/cs50
- YouTube: https://www.youtube.com/cs50
HOW TO FOLLOW DAVID J. MALAN
- Facebook: https://www.facebook.com/dmalan
- GitHub: https://github.com/dmalan
- Instagram: https://www.instagram.com/davidjmalan/
- LinkedIn: https://www.linkedin.com/in/malan/
- TikTok: https://www.tiktok.com/@davidjmalan
- Twitter: https://twitter.com/davidjmalan
LICENSE
CC BY-NC-SA 4.0
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
https://creativecommons.org/licenses/by-nc-sa/4.0/
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
”