I hereby claim:
- I am patrickocoffeyo on github.
- I am pscoffs (https://keybase.io/pscoffs) on keybase.
- I have a public key ASAXR0y8dTfjN4tzD2r9xTkTvLmF9mqMzEyojZzEDqi0Ggo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| var myInitials = 'PC'; | |
| jQuery('.list-card').each(function(i, item) { | |
| var $item = jQuery(item); | |
| $item.find('.member').each(function(j, member) { | |
| var $member = jQuery(member); | |
| if ($member.text() !== myInitials) { | |
| $item.remove(); | |
| } | |
| }) | |
| }); |
| /** | |
| * @file | |
| * Contains dice with n sides. | |
| */ | |
| 'use strict'; | |
| /** | |
| * Defines Dice class. | |
| * |
| #!/usr/bin/env bash | |
| function set_message() { | |
| echo "### ### ### ###" >&2 | |
| echo "### $1" >&2 | |
| echo "### ### ### ###" >&2 | |
| echo " " >&2 | |
| } | |
| # Installs and configures Tomcat. |
| ; Core version | |
| ; ------------ | |
| core = 7.x | |
| ; API version | |
| ; ------------ | |
| api = 2 | |
| ; Core project | |
| ; ------------ |
| moment.fn.periodStartDates = [ | |
| {month: 0, day: 1} | |
| {month: 3, day: 1} | |
| {month: 6, day: 1} | |
| {month: 9, day: 1} | |
| ] | |
| moment.fn.period = -> | |
| period = Math.floor(this.month() / this.periodStartDates.length) | |
| start = moment(_.extend(this.periodStartDates[period], {year: this.year()})) |
| #!/usr/bin/python | |
| import sys | |
| import optparse | |
| import os | |
| import Image | |
| def main(): | |
| p = optparse.OptionParser() | |
| p.add_option('--source', '-s', default='') |
| #!/usr/bin/python | |
| import sys | |
| import optparse | |
| import urllib | |
| import urllib2 | |
| import os | |
| import stat | |
| def main(): |
| defaults write com.apple.dock persistent-apps -array-add "<dict><key>tile-data</key><dict><key>file-data</key><dict><key>_CFURLString</key><string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app</string><key>_CFURLStringType</key><integer>0</integer></dict></dict></dict>" | |
| killall Dock |
| <html> | |
| <head> | |
| <meta name="format-detection" content="telephone=no"> | |
| <style> | |
| .mail-links a { | |
| text-decoration: none!important; | |
| color: #ffefc6!important; | |
| font-weight: normal!important; | |
| } | |
| </style> |