Skip to content

Instantly share code, notes, and snippets.

@lukewakeford
lukewakeford / Swift NSDate Extensions
Last active August 31, 2016 18:43
Swift NSDate Extensions
extension NSDate {
convenience init(ISO8601:String) {
let dateStringFormatter = NSDateFormatter()
dateStringFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ssZZZZZ"
dateStringFormatter.locale = NSLocale.systemLocale()
let d = dateStringFormatter.dateFromString(ISO8601)
self.init(timeInterval:0, sinceDate:d!)
}
class func getLastDayOfMonthFrom(month:Int,year:Int) -> NSDate {
@saetia
saetia / gist:1623487
Last active January 24, 2026 21:18
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat