This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, I'm TheZ3ro-686894 and I have contributed to the aptos-oidb-zk-ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (main) | |
Contributor # 86 | |
Contribution Hash: 1a8fc649 d6e2bf9d d01a7613 a5e3632a | |
6e658126 1f5e51f1 6bb215b0 b06ec28e | |
995232ef 785ff0e9 03b4581b 3e25cb62 | |
f190fb6c 6a5e525d 7c094f39 7aa41d7e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name HTML5 Video Source | |
// @namespace thezero.org | |
// @include * | |
// @version 1 | |
// @run-at document-end | |
// @grant none | |
// ==/UserScript== | |
// create element |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) || |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import subprocess | |
import sys | |
import os | |
import threading | |
import random | |
def stdinreader(): | |
while True: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP MESSAGE----- | |
Version: GnuPG v1 | |
hQIMA9WYYjgumhJUARAAtc8NZR1yw/UCCKdHdItvzKh/AwEts0qf4FwstGir5fU9 | |
lYyJTWlOMunV76p6rGFrliHAXWE84FdgGGfLjexklcP4hMyN3U61cz7rco6ugzK0 | |
xGG8Yb+19dY6+8C2DHz0yJQXKzCmOzfanVsmid3UolRpkP86pp2ulqT9wljUOjpV | |
gnuEjZrlW5RcaBPB6RwWzwqvqBbCvqAYYvvoSJypa4U6oj+Gi6dfVp4JzlW/Tp7j | |
pfvtnz2GMfvLtfeGXS34yNr47HMflK3CqEDhcpbOL3Lz6oM5QqmwCbYrOlJZCtiP | |
ZN7YXJOVZDow1amiRSzEFgPkKox3jwddA6TpemX9gVCSgYGH+a0Xwj8BLQ+Go6mX | |
PVUqpXkoylP1q04RyDs10WUoT7xERznlGppTBJUVI9HSigRp4Ga1u1tLt+B/QlWG |
NewerOlder