Télécharger la liste

Description du projet

bogosort sorts files or its standard input using the "bogo-sort" algorithm. It can also just randomise the lines in its input, allowing you to perform your own check in a loop.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-07-01 01:15
0.4.2

Ce communiqué retravaille la procédure de brouillage. Maintenant, seuls deux affectations sont effectuées au tableau pour chaque ligne, au lieu de trois.
Tags: Code cleanup
This release reworks the scrambling procedure. Now, only two
assignments are performed to the array for each line, instead of
three.

2002-09-07 01:09
0.4.1

bogosort - Aide fonctionne à nouveau.
Tags: Minor bugfixes
bogosort --help now works again.

2002-09-05 01:44
0.4.0

Il existe une nouvelle option - semences. Codes de sortie sont tirées de sysexits.h. L'algorithme de randomisation fait maintenant ce qu'il était prévu de faire, et la dernière ligne ne soit pas ignorée si elle n'est pas terminée par un saut de ligne.
Tags: Major bugfixes
There is a new --seed option. Exit codes are taken from sysexits.h. The randomization algorithm now does what it was intended to do, and the last line isn't ignored if not terminated by a newline.

2001-08-01 15:55
0.3.3

Ce communiqué se fonde désormais sans GNU Make.
Tags: Minor bugfixes
This release now builds without GNU Make.

2001-04-07 22:14
0.3.2

Diverses mises à jour internes, et compiler le support pour OpenBSD.
Tags: Minor bugfixes
Various internal updates, and compile support for OpenBSD.

Project Resources