|
You are here |
thomasst.ch | ||
| | | | |
www.sethvargo.com
|
|
| | | | | Ruby 2.0 is still a work in progress, but it's already at preview 2. If you're looking to play with it, here are some steps to install Ruby 2.0 Preview 2 on Mac OSX Mountain Lion (and older OSX versions) | |
| | | | |
www.darkoperator.com
|
|
| | | | | [AI summary] This guide provides step-by-step instructions for installing the Metasploit Framework on various versions of OS X, including dependencies, configuration, and setup for both regular use and development. | |
| | | | |
www.cocoanetics.com
|
|
| | | | | Apple appears to be cracking down on apps these days which are not sticking to the SDK agreement when it comes to using undocumented (read "private") APIs. I'm attempting to make a list here, so if you have received the usual slap on the wrist for actually using one of the undocumented "features" to make it easier on yourself then please let me know so that I can add it here. The problem with these undocumented API calls is that up until now Apple did not seem to uniformly care if they where to be found in submitted apps. But lately the reviewers seem to have gotten a static analyzer into their hands. With the help of which they can dump all the method names in your app so they will see if you are naughty or nice. The official statement is that Apple is work... | |
| | | | |
scastiel.dev
|
|
| | | If you use JavaScript you probably know that recently a lot of new features arrived with ES2015 (also known as ES6): classes, const/let keywords, destructuring arrays and objects, modules and imports, etc. | ||