As configured in my dotfiles.
start new:
tmux
start new with session name:
/** | |
* Provides requestAnimationFrame in a cross browser way. | |
* @author paulirish / http://paulirish.com/ | |
*/ | |
if ( !window.requestAnimationFrame ) { | |
window.requestAnimationFrame = ( function() { | |
return window.webkitRequestAnimationFrame || |
As configured in my dotfiles.
start new:
tmux
start new with session name:
// The whole code below does container[2] = buf[0] | |
#include <stdio.h> | |
#include <stdlib.h> | |
#define SIZE 0x100 | |
__attribute__((aligned(0x10))) | |
long container[] = {0, 0x100 + 0x11, 0}; |