Skip to content

Instantly share code, notes, and snippets.

View ryansroberts's full-sized avatar

Ryan Roberts ryansroberts

View GitHub Profile
@ryansroberts
ryansroberts / ss.txt
Last active August 29, 2015 14:19 — forked from leecrossley/ss.txt
*For iPhone 6, iPhone 6 Plus & iPhone 5s* - Sprinting just got Social.
Sprint Social combines the proven benefits of short bursts of high intensity exercise with the motivation of exercising with friends, even if they're not by your side. Race anywhere, any time.
Sprint Social harnesses the motivation of exercising with and challenging your Facebook friends, whatever your schedule and theirs. Race side by side, or across continents and time zones. Sprint Social uses Apple's gait recognition to measure your run. That means no waiting for GPS to lock on, no worries about location based security, no difference whether you're inside on a treadmill or out on your favourite 100m stretch. Sprinting just got social.
If you are looking for inspiration to keep you active and improve your fitness, Sprint Social is for you. Sprints are easy to fit into your routine. No need to pace out or find markers in each new location you exercise in, Sprint Social does that for you. Using Apple's gait recognition, your iPhone vib
@ryansroberts
ryansroberts / ss.txt
Last active August 29, 2015 14:19 — forked from leecrossley/ss.txt
*For iPhone 6, iPhone 6 Plus & iPhone 5s* - Sprinting just got Social.
Sprint Social combines the proven benefits of short bursts of high intensity exercise with the motivation of exercising with friends, even if they're not by your side. Race anywhere, any time.
Sprint Social harnesses the motivation of exercising with and challenging your Facebook friends, whatever your schedule and theirs. Race side by side, or across continents and time zones. Sprint Social uses Apple's gait recognition to measure your run. That means no waiting for GPS to lock on, no worries about location based security, no difference whether you're inside on a treadmill or out on your favourite 100m stretch. Sprinting just got social.
If you are looking for inspiration to keep you active and improve your fitness, Sprint Social is for you. Sprints are easy to fit into your routine. No need to pace out or find markers in each new location you exercise in, Sprint Social does that for you. Using Apple's gait recognition, your iPhone vib
@ryansroberts
ryansroberts / Happier Panda.
Created March 28, 2012 12:54 — forked from leecrossley/Happy Panda.
Panda: I MADE IT BETTER
panda = (->
bambooLevel = 0
isAsleep = false
wakeUp = -> isAsleep = false
eatBamboo: -> ++bambooLevel
goToSleep: ->
isAsleep = true
setTimeout wakeUp,1000
namespace iDoc.specs.When
{
[Subject("AcccountManagement")]
public class CreatingAUserAccount : with_controller<AccountController,AccountResource>
{
static string sentto;
Establish context = () =>
{
Mock<IEmailProvider>.Send(It.IsAny<etc>)
.CallBack((EmailModel model) => emailaddress = model.emailaddress)