Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
LINES=17
PLAYERS=/home/ah/players/
#while true;do
cd $PLAYERS
echo "-----------------------------------------------------------------------------"
echo -n 'Number of active players: '
#!/usr/bin/perl
=for comment
MUD<->IRC proxy
Presents MUD as an IRC server
Todo
----
#!/usr/bin/perl
=for comment
Multiplayer telnet-based Asteroids clone for Tektronix 4014 terminal emulation.
This runs as a daemon that people can telnet in to. It requires an xterm with Tektronix emulation.
Connected players can find each other on the map and co-operate.
.*\.afterdinnerconversation\..*
.*\.progressamerica\..*
.*\.partridge.tech
.*\.octaforge\..*
.*\coworker\.org
.*progressmerica\.us
.*rakutenservice-mail\.cc
.*mcdlv\.net
.*actionkit\.com
.*diba\.cat
To get this Linux x86-32 Firefox 86.0 to run on Slackware 14.2
and Zoom as of 3/15/2021
(past immediate linker errors, past the crash screen on startup)...:
https://www.mozilla.org/en-US/firefox/linux/
I installed all of these libraries and packages from the core distribution,
slackports, alien builds, and basically all the hell over, and I'm not sure
exactly which are and aren't needed (this also got Chromium going which was
more for testing because screw Google and Zoom getting past crashing after
Moved to http://github.com/scrottie/botrally
#!/usr/bin/perl
use strict;
use warnings;
use Carp;
$SIG{USR1} = \&Carp::confess;
$SIG{CHLD} = 'IGNORE';
use Net::LPR;
# 59 /data/apps/lib/perl5/site_perl/5.16.2/Dancer/Request.pm_153
# 57 /data/apps/lib/perl5/site_perl/5.16.2/DBIx/Class/SQLMaker.pm_247
# 37 /data/apps/lib/perl5/site_perl/5.16.2/DBIx/Class/Storage/DBI.pm_2395
# 36 /data/apps/lib/perl5/site_perl/5.16.2/DBIx/Class/ResultSet.pm_1272
# 30 /data/apps/lib/perl5/site_perl/5.16.2/x86_64-linux/DBI.pm_1293
# 27 /data/apps/lib/perl5/site_perl/5.16.2/x86_64-linux/DateTime.pm_435
# 18 /data/apps/lib/perl5/site_perl/5.16.2/Dancer/Request.pm_328
# 17 /data/apps/lib/perl5/site_perl/5.16.2/HTTP/Body.pm_107
# 12 /data/apps/lib/perl5/5.16.2/x86_64-linux/Encode.pm_129
# 10 /data/apps/lib/perl5/site_perl/5.16.2/Dancer/Request.pm_432
root@fluffy:/tmp# newfs_msdos -S 8192 -F 32 /dev/rsd3i
/dev/rsd3i: 1953286704 sectors in 244160838 FAT32 clusters (65536 bytes/cluster)
bps=8192 spc=8 res=4 nft=2 mid=0xf8 spt=63 hds=255 hid=16 bsec=1953525152 bspf=119220 rdcl=2 infs=1 bkbs=2
root@fluffy:/tmp# mount_msdos /dev/sd3i /mnt/flash
root@fluffy:/tmp# newfs_msdos -S $((8192*2)) -F 32 /dev/rsd3i'
/dev/rsd3i: 1953405920 sectors in 244175740 FAT32 clusters (131072 bytes/cluster)
bps=16384 spc=8 res=4 nft=2 mid=0xf8 spt=63 hds=255 hid=16 bsec=1953525152 bspf=59614 rdcl=2 infs=1 bkbs=2
root@fluffy:/tmp# mount_msdos /dev/sd3i /mnt/flash
mount_msdos: /dev/sd3i on /mnt/flash: not an MSDOS filesystem