Skip to content

Instantly share code, notes, and snippets.

View pgburt's full-sized avatar

Paul Burt pgburt

View GitHub Profile
@pgburt
pgburt / keybase.md
Created February 25, 2015 01:11
KeyBase ID

Keybase proof

I hereby claim:

  • I am pgburt on github.
  • I am thatmightbepaul (https://keybase.io/thatmightbepaul) on keybase.
  • I have a public key whose fingerprint is CD60 ECA4 018C 4AE8 DA3D FA97 8839 B5BF C2D0 E623

To claim this, I am signing this object:

@pgburt
pgburt / gist:51b73e8c4af8f216ee23
Created May 7, 2015 21:04
Growth Hacking Cook Book
Email Drip Campaign
Intercom Drip Campaign
Onboarding Reward
Signup optimization
Email capture in email field
Distributions
Optimize Blog for email signup
Newsletter
Perk exchange
Pricing page optimization
HeavyBit owned:
Sorry
Checkers
Chess
Werewolf
Cards against humanity 4-6 expansion
Uno
Settlers of catan
Connect four
Poker
- repo: https://github.com/pgburt/mirrors-eslint
sha: 588d79e156fec27aaa35cb8253f7b8a1b3b25c46
hooks:
- id: eslint
- id: eslint
name: eslint
entry: eslint
language: node
files: \.js$
pip install pre-commit
cd ~/node/skillet/
npm install -g eslint
eslint --init
pre-commit install
# https://projecteuler.net/problem=3
# The prime factors of 13195 are 5, 7, 13 and 29.
# What is the largest prime factor of the number 600851475143 ?
sleep(5)
$factor_this = 600851475143.0
$primes = [2, 3]
$solution = [0]