Skip to content

Instantly share code, notes, and snippets.

@HenningM
HenningM / fcsubscribe.as
Created June 20, 2014 13:04
Internap FCSubscribe example
package {
import flash.display.Sprite;
import flash.events.EventDispatcher;
import flash.events.NetStatusEvent;
import flash.events.AsyncErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.media.Video;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.events.Event;
@HenningM
HenningM / .tmux.conf
Last active December 11, 2015 21:18
Screen-ish config for tmux
# Make it use C-a, similar to screen..
unbind C-b
unbind l
set -g prefix C-a
bind-key C-a last-window
bind-key a send-prefix
# Reload key
bind r source-file ~/.tmux.conf