free software resistance
the cost of computing freedom is eternal vigilance
### fltext.fig
*original date:* nov 2017
*originally posted:* oct 2024
fltext.fig:
```
#### license: creative commons cc0 1.0 (public domain)
#### creativecommons.org/publicdoma…
proginf "floral 2017 mn"
textmode
for fl 1 15 1
rf randint 5 10 ## radius
sf rf divby 2 int ## range of radius change
xmin rf plus sf
xmax xmin times -1 plus 100
ymin rf plus sf
ymax ymin times -1 plus 60
pc randint 5 9 ## petal count
xc randint xmin xmax ## horiz location
yc randint ymin ymax ## vert location
cb randint 9 14
for p -3.14159 3.14159 0.00076698974609375 # 3.14159 / 2**12
r p times pc sin times sf plus rf plus 2
x p cos times r plus xc int
y p sin times r plus yc int
now line x y xc yc 15
next
for p -3.14159 3.14159 0.00076698974609375 # 3.14159 / 2**12
r p times pc sin times sf plus rf
x p cos times r plus xc int
y p sin times r plus yc int
now line x y xc yc cb
next
next
now lineinput
```
license: 0-clause bsd
```
# 2017 mn
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```
=> https://freesoftwareresistance.neocities.org