Skip to content

Instantly share code, notes, and snippets.

View qpfiffer's full-sized avatar
🔚

Quinlan Pfiffer qpfiffer

🔚
View GitHub Profile
2016-02-06 20:51:06 --> fatass (~webchat@64.253.28.233) has joined ##Astara
2016-02-06 20:51:07 --> queef (~webchat@64-251-146-155.fidnet.com) has joined ##Astara
2016-02-06 20:51:07 --> kunts (~webchat@216.173.153.73) has joined ##Astara
2016-02-06 20:51:07 --> jism (~webchat@201.166.219.125) has joined ##Astara
2016-02-06 20:51:07 --> screw (~webchat@dhcp-198-2-76-35.cable.user.start.ca) has joined ##Astara
2016-02-06 20:51:07 --> l3itch (~webchat@189.219.113.212) has joined ##Astara
2016-02-06 20:51:07 --> gayboy (~webchat@CableLink-187-161-59-97.PCs.InterCable.net) has joined ##Astara
2016-02-06 20:51:07 --> porn (~webchat@201.166.219.125) has joined ##Astara
2016-02-06 20:51:07 --> masokist (~webchat@201.166.219.123) has joined ##Astara
2016-02-06 20:51:07 --> fagz (~webchat@201.175.84.226) 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
@qpfiffer
qpfiffer / KeychainItemWrapper.h
Created November 11, 2015 22:08 — forked from yvbeek/KeychainItemWrapper.h
KeychainItemWrapper ARCified
/*
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
@qpfiffer
qpfiffer / Makefile
Created November 10, 2015 21:45
Makefile to compile coffeescript to javascript.
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