Skip to content

Instantly share code, notes, and snippets.

View amyleesterling's full-sized avatar

Amy Robinson Sterling amyleesterling

View GitHub Profile
@amyleesterling
amyleesterling / HealthyCity
Created July 20, 2012 17:48
HealthyCity
First Gist..May be doing this totally wrong. Someone help por favor.
amy@healthsterling.com
Trying to build an open-source software for a community portal of a crowd-sourced population health program. The Gist:
We're piloting a health program featuring 100 free events (80% of them imagined and implemented by community groups like Botanical Gardens, US Space and Rocket Center, CrossFit, YMCA, etc.); free iPhone app with DailyFeats that allows participants to compete in challenges and get points for rewards like charitable donations or Amazon Giftcards.
Here's the (now semi-public) beta landing page http://healthyciti.es/
Why github.. we need a place for a global community to share innovations. Open-source is the shit so let's get it built on git.
@mreidsma
mreidsma / compose_gmail.js
Created May 30, 2012 14:09
Bookmarklet to send new gmail without opening up my inbox
javascript:(function(){window.open('https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&shva=1','Compose Gmail','status=no,directories=no,location=no,resizable=no,menubar=no,width=600,height=600,toolbar=no');})();