Skip to content

Instantly share code, notes, and snippets.

View mcfunley's full-sized avatar

Dan McKinley mcfunley

View GitHub Profile
### Keybase proof
I hereby claim:
* I am mcfunley on github.
* I am mcfunley (https://keybase.io/mcfunley) on keybase.
* I have a public key whose fingerprint is 958D 017B 6AFB 71FF D40C E45F 7978 969D D0B7 C2DB
To claim this, I am signing this object:

A superfluous duck was added to Battle Chess so that a manager would have something conspicuous to remove.

Illustrators add excessively hairy arms as a diversionary tactic.

Russian submariners leave a pipe purposefully filthy for inspections.

south.exceptions.GhostMigrations:
! These migrations are in the database but not on disk:
<web: 0007_remove_monitor_status_log>
! I'm not trusting myself; either fix this yourself by fiddling
! with the south_migrationhistory table, or pass --delete-ghost-migrations
! to South to have it delete ALL of these records (this may not be good).
$ export EVERNOTE_USER=mcfunley
$ cd ~/Dropbox
$ mkdir evernote-backup
$ cd evernote-backup
$ cp -R ~/Library/Containers/com.evernote.Evernote/Data/Library/Application\ Support/Evernote/accounts/Evernote/$EVERNOTE_USER/content .
$ tar pczf notes.tgz content
$ rm -rf content
require 'helpers/analytics'
analytics_cascade do
analytics_flow do
analytics_source 'visit_logs'
assembly 'visit_logs' do
unsequence 'visit', :output => ['event']
query_event 'event', 'visit_id', 'event_type', 'query', 'epoch_ms'
dbadmin=> select count(*) from weblog.events;
count
-------
0
(1 row)
[/Users/dmckinley/development/tmp]
dmckinley@ETSYNY-L479 $ cat test.scala
object Test {
def main(args : Array[String]) {
for (x <- (1 until 20)) {
println(x)
}
}
}
diff -ur twitter-scalding/README.md etsy-scalding/README.md
--- twitter-scalding/README.md 2013-05-29 23:08:00.000000000 -0700
+++ etsy-scalding/README.md 2013-05-29 23:08:00.000000000 -0700
@@ -4,7 +4,7 @@
Scalding is built on top of [Cascading](http://www.cascading.org/), a Java library that abstracts away much of the complexity of Hadoop.
-Current version: 0.8.0
+Current version: 0.8.1

<gfodorbot> my point is you apparently can't read sequence files without the native libraries for decompression <dan> what is amazing about that is fodor just said something pertinent to what i'm working on RIGHT NOW

### Before using:
### pear install doc.php.net/pman
(defun php-pman ()
(interactive)
(let ((man-term (read-from-minibuffer "Term: " (current-word))))
(man (concat "-M /usr/share/pear/doc/pman " man-term))))
(add-hook 'php-mode-hook '(lambda () (local-set-key "\C-c\C-h" 'php-pman)))