- Perl 74.7%
- Shell 19.3%
- C 4.6%
- Makefile 1.4%
| .gitignore | ||
| encode.pl | ||
| hf1 | ||
| lastfm.pl | ||
| LICENSE | ||
| Makefile | ||
| purr.c | ||
| purrforme | ||
| README.md | ||
| servctl | ||
| sexagesimal.pl | ||
| sort.pl | ||
| sweecrypt.pl | ||
| utilities.h | ||
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.