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 6864 d 17 h ira /projects/animesorter/ animesorter2.py:
* Whoops, forgot to change the logic around. Now we can get output :)
 
/projects/animesorter/animesorter2.py
373 6864 d 20 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 6868 d 21 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 6868 d 22 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 6869 d 23 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 6872 d 20 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 6872 d 20 h ira /projects/animesorter/ animesorter2.py:
* Remove stupid threading stuff.
* (re)implement a simple printing system.
* No feature changes.
 
/projects/animesorter/animesorter2.py
366 6883 d 13 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 6884 d 20 h ira /projects/rarslave/ Par2Types.py:
* Holds the types that can be used to classify a Par2 set.
 
/projects/rarslave/Par2Types.py
364 6884 d 22 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 6957 d 16 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 6959 d 15 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 7049 d 19 h ira /projects/raid_checker/ Fix more stupid bugs  
/projects/raid_checker/raid_checker
284 7049 d 19 h ira /projects/raid_checker/ Fix a stupid bug  
/projects/raid_checker/raid_checker
283 7049 d 20 h ira /projects/raid_checker/ Finally, we have speed limits  
/projects/raid_checker/raid_checker
278 7062 d 12 h ira /projects/rarslave/ Add multi-file parjoin  
/projects/rarslave/rarslave.py
277 7062 d 17 h ira /projects/rarslave/ Fix header  
/projects/rarslave/rarslave.py
276 7062 d 20 h ira /projects/rarslave/ Bugfixes for the file removal process  
/projects/rarslave/rarslave.py
275 7062 d 20 h ira /projects/rarslave/ Add interactive delete mode  
/projects/rarslave/rarslave.py
241 7075 d 17 h ira /projects/raid_checker/ Move to tmpfile instead of static filename  
/projects/raid_checker/raid_checker

Show All