Skip to content

Instantly share code, notes, and snippets.

View mmtftr's full-sized avatar
😋
Hello there!

Mehmet Efe Akça mmtftr

😋
Hello there!
View GitHub Profile
@mmtftr
mmtftr / citrea-risc0-to-bitvm-circuit_attestation.log
Created August 14, 2025 22:31
Attestation for Citrea Risc0 to BitVM Circuit MPC Phase 2 Trusted Setup ceremony
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
@mmtftr
mmtftr / init.vim
Created October 10, 2020 14:06
my nvim conf
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
@mmtftr
mmtftr / lnmtl.py
Created February 24, 2020 16:19
LNMTL source with google translation
# -*- coding: utf-8 -*-
import json
import logging
import re
from concurrent import futures
import requests
import time
import json
import js2py
@mmtftr
mmtftr / byepopups.user.js
Created January 31, 2017 11:37
Byepopups!
// ==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==