Skip to content

Instantly share code, notes, and snippets.

View esaruoho's full-sized avatar

Esa Juhani Ruoho esaruoho

View GitHub Profile
Plug Ins :-
1. https://github.com/rickytan/RTImageAssets
2. https://github.com/nomad/shenzhen
Loding Indicators :-
1. https://github.com/mobitar/Starburst
2. https://github.com/jdg/MBProgressHUD
3. https://github.com/Marxon13/M13ProgressSuite
4. https://github.com/danielamitay/DACircularProgress
@mackuba
mackuba / wwdc15.md
Last active August 6, 2022 17:28
New stuff from WWDC 2015

Here's my own list of the interesting stuff announced during this year's WWDC, collected from the keynotes, various Apple docs, blog posts and tweets.

If you're planning to watch the videos, I really recommend this Mac app that helps you download and watch them: https://github.com/insidegui/WWDC.

OS X El Capitan

http://www.apple.com/osx/elcapitan-preview/

  • split view - two apps side by side on full screen
@ianoshorty
ianoshorty / Awesome iOS
Last active August 29, 2015 14:01
Useful iOS Development Resources
Xcode Extensions
================
Xcode Cocoapods plugin
======================
https://github.com/ricobeck/KFCocoaPodsPlugin
Xcode documentation plugin
==========================
https://github.com/onevcat/VVDocumenter-Xcode
@Chrisedmo
Chrisedmo / Mountain Lion tweaks
Created July 30, 2012 14:30
Mountain Lion tweaks (under the hood)
# ~/.osx — http://mths.be/osx
###############################################################################
# General UI/UX #
###############################################################################
# Set computer name (as done via System Preferences → Sharing)
scutil --set ComputerName "MathBook Pro"
scutil --set HostName "MathBook Pro"
scutil --set LocalHostName "MathBook-Pro"