little scripts i don't think need their own repo go here
  • Perl 74.7%
  • Shell 19.3%
  • C 4.6%
  • Makefile 1.4%
Find a file
2026-04-25 10:49:02 +02:00
.gitignore help but better now 2026-04-01 13:53:45 +01:00
encode.pl no subroutines? 2026-04-04 20:55:56 +01:00
hf1 executable 2026-02-19 13:05:46 +00:00
lastfm.pl Update lastfm.pl 2026-04-25 10:49:02 +02:00
LICENSE Update LICENSE 2026-03-08 10:46:10 +01:00
Makefile good cc check 2026-03-19 18:12:06 +00:00
purr.c can it cc 2026-03-20 09:16:05 +00:00
purrforme purrforme: it purrs in tk 2026-04-18 11:46:28 +01:00
README.md lastfm.pl: fetches current playing song with last.fm 2026-04-05 14:08:50 +01:00
servctl executable 2026-02-19 13:05:46 +00:00
sexagesimal.pl help but better now 2026-04-01 13:53:45 +01:00
sort.pl strict ?! 2026-02-18 14:31:44 +00:00
sweecrypt.pl shift, utilities has extra types 2026-04-15 21:25:00 +01:00
utilities.h shift, utilities has extra types 2026-04-15 21:25:00 +01:00

allsorts

this is a repo of shit we're proud of, but don't really feel like putting in their own repo

encode.pl

this encodes text into invisible characters to sneak past moderation o.o

hf1

this is a small fetching program, based on the original hfetch!

lastfm.pl

uses Net::LastFM to fetch current playing song [.lastfm holds your last.fm username, .key is your key and .secret is your secret]

purr.c

this is a program that generates purrs of various lengths and sizes. it may even suffix a ~w~ if it feels sufficiently pleased! how cute!

servctl

this is a small script that i use on runit systems which interfaces with some tasks relating to service management.

sexagesimal.pl

this is a binary-coded sexagesimal clock! it has a nice little border around it to make it all fancy!

sort.pl

this is a benchmarking tool for 3 sorting algorithms: shell sort [the most effective one that can be implemented by hand], bubble sort [ineffective but the most simple] and merge sort [generally the best, default in perl]!

sweecrypt.pl

this is just a reimplementation of swee's sweecrypt in perl.