New website
It was about time to get my website up2date… once again. In order to get it right this time, I decided to use Jekyll this time, and host everything on GitHub using their excellent GitHub Pages service.
It was about time to get my website up2date… once again. In order to get it right this time, I decided to use Jekyll this time, and host everything on GitHub using their excellent GitHub Pages service.
Check out my Xcode 4 version of Ben Scheirman’s XCasts color theme for Xcode 3, a dark theme loosely based on Ryan Bates’ excellent Railscasts theme for Textmate.
~/Library/Developer/Xcode/UserData/FontAndColorThemes/
.XCode | Preferences | Fonts & Colors
and select the XCasts
theme.-application:didFinishLaunchingWithOptions:
method of your application
delegate class like this (assuming your splash image is named Default.png
):
showsRoundedRect
, which, if set to YES
, causes the label to be drawn on a rounded rect, similar to the emblem shown for the number of new mails in the iPhone Mail app. Check out the Gist on Github.
Git Utils is a collection of simple utilities that made my Git life easier in some way or another. I tried to clean them up as much as necessary prior to putting here, so it should be easy to use for others as well.
You don’t need anything special, just a working installation of Git and a UNIX system (tested
with Mac OS X and Linux). To install the git-utils into /usr/local
run
$ sudo make install
or just pick the scripts that you need and place them wherever you want.
Copy file from source path to target path and add the target path to the Git index.
Invoke git-push for all configured remote repositories.