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:
| ; functions | |
| gfxmode: | |
| xor ax,ax | |
| mov al,0x13 | |
| int 0x10 | |
| ret | |
| keypress: | |
| mov ah,0x00 |
I hereby claim:
To claim this, I am signing this object:
| #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 |
| require 'net/telnet' | |
| # ilo_powermeter.rb by Allison Rachel Fox | |
| # I release this file into the public domain | |
| # or CC0 in areas where there isn't one. | |
| # | |
| # Really dirt simple tool to fetch | |
| # power consumption information from | |
| # iLO. Logs in over telnet as SSH is | |
| # broken on iLO 2 due to a bug. |
| -- Default Text | |
| monitor = "back" | |
| radio = "top" | |
| m = peripheral.wrap(monitor) |
| automatic file healing | |
| hash the file, compare hash to known good file hash | |
| if file bad, split file by negotiated max block size, | |
| hash each block and find block(s) where hash failed. | |
| for each block, there is a failures value, when that value reaches | |
| MAX_FAILURES the entire block is considered bad and reloaded. | |
| in normal mode, the block is split in approximate half, and then if |