Friday Oct 30
Wally: HOW THE FUCK DO I MAKE THAT A GAME, BOON
Wally: THATS NOT EVEN A CONCEPT
Boon: So
Boon: Here's another one
2016-02-06 20:51:06 --> fatass ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> queef ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> kunts ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> jism ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> screw ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> l3itch ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> gayboy ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> porn ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> masokist ([email protected]) has joined ##Astara | |
2016-02-06 20:51:07 --> fagz ([email protected]) has joined ##Astara |
# Dynamic lib: | |
quinlan@corinthian:~/src/OlegDB$ ldd ./build/lib/liboleg.so | |
linux-gate.so.1 => (0xb777e000) | |
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7715000) | |
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7567000) | |
/lib/ld-linux.so.2 (0xb777f000) | |
# Building static lib: | |
quinlan@corinthian:~/src/OlegDB$ ar rcs ./build/lib/liboleg.a ./*.o | |
quinlan@corinthian:~/src/OlegDB$ ldd ./build/lib/liboleg.a | |
not a dynamic executable |
│13:16:59 trinque aye aye │ │·············································· | |
│13:17:37 trinque got my bench up to 55 on each side │ │·············································· | |
│13:17:55 trinque my brother said "YOU HAVE TO HATE THE BAR, HATE IT AND PUSH" │ │·············································· | |
│13:17:57 trinque and then I did │ │·············································· | |
│13:18:07 trinque and he said "woah man, I sai |
/* | |
File: KeychainItemWrapper.h | |
Abstract: | |
Objective-C wrapper for accessing a single keychain item. | |
Version: 1.2 - ARCified | |
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple | |
Inc. ("Apple") in consideration of your agreement to the following | |
terms, and your use, installation, modification or redistribution of |
COFFEEC=coffee | |
BUILDDIR=lib | |
SOURCEDIR=src | |
SOURCES=$(shell find $(SOURCEDIR) -name '*.coffee') | |
OBJECTS=$(subst $(SOURCEDIR),$(BUILDDIR),$(SOURCES:%.coffee=%.js)) | |
all: $(OBJECTS) | |
clean: | |
rm -rf $(BUILDDIR) |
Friday Oct 30
Wally: HOW THE FUCK DO I MAKE THAT A GAME, BOON
Wally: THATS NOT EVEN A CONCEPT
Boon: So
Boon: Here's another one
quinlan@corinthian:~/.weechat/logs$ grep -E '\w+[A]{3,}[a]*$' irc.esper.#merveilles.weechatlog | sed -E 's/[[:space:]].*//' | sort | uniq -c | sed -E -e 's/^[[:space:]]*//' | gnuplot -e 'set terminal dumb 120 40; set grid; set datafile separator " "; set xdata time; set timefmt "%Y-%m-%d"; plot "< cat" using 2:1 with lines title ""' | |
25 ++-+---+--+--+---+--+---+--+--+---+--+--+---+--+--+---+--+---+--+--+---+--+--+---+--+--+---+--+--+---+--+---+-++ | |
+ + + + + + + + + + +* + | |
| : : : : : : : : : :* | | |
| : : : : : : : : : :* | | |
| : : : : : : : : : :* | | |
| : : : : : : : : |
λ:~ c="\"test\"" | |
λ:~ echo $c | |
"test" | |
λ:~ echo ${c#\"} | |
test" | |
λ:~ echo ${c%\"} | |
"test |
typedef struct { | |
unsigned char bits[128]; | |
} uint128_t; |
(master) | |
λ:~/src/productionportal awk '{print $1}' ~/.bash_history | sort | uniq -c | sort -nr | head -n20 | |
471 ls | |
323 git | |
243 cd | |
233 vim | |
82 grep | |
72 aws | |
66 ./manage.py | |
63 ssh |