Skip to content

Instantly share code, notes, and snippets.

View dylanvee's full-sized avatar

Dylan Vassallo dylanvee

View GitHub Profile
@dylanvee
dylanvee / server.js
Created February 15, 2012 22:39 — forked from mixonic/server.js
Node.js + Socket.io + Bash. A collaborative terminal for your browser.
//
// This server will start a bash shell and expose it
// over socket.io to a browser. See ./term.html for the
// client side.
//
// You should probably:
//
// npm install socket.io
// curl -O https://github.com/LearnBoost/Socket.IO/raw/master/socket.io.min.js
//
@dylanvee
dylanvee / ir_black.bbcolors
Created September 28, 2011 17:11 — forked from pgib/bbedit_colours.sh
IR_Black theme for TextWrangler
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>(null)_Other</key>
<string>rgba(0.866667,0.031373,0.023529,1.0)</string>
<key>(null)_Spaces</key>
<string>rgba(0.498039,0.498039,0.498039,1.0)</string>
<key>BackgroundColor</key>
<string>rgba(0.122179,0.122179,0.122179,1.0)</string>
@dylanvee
dylanvee / gist:1163869
Created August 22, 2011 23:01 — forked from voodootikigod/gist:1155790
PyCodeConf Ticket Give-away
Day job: Undergrad researcher at the UCLA Center for Embedded Networked Sensing. I work in the area of participatory sensing, which uses mobile phones as a distributed sensor network for performing research in areas such as ecology and health.
Favorite Python project: My summer project at UCLA CENS was to add a prediction model to our research project that employs volunteer citizen scientists who track the growth of their plants over time to learn about changes in microclimates. Using my (Python/Django + historical weather data + custom algorithm) system, participants can not only contribute data to our research, but they can now learn more about the lifecycles of their plants/crops.
Favorite Conference: I'm an undergraduate student, so this would be my first conference.
Python Experience Level: Intermediate/advanced