Skip to content

Instantly share code, notes, and snippets.

#ifndef _Cing_Singleton_H_
#define _Cing_Singleton_H_
/**
* @internal
* @file Singleton related utilities
*/
#ifndef NULL
#define NULL 0
import flash.utils.Timer;
import flash.events.Event;
import flash.events.TimerEvent;
import flash.events.MouseEvent;
import flash.external.ExternalInterface;
ExternalInterface.call("alert", "hello");
def associations_attributes
# Get a list of symbols of the association names in this class
association_names = self.class.reflect_on_all_associations.collect { |r| r.name }
# Fetch myself again, but include all associations
me = self.class.find self.id, :include => association_names
# Collect an array of pairs, which we can use to build the hash we want
pairs = association_names.collect do |association_name|
# Get the association object(s)
@f0ster
f0ster / gist:8411998
Created January 14, 2014 02:26
tmux config that allows scrolling up with mouse wheel/pad in osx
set -g mode-mouse on
set-window-option -g mode-mouse on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
# ~/.tmux.conf
#
# See the following files:
#
# /opt/local/share/doc/tmux/t-williams.conf
# /opt/local/share/doc/tmux/screen-keys.conf
@f0ster
f0ster / .screenrc
Created July 31, 2013 21:08
screenrc
vbell off
autodetach on
nethack on
startup_message off
defscrollback 5000
altscreen on
shell -$SHELL