I hereby claim:
- I am thez3ro on github.
- I am thezero (https://keybase.io/thezero) on keybase.
- I have a public key whose fingerprint is 7160 27C8 863D DF61 DFE5 ED3D F628 F9E4 1DD7 C073
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| -----BEGIN PGP MESSAGE----- | |
| Version: GnuPG v1 | |
| hQIMA9WYYjgumhJUARAAtc8NZR1yw/UCCKdHdItvzKh/AwEts0qf4FwstGir5fU9 | |
| lYyJTWlOMunV76p6rGFrliHAXWE84FdgGGfLjexklcP4hMyN3U61cz7rco6ugzK0 | |
| xGG8Yb+19dY6+8C2DHz0yJQXKzCmOzfanVsmid3UolRpkP86pp2ulqT9wljUOjpV | |
| gnuEjZrlW5RcaBPB6RwWzwqvqBbCvqAYYvvoSJypa4U6oj+Gi6dfVp4JzlW/Tp7j | |
| pfvtnz2GMfvLtfeGXS34yNr47HMflK3CqEDhcpbOL3Lz6oM5QqmwCbYrOlJZCtiP | |
| ZN7YXJOVZDow1amiRSzEFgPkKox3jwddA6TpemX9gVCSgYGH+a0Xwj8BLQ+Go6mX | |
| PVUqpXkoylP1q04RyDs10WUoT7xERznlGppTBJUVI9HSigRp4Ga1u1tLt+B/QlWG |
| /* | |
| 0 1 2 3 4 | |
| 1 2 3 4 5 | |
| 2 3 4 5 6 | |
| 3 4 5 6 7 | |
| 4 5 6 7 8 | |
| --------- | |
| 0 |
| #!/usr/bin/env python | |
| import subprocess | |
| import sys | |
| import os | |
| import threading | |
| import random | |
| def stdinreader(): | |
| while True: |
| var CryptoEnv = {}; | |
| (function () { | |
| var exports = (typeof module !== 'undefined' && module.exports) || window.CryptoEnv; | |
| var node = (typeof module !== 'undefined'); | |
| var crypto; | |
| if(node){ | |
| crypto = require('crypto'); | |
| }else{ | |
| crypto = (window.crypto && crypto.subtle) || |
| Questa è una traduzione in italiano del celebre Hacker Manifesto. Tutte quelle | |
| esistenti contengono grossolani errori, perlopiù dovuti ad una carente | |
| comprensione della materia e del periodo, o in ogni caso sono poco fedeli al | |
| contenuto e allo spirito dell'originale. Mi auguro che questa mia traduzione non | |
| soffra degli stessi problemi. Sail strong. | |
| -- FiloSottile | |
| **** | |
| Da: Phrack, Volume Uno, Issue 7, Phile 3 of 10 |
| // ==UserScript== | |
| // @name HTML5 Video Source | |
| // @namespace thezero.org | |
| // @include * | |
| // @version 1 | |
| // @run-at document-end | |
| // @grant none | |
| // ==/UserScript== | |
| // create element |
| // ==UserScript== | |
| // @name FB LoginDialog Hider | |
| // @namespace loginhider.thezero.org | |
| // @include https://*.facebook.com/* | |
| // @include http://*.facebook.com/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| // If you don't have a facebook account or you are not logged in, |
| #if 0 | |
| # Who needs a makefile? Just run ./main.cpp [arguments] | |
| set -eu | |
| ./configure.sh | |
| gcc_flags="--std=c++14 -Wall -O2 -g -DNDEBUG" | |
| linker_flags="-lstdc++ -lpthread -ldl" | |
| mkdir -p build | |
| obj_files="" | |
| for source_path in *.cpp; do | |
| obj_path="build/${source_path%.cpp}.o" |