tests

by loado on July 20, 2010 · 0 comments

in Uncategorized

tests

{ 0 comments }

t

by loado on July 20, 2010 · 0 comments

in Uncategorized

t

{ 0 comments }

HD Camcorders

by nite July 19, 2010 High Definition

Featuring images of HD camcorders from Amazon.com.
URL –> http://www.amazon.com/rss/bestsellers/photo/110770011/

0 comments Read the full article →

Objective-C Connection to Remote MySQL Database (Xcode)

by loado November 11, 2009 Programming

It took me a while to figure out how to connect to the MySQL database on my website’s server using Objective-C in Xcode so I am posting my solution.
First off obviously make sure you have a working MySQL installation on your computer.
Go to Project -> Edit Project Settings, Build tab. We need to link to [...]

1 comment Read the full article →

Clone Chameleon OSX86 10.6 SL Installation to External Hard Drive

by loado November 10, 2009 Uncategorized

This is a really simple and short shell script that I wrote. I set it so that SuperDuper runs this script once it is finished cloning my hard drive to my external and that way I don’t have to manually copy these files and I can make sure that my external drive stays in a [...]

1 comment Read the full article →

Powers Program in MIPS Assembly Language

by loado November 10, 2009 Uncategorized

Simple program (at least in other languages). Almost perfect but not quite. The convention is a little off with how I load the arrays address and probably in some other areas as well.

# Author: Michael Frederick
# This program calculates a set of powers. The user enters an integer
# to use as a base, and then [...]

1 comment Read the full article →