lijamez

This user hasn't shared any biographical information

Homepage: http://www.function13.net


Posts by lijamez

Installing eeebuntu 1.0 on an Asus Eee PC 701SD

December 3, 2008 - 10:14 pm

Tags: , , , , ,
Posted in Linux | 5 comments

A friend lent me her Eee PC for a few days so I can replace the default Xandros with Ubuntu. Because this install isn’t for me, I’d like to make this setup the least painful as possible to use. After much experimenting with booting without a disc and fiddling with the tiny hardware, I have [...]

Ubuntu 8.10 Intrepid Ibex Experience on a Macbook 2,1

October 31, 2008 - 2:04 pm

Tags: , , , , ,
Posted in Linux, Mac | 29 comments

Fresh out of the oven, I test the latest offering from Canonical, Ubuntu 8.10 Intrepid Ibex, on my Macbook 2,1. Currently, I dedicate 32GB of my hard drive to Windows with Boot Camp. Because Wubi for some reason does not work in boot camp, and Disk Utility was being rather wonky, I will sacrifice my [...]

Review: iPhone 3G FM Transmitter + Car Charger

September 18, 2008 - 6:20 pm

Tags: , , , , ,
Posted in Apple, iPhone | 10 comments

This item appears to be a fairly new product from Hong Kong since I’ve only recently found it on eBay. You can find it there for about $20 and I’ve seen this product in the mall for $45! After a long shipping time I finally received it.
Here is what I have to say…

Free iPhone Apps: The Keepers

August 29, 2008 - 5:32 pm

Tags: , , ,
Posted in Apple, iPhone | 1 comment

This page is outdated. New Post.
If you have been having as much fun as I have wih the iPhone apps, then there is no doubt that you’ve come across numerous apps that deserve no more than a few launches. After a few weeks of looking for the best iPhone apps, here are some that I [...]

Conway’s Game of Life in C++

August 24, 2008 - 5:38 pm

Tags: ,
Posted in C++, Programming | 4 comments

A (rather crude) version of the Game of Life written in C++. You’ll need to compile it.
View the Source

Basic Compilation of a C++ Program

August 24, 2008 - 5:27 pm

Tags: , ,
Posted in C++, Programming | 2 comments

If you are using Mac OSX or Linux, go to the folder where your cpp file is located in the terminal. On windows, you will need to install g++.
Assuming your source file is called main.app, and you want your output file to be called “hellos” then type the following:
g++ -o hellos main.cpp
To run it:
./hellos
Note: It [...]

From Java to C++: Similarities and Differences

August 24, 2008 - 5:16 pm

Tags: ,
Posted in C++, Java, Programming | 1 comment

After some fiddling with XCode and C++, I finally got it compiling my Hello World. To my pleasure, the syntax in C++ is somewhat similar with Java, but there are still many differences.

iPhone 3G Speed Test

August 22, 2008 - 11:02 pm

Tags: , , , , ,
Posted in Apple, iPhone | No comments

With all of the complaints about the speed of 3G, I decided to measure the time it takes to load a websitee myself. I am in Canada, so my carrier is Rogers Wireless. All of my tests are at full signal (3 arcs for WiFi and 5 bars for 3G and EDGE.) Between each of [...]

Quizzicle: A Java Math Quiz Generator

July 26, 2008 - 9:34 pm

Tags: ,
Posted in Java | 4 comments

Here is a quick Java application I whipped up. Quizzicle is a command line application that generates random math equations. You can choose an arithmetic operation, the number of questions, the number of digits in the question, and if negative numbers or zeros are allowed. Javadoc included.
Update 1.1:

Adds a Timer
Adds Logging (writing to a file)
Various [...]

Installing the Eclipse IDE

July 15, 2008 - 8:59 pm

Tags: , ,
Posted in Java, Windows | No comments

This guide will show beginner programmers how to set up and install JDK and the Eclipse IDE. I will be installing JDK 6 Update 7 and Eclipse 3.4.0 Ganymede.