The original Regex website was tragically lost in the GoDaddy purge of 2016. An abbreviated version is below:
The Regex program allows you to use perl-style extended regular expressions anywhere on your computer. Here are some examples of usage…
The original Regex website was tragically lost in the GoDaddy purge of 2016. An abbreviated version is below:
The Regex program allows you to use perl-style extended regular expressions anywhere on your computer. Here are some examples of usage…
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)
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:
for (i=0; i<4; i++) { var x = 10 * i; doSomething(x) }
if (color === 'orange') {shout()}
while (y>0) {y--}
Screen is a web portal to the terminal! More importantly, it is a collaboration tool that allows users to share a terminal session online.
node.pl is a terminal based program which allows you to create graphs. You enter nodes (vertices) and connections (edges), and then view your data as you please!
Both directed and non directed graphs are supported. Features include, saving to file, merging files, undo, redo, custom color schemes, etc.
Go is a terminal utility that allows you to go to directories far from your current directory. One need only type the name of the directory, and go will search for it and take you there.
Go is meant to replace tedious use of cd
. Go is similar to popular launchers like Alfred or Quicksilver, but it is for use in the terminal (tested in bash).
Mac OSX 10.9 ships with the Dvorak keyboard, the Dvorak – Qwerty ⌘ keyboard, and the Colemak keyboard, but there is no Colemak – Qwerty ⌘ keyboard. Here it is:
1. Design a regular expression which matches VALID roman numerals only.
2. Create a program which converts roman numerals to arabic numbers (what we use today) and vice-versa.
3. The program should be SCALABLE, meaning that if I extend the roman numerals beyond M, you do not have to re-write your program.
4. Bonus: The program attempts to minimize the total number of lines.
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!”.