most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat
From 24b77f1f639727cb02cd0ef5b594aec94daeebfc Mon Sep 17 00:00:00 2001 | |
From: Eduardo Habkost <[email protected]> | |
Date: Tue, 19 Jun 2012 19:46:52 -0300 | |
Subject: [PATCH 1/3] remove NX_NUMPROCS case | |
1) NX_NUMPROCS isn't supposed to be an event number, but just the number of | |
events from NX_FIRSTEVENT to NX_LASTEVENT | |
2) NX_NUMPROCS is > NX_LASTEVENT, so the "default:" branch already | |
handles it (and shows a warning) |
#!/usr/bin/env python | |
# | |
# Proof of Concept: UDP Hole Punching | |
# Two client connect to a server and get redirected to each other. | |
# | |
# This is the client. | |
# | |
# Koen Bollen <meneer koenbollen nl> | |
# 2010 GPL | |
# |