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:
| /* 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; | |
| } |
| .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; |
I hereby claim:
To claim this, I am signing this object:
| Tesd |
| #!/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 |
A Pen by Patrick Thompson on CodePen.
| <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"> |