Skip to content

Instantly share code, notes, and snippets.

View markrwilliams's full-sized avatar

Mark Williams markrwilliams

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from twisted.internet.defer import Deferred
from twisted.trial.unittest import TestCase
class Race(TestCase):
def test_thing(self):
outer, inner = Deferred(), Deferred()
def raiser(_):
raise ValueError()
{-# LANGUAGE FlexibleContexts #-}
import XMonad hiding ( (|||) )
import XMonad.Hooks.ManageDocks
import XMonad.Util.EZConfig
import XMonad.Hooks.DynamicLog
import XMonad.Layout.LayoutCombinators
import XMonad.Layout.Renamed
import XMonad.Actions.CopyWindow
import XMonad.Actions.CycleWS
import XMonad.Layout.LayoutModifier
XTerm*Background: white
XTerm*Foreground: black
XTerm*metaSendsEscape: true
XTerm*faceName: inconsolata
XTerm*faceSize: 12
UXTerm*Background: black
UXTerm*Foreground: white
UXTerm*metaSendsEscape: true
UXTerm*font: -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*
Season Episode Title
1 1 If I Were You
1 2 A Tight Leash
1 3 Muffled Cries
1 4 Skirting the Evidence
1 5 Small Town Terror
1 6 Fresh Heir
1 7 Step by Step
1 8 Blanket of Evidence