A Pen by Patrick Thompson on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying I am +patrickt010 on my passcard. https://onename.com/patrickt010 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tesd |
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.articleBody code { | |
margin-bottom: 30px; | |
display: block; | |
color: #333; | |
background-color: #f7f7f7; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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. |