0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
code cleanup in the next method More... about 16 years ago
Working on changing the way packets are read and built. I really want to make the code more simple and easier to work with. This will make it easier for implementations to create their own packets easily. Work in progress. More... about 16 years ago
Started changing the way packet signatures are stored. The new method simplifies the process of creating signatures. More... about 16 years ago
Updated the license at the top of the files. Moving the parsing of packets into translators. This allows for the creation and parsing of a packet to be in the same location making it easier to write packets when the time comes. Created a FileSlice iterator. This simplifies the parsing of slices, and prevents storing the entire slice in memory. More... about 16 years ago
More changes. I want to simplify the DiskFile access. The current setup requires a lot of overhead, and it reads the complete file. This should be changed to only read the data when needed. More... about 16 years ago
Changing the way the enums work to clean the code up some. More... about 16 years ago
general code cleanup More... over 16 years ago
made a few methods to try and see if i can get this thing to recover some data. i'm not too good with math. i got it to duplicate Plank's paper stuff, but when trying to use the GF(16) i run into issues solving the matrix. i think this has something to do with the way the PAR2 spec deviates from Plank's paper on the issue of constants. i'm going to try a few things. this class will be cleaned up once the method is perfected. More... over 17 years ago
made a quick and dirty method to get the recovery slice pacets out of the set. once everything is tested, this will be replaced by a better method More... over 17 years ago
while testing the GF class, i found a couple of bugs. this update should fix them More... over 17 years ago
for testing of the recovery matrix, i made a quick and dirty get recovery data array method. this will go away and be replaced by a better method More... over 17 years ago
first commit of the Galois implementation More... over 17 years ago
first commit of the Calculator interface. More... over 17 years ago
Initial revision More... over 17 years ago