Skip to content

Instantly share code, notes, and snippets.

View robbiet480's full-sized avatar
😩
terminally online

Robbie Trencheny robbiet480

😩
terminally online
View GitHub Profile
➜ ~ curl -v "chrome-navigation-error.info"
* Adding handle: conn: 0x7fb9f480c000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fb9f480c000) send_pipe: 1, recv_pipe: 0
* About to connect() to chrome-navigation-error.info port 80 (#0)
* Trying 205.251.242.147...
* Connected to chrome-navigation-error.info (205.251.242.147) port 80 (#0)
> GET / HTTP/1.1
➜ ~ ping 4.2.2.1
PING 4.2.2.1 (4.2.2.1): 56 data bytes
64 bytes from 4.2.2.1: icmp_seq=0 ttl=57 time=49.512 ms
64 bytes from 4.2.2.1: icmp_seq=1 ttl=57 time=67.373 ms
64 bytes from 4.2.2.1: icmp_seq=2 ttl=57 time=58.527 ms
64 bytes from 4.2.2.1: icmp_seq=3 ttl=57 time=50.632 ms
64 bytes from 4.2.2.1: icmp_seq=4 ttl=57 time=59.802 ms
64 bytes from 4.2.2.1: icmp_seq=5 ttl=57 time=67.282 ms
64 bytes from 4.2.2.1: icmp_seq=6 ttl=57 time=70.060 ms
64 bytes from 4.2.2.1: icmp_seq=7 ttl=57 time=14.362 ms
[13:21:30] <@robbiet480> hi
[13:21:37] <@robbiet480> what am i building at this hackathon
[13:21:48] <vil> hi all
[13:21:56] <@robbiet480> http://www.eventbrite.com/e/esri-devsummit-hackathon-tickets-10023828541
[13:22:04] <vil> robbiet480: a duck
[13:22:21] <@robbiet480> vil: i'm telling nickq that you advocated a duck over a loon
[13:22:29] <@robbiet480> i believe this is your second strike
[13:22:39] <vil> well yes, no one could ever *build* a loon
[13:22:41] <vil> they're too majestic
[13:22:46] <@robbiet480> nice save
@robbiet480
robbiet480 / bullshit.js
Created April 26, 2014 06:20
i should make a jslib named bullshitjs
var inputArray = [10, 20, 30, 42];
var addedArray = [];
inputArray.map(function(val,index){
var thisIndex = index;
if(thisIndex >= 1) {
var prevIndex = thisIndex-1;
}
addedArray.push(inputArray[thisIndex] + inputArray[prevIndex])

Keybase proof

I hereby claim:

  • I am robbiet480 on github.
  • I am robbiet (https://keybase.io/robbiet) on keybase.
  • I have a public key whose fingerprint is 1811 38D3 8B15 8624 904E 9774 E30E 17CB 4ADC EB8B

To claim this, I am signing this object:

adams.freenode.net +7000
asimov.freenode.net +7000
banks.freenode.net +7000
barjavel.freenode.net +7000
bradbury.freenode.net +7000
brooks.freenode.net +7000
calvino.freenode.net +7000
cameron.freenode.net +7000
card.freenode.net +7000
chat.freenode.net +7000
fortune -a | sed -e 's/america/amareica/g' -e 's/America/Amareica/g' -e 's/anybody/anypony/g' -e 's/Anybody/Anypony/g' -e 's/anyone/anypony/g' -e 's/Anyone/Anypony/g' -e 's/boy/colt/g' -e 's/Boy/Colt/g' -e 's/butthurt/saddle-sore/g' -e 's/Butthurt/Saddlesore/g' -e 's/children/foals/g' -e 's/Children/Foals/g' -e 's/child/foal/g' -e 's/Child/Foal/g' -e 's/cowboy/cowpony/g' -e 's/Cowboy/Cowpony/g' -e 's/cowgirl/cowpony/g' -e 's/Cowgirl/Cowpony/g' -e 's/gentlemen/gentlecolts/g' -e 's/Gentlemen/Gentlecolts/g' -e 's/everybody/everypony/g' -e 's/Everybody/Everypony/g' -e 's/everyone/everypony/g' -e 's/Everyone/Everypony/g' -e 's/feet/hooves/g' -e 's/Feet/Hooves/g' -e 's/folks/foalks/g' -e 's/Folks/Foalks/g' -e 's/fool/foal/g' -e 's/Fool/Foal/g' -e 's/foot/hoof/g' -e 's/Foot/Hoof/g' -e 's/girls/fillies/g' -e 's/Girls/Fillies/g' -e 's/girl/filly/g' -e 's/Girl/Filly/g' -e 's/halloween/nightmare night/g' -e 's/Halloween/Nightmare Night/g' -e 's/hands/hooves/g' -e 's/Hands/Hooves/g' -e 's/handed/hooved/g' -e 's/Handed/Ho
root@sfo1:~/inspircd-2.0.17# ./configure --help
Usage: configure [options]
*** NOTE: NON-INTERACTIVE CONFIGURE IS *NOT* SUPPORTED BY THE ***
*** INSPIRCD DEVELOPMENT TEAM. DO NOT ASK FOR HELP REGARDING ***
*** NON-INTERACTIVE CONFIGURE ON THE FORUMS OR ON IRC! ***
Options: [defaults in brackets after descriptions]
When no options are specified, interactive
@robbiet480
robbiet480 / inspircd.txt
Created August 26, 2014 19:39
How to compile inspircd for kickass.systems
Configure command:
./configure --enable-openssl --enable-extras=m_geoip.cpp,m_ldapauth.cpp,m_ldapoper.cpp,m_ssl_openssl.cpp,m_regex_pcre.cpp
Required packages on Ubuntu for that to succeed:
python-dev libpcre3-dev libssl1.0.0 libssl-dev pkg-config libldap2-dev
 robbiet480  ~  /Applications/Viscosity.app/Contents/MacOS/Viscosity
Traceback (most recent call last):
File "main.py", line 18, in <module>
import Foundation
File "/usr/local/lib/python2.7/site-packages/Foundation/__init__.py", line 9, in <module>
import CoreFoundation
File "/usr/local/lib/python2.7/site-packages/CoreFoundation/__init__.py", line 13, in <module>
sys.modules['CoreFoundation'] = mod = objc.ObjCLazyModule('CoreFoundation',
AttributeError: 'module' object has no attribute 'ObjCLazyModule'
2014-09-08 20:44:30.051 Viscosity[1017:507] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '/Projects/Viscosity/trunk/Source/main.m:95 main() PyRun_SimpleFile failed with file '/Applications/Viscosity.app/Contents/Resources/main.py'. See console for errors.'