free software resistance
the cost of computing freedom is eternal vigilance
### ci.fig
*original date:* sep 2015
*originally posted:* sep 2024
graphics demo:
```
z display
sa 100
cx arr times sa
cy arr times sa
cc arr times sa
function cir(x y c)
for p -3.1415 3.1415 .05
zx p times 10 cos times 2 int plus x
zy p times 10 sin times 2 int plus y
z pset zx zy c
next
fig
for r 1 sa 1
co randint 9 15
cc arrset r co
sx randint 5 750 #randint -5 5 divby 5 int plus
cx arrset r sx
sy randint 5 550
cy arrset r sy
z cir sx sy co
next
while
for r 1 sa 1
co arrget cc r
zx arrget cx r
sx randint -1 1 divby 1 int plus zx
cx arrset r sx
zy arrget cy r
sy randint -1 1 divby 1 int plus zy
cy arrset r sy
z cir zx zy 0
z cir sx sy co
next
z display
wend
```
license: 0-clause bsd
```
# 2015 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