Skip to content

Instantly share code, notes, and snippets.

View tizzo's full-sized avatar
💭
:shipit: 🚀 📦

Howard Tyson tizzo

💭
:shipit: 🚀 📦
View GitHub Profile
@tizzo
tizzo / crypto.php
Last active March 1, 2018 14:52
PHP Asymmetric Crypto examples
<?php
/****************************
* Generate a new key pair. *
****************************/
$privateKey = openssl_pkey_new(array(
'private_key_bits' => 2048, // Size of Key.
'private_key_type' => OPENSSL_KEYTYPE_RSA,
@tizzo
tizzo / d3.v3.min.js
Last active July 20, 2016 16:15
D3 Example.txt
!function(){function n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDocument&&n.ownerDocument.defaultView||n.document&&n||n.defaultView)}function e(n,t){return t>n?-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function i(n){return!isNaN(n)}function u(n){return{left:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)<0?r=u+1:i=u}return r},right:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)>0?i=u:r=u+1}return r}}}function o(n){return n.length}function a(n){for(var t=1;n*t%1;)t*=10;return t}function l(n,t){for(var e in t)Object.defineProperty(n.prototype,e,{value:t[e],enumerable:!1})}function c(){this._=Object.create(null)}function f(n){return(n+="")===bo||n[0]===_o?_o+n:n}function s(n){return(n+="")[0]===_o?n.slice(1):n}function h(n){return f(n)in this._}function p(n){return(n=f(n))in this._&&delete this._[n]}function g(){var n=[]
@tizzo
tizzo / index.js
Last active June 9, 2016 05:18
Probo CM Build Size Reporter
'use strict';
var through2 = require('through2');
var split2 = require('split2');
/**
* The builds and organizations and project.
*/
var buildData = {
totals: {
@tizzo
tizzo / README.md
Created June 8, 2016 15:01
Probo JWT Proposal Draft

Schema

Needs to capture:

  • The user Probo ID
  • Human readable
{
@tizzo
tizzo / .gitignore
Last active March 11, 2016 22:34
migrate_build_size_and_status
node_modules
@tizzo
tizzo / .gitignore
Last active December 17, 2015 21:07
Node.js streams example
node_modules
@tizzo
tizzo / example.pp
Created December 4, 2015 15:36
Puppet -> and ~> syntax
file { '/some/path':
ensure => 'file',
}->
service { 'some-service':
ensure => 'running',
enable => true,
}
@tizzo
tizzo / .gitignore
Last active August 29, 2015 14:27
Node.js Streams 2 buffer data and stream all data submitted to date along with new data
node_modules
*.sw*
@tizzo
tizzo / example.js
Created November 12, 2014 03:55
Node.js Enable/disable colors based on process.itTTY
#! /usr/bin/env node
var prettyjson = require('prettyjson');
var someDataStructure = {
firstLevelA: {
secondLevel1: {
thirdLevelA: 'foo',
thirdLevelB: []
}
@tizzo
tizzo / keybase.md
Created October 8, 2014 14:54
keybase.md

Keybase proof

I hereby claim:

  • I am tizzo on github.
  • I am tizzo (https://keybase.io/tizzo) on keybase.
  • I have a public key whose fingerprint is 4F62 22CB B58A B0D2 FAA3 C9F9 AB76 7A52 8616 8F6F

To claim this, I am signing this object: