Skip to content

Instantly share code, notes, and snippets.

@ifitzpat
ifitzpat / boxcarGrowl.py
Last active January 8, 2016 16:07 — forked from joech4n/boxcar-growl.py
boxcar-growl.py - Send Boxcar Notification with CLI (Python)
#!/usr/bin/env python
import os
import sys
import subprocess
import shlex
def notify (token, mymessage, mytitle):
# Default config
@ifitzpat
ifitzpat / elastic-net-regression-evaluation.R
Last active August 29, 2015 14:27 — forked from tonyfischetti/elastic-net-regression-evaluation.R
Code for my blog post "Kickin' it with elastic net regression"
#!/usr/bin/Rscript --vanilla
###########################################################
## ##
## elastic.R ##
## ##
## Author: Tony Fischetti ##
## tony.fischetti@gmail.com ##
## ##
###########################################################