Skip to content

Instantly share code, notes, and snippets.

@typebrook
typebrook / README.md
Last active June 19, 2024 05:55
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 January 23, 2024 21:42
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 June 7, 2024 05:53
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