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 hu55a1n1-7275476 and I have contributed to the RISC Zero STARK-to-SNARK Prover MPC Phase2 Trusted Setup ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (stark_verify) | |
Contributor # 60 | |
Contribution Hash: ece3ac8e 2561a012 ca7e06a1 981dbf77 | |
f440ea7a 3c886b00 9c4e8f4e ac892fd6 | |
22878b26 13503306 9b72bf9d 3ff8235b | |
ccf78399 aa799063 2f37e917 3864358d |
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
# | |
# Copyright (C) 2014 - 2018 OpenWrt.org | |
# | |
# This is free software, licensed under the GNU General Public License v2. | |
# See /LICENSE for more information. | |
# | |
# make package/feeds/telephony/amfeltec_usb/compile -j1 V=s | |
# | |
# Patch downloaded sources: | |
# Makefile - |
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
<?php | |
function to_str($obj) { | |
ob_start(); | |
var_dump($obj); | |
return ob_get_clean(); | |
} | |
function str_btw($string, $start, $end){ | |
$string = ' ' . $string; |
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
/* $Id: upnpc.c,v 1.101 2014/01/31 13:18:25 nanard Exp $ */ | |
/* Project : miniupnp | |
MiniUPnPc | |
Copyright (c) 2005-2016, Thomas BERNARD | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without | |
modification, are permitted provided that the following conditions are met: | |
* Redistributions of source code must retain the above copyright notice, |
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/python | |
# | |
# | |
# Copyright (C) 2003-2008 Benny Prijono <[email protected]> | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# |