Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Open Source for the Open Mind

Open Source for the Open Mind

Ryan Nystrom

October 18, 2013
Tweet

More Decks by Ryan Nystrom

Other Decks in Programming

Transcript

  1. RNGridMenu =========== A grid based menu view with field depth

    and bounce animation: inspired by Mailbox, and extended for multiple needs. I created this project out of a stint of boredom. This control is customizable to a degree, but kept simple so you can take it and spin your own subclass or fork out of it. <p align="center"><img src="https://raw.github.com/rnystrom/RNGridMenu/ master/images/menu.gif"/></p> <p align="center"><img src="https://raw.github.com/rnystrom/RNGridMenu/ master/images/options.jpg"/></p> ## Installation ## Installation with [CocoaPods](http://cocoapods.org/) made available by [thaberkern](https://github.com/thaberkern). Just add this line to your Podfile. ``` pod 'RNGridMenu', '~> 0.1.2' ``` Drag and drop the <code>RNGridMenu</code> .h and .m files into your project. To get this working, you'll need to include the following frameworks: - QuartCore - Accelerate ... Multi-Markdown Friday, October 18, 13
  2. Project Title =========== Image (if applicable) ## Installation Include dependencies

    & prereqs. ## Usage "Getting started" ## Credits Who/what helped? ## Apps Who uses this? ## Todo Itemize & cross out (don't delete) ## Contact Email, twitter, etc. ## License Friday, October 18, 13
  3. Write to be read Everything is an API DRY (don’t

    repeat yourself) Stop being clever Friday, October 18, 13
  4. “Five Things All Great Surfers Do” - Surfer Magazine #3.

    Commit early. Commit often. Friday, October 18, 13
  5. “A degree or certificate is like a musician having a

    music degree. It may be impressive, but what really counts is the music. Github has your sheet music on it, along with a history of your changes.” - Jade Rubick, New Relic http://qr.ae/IzuFO Friday, October 18, 13
  6. “Open source (almost) everything ... [its] great advertising for your

    company ... attract talent ... the best technical interview possible ... lastly, it’s the right thing to do.” - Tom Preston-Werner, CEO Github http://tom.preston-werner.com/2011/11/22/open-source-everything.html Friday, October 18, 13
  7. Find your niche/expertise Start small Write about what you create

    Understand licensing Friday, October 18, 13