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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-*-*-*-*-*-*-* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Config { font = "-terminus-medium-*-*-*-*-14-*-*-*-*-*-*-*" | |
, additionalFonts = [] | |
, borderColor = "black" | |
, border = TopB | |
, bgColor = "darkblue" | |
, fgColor = "grey" | |
, alpha = 255 | |
, position = Top | |
, textOffset = -1 | |
, iconOffset = -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def invalid_but_irrelevant(): | |
print("I am invalid but also irrelevant") | |
def invalid_but_relevant(): | |
print("I am invalid and relevant") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[distutils] | |
index-servers= | |
test | |
[test] | |
repository: https://test.pypi.org/legacy |
NewerOlder