http://ln.hixie.ch/?start=1037910467&count=1
http://ln.hixie.ch/?start=1137740632&count=1
DATABASE_URL=postgres://USERNAME:[email protected]/DATABASE | |
MEMCACHE_SERVERS=127.0.0.1:11211 | |
DJANGO_SETTINGS_MODULE=settings.development.local |
/* Gmail style scrollbar */ | |
::-webkit-scrollbar { | |
width: 12px | |
} | |
::-webkit-scrollbar-thumb { | |
border-width: 1px 1px 1px 2px | |
} | |
::-webkit-scrollbar-track { | |
border-width: 0 | |
} |
session: | |
name: "MyGame" | |
windows: | |
- name: "web server" | |
root: "~/Developer/MyGame/Export/flash/bin/" | |
filters: | |
before: | |
- "python -m SimpleHTTPServer 8000" | |
splits: | |
[splits list] |
*filter | |
# Allow all loopback (lo0) traffic and drop all traffic to 127/8 that doesn't use lo0 | |
-A INPUT -i lo -j ACCEPT | |
-A INPUT ! -i lo -d 127.0.0.0/8 -j REJECT | |
# Accept all established inbound connections | |
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT | |
# Allow all outbound traffic - you can modify this to only allow certain traffic |
# -*- coding: utf-8 -*- | |
# Delete fail contacts from google contact service | |
# Fail contact = doesn't have email or phone. | |
import gdata.contacts.service | |
import gdata.contacts | |
import getpass | |
client = gdata.contacts.service.ContactsService() | |
client.email = raw_input('Please enter your email address') | |
client.password = getpass.getpass() |
// Imports part... | |
#if mobile | |
import openfl.ui.Accelerometer; | |
#end | |
// Class var part... | |
public static var accelX:Float; | |
public static var accelY:Float; | |
public static var accelZ:Float; |
import flash.ui.Keyboard; | |
import flash.events.Event; | |
import flash.events.KeyboardEvent; | |
import flash.Lib; | |
public function new() | |
{ | |
super(); | |
#if (cpp || neko) | |
Lib.current.stage.addEventListener (KeyboardEvent.KEY_UP, stage_onKeyUp); |
VoxEngine.addEventListener(CallEvents.Connected, handleCallConnected); | |
function handleCallConnected(e) { | |
// first call connected successfully, play message | |
Logger.write(call); | |
e.call.say("Hi, this call is test, please wait", Language.US_ENGLISH_FEMALE); | |
e.call.addEventListener(CallEvents.PlaybackFinished, function(e) { VoxEngine.terminate(); }); | |
} |
#SwitchResX Settings for LG 21:9 UltraWide
SwitchResX is a utility that allows users to override the default resolution settings in OSX. For more information, including download links, vist http://www.madrau.com/ .
##Disabling System Integrity Protection (SIP)
If you are running OSX 10.11 or higher, SIP must be disabled. To disable SIP do the following: