summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2025-02-12Replaced adler32.c with adler32.pypython-adler32Thorbjørn Lindeijer1-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-20borrow evol's update scriptgumi1-0/+4
2013-01-24Implement news generationBen Longbons1-0/+1
2011-09-16Reimplement aligncsv in C++ instead of python.Ben Longbons1-0/+1
The main advantage of the new one is that it properly handles {script arg1, arg2;}