I hereby claim:
- I am kid-icarus on github.
- I am kid_icarus (https://keybase.io/kid_icarus) on keybase.
- I have a public key whose fingerprint is D587 724A 3B1B 63DB 5F0E 04AF 2DBD E12E 7861 D384
To claim this, I am signing this object:
// boilerplate html | |
var insertCSS = require('insert-css') | |
var domify = require('domify') | |
var html = '' + | |
'<div class="video-actions" id="record">' + | |
'<span class="recorder"></span> <span class="text">Record</span>' + | |
'</div>' + | |
'<div id="video-preview"></div>' + | |
'<div class="debugger">' + | |
'<p id="debug-msg">' + |
// hello world | |
var insertCSS = require('insert-css') | |
var domify = require('domify') | |
var webrtc2pngs = require('node-webrtc2pngs'); | |
var html = '' + | |
'<div class="video-actions" id="record">' + | |
'<span class="recorder"></span> <span class="text">Record</span>' + | |
'</div>' + | |
'<div id="video-preview"></div>' + |
var io = require('socket.io-client') | |
console.log(io) | |
socket = io.connect('https://chat.meatspac.es:443') | |
socket.on('connect', function(){ | |
console.log('connected') | |
socket.on('message', function(data) { | |
console.log(data) | |
}) |
I hereby claim:
To claim this, I am signing this object:
function voff() { | |
DATVM=`VBoxManage list runningvms | awk '{gsub(/"/, "", $1); print $1}'` | |
VBoxManage controlvm $DATVM poweroff | |
} |
<?php | |
/** | |
* Callable typehints are only supported in php >= 5.4. | |
* | |
* For PHP 5.3, remove callable typehint, use is_callable($callback) instead. | |
*/ | |
/** | |
* Returns true if the given predicate is true for all elements. | |
*/ |
(function() { | |
var WAITFORIT; | |
// style objects for styles bc lazy | |
var divstyles = { | |
'width' : '300px', | |
'height' : '150px', | |
'backgroundColor' : '#fff', | |
'position' : 'fixed', |
var derp = {foo: 3, bar: 3}; | |
var merp= []; | |
console.log(derp); | |
for (var name in derp) { | |
if (derp.hasOwnProperty(name)) { | |
for (var i = 0; i < derp[name]; i++) { | |
merp.push(name); | |
} | |
} |
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme | |
index a9de8c8..ac71a38 100644 | |
--- a/themes/agnoster.zsh-theme | |
+++ b/themes/agnoster.zsh-theme | |
@@ -63,7 +63,7 @@ prompt_context() { | |
local user=`whoami` | |
if [[ "$user" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then | |
- prompt_segment black default "%(!.%{%F{yellow}%}.)$user@%m" | |
+ prompt_segment 252 default "%(!.%{%F{yellow}%}.)$user@%m" |
INFO global: Vagrant version: 1.2.1 | |
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.1/plugins/commands/box/plugin.rb | |
INFO manager: Registered plugin: box command | |
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.1/plugins/commands/destroy/plugin.rb | |
INFO manager: Registered plugin: destroy command | |
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.1/plugins/commands/halt/plugin.rb | |
INFO manager: Registered plugin: halt command | |
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.1/plugins/commands/init/plugin.rb | |
INFO manager: Registered plugin: init command | |
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.1/plugins/commands/package/plugin.rb |