Building and Running Python Scripts with Xcode 4.x
So you have installed Python and you want to use Xcode to write and run your Python scripts… is that correct? Ok then, follow these steps to create a simple project and run… Read More
So you have installed Python and you want to use Xcode to write and run your Python scripts… is that correct? Ok then, follow these steps to create a simple project and run… Read More
I wanted to copy some files from my computer over to a server every minute, as a cronjob. I searched around the internet but the solutions were scattered all over the place and… Read More
Xcode 4.3.x or newer comes with Git but the problem is when you install Xcode on your machine (OS X Lion or newer), Git’s path won’t be added to the user path which… Read More
In this tutorial you will learn: Downloading DocBook Documentation Writing DocBook in Xcode Validating DocBook XMLs Generating PDF from DocBook XMLs To download MacPorts, go to: http://macports.org/ To install XMLLINT categories, use this… Read More