Channel Avatar

Michael Litman @UCcm_OsXmstXowzloobkJZWA@youtube.com

657 subscribers - no pronouns :c

Computer Science education for the modern student


01:13:48
CSC2000 9/19/24 Introduction to strings
01:13:33
CSC2000 9/17/24 Intro to loops
01:13:05
CSC2000 9/12/24 Boolean Expressions and If Statements
01:21:10
CSC2000 9/10/24 more variables and intro to boolean expressions
01:16:10
CSC2000 9/5/24 intro to variables and c++ coding
01:17:38
CSC2000 9/3/24 (forgot to screen share) - more intro programming
01:13:25
CSC2000 8/29/24 - why base 8 and 16 and hello world linux assembly
01:16:48
CSC2000 8/27/24
48:45
CSC250 4/27/24 Final Exam review went over generation code
47:55
CSC250 4/24/24 More API stuff and crypto api example
50:06
video1233365521
49:46
CSC250 4/19/24 PreFab Left Right arrow movement
46:50
CSC250 4/17/24 More JSON, and Serializing for use in C#
51:18
CSC250 4/15/24 JSON, XML, RESTful APIs
50:15
CSC250 4/12/24 File IO CSV vs JSON
39:24
CSC250 4/10/24 More shop implementation
52:01
CSC250 4/8/24 Added pellet awards on fight win
51:26
CSC250 4/5/24 Color changing for text mesh pro's and game object rotations.
48:39
CSC250 4/3/24 Added fighting to our game
50:44
CSC250 3/27/24 Animations and Start of Fight Scene Fight
52:02
CSC250 3/25/24 added fight scene
52:44
CSC250 3/22/24 More debugger work and pellet fix
52:37
CSC250 3/20/24 Added Pellet collection to front end and back end...
46:46
CSC250 3/18/24 Started adding power pellets to our game
49:31
CSC250 3/15/24 Started adding power pellets to our game
52:09
CSC250 3/13/24 Continued with our dungeon crawler...
44:44
CSC250 3/11/24 Midterm Exam Solution
51:01
CSC250 3/1/24 Started Connecting Backend to Front End for Dungeons
49:51
CSC250 2/28/24 More Dungeon Backend development....
51:53
CSC250 2/26/24 review for midterm and started dungeon backend
51:39
CSC250 2/23/24 More unity dungeon crawler
52:16
CSC250 2/21/24 Coroutines, Awake vs Start in unity
50:26
CSC250 2/19/24 Introduced CoRoutines as part of debugging weird behavior
50:58
CSC250 2/16/24 More Triggers and LookToward for rotations
52:19
CSC250 2/14/23 Unity Store and Graphics
45:22
CSC250 2/12/24 More Singletons and communicating between scenes
49:00
CSC250 2/9/24 GitHub intro for Unity and MoveToward vs Lerp and Slerp
46:09
CSC250 2/7/24 TextMeshPro, transforms and changing position.
40:49
CSC250 2/5/24 More singletons and bringing normal classes into unity
29:16
Element Discovery Research 2/1/24
48:52
CSC250 1/31/24 Singletons in Unity
50:05
CSC250 1/29/24 Unity MVC, Triggers, and Generics
51:11
CSC250 1/26/24 More Unity Intro, MVC design pattern
52:16
CSC250 1/24/24 Intro to Unity Game Engine
44:33
CSC250 1/22/24 Multi-threaded Merge Sort
48:05
CSC250 1/19/24 Multi-threaded Merge Sorta and communication between Threads
49:11
CSC250 1/17/24 Merge Sort Solution in Java
52:07
CSC250 1/12/24 - Merge Sort in Java in detail
49:54
CSC250 1/10/24 More Threads and Intro to Merge sort and recursion
51:55
CSC250 1/8/24 Introduction to Multi-Processing and Multi-Threading
01:12:17
CSC200 12/7/23 Final Exam review and MUD completion....
01:07:26
CSC200 12/5/23 Hw Solution and More java classes and details
01:16:01
CSC200 11/30/23 Intro to Java and start of the MUD
01:12:44
CSC200 11/28/23 Intro to MUDs, more static, why String and Character classes make different choices
01:17:33
CSC200 11/21/23 More objects, public vs private, static vs non-static class members
01:12:48
CSC200 11/16/23 More intro to Objects in C++, headers, getters, setters, public/private, etc...
01:14:02
CSC200 11/14/23 more structs (pass by value vs address) and introduced objects
01:13:17
CSC200 11/9/23 Introduction to structs and Euclid's GCD algorithm
01:17:29
CSC200 10/7/23 - hw solution and more arrays...watch to know why int ar[10] is problematic in C++?
01:11:31
CSC200 11/2/23 sorting arrays ghetto style, more pointers, garbage collection