I hereby claim:
- I am ws on github.
- I am ws (https://keybase.io/ws) on keybase.
- I have a public key whose fingerprint is 70B7 5D32 E9CC 9686 F751 4749 B4DE C4A1 6B15 8330
To claim this, I am signing this object:
| /** | |
| # * Copyright (c) 2008 Pasyuk Sergey (www.codeasily.com) | |
| # * Licensed under the MIT License: | |
| # * http://www.opensource.org/licenses/mit-license.php | |
| # * | |
| # * Splits a <ul>/<ol>-list into equal-sized columns. | |
| # * | |
| # * Requirements: | |
| # * <ul> | |
| # * <li>"ul" or "ol" element must be styled with margin</li> |
| /** | |
| * Snowman | |
| */ | |
| #bg { | |
| position: absolute; | |
| left: 0px; | |
| top: 0px; | |
| width: 100%; | |
| height: 100%; |
| /* | |
| * prompt.js: Simple prompt for prompting information from the command line | |
| * | |
| * (C) 2010, Nodejitsu Inc. | |
| * | |
| */ | |
| var events = require('events'), | |
| readline = require('readline'), | |
| utile = require('utile'), |
| # in your .bash_profile / .bashrc | |
| alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU' | |
| # to get the file into your .bash_profile | |
| echo "alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU'" >> .zshrc |
I hereby claim:
To claim this, I am signing this object:
| var client = nodemailer.createTransport({ | |
| service: 'SendGrid', | |
| auth: { | |
| user: 'SENDGRID_USERNAME', | |
| pass: 'SENDGRID_PASSWORD' | |
| } | |
| }); | |
| // See above |
| https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/PUTSONGIDHERE&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false |
| { | |
| "note": "I was mocking the Instagram API and couldn't find these anywhere, so I really quickly wrote a script to grab them. I think this is all of them, but no promises. Hopefully this saves you a few minutes.", | |
| "filters":[ | |
| "Perpetua", | |
| "Ludwig", | |
| "Slumber", | |
| "Aden", | |
| "Crema", | |
| "Charmes", | |
| "Vesper", |
| require 'twitter' | |
| client = Twitter::REST::Client.new do |config| | |
| config.consumer_key = "YOUR_CONSUMER_KEY" | |
| config.consumer_secret = "YOUR_CONSUMER_SECRET" | |
| config.access_token = "YOUR_ACCESS_TOKEN" | |
| config.access_token_secret = "YOUR_ACCESS_SECRET" | |
| end | |
| # https://github.com/sferik/twitter/blob/master/examples/AllTweets.md |
| var Twit = require('twit') | |
| var T = new Twit({ | |
| consumer_key: '...', | |
| consumer_secret: '...', | |
| access_token: '...', | |
| access_token_secret: '...' | |
| }) | |
| var track = '@ws' // Also try 'trump' |