This file contains 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
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 |
This file contains 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
<?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> |
This file contains 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
// | |
// 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 | |
// |