6 | 6 |
copyrighted by their original authors. See the file LICENSE for more
|
7 | 7 |
information.
|
8 | 8 |
|
9 | |
NOTE: in the interests of improving the general experience of exploring
|
|
9 |
**NOTE**: in the interests of improving the general experience of exploring
|
10 | 10 |
these examples, some buggy and/or bitrotting examples have been removed
|
11 | 11 |
in the 2.25 release. Refer to the 2.24 release if you wish to find them.
|
12 | 12 |
|
13 | |
NOTE: many of these programs were developed on interpreters that did not
|
|
13 |
**NOTE**: many of these programs were developed on interpreters that did not
|
14 | 14 |
produce warnings. When running them with `bef` it is recommended to
|
15 | 15 |
suppress extraneous output with `bef -q`.
|
16 | 16 |
|
17 | |
NOTE: dates are given in Month/Day/Year Minus 1900 format, and many of
|
|
17 |
**NOTE**: dates are given in Month/Day/Year Minus 1900 format, and many of
|
18 | 18 |
these dates are questionable, especially when Day is 1.
|
|
19 |
|
|
20 |
**NOTE**: Sierpinski is normally spelt with a "i" as the second letter,
|
|
21 |
contrary to several of the descriptions below.
|
19 | 22 |
|
20 | 23 |
| Name | License | Author | Date | Notes |
|
21 | 24 |
| -------------------------- | ------- | ------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
93 | 96 |
| [selflis5.bf](selflis5.bf) | | David Johnston | 5/7/97 | Crammed (14x6) self-listing program.
|
94 | 97 |
| [selflis6.bf](selflis6.bf) | | Denis Moskowitz | 5/8/97 | 14-byte quine. This was submitted as a tiny fix to `selflis3.bf` which makes it reproduce itself exactly.
|
95 | 98 |
| [selflist.bf](selflist.bf) | CC0 | Dmitry M Litvinov | 2/21/96 | A self-reproducing Befunge program, 13x4.
|
96 | |
| [serp.bf](serp.bf) | | Kevin Vigor | 4/9/97 | Generates and prints a Serpinsky triangle, a simple type of fractal. Since the resolution is 20x30, the detail of the fractal isn't really visible, but hey, what can you do?
|
97 | |
| [serp2.bf](serp2.bf) | | Kevin Vigor | 4/10/97 | Improved Serpinsky Triangle generator.
|
|
99 |
| [serp2.bf](serp2.bf) | | Kevin Vigor | 4/9/97 | Generates and prints a Serpinsky triangle, a simple type of fractal. Since the resolution is 20x30, the detail of the fractal isn't really visible, but hey, what can you do? This is the second revision, released 4/10/97, which is Improved.
|
98 | 100 |
| [sinus.bf](sinus.bf) | CC0 | Dmitry M Litvinov | 12/1/96 | Program to generate sine wave patterns. Based on cos(a+b)=cos(a)\*cos(b)-sin(a)\*sin(b) and sin(a+b)=sin(a)\*cos(b)+cos(a)\*sin(b). sin and cos values are kept in one stack cell = abs(sin) \* 2\^16 + abs(cos).
|
99 | 101 |
| [sort.bf](sort.bf) | | Kalyna Zazelenchuk | 9/5/93 | Same as anagram.bf, except sorts the letters of your word in ascending order.
|
100 | 102 |
| [surprise.bf](surprise.bf) | | Timothy Howe | 11/26/96 | A big surprise.
|