Skip to content

Instantly share code, notes, and snippets.

@thiagosouza
thiagosouza / README.md
Created March 5, 2024 03:22 — forked from typebrook/README.md
A bash script for gist management #bash #gist
@thiagosouza
thiagosouza / generate-bitcoin-address.sh
Last active January 24, 2024 02:29 — forked from colindean/generate_bitcoin_address.sh
Bitcoin address generator in bash
#!/bin/bash
#
# This is free and unencumbered software released into the public domain.
#
# Requires bc, dc, openssl, xxd
# sudo apt-get install bc dc openssl xxd
#
# by grondilu from https://bitcointalk.org/index.php?topic=10970.msg156708#msg156708
base58=({1..9} {A..H} {J..N} {P..Z} {a..k} {m..z})
@thiagosouza
thiagosouza / .block
Created May 3, 2020 15:16 — forked from vasturiano/.block
tests / Timelines Chart
height: 700
scrolling: yes
@thiagosouza
thiagosouza / README.md
Created May 30, 2017 19:36 — forked from alexcasalboni/README.md
Google Vision API Examples - FACE DETECTION