boyfarrell.com

boyfarrell.com Archives: November 2005

·

29 November 2005

MacOS UNIX Terminal Commands

This is all | ever seem to use! cd = change directorycd ~ = change directory to your home (the tide character always mean home to MacOS)cd / = change directory to the rootls = list file in directoryls -a = list all (even invisible files)ls -al = as above but with metadata printed too.mkdir [...]

continue reading... » 0 Comments

17 November 2005

Guitar Ditty

Download this little guitar ditty based around, guess what, G C and D. It was recorded using a Octava MK319 condenser microphone, into a m-audio firewire solo, in my powerbook G4 running Apple’s Logic Express Demo. There a 3 guitars in total, roughly panned 30 degrees left, center and 30 degrees right.

continue reading... » 0 Comments

6 November 2005

Objective-C Vector Class

Here is a custom Vector class I have been working on: Vector.h and Vector.m. Please find the archived Xcode 2.1 project file. The Vector class is a wrapper class for a standard C array but with many methods which you might want to use on your own data. It makes it easy to handle large [...]

continue reading... » 0 Comments

2 November 2005

Xcode and gnuplot

I am new to programming and I’m new to the MacOS X platform. As such I am indebted to those clever people at MacOSX.com and Cprogramming.com for the time spent answering my questions on, how to get gnuplot and working with macOS applications. We want to installing gnuplot and make it work from inside Xcode [...]

continue reading... » 0 Comments

·