After finishing part 1, it’s time to extend our interpreter (just a little). Today we’ll add support to two more basic commands – PU and PD. PU, or Pen Up is a command to, um.., put the pen up? After you issue a PU command, whatever you do will not produce a drawing. PD, or […]
Learn to write a basic LOGO emulator in Python, and a lot of Maths
Write a server and send keystrokes from your phone to your computer. Learn to establish, validate and persist a session and emulate keystrokes with Node JS
Learn to write a simple timeserver in Golang