Skip to content

Instantly share code, notes, and snippets.

View bradoyler's full-sized avatar
👋
say hi

brad oyler bradoyler

👋
say hi
View GitHub Profile
@bradoyler
bradoyler / _Easily-encrypt-decrypt-files.md
Last active February 10, 2018 22:43
Easily encrypt/decrypt files with a given password (using OpenSSL AES-256 algorithm)

AES 256 Encryption scripts using OpenSSL (available on Linux/Mac)

Encrypt file:

sh encryptFile.sh my_secrets.txt

(you will be prompted for a password, make it STRONG)

output file will be: my_secrets.txt.enc

@bradoyler
bradoyler / ETHEREUM-yellowpaper.md
Last active January 15, 2018 05:15
Ethereum: A secure decentralized generalized transaction ledger, EIP-150 REVISION, DR. GAVIN WOOD

source: https://github.com/ethereum/yellowpaper pdf: http://yellowpaper.io/

Ethereum: A secure decentralized generalized transaction ledger

1 Introduction
With ubiquitous internet connections in most places of the world, global information transmission has become incredibly cheap. Technology-rooted movements like Bitcoin have demonstrated, through the power of the default, consensus mechanisms and voluntary respect of the social contract that it is possible to use the internet to make a decentralised value-transfer system, shared across the world and virtually free to use. This system can be said to be a very specialised version of a cryptographically secure, transaction-based state machine. Follow-up systems such as Namecoin adapted this original currency application of the technology into other applications albeit rather simplistic ones. Ethereum is a project which attempts to build the generalised technology; technology on which all transaction-based state machine concepts may be built. Moreover it a

@bradoyler
bradoyler / index.html
Created December 14, 2017 22:01
U.S. Airline Quality Scores (2016) U.S. Airline Quality Scores (2016) // source http://jsbin.com/lajovir
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="U.S. Airline Quality Scores (2016)">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.min.js"></script>
<title>U.S. Airline Quality Scores (2016)</title>
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="U.S. Airline Quality Scores (2016)">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.3/d3.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.min.js"></script>
<title>U.S. Airline Quality Scores (2016)</title>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
@font-face{font-family:'FoundersGroteskCond';src:url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskCondensedWeb-Semibold.eot");src:url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskCondensedWeb-Semibold.eot?#iefix") format("embedded-opentype"),url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskCondensedWeb-Semibold.woff2") format("woff2"),url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskCondensedWeb-Semibold.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:'FoundersGroteskMono';src:url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskMonoWeb-Regular.eot");src:url("https://nodeassets.nbcnews.com/cdnassets/projects/fonts/FoundersGroteskMonoWeb-Regular.eot?#iefix") format("embedded-opentype"),url("https:/
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<figure class="media media--g">
<h3 class="media__title">How the Global Average Sea Level Has Risen <small class="media__subtitle">Cumulative sea level change from 1880 to 2014</small></h3>
@bradoyler
bradoyler / index.html
Last active December 14, 2017 20:41
irish border map
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body style="margin:auto; width:600px">
<svg version="1.1" id="Layer_1" width="600" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 625.5 824.2" enable-background="new 0 0 625.5 824.2" xml:space="preserve">
<g>
@bradoyler
bradoyler / index.html
Created December 14, 2017 19:40
Spotify Demo // source http://jsbin.com/jeguwol
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Spotify Demo</title>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
@bradoyler
bradoyler / index.html
Last active December 14, 2017 20:49
Jobs report 2016// source http://jsbin.com/vaqomuz
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="jobs report 2016">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
#employment-block {
vertical-align: top;
@bradoyler
bradoyler / monero-linux-guide.md
Last active January 22, 2018 16:25
install & sync monero blockchain on multiple mac/linux machines

Syncing Monero blockchain on multiple machines

Download & extract build:

mkdir monero
cd monero
 ## mac download
curl -J -L https://downloads.getmonero.org/cli/mac64 -o monero.tar.bz2