Download List

Project Description

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.

System Requirements

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

This release reworks the scrambling procedure. Now, only two
assignments are performed to the array for each line, instead of
three.
Tags: Code cleanup

2002-09-07 01:09
0.4.1

bogosort --help now works again.
Tags: Minor bugfixes

2002-09-05 01:44
0.4.0

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.
Tags: Major bugfixes

2001-08-01 15:55
0.3.3

This release now builds without GNU Make.
Tags: Minor bugfixes

2001-04-07 22:14
0.3.2

Various internal updates, and compile support for OpenBSD.
Tags: Minor bugfixes

Project Resources