Skip to content

Instantly share code, notes, and snippets.

View hu55a1n1's full-sized avatar
💭
Introspecting...

Shoaib Ahmed hu55a1n1

💭
Introspecting...
View GitHub Profile
@hu55a1n1
hu55a1n1 / risc-zero-stark-to-snark-prover_attestation.log
Created April 14, 2024 06:03
Attestation for RISC Zero STARK-to-SNARK Prover MPC Phase 2 Trusted Setup ceremony
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
@hu55a1n1
hu55a1n1 / Makefile
Created April 29, 2018 06:17
OpenWrt Makefile for Amfeltec Piranha USB FXO
#
# 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 -
@hu55a1n1
hu55a1n1 / grandstream-configurator.php
Created December 23, 2017 12:36
CLI tool for automatic discovery and bulk provisioning of Grandstream IP phones
<?php
function to_str($obj) {
ob_start();
var_dump($obj);
return ob_get_clean();
}
function str_btw($string, $start, $end){
$string = ' ' . $string;
@hu55a1n1
hu55a1n1 / miniupnp_port_forwarder.c
Created October 28, 2016 18:59
Port forwarder using miniupnp library
/* $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,
@hu55a1n1
hu55a1n1 / sip_speaker.py
Last active September 23, 2022 16:15
PJSIP: Play incoming call on audio device in python
#!/usr/bin/python
#
#
# Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
#
# 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.
#