I hereby claim:
- I am trianglegrrl on github.
- I am alaina (https://keybase.io/alaina) on keybase.
- I have a public key ASDawegqUTgzzL5oznjUSEcvQY2_9Dtp0oSrr7S3e8ocTwo
To claim this, I am signing this object:
| <div data-role="page"> | |
| <div data-role="header" data-theme="d"> | |
| <h1><img src="http://www.precisionnutrition.com/wordpress/wp-content/themes/pn2012/images/pn_logo.png"/></h1> | |
| </div> | |
| <div data-role="content"> | |
| <p>Please enter your contact info below and we'll send your free stuff.</p> | |
| <form action="http://get.pn/free" method="post"> | |
| <fieldset data-role="fieldcontain"> | |
| <label for="firstName"> | |
| First Name |
| <div data-role="page"> | |
| <div data-role="header" data-theme="d"> | |
| <img src="http://www.precisionnutrition.com/wordpress/wp-content/themes/pn2012/images/pn_logo.png" style="padding: 5px 5px 0px 10px"/> | |
| </div> | |
| <div data-role="content"> | |
| <h1>Thanks for sharing your info!</h1> | |
| <p>We'll send your free stuff as soon as Dr. Berardi gets back from the event.</p> | |
| </div> | |
| </div> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet"> | |
| <link href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.min.css" rel="stylesheet"> | |
| <link href="//cdn.jsdelivr.net/qtip2/2.0.1/basic/jquery.qtip.css" rel="stylesheet"> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> | |
| <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script> | |
| <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> |
| CoachApp.IndexRoute = Ember.Route.extend | |
| model: (params) -> | |
| client_id = localStorage.getItem 'clientId' | |
| localStorage.removeItem('clientId') | |
| if client_id? and !isNaN(client_id, 10) | |
| CoachApp.Client.findById client_id | |
| afterModel: (client) -> | |
| if client |
| # You need some sort of indication that an Ajax transaction exists. jQuery.active doesn't seem to do the | |
| # trick, so we use the following JS (well, we use CoffeeScript, but whatever) that gets inserted into | |
| # our application. | |
| # | |
| #$(function() { | |
| # var body, doc; | |
| # body = $('body'); | |
| # doc = $(document); | |
| # doc.ajaxStart(function() { | |
| # return body.addClass('ajax-in-progress').removeClass('ajax-quiet'); |
| // | |
| // http://alainahardie.com/spark-me-up | |
| // | |
| // name the pins | |
| int unlockPin = D2; | |
| int lockPin = D3; | |
| int lockState = 0; | |
| // Send the unlock code |
| import os | |
| import requests | |
| import json | |
| # Photoresistor - light levels | |
| #results = requests.get('https://api.particle.io/v1/devices/53ff6e066678505543482367/analog_value?access_token=3766bed852ce344d768142fe1cb41d4416d58b5d') | |
| # Sound sensor | |
| #results = requests.get('https://api.particle.io/v1/devices/54ff66066678574935400667/analog_value?access_token=3766bed852ce344d768142fe1cb41d4416d58b5d') |
| import RPi.GPIO | |
| import os | |
| import time | |
| from pyslack import SlackClient | |
| import requests | |
| import json | |
| import string | |
| url = "https://hooks.slack.com/services/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" |
I hereby claim:
To claim this, I am signing this object: