diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-12 09:39:28 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-12 11:44:56 +0100 |
commit | 95311dc4a083b8b12529f3617d2feae8fa5eb684 (patch) | |
tree | c64a04d53ff2a0e65d8ceb93d80a035f73d46900 /.gitignore | |
parent | 63807cbe838a32cb6805f0a8ee5efe1548513a83 (diff) | |
download | tools-python-adler32.tar.gz tools-python-adler32.tar.bz2 tools-python-adler32.tar.xz tools-python-adler32.zip |
Replaced adler32.c with adler32.pypython-adler32
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!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ /aligncsv *.pyc -/client/adler32 /client/commit.txt /client/musiccommit.txt /client/files |