Skip to content

Instantly share code, notes, and snippets.

View patrickt010's full-sized avatar

Patrick Thompson patrickt010

View GitHub Profile
/* tslint:disable */
const GoogleAnalytics = require('universal-analytics');
const Amplitude = require('amplitude');
const Mixpanel = require('mixpanel');
const Segment = require('analytics-node');
const Ajv = require('ajv');
export interface ContextProperties {
/**
* Some context prop.
.articleBody code {
margin-bottom: 30px;
display: block;
color: #333;
background-color: #f7f7f7;
}
@patrickt010
patrickt010 / roomtoread.css
Last active March 9, 2017 12:50
roomtoread stylesheet for shipit
.top-body {
margin-bottom: 0px;
}
.vertical {
display: inline-block;
width: 20%;
height: 40px;
-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
transform: rotate(-90deg);
width: 300px;

Keybase proof

I hereby claim:

  • I am patrickt010 on github.
  • I am patrickt010 (https://keybase.io/patrickt010) on keybase.
  • I have a public key ASBBNqqLZybeHr-pg4GZ_Vy15Vh1unWA2HyMiqSo67fungo

To claim this, I am signing this object:

@patrickt010
patrickt010 / Another file
Last active August 5, 2016 21:44
Testing description
Tesd
@patrickt010
patrickt010 / generatefiles.sh
Last active May 5, 2023 11:29
Generate Files
#!/bin/bash
if [ $# -ne 4 -a $# -ne 5 ]
then
echo "Usage: generatefiles <depth> <num of folders per depth> <num of files per folder> <max size of file> [<min size of file>]"
exit -1
fi
declare path=$(pwd)
declare numDepth=$1
Verifying I am +patrickt010 on my passcard. https://onename.com/patrickt010
@patrickt010
patrickt010 / Bootstrap-File-Picker.markdown
Last active March 17, 2017 10:40
Bootstrap File Picker
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">