Skip to content

Instantly share code, notes, and snippets.

@haipham22
haipham22 / zkp2p-trusted-setup-ceremony-v2_attestation.log
Created January 10, 2024 12:02
Attestation for ZKP2P Trusted Setup Ceremony V2 MPC Phase 2 Trusted Setup ceremony
Hey, I'm haipham22-9427294 and I have contributed to the ZKP2P Trusted Setup Ceremony V2.
The following are my contribution signatures:
Circuit # 1 (zkp2p-hdfc-send)
Contributor # 13
Contribution Hash: 7045dc00 6e441600 f26de969 2e2dc826
2be44888 9b0b3959 de86132c f53aa4fc
934118ad 54661697 8b3487d7 03a0dab3
c1fae4ad 9a2f15cc b50147e6 ea2e8af6
@haipham22
haipham22 / email-wallet-trusted-setup-ceremony_attestation.log
Created November 15, 2023 20:42
Attestation for Email Wallet Trusted Setup Ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm haipham22-9427294 and I have contributed to the Email Wallet Trusted Setup Ceremony.
The following are my contribution signatures:
Circuit # 1 (emailwallet-account-creation)
Contributor # 18
Contribution Hash: 7f2e127a 355e0a39 7e4fe00d 334ae53b
a629c608 6a9ab6b0 537acc19 8bdaa1f1
7ed3d535 6eb952b6 02f2edfb 0637224c
50bca8cc feb6d2d1 676d008f 7749b828
@haipham22
haipham22 / rln-trusted-setup-ceremony_attestation.log
Created August 11, 2023 09:35
Attestation for RLN Trusted Setup Ceremony MPC Phase 2 Trusted Setup ceremony
Hey, I'm haipham22-9427294 and I have contributed to the RLN Trusted Setup Ceremony MPC Phase2 Trusted Setup ceremony.
The following are my contribution signatures:
Circuit # 1 (rln-withdraw)
Contributor # 41
Contribution Hash: 081d4121 c1fa5b11 a6a61ca7 87d67d1e
62eda9ef a81d9c81 8cd88d60 eb8e0628
c42bb134 54daf2f4 dc74fe49 157bad35
c6e2c53f 631719ff bf57e7eb 8a53ae90
@haipham22
haipham22 / build.gradle
Created May 30, 2022 08:50
Springboot JPA + Gradle + Querydsl
buildscript {
ext {
queryDslVersion = '5.0.0'
}
}
plugins {
...
}
@haipham22
haipham22 / Fix nodejs: routines:ssl_choose_client_version:unsupported protocol.md
Last active September 6, 2021 06:18
Fix nodejs: routines:ssl_choose_client_version:unsupported protocol

Fix nodejs: routines:ssl_choose_client_version:unsupported protocol

node --tls-min-v1.0 dist/main
@haipham22
haipham22 / Dockerfile
Last active September 6, 2021 07:24
PHP - Xdebug 3 Configuration
FROM php:7.4-fpm-alpine
RUN mkdir -p /app
# Set working directory
WORKDIR /app
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions \
@haipham22
haipham22 / HttpStatusCode.ts
Created September 10, 2019 15:21 — forked from scokmen/HttpStatusCode.ts
Typescript Http Status Codes Enum
"use strict";
/**
* Hypertext Transfer Protocol (HTTP) response status codes.
* @see {@link https://en.wikipedia.org/wiki/List_of_HTTP_status_codes}
*/
enum HttpStatusCode {
/**
* The server has received the request headers and the client should proceed to send the request body
@haipham22
haipham22 / ControllerRouter.php
Last active June 24, 2019 16:20
Laravel Route:controller marco
<?php
/**
* Created by PhpStorm.
* User: haiph
* Date: 1/13/2019
* Time: 1:49 AM
*/
namespace App\Helpers\Routing;
@haipham22
haipham22 / jquery jcarousel.js
Last active June 22, 2018 06:14
jquery carousel slider
(function($){
$.fn.extend({
yx_rotaion: function(options) {
var defaults = {
during:3000,
btn:true,
focus:true,
title:true,
auto:true
}