Skip to content

Instantly share code, notes, and snippets.

SunVox Cheatsheet

inputting notes

a track is made up of this

note

#!/usr/bin/env perl
# pdown - Perl porn downloader
# by foxwolfblood
#
# yes this script is mostly for downloading furry porn...
# you can use it for whatever kind of porn you like though
# if you use the imgur part... its mostly so i can copy links
@foxiepaws
foxiepaws / v4.txt
Created December 7, 2012 17:16
My hosts.shit file
This file has been truncated, but you can view the full file.
127.0.0.1 goatse.cx
127.0.0.1 www.goatse.cx
127.0.0.1 oralse.cx
127.0.0.1 www.oralse.cx
127.0.0.1 goatse.ca
127.0.0.1 www.goatse.ca
127.0.0.1 oralse.ca
127.0.0.1 www.oralse.ca
127.0.0.1 goat.cx
127.0.0.1 www.goat.cx
use strict;
use warnings;
use utf8;
use Irssi;
use Data::Dumper;
###
# Fix ZNC send_own_messages
; functions
gfxmode:
xor ax,ax
mov al,0x13
int 0x10
ret
keypress:
mov ah,0x00
set -g default-terminal "screen-256color"
set -g status-bg darkgray
source-file /home/fox/.tmux/tmuxcolors-256.conf
# Reload source file
bind-key r source-file ~/.tmux.conf \; display-message "Configuration reloaded"

Keybase proof

I hereby claim:

  • I am foxiepaws on github.
  • I am foxiepaws (https://keybase.io/foxiepaws) on keybase.
  • I have a public key ASDGKVTpe3JY9RBf2noR1L9bU9I2fQaBPpdxIwE4tEMTsgo

To claim this, I am signing this object:

setting up irssi and scripts

Get scripts and enable things

  1. create needed directory mkdir -p $HOME/.irssi/scripts/autorun
  2. switch to directory then download and symlink scripts

    cd $HOME/.irssi/scripts

#lang typed/racket
; very quick and dirty bot for doing kinda a
; channel/user description thing
; author: Rachel Fae Fox
(require typed/irc/main
typed/irc/irc-message
typed/db)
#!/usr/bin/env perl
########################################################################
# Filename: quickrelay.pl
# Description: A relay bot we wrote when anthrochat broke badly and
# wasn't fixed for days (still not fixed as of writing
# this!)
# Version: 1.0.0
# Created: Mon Feb 27 01:52:10 2017
# Revision: None