How to check if Java JDK installed on Mac
When trying to upload my game to Google for Android I had to figure out what JDK of Java was on my Mac. If...
Solved: Retrieve public RSA key on Mac for Git
Ever created a key and either didn't save it or forgot where it was all together? Well, if you are on a Mac, you...
How to install PYQT on your Mac OSX
Want a simple way to install PyQT on OSX? If you have homebrew you can install simply with the following commands:
brew install qt
brew install...