Skip to content

Instantly share code, notes, and snippets.

bye‐bye(naughties);
hallo(teens);
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[branch "master"]
[remote "github"]
url = git@github.com:elliottcable/rat.git
fetch = refs/heads/*:refs/remotes/github/*
[remote "gitorious"]
DESCRIPTION
select() and pselect() allow a program to monitor multiple file
descriptors, waiting until one or more of the file descriptors become
"ready" for some class of I/O operation (e.g., input possible). A file
descriptor is considered ready if it is possible to perform the corre‐
sponding I/O operation (e.g., read(2)) without blocking.
The operation of select() and pselect() is identical, with three dif‐
ferences:
#Minecraft server properties
#Mon Feb 03 15:14:44 CST 2014
generator-settings=
op-permission-level=3
allow-nether=true
level-name=Cuddlecraft
enable-query=false
allow-flight=false
announce-player-achievements=true
server-port=25565
@ELLIOTTCABLE
ELLIOTTCABLE / gist:9443773
Created March 9, 2014 06:44
Message to Twitter support. Fuckin' February 20th.
“If the none of the articles above help resolve the issue, please
reply with further details on the problem and we'll be happy to assist
you.”
So, all the description and detailed information I put into the
text-field on the website's support-submission page were discarded
out-of-hand? Really?
… Fine. Here we go again:
require "formula"
class Gppcscconnectionplugin < Formula
homepage "http://sourceforge.net/p/globalplatform/wiki/Home/"
url "https://downloads.sourceforge.net/project/globalplatform/GlobalPlatform%20Library/GlobalPlatform%20Library%206.0.0/gppcscconnectionplugin-1.1.0.tar.gz"
sha1 "38eb3d739f1b75ba954f09a928a6e9db0178ea53"
depends_on 'globalplatform'
def install