BEWARE SPOILERS
This is for people re-watching the series.
Drink when:
| LOL = Actually laughed out loud, as witnesses can attest | |
| lol = Laughed out loud, but perhaps not loud enough for anyone to hear | |
| LOFL = "laughing out fucking loud"... as in "OMG THAT WAS HI-FUCKING-LARIOUS" | |
| limh = "laughing in my head" | |
| lolz = "hehe" | |
| lulz = "that was cute and funny" | |
| l. o. l. = sarcastic, as in "ha ha aren't you funny you little shit" |
| In [21]: texts = [text1, text2, text3, text4, text5, text6, text7, text8, text9] | |
| In [22]: for t in texts: | |
| ....: print "%d spaceship(s) in %s" % (t.count('spaceship'), t) | |
| ....: | |
| 0 spaceship(s) in <Text: Moby Dick by Herman Melville 1851> | |
| 0 spaceship(s) in <Text: Sense and Sensibility by Jane Austen 1811> | |
| 0 spaceship(s) in <Text: The Book of Genesis> | |
| 0 spaceship(s) in <Text: Inaugural Address Corpus> | |
| 0 spaceship(s) in <Text: Chat Corpus> |
| JeffJeffdyJefe | |
| hi | |
| 1:28 | |
| Ben sucks and I hate him | |
| 1:28 | |
| I'm so glad he's not in here | |
| 1:28sduniphin | |
| lol me too. | |
| 1:28JeffJeffdyJefe | |
| I could do his job |
| 1051:57 > git ass sitelet/media/images/ | |
| git: 'ass' is not a git command. See 'git --help'. | |
| Did you mean one of these? | |
| add | |
| stash |
| UPDATE pg_database SET datistemplate=FALSE WHERE datname='template1'; | |
| DROP DATABASE template1; | |
| CREATE DATABASE template1 WITH owner=postgres template=template0 encoding='UTF8'; | |
| UPDATE pg_database SET datistemplate=TRUE WHERE datname='template1'; |
| feb 3 2011 (or 4, depending on time zone): | |
| 195471695564017496821388909521241915186798093657787579850263389344228258431607367165974781493044729262473252588237329452343766118279620113613942439758110537066388115643546100977448552283859966 | |
| ------------------------------ | |
| jan 2 2011: | |
| 913079645171132295848982034391433296387886842927441472282754480733924857512938637671119945316578505521454662441015709082483618315852256772596049999838663296231716776956510061403543835726978176 | |
| ------------------------------ | |
| dec 10 2010: | |
| 768423263687346188365668821977136825170304042536257207510059917262274579859958541656243150693794939985267331932646196418952944548431138638896034909487177142811811247251077278809255934463351527 | |
| ------------------------------ | |
| aug 12 2010: |
| split huge-ass csv file into smaller files | |
| $ wc -l * | |
| 40989 IrvineCustomerData.csv | |
| $ split -l 5000 IrvineCustomerData.csv IrvineCustomerData- | |
| $ wc -l * | |
| 5000 IrvineCustomerData-aa | |
| 5000 IrvineCustomerData-ab |
| #!/usr/bin/env python | |
| import re | |
| from subprocess import call | |
| def load_csv_psql(db, infile, table, tmpdir='/tmp'): | |
| tmpfile = '%s/%s' % (tmpdir, infile) | |
| call(['cp', infile, tmpfile]) | |
| columns = map(variablize, file(infile).readline().split(',')) |
| COMING THIS FALL… | |
| To every TV station in America. | |
| INTERIOR: WE SEE A HARDENED CRIMINAL (NOT AFRICAN-AMERICAN. WE HAVE TO AVOID THAT UNTIL AT LEAST THE THIRD EPISODE) AT A TABLE AT AN INTERROGATION ROOM. | |
| NARRATOR | |
| Insert City here is known for its tough streets and even tougher criminals. | |
| CUT TO: close-up on CRIMINAL’S face |