News

Please note: These tutorials are given by postdocs, but are intended for all types of audience (students and faculties are welcome!). In this tutorial, we will learn the fundamentals of programming in ...
Mac OS X provides rich scripting and automation tools that can simplify everyday tasks—if you know how to use them. The roster includes the venerable command line, the graphical Automator ...
In this quick tutorial on Shell Scripting, we will write a simple program to toss a coin. Basically, the output of our program should be either HEADS or TAILS (of course, randomly). To start with, the ...