I hereby claim:
- I am slexaxton on github.
- I am slexaxton (https://keybase.io/slexaxton) on keybase.
- I have a public key whose fingerprint is 9D44 FE16 DDD6 80BC 06AD E471 13CE 42FD 3C33 F935
To claim this, I am signing this object:
| updatechromium () { | |
| Platform='unknown' | |
| platform='unknown' | |
| unamestr=`uname` | |
| case "$unamestr" in | |
| ('Darwin') Platform="Mac" | |
| platform="mac" ;; | |
| ('Linux') Platform="Linux" | |
| platform="linux" ;; | |
| (*) if [[ $# = 2 ]] |
| { | |
| "error_message_required" : { | |
| "message" : "Required", | |
| "contentType" : null, | |
| "description" : "This is a message displayed to a user that inputs are required.", | |
| "variables" : [], | |
| "photos" : [] | |
| }, | |
| "error_message_minlength" : { | |
| "message" : "{number, plural, one { # character too short } other { # characters too short } }", |
| // First run: `npm install request q` | |
| var request = require('request'); | |
| var Q = require('q'); | |
| var COUNTRIES = ['US']; | |
| var BASE_URL = 'http://i18napis.appspot.com/address/data/' | |
| function scrape(countries, cb) { | |
| var datapromises = countries.map(function(country){ |
| updatechromium () { | |
| mkdir -p /Applications/Browsers | |
| Platform='unknown' | |
| platform='unknown' | |
| unamestr=`uname` | |
| case "$unamestr" in | |
| ('Darwin') Platform="Mac" | |
| platform="mac" ;; | |
| ('Linux') Platform="Linux" | |
| platform="linux" ;; |
| The Ericks and Melanies - Picture Show | |
| Time is tall as trees we sit in | |
| looking for some bones to fit in | |
| empty words to sticky notions | |
| poetry for familiar motions | |
| pen-strokes waiting to catch our faces | |
| sort them into fashion places | |
| here we hang our knuckles white | |
| cause from up here things seem alright |
I hereby claim:
To claim this, I am signing this object:
| /* jQuery v1.7.1 jquery.com | jquery.org/license */ | |
| (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement){cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),cm.close() |
| # Add this to your .bashrc or .zshrc | |
| tmosh () { | |
| mosh "$1" -- tmux -2 attach -t 0 -d | |
| } |
| var Emotibars = require('../src'); | |
| var should = require('should'); | |
| describe('Emotibars', function(){ | |
| describe('Basic API', function() { | |
| it('should be a function itself', function() { | |
| Emotibars.should.be.a.Function; | |
| }); | |
| it('should have a parse function', function() { |