Skip to content

Instantly share code, notes, and snippets.

View romansemko's full-sized avatar

Roman romansemko

View GitHub Profile
@romansemko
romansemko / gist:03450d12966e77ba34a53c6480c2afae
Last active April 11, 2018 19:26
Setting up environment for Romeo - Ledger nano integration.
# Make sure you have node 8+, and yarn installed.
# ============= Romeo LIB ===============
# Checkout romeo.lib and switch to the feature/ledger-support branch:
git clone git@github.com:SemkoDev/romeo.lib.git && cd romeo.lib && git checkout feature/ledger-support
# Install dependencies
yarn
# Create a yarn link
@romansemko
romansemko / child.js
Created January 26, 2018 08:18 — forked from kevinohara80/child.js
killing a node.js child process with infinite loop
while(true) {
console.log('blah');
}