This file contains hidden or 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 mmtftr-13402668 and I have contributed to the Citrea Risc0 to BitVM Circuit MPC Phase2 Trusted Setup ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (verify_for_guest) | |
Contributor # 21 | |
Contribution Hash: 2cd40ab8 bdb608cb d2bae6b6 485adbfe | |
8453aba1 1dd85036 578c189f adcd30a1 | |
c8196e4c acfc7e0e df4c5132 a6cfae6f | |
294fd633 dcbba0c2 46e1c975 20341766 |
This file contains hidden or 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
call plug#begin('~/.local/share/nvim/site/autoload/plug') | |
" NERDTree | |
Plug 'scrooloose/nerdtree' | |
Plug 'pangloss/vim-javascript' | |
Plug 'leafgarland/typescript-vim' | |
Plug 'peitalin/vim-jsx-typescript' | |
Plug 'styled-components/vim-styled-components', { 'branch': 'main' } | |
Plug 'jparise/vim-graphql' | |
" Git integration |
This file contains hidden or 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
# -*- coding: utf-8 -*- | |
import json | |
import logging | |
import re | |
from concurrent import futures | |
import requests | |
import time | |
import json | |
import js2py |
This file contains hidden or 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 Byepopups! | |
// @namespace http://mehmetefeakca.me/ | |
// @version 0.001 | |
// @description try to remove all those nasty popups that happen when you click anything in the website! They do suck.. | |
// @author MMTF | |
// @match *://*/* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |