My friend Andrew Robbins recently showed me a Physics Girl video on youtube. I thought that was a really awesome phenomenon! So as a collaborative coding challenge, we decided to create a simulation of the vortex. (If it doesn’t appear for you, it means that your browser does not yet support JavaScript 6 Harmony)
Tag: jQuery
Cloud Computing
Cloud Computing simulates an environment where a student can write code subject to certain requirements. In this example, the language is javascript, and the requirements are:
- A For Statement containing a Variable Declaration. For example,
for (i=0; i<4; i++) { var x = 10 * i; doSomething(x) }
- An If Statement. For example,
if (color === 'orange') {shout()}
- A While Statement. For example,
while (y>0) {y--}
Screen
Screen is a web portal to the terminal! More importantly, it is a collaboration tool that allows users to share a terminal session online.
Chessmojo!
Not for Internet Explorer.
Chessmojo is a website that allows you to play chess with your friends! You can play, watch, and associate your own theme with a username. Remember to click “Start Game!”.