I hereby claim:
- I am program247365 on github.
- I am program247365 (https://keybase.io/program247365) on keybase.
- I have a public key ASCvWVe02SM56NjmBrt-6MaOFSCa6NVWPc4MhZIPLf0heAo
To claim this, I am signing this object:
| @import "compass/css3/images"; | |
| .test { | |
| @include background(linear-gradient(top left, #333, #0c0), | |
| radial-gradient(#c00, #fff 100px)); | |
| width: 100%; | |
| height: 500px; | |
| } |
| set -g default-terminal "screen-256color" | |
| # act like GNU screen | |
| unbind C-b | |
| set -g prefix C-a | |
| # Scroll with mouse, and select pane with mouse | |
| setw -g mode-mouse on | |
| setw -g mouse-select-pane on |
| var ie = (function(){ | |
| var undef, | |
| v = 3, | |
| div = document.createElement('div'), | |
| all = div.getElementsByTagName('i'); | |
| while ( | |
| div.innerHTML = '<!--[if gt IE ' + (++v) + ']><i></i><![endif]-->', | |
| all[0] |
| // Placeholder @mixin for Sass | |
| // | |
| // A mixin to style placeholders in HTML5 form elements. | |
| // Includes also a .placeholder class to be used with a polyfill e.g. | |
| // https://github.com/mathiasbynens/jquery-placeholder | |
| // Requires Sass 3.2. | |
| // | |
| // Example usage (.scss): | |
| // | |
| // input { |
| # !/bin/bash | |
| sudo pmset hibernatemode 0;sudo rm -rf /var/vm/sleepimage |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| BOX_NAME = ENV['BOX_NAME'] || "Centos6.5.1" | |
| BOX_URI = ENV['BOX_URI'] || "https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box" | |
| # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
| var http = require('http'); | |
| var util = require('util'), | |
| left = ["happy", "jolly", "dreamy", "sad", "angry", "pensive", "focused", "sleepy", "grave", "distracted", "determined", "stoic", "stupefied", "sharp", "agitated", "cocky", "tender", "goofy", "furious", "desperate", "hopeful", "compassionate", "silly", "lonely", "condescending", "naughty", "kickass", "drunk", "boring", "nostalgic", "ecstatic", "insane", "cranky", "mad", "jovial", "sick", "hungry", "thirsty", "elegant", "backstabbing", "clever", "trusting", "loving", "suspicious", "berserk", "high", "romantic", "prickly", "evil"], | |
| right = ["lovelace", "franklin", "tesla", "einstein", "bohr", "davinci", "pasteur", "nobel", "curie", "darwin", "turing", "ritchie", "torvalds", "pike", "thompson", "wozniak", "galileo", "euclid", "newton", "fermat", "archimedes", "poincare", "heisenberg", "feynman", "hawking", "fermi", "pare", "mccarthy", "engelbart", "babbage", "albattani", "ptolemy", "bell", "wright", "lumiere", "morse", "mclean", "brown", "bardeen", |
| // require() some stuff from npm (like you were using browserify) | |
| // and then hit Run Code to run it on the right | |
| var d3 = require('d3'); | |
| var c3 = require('c3'); | |
| var chart = c3.generate({ | |
| data: { | |
| x: 'x', |
| function addLogging(code) { | |
| var ast = esprima.parse(code); | |
| estraverse.traverse(ast, { | |
| enter: function(node, parent) { | |
| if (node.type === 'FunctionDeclaration' || node.type === 'FunctionExpression') { | |
| addBeforeCode(node); | |
| } | |
| } | |
| }); | |
| return escodegen.generate(ast); |
I hereby claim:
To claim this, I am signing this object: