Subversion Repositories programming

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
374 7059 d 23 h ira /projects/animesorter/ animesorter2.py:
* Whoops, forgot to change the logic around. Now we can get output :)
 
/projects/animesorter/animesorter2.py
373 7060 d 3 h ira /projects/animesorter/ animesorter2.py:
* Move print functions back inside the AnimeSorter class.
* Add back the --quiet command line option.
 
/projects/animesorter/animesorter2.py
372 7064 d 3 h ira /projects/animesorter/ Remove animesorter.py, since the new animesorter2.py is a better
replacement, with the same features and more.
 
/projects/animesorter/animesorter.py
371 7064 d 4 h ira /projects/animesorter/ animesorter2.py:
* Add the 'pretend' command line option.
* Add better error checking.
* Add a default to the 'interactive' mode.
* Remove 'quiet' command line option, since it's broken right now.
 
/projects/animesorter/animesorter2.py
370 7065 d 5 h ira /projects/raid_checker/ raid_checker:
* Make the drive checking run in parallel. This should give a speedup
equal to the number of drives you have.
 
/projects/raid_checker/raid_checker
369 7068 d 2 h ira /projects/PrintSystem/ Add the PrintSystem project.

NOTE: It's not really a full project, but it's more of a reference
for a printing system I came up with.
 
/projects/PrintSystem
/projects/PrintSystem/PrintSystem.py
368 7068 d 2 h ira /projects/animesorter/ animesorter2.py:
* Remove stupid threading stuff.
* (re)implement a simple printing system.
* No feature changes.
 
/projects/animesorter/animesorter2.py
366 7078 d 19 h ira /projects/animesorter/ animesorter2.py:
* Fix comments beginning with whitespace, then a hash symbol.
* Make parsing a little more robust.
 
/projects/animesorter/animesorter2.py
365 7080 d 2 h ira /projects/rarslave/ Par2Types.py:
* Holds the types that can be used to classify a Par2 set.
 
/projects/rarslave/Par2Types.py
364 7080 d 4 h ira /projects/rarslave/ Par2Parser.py:
* Tabify the entire file.
* Make the class only have private variables, and make the private
variables only accessible using getter methods.
 
/projects/rarslave/Par2Parser.py
359 7152 d 22 h ira /projects/rarslave/ Par2Classifier.py:
* Make the class automatically figure out it's information in the
__init__() method.
* Add regexes in a dict, for easier retrieval (WIP).
 
/projects/rarslave/Par2Classifier.py
358 7154 d 21 h ira /projects/rarslave/ This is the beginnings of a re-write (the 4th...) of rarslave. Hopefully
it will detect more of the hard to predict cases that the current code
cannot deal with.

Par2Classifier.py:
* Adding the initial implementation of Par2Classifier.
* It will classify a par-set into one of the types it knows about.
* It will find the heads of extraction, but this may change later.

Par2Parser.py:
* Adding the initial implementation of Par2Parser.
* It will parse a par2 file and extract all of the useful information from it.
* It will make a guess about the files that _might_ be part of this set.
 
/projects/rarslave/Par2Classifier.py
/projects/rarslave/Par2Parser.py
285 7245 d 1 h ira /projects/raid_checker/ Fix more stupid bugs  
/projects/raid_checker/raid_checker
284 7245 d 1 h ira /projects/raid_checker/ Fix a stupid bug  
/projects/raid_checker/raid_checker
283 7245 d 2 h ira /projects/raid_checker/ Finally, we have speed limits  
/projects/raid_checker/raid_checker
278 7257 d 18 h ira /projects/rarslave/ Add multi-file parjoin  
/projects/rarslave/rarslave.py
277 7258 d 0 h ira /projects/rarslave/ Fix header  
/projects/rarslave/rarslave.py
276 7258 d 2 h ira /projects/rarslave/ Bugfixes for the file removal process  
/projects/rarslave/rarslave.py
275 7258 d 2 h ira /projects/rarslave/ Add interactive delete mode  
/projects/rarslave/rarslave.py
241 7271 d 0 h ira /projects/raid_checker/ Move to tmpfile instead of static filename  
/projects/raid_checker/raid_checker

Show All