Archive for January 23rd, 2006

Mom’s Advice

Today I went to talk with David Woollard, who is working on his Ph.D here at the University of Southern California. The meeting went a bit long, so I was a little late to my next class: tennis. When I got there, I met Amber, the lady who was letting everyone know that the class was cancelled.

Continue reading ‘Mom’s Advice’

Votio to Poll for Your Favorite Posts

I’ve just installed Votio, a sweet WordPress plugin that allows you to vote on the posts I write. Read my posts, decide how much you like them, then use the spiffy AJAX-powered vote images to tell me how much you liked it. Then, please leave a comment. Try it out!

Continue reading ‘Votio to Poll for Your Favorite Posts’

Compiling C Programs at USC

My roommate had his Assignment #1 for CompSci 101 (I skipped ahead to 102, in which we use C++). He asked about how to test it, so I decided to help. I considered various options for compilers. Microsoft Visual Studio, Borland, GCC? Finally I decided that the method most likely used by students at the University of Southern California is to use X-Win32 6.1.2 to connect to the Aludra student webserver, and use the gcc compiler there. So I fired up XWin (took a minute to find it) and opened emacs. Luckily, it allowed me to simply copy-and-paste his code into the emacs editor window. I simply called the file “a.c”, saved it, and compiled it with gcc.

Continue reading ‘Compiling C Programs at USC’