Skip to content

Instantly share code, notes, and snippets.

View necrophcodr's full-sized avatar

necrophcodr necrophcodr

View GitHub Profile
@necrophcodr
necrophcodr / keybase.md
Created August 25, 2016 06:14
Keybase Github Validation

Keybase proof

I hereby claim:

  • I am necrophcodr on github.
  • I am necrophcodr (https://keybase.io/necrophcodr) on keybase.
  • I have a public key ASBbDspcP0U0BkuVO6ehVywX0uhkj4gVGvd_yCQ7byiB4wo

To claim this, I am signing this object:

#!/bin/bash
# Made by necrophcodr 2014 ( http://necrophcodr.me/ )
PWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
check_jq() {
if [[ $(which jq 2>/dev/null; echo $?) -ne 0 ]]; then
printf "jq utility not in path..."
if [[ -x "deps/jq-jq-1.4/jq" ]]; then
printf "found deps/jq-jq-1.4/jq!\n";
# Create a new file called $HOME/.path with the following content, uncommented:
# path=(
# # insert any paths here, newline-seperated. Paths can contain variables too.
# $path
# )
source $HOME/.path
# Note that this only works with ZSH.

HearSay

The HearSay P2P File Sharer; a response to The Copyright Alert System, as well as several other internet regulation attempts. The goal of this project is to prove the viability of semi-anonymous and confidential file sharing. Consists of several proofs of concepts such as the formation of ad-hoc mix networks and routing throughout them while maintaining anonymity and semantic security.

However, lets be honest with ourselves for a second. Don't use this to fight an oppressive regime. I can not (and will not try) to 'prove' its security, and I

@necrophcodr
necrophcodr / thin_start_error.log
Created November 17, 2012 11:23
Error message from "thin start" on a padrino project
>> Using rack adapter
An exception occurred running /home/necrophcodr/.rvm/gems/rbx-head@global/bin/thin
Connection refused - connect(2) (Errno::ECONNREFUSED)
Backtrace:
 Errno.handle at kernel/common/errno.rb:18
TCPSocket#tcp_setup at /home/necrophcodr/.rvm/rubies/rbx-head
/lib/19/socket.rb:1114
TCPSocket#initialize at /home/necrophcodr/.rvm/rubies/rbx-head
/lib/19/socket.rb:1032