free software resistance
the cost of computing freedom is eternal vigilance
### mkgem.fig
*original date:* jan 2023
*originally posted:* oct 2024
mkgem.fig:
```
function proceach t
now t rtrim
ifequal now ""
now return ""
next
countsp 0
addc ""
fileinfo ""
b ""
forin each t
notsp instr each " " not
ifequal b " "
iftrue notsp
now countsp plus 1 swap now countsp
next
next
now addc plus each swap now addc
ifequal countsp 10
fileinfo addc
addc each
countsp 11
next
b each
next
fixedname split addc " " join fixedname "%20"
outp "=> " plus fixedname plus " " plus t
now return outp
next
ps arrstdin
forin each ps
now proceach each print
next
```
license: 0-clause bsd
```
# 2023 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