April 15th, 2007 at 6:59 pm (Zombies)
Today was the last day of shooting for the Lifeless team. They closed Main and 1st South for a few hours. I hung out for a little while and took a few pictures and video clips. I’ll post them when i get around to it, but until then, you can check this out.
href=”http://www.macromedia.com/go/getflashplayer”>Get the Flash Player to see
this player.
1 Comments
April 14th, 2007 at 6:53 pm (Programming)
MySQL Postgres Description
show databases; \l Lists all databases
show tables; \d Lists tables of a database
use db; \c db Connects to a database for use
desc table; \d table Displays table definition
n/a \z object View user/host/db permissions
1 Comments
April 12th, 2007 at 6:39 pm (Programming)
… is a bad idea. I have a thousand other things I should be working on rather than blogging, let alone developing software to let me blog with. Dreamhost happens to have wordpress as a one click install. This will work out much better I imagine.
We’ll see how it goes.
1 Comments