An open API service indexing awesome lists of open source software.

https://github.com/noracodes/bccsci-networks-3


https://github.com/noracodes/bccsci-networks-3

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Some Checksum Algorithms
An implementation of the traditional checksum, Fletcher checksum, and cyclic redundancy check.

To build and run:
```bash
mkdir out
javac src/* -d .
java Main
```

Or use the IML and .idea metadata to build and run in IntelliJ IDEA.