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

https://github.com/klaxxon/filestats

Simple statistical analysis of files
https://github.com/klaxxon/filestats

file random statistics

Last synced: over 1 year ago
JSON representation

Simple statistical analysis of files

Awesome Lists containing this project

README

          

# Simple file statistics
Provides counts by byte value, a histogram by byte value and the bit distribution.


Given a file
$> go run main.go testfile.txt

Or from stdin
$> go run main.go < testfile.txt


Run against the main.go source file

![main source](/main_go.png)

A pseudo random file

![random source](/random.png)

War and Peace

![random source](/war_and_peace.png)