Skip to content

Instantly share code, notes, and snippets.

View fczuardi's full-sized avatar

Fabricio C Zuardi fczuardi

View GitHub Profile

Silent Payments

BIP 352


Privacidade Financeira

(sender privacy)

  • Alice faz uma doação via PIX para a vítma de enchente Bob
@fczuardi
fczuardi / gist:a46f9e0d5e09079e2b0d6cbc951a07c6
Last active April 25, 2024 22:09
Seminário Socrático 024
25 - Apr -2024
## Apresentacao Leo/Sovereign engineer Madeiro
## Testnet4 incoming?
- https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/
Jameson Lopp message to bitcoindev@googlegroups.com saying that the current testnet3:
- is running for 13 years and not fulfilling the purpose of distributing coins since the actual reward is 0.014
@fczuardi
fczuardi / WIP40.kbd.json
Last active December 20, 2023 13:46
WIP40
[
{
"name": "WIP40",
"author": "Fabricio Campos Zuardi"
},
[
{
"a": 7
},
"Q",
punch://jc38t9nr7fasay4nqfxwfaawywfd3y14krnsitj67ymoubiezqdy/yjthwo5kaur8oe33e9gyw1p849meb7w8nu4578hxog7kyjo3racs8jr51c9hg69yyomhga3bw71h45744hdy8k8jmhs43p47dcetotnayry96cuqn7zakyeyybyczbpdy91g7iwqdfr9cgrmb3jegyism3kyx9cei9izsf817yu7z3wnjrennddiy9wayepubmxorou84ndx3cknxd1d9jf9fuqnm8t5be
export const WORDS = [
'cigar',
'rebut',
'sissy',
'humph',
'awake',
'blush',
'focal',
'evade',
'naval',
@fczuardi
fczuardi / xmas.md
Last active November 8, 2021 18:41
Arvore de natal
@fczuardi
fczuardi / howto.md
Last active May 23, 2021 16:31
opl multiplayer granturismo4
.pre_commit:
image: stoqdev2/pre-commit:latest
stage: pre_commit
script:
- git fetch origin master
- pre-commit run --source `git rev-list origin/master -1` --origin HEAD
# pre_commit stage
pre_commit:
image: stoqdev2/pre-commit:latest
stage: pre_commit
script:
- pre-commit run --source `git rev-list origin/master -1` --origin HEAD
@fczuardi
fczuardi / Ex_01_abstract_types.re
Last active June 9, 2019 13:33
Caipyra Code Snippets
type product;
type payment;
type sale;