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

https://github.com/seletskiy/murmur

Calculates MurmurHash for specified file
https://github.com/seletskiy/murmur

Last synced: about 2 months ago
JSON representation

Calculates MurmurHash for specified file

Awesome Lists containing this project

README

          

Description
======

Calculates MurmurHash for specified file. Should be faster, than
utils like `shasum` and `md5sum`.

See http://en.wikipedia.org/wiki/MurmurHash.

Usage
=====
```
./murmur file.ext
```