Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kylebragger on github.
  • I am kylebragger (https://keybase.io/kylebragger) on keybase.
  • I have a public key ASAuBOyWVdLIM8lEaE68at7tnbCQj7II9FB2QddCTb28lgo

To claim this, I am signing this object:

VOWELS = %w[a e o u]
CONS = ('a'..'z').to_a - VOWELS
len = 5
phrase = (1..len).inject([]) {|prod,i|
prod << (i.even? ? VOWELS.sample : CONS.sample)
}.join('')
# Step 1: request and download your twitter archive
# Step 2: create a twitter app (on their dev site) so you can fill out the key and secret data
# Step 3: run, and prosper
require 'twitter'
require "json"
USERNAME = 'YOURUSERNAME'
ARCHIVE_PATH = '/YOUR/DOWNLOADS/FOLDER/data/js/tweets'
allosome.com
avoidance.com
bester.co
boldface.co
cache.network
cache.sh
cessna.co
changeblog.co
checked.co
cleaned.co
............................................``.`...............................................
.........................................`.....,...`...........................................
......................................``.`.```.,......`.`......................................
...................................`.`....```.......`..```.....................................
...................................``.`` `..```.`..``....................................
...............................`.`` ````.`` ``.``....................................
..................................``` ```````..` `....`...................................
...............................,..`` `.``.. `....``.``................................
........................``.`....`` `.`.,:,:::.,.```.`...`..............................
...........................,,`.``` ` `.:::;;;,::.`...```...............................
@kylebragger
kylebragger / domains.txt
Last active December 15, 2015 03:28
I'm selling the following domain names. Make me an offer via email: kyle@kylebragger.com
youshouldworkwith.me
moodboard.me
notorganized.com
togetherlist.com (+ net & org)
pettl.com (+ net & org)
ringfinger.co
omghey.com (+ net & org)
roastler.com (+ net & org)
spaces.is
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css" media="screen">
* {
margin: 0;
padding: 0;
}
</style>
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-precomposed-72.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-precomposed-114.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-precomposed-144.png">
# USER.boldfaced.net
constraints(Subdomain) do
get 'work/:id' => 'work_items#show', as: :user_work
get '' => 'users#profile', as: :user_profile
end
source :rubygems
gem 'bubble-wrap'
gem 'motion-cocoapods'
gem 'nano-store'