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:
{ fetchFromGitHub, lib, pkgs, stdenv, ... }: | |
let | |
steam-redirector = (pkgs.callPackage ./steam-redirector.nix { inherit pkgs; }); | |
in | |
stdenv.mkDerivation rec { | |
pname = "mo2installer"; | |
version = "5.0.3"; |
I hereby claim:
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. |
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
>> Using rack adapter | |
An exception occurred running /home/necrophcodr/.rvm/gems/rbx-head@global/bin/thin | |
Connection refused - connect(2) (Errno::ECONNREFUSED) | |
Backtrace: | |
[0;31m Errno.handle at kernel/common/errno.rb:18[0m | |
TCPSocket#tcp_setup at /home/necrophcodr/.rvm/rubies/rbx-head | |
/lib/19/socket.rb:1114[0m | |
TCPSocket#initialize at /home/necrophcodr/.rvm/rubies/rbx-head | |
/lib/19/socket.rb:1032[0m |