Skip to content

Instantly share code, notes, and snippets.

@jaonoctus
jaonoctus / bitcoin.conf
Last active September 11, 2024 17:21
DOCKER BITCOIN + RPC EXPLORER + ELECTRS
testnet=0
regtest=0
# Memory
dbcache=200
maxmempool=300
# Indexes
txindex=1
blockfilterindex=1
@typebrook
typebrook / README.md
Last active January 30, 2025 14:11
A bash script for gist management #bash #gist
@thiagosouza
thiagosouza / Swipe - node.js sdk - initialization.js
Last active September 13, 2019 18:05
Swipe - node.js sdk - initialization
// ES2015 / TypeScript
import * as Swipe from '@swp/swipe-sdk'
// or via CommonJS
// const Swipe = require('@swp/swipe-sdk')
// initializes on production environment
const swp = Swipe.init({
apiKey: "your api key",
secret: "your secret key",
@thiagosouza
thiagosouza / . firebase google-cloud storage database.md
Last active August 2, 2018 18:02
#node.js #firebase #googlecloud #snippets

_

@robschmuecker
robschmuecker / README.md
Last active October 19, 2024 14:15
Multiple Parent Nodes D3.js

Multi Link Example for http://www.robschmuecker.com/d3-js-drag-and-drop-zoomable-tree/#comment-6190

Added an additional link between nodes at the bottom of the dndTree.js file.

This example pulls together various examples of work with trees in D3.js.

The panning functionality can certainly be improved in my opinion and I would be thrilled to see better solutions contributed.

One can do all manner of housekeeping or server related calls on the drop event to manage a remote tree dataset for example.

@simzou
simzou / README.md
Last active February 14, 2025 22:57
US Map of Nielsen Media Markets
@colindean
colindean / generate_bitcoin_address.sh
Last active October 12, 2023 23:45
Bitcoin address generator in bash
#!/bin/bash
#
# This is free and unencumbered software released into the public domain.
#
# Requires 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})
bitcoinregex="^[$(printf "%s" "${base58[@]}")]{34}$"
@weakish
weakish / README.md
Created July 27, 2010 19:45
gister -- a #shell script to access http://gist.github.com #gist
""" vimrc """
" ~/.vim
" - autoload
" - pathogen
" - bundle
" - nerdtree
" - supertab
" - vim-coffee-script
" - syntax