0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 27, 2024 — Dec 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Greatly improved the Arduino timeline and interpreting code so that both cars can move at the same time and more than once in a single step. Also introduced a "sleep" into timeline_emitter so that it doesn't send all of the bytes too quickly for the Arduino to interpret. Added a control timeline with two instances of the same search term. More... over 16 years ago
Removed cruft from TwitterRace.pde. More... over 16 years ago
Added a couple of decent timelines. Kris Allen and Adam Lambert are the American Idol finalists. More... over 16 years ago
Files are now saved in a format for writing to the Arduino via Serial, as well as a format for Processing. More... over 16 years ago
Arduino program is now reading input via serial, and I have written a Ruby program for talking to it. More... over 16 years ago
Initial version of Arduino Twitter Race code. More... over 16 years ago
timeline_generator.rb now takes command line parameters for search, and generates filenames. More... over 16 years ago
Processing program is now showing the time that the file was saved, and bringing up a file dialog box for selecting timelines. More... over 16 years ago
Added support for user races, this requires a file named 'secret' which contains a Twitter username and password. Search races now include 5 pages worth of timelines. Improved the code to equalize the races, not working perfectly yet. More... over 16 years ago
Removed code for serial input, increased size of window and racer lines, and now using the new metadata line in the timelines to get text for the cars. More... over 16 years ago
Added a number of timelines. More... over 16 years ago
Removed timelines from .gitignore, and added a couple of timelines. More... over 16 years ago
Poorly written Processing sketch to help prototype Twitter Race. More... over 16 years ago
Added require rubygems to make things work on OS X. Also moved sort, equalize, and normalize timeline functions into save, as these will be common to all subclasses. More... over 16 years ago
Added equalize_timeline function, for removing the Tweets for the first search term that happened before the second term had been queried for. More... over 16 years ago
Now using numeric IDs for the timelines, as this will make it easier to deal with on the Arduino side. More... over 16 years ago
Added normalize_timeline function, which subtracts the earliest time in the timeline from all of the times. More... over 16 years ago
Moved timeline_generator.rb to a 'ruby' subdirectory. More... over 16 years ago
Added README. More... over 16 years ago
Initial commit. More... over 16 years ago