0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code formatting More... about 16 years ago
Refactored code More... about 16 years ago
Initial import of the newer user_manager into sf.net repo More... about 16 years ago
Initial import of the newer item_rater into sf.net More... about 16 years ago
Initial import of item_manager into sf.net repo More... about 16 years ago
Original code has been tagged and is being removed from trunk to make way for updated version More... about 16 years ago
Refactored ShoechickenDataRetriever out of ShoechickenDatabaseHelper More... over 17 years ago
Added some docs More... over 17 years ago
Shoechicken building rating matrix and now row reduces it More... over 17 years ago
Latest set of code for the rating process More... over 17 years ago
Moving to another computer More... over 17 years ago
extracted connection manager interface from connection manager class in an attempt to decouple connection manager implementations from classes that use them. More... over 17 years ago
Latest set of code, committing mostly to move code to another machine More... over 17 years ago
Added test More... over 17 years ago
Formatting More... over 17 years ago
Implemented initial part of rating system More... over 17 years ago
Removed tags that were only compliant with Java 6. Fixed test cases to work with the new JUnit library. More... over 17 years ago
Made the test for getting unread item urls much more thorough and changed some formatting More... over 17 years ago
Not particularly nicely done, but added another method for returning a different auto generated feed. More... over 17 years ago
Removed some debugging output More... over 17 years ago
Latest version 1.8.0.5 More... over 17 years ago
Completely changed the GET_UNREAD_ITEM_URLS sql query string. It was completely wrong before but is now fixed! More... over 17 years ago
Calling addItem(Item) before calling addAuthor(Item.getAuthor()) was causing the item to be added into the database, but any author information was not being added; this meant that you could do: More... over 17 years ago
Changed some basic code layout More... over 17 years ago
Fixed a very highly unlikely case in which a call to wait could wakeup before its scheduled wait period, and continue doing this with a fixed wait time. The wait time now drops inside the loop which puts the thread back into a wait state. More... over 17 years ago
Renamed UnratedItemData to UnreadItemData as that is what data is needed when building the matrix More... over 17 years ago
Made a couple of changes, this class is still largely unimplemented. Biggest change was having it implement RatedItemEventSource More... over 17 years ago
Added test case for com.shoechicken.sc.think.Shoechicken More... over 17 years ago
Added the thread to handle requests to unsubscribe from feeds. More... about 18 years ago
Final latex version of the paper More... about 18 years ago