ESP Biography



STEVEN HOMBERG, ESP Teacher




Major: 6-2, 18

College/Employer: MIT

Year of Graduation: 2018

Picture of Steven Homberg

Brief Biographical Sketch:

Not Available.



Past Classes

  (Clicking a class title will bring you to the course's section of the corresponding course catalog)

C8756: Intro to Java Robots in Splash 2014 (Nov. 22 - 23, 2014)
The computer programming you might be used to probably involves some computation and arithmetic and prints some answers to the screen, or maybe even draws some pretty pictures. But what if instead the program's output was actually mouse movements or key presses? The Java Robot class lets you do just that! The applications are endless. You can do something as simple as trolling your friends with random mouse movements and typing while they're trying to work. You can also do more complicated things like writing a software bot to play flash games for you, get high scores and impress your friends! Whichever it is, the java.awt.Robot class has you covered. Come learn some basic programming techniques with java Robots and see cool examples I've coded.