A donkey is equally hungry and thirsty
d
Find a file
2018-02-24 05:30:45 +01:00
asino.c LICENSE 2016-12-08 22:10:33 +01:00
asino.cpp LICENSE 2016-12-08 22:10:33 +01:00
asino.d dlang Buridan's 2018-02-24 05:30:45 +01:00
asino.py LICENSE 2016-12-08 22:10:33 +01:00
LICENSE LICENSE 2016-12-08 22:10:33 +01:00
README.md readme e ristruttura 2016-12-08 22:05:51 +01:00

Buridan_donkey

Written in c++, c and python, this program given some choices orders them in casual order. More info at: http://francescomecca.eu/index.php/archives/207

C

The C version is the most complete. It makes a system call to get a random pool of numbers.

Compile including math library.

It supports cli arguments:

	  --urandom, -u: no arguments, uses /dev/urandom instead of /dev/random
	  --no-numbers, -n: no arguments, disable line numbers

Example

$ ls

asino.c  asino.cpp  asino.py  README.md

$ ls | asino

1. asino.c
2. README.md
3. asino.py
4. asino.cpp