Posted on 26 April 2009 by skyhan
Sorting algorithms is one of the first stepping stones into computer programming. The site www.sorting-algorithms.com/ provides visual representations of different approaches for data sorting in comparison with each other.
Filed under: Computers, Development | Tagged: algorithms, programming | Leave a Comment »
Posted on 29 April 2008 by skyhan
Mac Pro users can boot into their 64-bit Windows Vista (GO confirms XP support still limited to 32-bit on Bootcamp).
Filed under: Apple, Computers, Mac, software | Tagged: 64-bit, Apple, bootcamp, support, Windows | Leave a Comment »
Posted on 17 April 2008 by skyhan
Arnold Kim reports on Macrumors.com that:
A company called Psystar has started advertising a $399 computer called “OpenMac” which claims to be a Leopard compatible Mac built from standard PC-parts. For $399, you get a tower computer with the following specs:
Filed under: Apple, Computers, Mac | Tagged: cheap, leopard, low-cost, Mac, open | Leave a Comment »
Posted on 16 April 2008 by skyhan
As a PHP contractor, consultant, and freelancer, Larry Truett from San Diego, CA going by the alias Fluffycat had a fair number of interviews – and sometimes he’s been asked technical questions. Here are a few to help you prepare for your next PHP job interview.
Filed under: Computers, Development | Tagged: design, interview, job, patterns, php | Leave a Comment »
Posted on 12 March 2008 by skyhan
To publish your iCal Calendar with the bundled OS X Apache web server, edit Apache’s configuration file in /etc/httpd. You must be root, so I expect you know vi and the workings of this file in general.
% sudo vi /etc/httpd/htttpd.conf
In the Shared Library section, where modules are loaded, add these two lines in the [...]
Filed under: Computers, Development, Mac, Technical, software | Leave a Comment »