Duck: Don't take it personal.Pig: Fuck you.Thank you Scott Johnson.
read more | digg story
Thursday, April 30, 2009
Thursday, March 12, 2009
Digged Watchmen? Most people didn't. Here's some reasons why.
Watchmen definitely doesn't deserve some of the harsher criticism it's received - well, it does deserve SOME - but, on the flip side, it definitely doesn't deserve the level of unquestioning and uncritical nerd love that's been angrily stomping around the internet lately, daring commentators to say otherwise.
read more | digg story
read more | digg story
Wednesday, March 11, 2009
Calvin and Hobbes: Not So Voyeuristic
Hmm...Not quite the Bill Watterson Calvin and Hobbes I remember, but still funny. Hobbes doesn't look too happy. I think Calvin is just playing stupid, too-- he knows Hobbes is alive. Maybe that's why Hobbes' so pissed. Calvin that sly dog; he just wants to put on a good show. What an exhibitionist.
Tuesday, March 3, 2009
Thursday, February 26, 2009
Tuesday, February 24, 2009
Monday, February 23, 2009
Legalization of Marijuana Bill in California
Assemblyman Tom Ammiano will announce legislation on Monday to legalize marijuana and earn perhaps $1 billion annually by taxing it.
read more | digg story
read more | digg story
Tuesday, February 10, 2009
How to Not Fail at Life!
I read this bit of humor right as a began my day. I think everyone else should start their morning with some coffee and a little bit of humor. Check it out. If the image does not blow up, see it via Digg Here
What's your favorite part?
Friday, January 30, 2009
Fahrenheit Virgo
Still programming in C. I am still doing the basics, nothing spectacular. For now anyway. Still far along from contributing any cool apps.
This is another introductory program that converts Fahrenheit into Celsius--a bit more complex than just printf( . But this one lets beginners become more familiar with while/for loop functions.
Anyone could find this little program in any ANSI standard introductory text, but my concern was learning, besides C, to program on Linux as opposed to Windows. The difference? More terminal commands. I like the terminal.
Actually, on Windows I had to install a compiler program Dev-C++, which includes the ANSI library for the entire C/C++ language. From my understanding, Windows cannot compile C files. This is basically more of a GUI interface. In fact, the only thing you really need to do in the command prompt is find the file and run it. Simply Windows. On the other hand, Linux, Ubuntu anyway, has the standard library installed directly into the kernel. Just open up a text editor and a terminal; no third party app needed. Granted there are a few extra steps to running the program but that's about it.
This is another introductory program that converts Fahrenheit into Celsius--a bit more complex than just printf( . But this one lets beginners become more familiar with while/for loop functions.
Anyone could find this little program in any ANSI standard introductory text, but my concern was learning, besides C, to program on Linux as opposed to Windows. The difference? More terminal commands. I like the terminal.
Actually, on Windows I had to install a compiler program Dev-C++, which includes the ANSI library for the entire C/C++ language. From my understanding, Windows cannot compile C files. This is basically more of a GUI interface. In fact, the only thing you really need to do in the command prompt is find the file and run it. Simply Windows. On the other hand, Linux, Ubuntu anyway, has the standard library installed directly into the kernel. Just open up a text editor and a terminal; no third party app needed. Granted there are a few extra steps to running the program but that's about it.
Thursday, January 22, 2009
Tuesday, January 20, 2009
Monday, January 19, 2009
Wednesday, January 7, 2009
Hello World 2009: C Progamming
Subscribe to:
Posts (Atom)