In my own words, these are parameters that can be used when compiling a C program to optimize the output for specific situations/processors.
There are pages and pages of flags availabile in the gcc manual.
In Assignment 1 (reverse string), I used two compiler flags. -Wall list all(most) possible errors and -0 to change the output file [...]
gcc Flags
C intro and Squeak
So far I really like working with C. At first glance it looks a lot like processing, but there were some little syntax thing that were frustrating. Since I am very used to PHP, it took me a while to figure of that you need to put brackets (as well as quotes) around a string. [...]
Unix sed command
I wanted to make a book that begins in English and slowly turns into French (or Spanish, Italian, etc.), by replacing more and more phrases as it progresses. That way, context clues can be used to determine meaning much the same way they are used to figure out unfamiliar words in one’s native tongue.
Anyway, I [...]
ITP 4-in-4
You know… 4 projects in 4 days.
Check it out here http://itp.nyu.edu/4-in-4/