atlas news
    
TokyoEdTech : youtube
14  avril     10h19
Simple Java Game Library (Intro)
   In this video I introduce a project I’ve been working on called the Simple Java Game Library. It is a simple D game library suitable for beginners and for teachers who want an easy alternative to more complex engines . It is lightweight and uses only the built in Java classes. It is a work in...
20  février     09h32
Intro to JavaScript Playing Sound Files
   In this video I cover how to use HTML, CSS, and JavaScript to create a simple one octave piano keyboard on the screen. This video is suitable for JavaScript beginners who have some knowledge of HTML and CSS. Download the sound files here: http: www.mediafire.com download zd mqtazulgv a mp Notes...
05  février     10h23
Intro To JavaScript for Absolute Beginners
   In this video I cover how to create a button in an HTML page, click on it, and then have the computer show a pop up alert, change the background color of the page, and change text on the page. This is suitable for beginners with at least a basic knowledge of HTML. NEED HELP If you need help,...
22  janvier     11h00
Intro to AI: Measuring Euclidean Distance
   In this video series, I’ll be covering some basic AI topics in a hopefully beginner friendly manner that my high school students can understand. In this video, I’ll be explaining how create a simple compatibility tester by measuring the Euclidean distance between two sets of data. Quora Link...
14  janvier     10h04
Intro to AI: Constraint Satisfaction Problems
   In this video series, I’ll be covering some basic AI topics in a hopefully beginner friendly manner that my high school students can understand. In this video, I’ll be explaining what a constraint satisfaction problem is, and walk you through a coding a simple seating chart arrangement challenge....
30  juillet     02h39
Intro to Java and AP CS A - 2D Arrays
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll explain what D arrays are, how to create them, how to access and modify their elements, and how to traverse them. DOWNLOAD my FREE Intro to Java eBook here: https...
    02h38
Intro to Java and AP CS A - ArrayLists
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll explain what ArrayLists are, how to create them, how to access and modify their elements, and how to traverse them. DOWNLOAD my FREE Intro to Java eBook here: https...
    02h37
Intro to Java and AP CS A - Arrays
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll explain what arrays are, how to create them, how to access and modify their elements, and how to traverse them. DOWNLOAD my FREE Intro to Java eBook here: https: drive...
29  juillet     23h42
Intro to Java and AP CS A - Inheritance
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll introduce you the OOP principle of inheritance and show you how to do this using code examples. DOWNLOAD my FREE Intro to Java eBook here: https: drive.google.com file d...
    23h41
Intro to Java and AP CS A - Writing Objects
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll introduce you to writing non static methods for objects. DOWNLOAD my FREE Intro to Java eBook here: https: drive.google.com file d c NlIyL S mfYSQ f KVEoiQD nI nu view...
    09h00
Intro to Java and AP CS A - Using Objects II
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll introduce you the OOP principle of encapsulation, and show how and why this is done using simple Java example code. DOWNLOAD my FREE Intro to Java eBook here: https...
    07h27
Intro to Java and AP CS A Recursion
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll introduce you to the absolute basics of recursion by walk you through a few simple examples. DOWNLOAD my FREE Intro to Java eBook here: https: drive.google.com file d...
    02h29
Intro to Java and AP CS A - Static Methods
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll show you how to write static methods, send and return values, and introduce you to the ideas of scope and method overloading. DOWNLOAD my FREE Intro to Java eBook here...
25  juillet     23h37
Intro to Java and AP CS A - Iteration
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll show you how to do basic iteration using for loops and while loops. I’ll also talk about String traversal, and the most important pattern in coding AP Java, amongst other...
    11h22
Intro to Java and AP CS A - Conditionals
   In this new video series, I’ll be revisiting Java with an emphasis on the AP Computer Science A course. In this video, I’ll show you how to do basic comparisons Strings and primitives , the comparison operators, the logical operators, and how to use if, else if, and else. DOWNLOAD my FREE...