public
Description: Generates ASCII tractors.
Homepage: http://www.vergenet.net/~conrad/software/tractorgen/
Clone URL: git://github.com/kfish/tractorgen.git
johnf (author)
Thu Dec 25 04:57:26 -0800 2008
commit  5eab5a0ab28618c33946b6d73ac5c871255632c4
tree    3b005d8923e647d64ec108ffef798544208d872a
parent  524284d318e98c0d17393483dc6c50798e70bb77
tractorgen / tractorgen.6
100644 86 lines (74 sloc) 3.209 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.\" tractorgen.6 March 2000
.\" Kbert conrad@vergenet.net
.\"
.\" tractorgen
.\" Generates ASCII tractors
.\" Copyright (C) 1999-2008 Conrad Parker <conrad@metadecks.org>
.\"
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of the
.\" License, or (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful, but
.\" WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
.\" General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
.\" 02111-1307 USA
.\"
.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.TH TRACTORGEN 6 "3th March 2000"
.SH NAME
tractorgen \- Generates ASCII tractors
.SH SYNOPSIS
\fBtractorgen [number of wheels]\fP
.SH DESCRIPTION
\fBtractorgen\fP generates ASCII tractors using the universal tractor
coefficient (TC). The intended audience is practical ASCII tractor
theorists and lay people interested in abstract tractor theory.
 
Before using this program, ensure that you understand the fundamental
theorem of ASCII tractor mechanics:
 
"ASCII Tractors must have at least four wheels." [1]
 
Note that this theorem applies to side-on views. No useful models of
two-sided ASCII tractors have been found, nor is there even any
concrete proof of their existence.
 
In keeping with this theorem, TRACTORGEN will politely inform the user
if any attempt to make tractors with less than four wheels is made
(by calling abort(3) and dumping core).
 
[1] See, for example, "Introductory ASCII tractor design, vols 3-7",
Blum&Merven, Slarken Press 1973.
.SH OPTIONS
.TP
\fBnumber of wheels\fP
If no argument is given, the optimal configuration of 7 is generated.
.SH USAGE
Tractorgen takes one argument. This argument is indirectly related
to the TC and is a cardinal enumerating the desired wheel
configuration.
 
For example, if you want a tractor with 5 wheels, type at the shell
prompt:
 
$ tractorgen 5
 
Conversely, if you want a tractor with 113 wheels, type:
 
$ tractorgen 113
 
Remember that tractors with large numbers of wheels may overflow the
width of your terminal, with unpredictable results. Actually, it will
probably just look like shit.
.SH FILES
.TP
None
.SH SEE ALSO
abort(3)
.SH WEBSITE
http://www.vergenet.net/~conrad/software/tractorgen/
.SH AUTHOR
.br
Conrad Parker <conrad@vergenet.net>
.SH LICENSE
.br
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file COPYING for details.
 
Though I have no idea why you'd want to do any of this.