-
How To Install Java 7 on Mac OS X
For most, this would come in handy with those using the latest browser extensions/add-ons that use Java, especially version 7 (in the time of this writing). There are two ways to go about this. First, for most users, they just need the JRE. The second are those doing development work and need the JDK. Before…
-
Hello World Revisited
OMG dude! Never thought I’d be back in school. Well, actually more like a class (for work of course). Taking it at UCB Extension in Downtown SF. Entire class consists of working pros in-or-out of the technology field. Besides the three hours of lecture and moving Thursday bowling-nights to Wednesdays, all is okay… so far.…
-
Woah… My Tuesday During the Summer
sherwin@THIS-CLASS-IS-HELL% gmake parser bison -d declare.y; /bin/mv declare.tab.c declare.tab.cc declare.y contains 1 shift/reduce conflict. g++ -c -g declare.tab.cc flex -it scanner.l > scanner.cc g++ -c -g scanner.cc g++ -c main.cc -o main.o g++ -c symtab.cc -o symtab.o g++ -g declare.tab.o scanner.o main.o symtab.o -o parser sherwin@THIS-CLASS-IS-HELL% f0k f0k f0k syntax error “f0k f0k f0k” sherwin@THIS-CLASS-IS-HELL%…