Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-12 | Replaced adler32.c with adler32.pypython-adler32 | Thorbjørn Lindeijer | 1 | -1/+0 | |
The task is rather easier in Python and this way we have a ready to run script instead of a tool that needs compilation first. Execution speed is about the same. Goodbye little C program, we had a good time! | |||||
2017-11-20 | borrow evol's update script | gumi | 1 | -0/+4 | |
2013-01-24 | Implement news generation | Ben Longbons | 1 | -0/+1 | |
2011-09-16 | Reimplement aligncsv in C++ instead of python. | Ben Longbons | 1 | -0/+1 | |
The main advantage of the new one is that it properly handles {script arg1, arg2;} |