Rev |
Age |
Author |
Path |
Log message |
Diff |
374 |
6840 d 0 h |
ira |
/projects/animesorter/ |
animesorter2.py:
* Whoops, forgot to change the logic around. Now we can get output :) |
|
373 |
6840 d 4 h |
ira |
/projects/animesorter/ |
animesorter2.py:
* Move print functions back inside the AnimeSorter class.
* Add back the --quiet command line option. |
|
372 |
6844 d 4 h |
ira |
/projects/animesorter/ |
Remove animesorter.py, since the new animesorter2.py is a better
replacement, with the same features and more. |
|
371 |
6844 d 5 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. |
|
370 |
6845 d 6 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. |
|
369 |
6848 d 3 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. |
|
368 |
6848 d 3 h |
ira |
/projects/animesorter/ |
animesorter2.py:
* Remove stupid threading stuff.
* (re)implement a simple printing system.
* No feature changes. |
|
366 |
6858 d 21 h |
ira |
/projects/animesorter/ |
animesorter2.py:
* Fix comments beginning with whitespace, then a hash symbol.
* Make parsing a little more robust. |
|
365 |
6860 d 4 h |
ira |
/projects/rarslave/ |
Par2Types.py:
* Holds the types that can be used to classify a Par2 set. |
|
364 |
6860 d 6 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. |
|
359 |
6932 d 23 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). |
|
358 |
6934 d 22 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. |
|
285 |
7025 d 2 h |
ira |
/projects/raid_checker/ |
Fix more stupid bugs |
|
284 |
7025 d 2 h |
ira |
/projects/raid_checker/ |
Fix a stupid bug |
|
283 |
7025 d 3 h |
ira |
/projects/raid_checker/ |
Finally, we have speed limits |
|
278 |
7037 d 20 h |
ira |
/projects/rarslave/ |
Add multi-file parjoin |
|
277 |
7038 d 1 h |
ira |
/projects/rarslave/ |
Fix header |
|
276 |
7038 d 3 h |
ira |
/projects/rarslave/ |
Bugfixes for the file removal process |
|
275 |
7038 d 4 h |
ira |
/projects/rarslave/ |
Add interactive delete mode |
|
241 |
7051 d 1 h |
ira |
/projects/raid_checker/ |
Move to tmpfile instead of static filename |
|