create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
#chainsnort 0.43.3 by flatfly | |
#requires websocket-client! | |
import json, os, sys, datetime, time, urllib, websocket, operator, random, re | |
clr = os.system(['clear','cls'][os.name == 'nt']) | |
t0 = time.time() ; Z = 0 | |
print 'chainsnort 0.43.3: ' , | |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
var map,heatmap; | |
var taxiData = new Array(); | |
var gradient = [ | |
'rgba(0, 255, 255, 0)','rgba(0, 255, 255, 1)', | |
'rgba(0, 191, 255, 1)','rgba(0, 127, 255, 1)', | |
'rgba(0, 63, 255, 1)','rgba(0, 0, 255, 1)', | |
'rgba(0, 0, 223, 1)','rgba(0, 0, 191, 1)', | |
'rgba(0, 0, 159, 1)','rgba(0, 0, 127, 1)', | |
'rgba(63, 0, 91, 1)','rgba(127, 0, 63, 1)', | |
'rgba(191, 0, 31, 1)','rgba(255, 0, 0, 1)' |
$ grep -E '^\|' printblocktree.txt | |
|\ | |
| 90392 (1,40027978) 00000000000ec87057d8 11/8/2010 06:59:03 tx 1 | |
| | |
|\ | |
| 90676 (1,40261655) 00000000001476bf9bf0 11/9/2010 07:40:40 tx 1 | |
| | |
|\ | |
| 90858 (1,40369940) 00000000000e21466cd5 11/10/2010 07:41:04 tx 1 | |
| |
#!/usr/bin/env sh | |
# bitdump.sh | |
# | |
# captures Bitcoin network traffic | |
SELF=`basename $0` | |
if [[ $1 = "" ]]; then | |
DEFAULT="en1" |
user www-data; | |
worker_processes 1; | |
pid /var/run/nginx.pid; | |
events { | |
worker_connections 1024; | |
} | |
http { | |
sendfile on; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"></meta> | |
<title>Graphite Flot Example</title> | |
<style type="text/css"> | |
#graphite { | |
width: 300px; | |
height: 200px; | |
font-size: 14px; |
# | |
# /etc/sysctl.conf - Configuration file for setting system variables | |
# See /etc/sysctl.d/ for additonal system variables | |
# See sysctl.conf (5) for information. | |
# | |
#kernel.domainname = example.com | |
# Uncomment the following to stop low-level messages on console | |
#kernel.printk = 3 4 1 3 |
grep 'BOOST_AUTO_TEST_SUITE(' * -RI | sed -e "s|^.*(\(.*\)).*$|./test_bitcoin --run_test=\1|" | |
./test_bitcoin --run_test=accounting_tests | |
./test_bitcoin --run_test=allocator_tests | |
./test_bitcoin --run_test=base32_tests | |
./test_bitcoin --run_test=base58_tests | |
./test_bitcoin --run_test=base64_tests | |
./test_bitcoin --run_test=bignum_tests | |
./test_bitcoin --run_test=bip32_tests | |
./test_bitcoin --run_test=bloom_tests |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"