Skip to content

Instantly share code, notes, and snippets.

View destroytoday's full-sized avatar

Jonnie Hallman destroytoday

View GitHub Profile
Verifying that +destroytoday is my openname (Bitcoin username). https://onename.io/destroytoday

Spacegray theme for Slack

#232831,#232831,#343D47,#DFE1E8,#232831,#8EA1B4,#2B303C,#8EA1B4

How this works:
Type each letter of the alphabet into your browser and list the first domain (the most popular one) that shows.
A - amazon.com
B - beta.cushionapp.com
C - chase.com
D - destroytoday.com
E - etsy.com
F - football.fantasysports.yahoo.com
G - github.com

shortfall

  • assumes income is not ongoing
  • unfriendly

outstanding, expected, anticipated

  • implies estimated income is guaranteed

potential

  • might be too close to meaning the estimate total

Keybase proof

I hereby claim:

  • I am destroytoday on github.
  • I am destroytoday (https://keybase.io/destroytoday) on keybase.
  • I have a public key whose fingerprint is F7EF E28D BAD9 337E CEEE 34EC 9067 F67F 3BFE BD2A

To claim this, I am signing this object:

'use strict';
var gulp = require('gulp'),
util = require('gulp-util'),
gulpif = require('gulp-if'),
coffee = require('gulp-coffee'),
sass = require('gulp-ruby-sass'),
uglify = require('gulp-uglify'),
browserify = require('gulp-browserify'),
livereload = require('gulp-livereload');
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for page in site.pages %}
<url>
<loc>{{page.permalink}}</loc>
<lastmod>{{page.updated_at}}</lastmod>
<priority>1.0</priority>
</url>
{% for post in page.posts %}
<url>
http://unstoppablerobotninja.com/entry/responsive-web-design-screens-and-shearing-layers/
http://thesassway.com/beginner/the-inception-rule
http://blog.ableparris.com/post/32247113849/focus-means-ignoring
http://tutorialzine.com/2013/10/12-awesome-css3-features-you-can-finally-use/
http://www.nytimes.com/2013/10/06/magazine/and-then-steve-said-let-there-be-an-iphone.html?pagewanted=all&_r=5&
http://tanmade.com/writing/2013/10/09/fowd-2013.html
http://theironyard.com/blog/2013/10/17/the-little-freelancer/
http://addyosmani.com/blog/image-optimization-tools/
http://coding.smashingmagazine.com/2013/10/29/get-up-running-grunt/
{% assign count = '0' %}
{% for post in posts %}
{% if post.taxonomy.tag != 'Editorially' && !post.meta.feature %}
{{ post.title }}
{% unless count < 3 %}{% break %}{% endunless %}
{% endif %}
{% capture count %}{{ count | plus: 1 }}{% endcapture %}
{% endfor %}
{% assign starting_count = count %}
// if current page is a Page
{% for post in taxonomy.my_tags.my_tag.posts %}
// from anywhere
{% for post in site.pages.my_page.taxonomy.my_tags.my_tag.posts %}