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
I, [2015-04-08T22:48:51.172735 #18598] INFO -- : CAD: 43.15, BTC: 17.055093, Total: 5223.81 | |
I, [2015-04-08T22:58:52.519419 #18598] INFO -- : CAD: 535.64, BTC: 15.446093, Total: 5227.55 | |
I, [2015-04-08T23:08:52.530693 #22367] INFO -- : CAD: 612.22, BTC: 15.196093, Total: 5231.98 | |
I, [2015-04-08T23:18:53.615122 #22367] INFO -- : CAD: 612.22, BTC: 15.196093, Total: 5233.2 | |
I, [2015-04-08T23:28:55.635343 #22367] INFO -- : CAD: 612.22, BTC: 15.196093, Total: 5233.2 | |
I, [2015-04-08T23:38:56.689807 #22367] INFO -- : CAD: 612.22, BTC: 15.196093, Total: 5233.2 | |
I, [2015-04-08T23:48:59.604131 #22367] INFO -- : CAD: 0.0, BTC: 17.19931213, Total: 5219.99 | |
I, [2015-04-08T23:59:02.066576 #22367] INFO -- : CAD: 64.83, BTC: 16.98770678, Total: 5224.17 | |
I, [2015-04-09T00:09:04.129704 #22367] INFO -- : CAD: 64.83, BTC: 16.98770678, Total: 5220.6 | |
I, [2015-04-09T00:19:04.948165 #22367] INFO -- : CAD: 64.83, BTC: 16.98770678, Total: 5220.6 |
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
I, [2015-03-09T11:23:40.010689 #7449] INFO -- : CAD: 0.0, BTC: 2.28580256, Total: 817.45 | |
I, [2015-03-09T12:23:43.047192 #8130] INFO -- : CAD: 124.83, BTC: 1.93580256, Total: 813.28 | |
I, [2015-03-09T13:23:48.339424 #7449] INFO -- : CAD: 124.83, BTC: 1.93580256, Total: 821.02 | |
I, [2015-03-09T14:23:50.205916 #7449] INFO -- : CAD: 124.83, BTC: 1.93580256, Total: 823.25 | |
I, [2015-03-09T15:23:50.895692 #8130] INFO -- : CAD: 124.83, BTC: 1.93580256, Total: 824.97 | |
I, [2015-03-09T16:23:59.003815 #8130] INFO -- : CAD: 124.83, BTC: 1.93580256, Total: 825.98 | |
I, [2015-03-09T17:24:03.339975 #8130] INFO -- : CAD: 69.65, BTC: 2.08803897, Total: 821.39 | |
I, [2015-03-09T18:24:09.862710 #7449] INFO -- : CAD: 826.37, BTC: 0.0, Total: 826.37 | |
I, [2015-03-09T19:24:15.671148 #7449] INFO -- : CAD: 826.37, BTC: 0.0, Total: 826.37 | |
I, [2015-03-09T19:24:15.942315 #8130] INFO -- : CAD: 826.37, BTC: 0.0, Total: 826.37 |
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
# Logfile created on 2015-02-15 22:48:50 -0500 by logger.rb/1.2.8 | |
I, [2015-02-15T22:48:59.024736 #29833] INFO -- : 979.72 | |
I, [2015-02-15T23:49:04.454824 #29833] INFO -- : 987.46 | |
I, [2015-02-16T00:49:11.556491 #30086] INFO -- : 987.46 | |
I, [2015-02-16T01:49:12.288790 #30086] INFO -- : 987.46 | |
I, [2015-02-16T02:49:13.304436 #30086] INFO -- : 987.46 | |
I, [2015-02-16T03:49:17.301528 #29833] INFO -- : 987.46 | |
I, [2015-02-16T03:49:17.836847 #30086] INFO -- : 987.46 | |
I, [2015-02-16T04:49:23.786364 #30086] INFO -- : 987.46 | |
I, [2015-02-16T05:49:26.710820 #30086] INFO -- : 987.46 |
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
loadSocialButtons = (-> | |
# Coinbase | |
$.getScript('//www.coinbase.com/assets/tips.js', -> | |
# HACK(maros): Find a load event for the coinbase tip button. | |
setTimeout((-> | |
socialButtonReady('coinbase') | |
), 1000) | |
) |
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
# _oauth.yml | |
consumer_key: <key> | |
consumer_secret: <secret> | |
oauth_token: <token> | |
oauth_secret: <secret> |
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
# _plugins/resume_json.rb | |
require 'oauth' | |
require 'yaml' | |
require 'json' | |
module Jekyll | |
class Resume < Jekyll::Generator | |
def format_date(date) | |
Date.new(date['year'], date['month']).strftime('%b %Y').to_s |
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
--- | |
layout: layout | |
title: Resume | |
--- | |
<!-- resume.html --> | |
<article class="resume"> | |
<header> | |
<address> |
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
function cat { | |
if [ "${#}" -gt 0 -a -d "${1}" ]; then | |
/bin/ls -l ${*} | |
else | |
/bin/cat ${*} | |
fi | |
}; |
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
_MOTIF_WM_HINTS = 0x2, 0x0, 0x80, 0x0, 0x0 | |
_NET_WM_ICON_GEOMETRY = 0, 153, 48, 48 | |
_NET_WM_DESKTOP_FILE = "/usr/share/applications/gnome-terminal.desktop" | |
_COMPIZ_WM_WINDOW_BLUR_DECOR = 4, 0, 5, 4, -28, 6, -4, -27, 5, 2, -27, 6, -2, -26, 5, 1, -26, 6, -1, -25, 5, 0, -25, 6, 0, -23, 5, -1, -23, 6, 1, 0, 9, -1, 0, 10, 1, 1, 5, -1, 0, 9, 0, 0, 6, 0, 0, 10, 1, 0 | |
_UBUNTU_APPMENU_OBJECT_PATH = "/com/canonical/menu/3C00006" | |
_UBUNTU_APPMENU_UNIQUE_NAME = ":1.86" | |
XKLAVIER_STATE = 0, 0 | |
WM_STATE: | |
window state: Normal | |
icon window: 0x0 |
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 | |
DRIVE_NAME=${1:-Backup} | |
if [ -z "${DRIVE_NAME}" ]; then | |
echo 'No drive found.' 1>&2 | |
exit 1 | |
fi | |
drive_dir="$(mount -l | grep "\[${DRIVE_NAME}\]" | awk '{print $1}')" |