Just in case someone will find it useful: class MyClass { enum myConst: Int { case SomeValue = 1 } } and then: var aPlanet = MyClass.MyConst.SomeValue or […]
Mac
Posted on:
OS X Mavericks 10.9.5 Build 13F12 available
Apple today seeded Mavericks 10.9.5 build 13F12 to developers, just over a week after seeding the first OS X 10.9.5 beta, build 13F7, and more than a month […]
PHP
Posted on:
Quick tip: using git with multiple ssh keys
Probably you are using git. And probably a day when you will add another repo is close. But standard git behavior is to use key located at ~/.ssh/id_rsa. […]