I hereby claim:
- I am kmf on github.
- I am kmf (https://keybase.io/kmf) on keybase.
- I have a public key whose fingerprint is 2BB6 D8B8 E7D4 4D7D 0D8E A198 4397 33F6 34DB 9E1E
To claim this, I am signing this object:
#!/bin/sh | |
# Organize files by file extension | |
# Written in answer to http://unix.stackexchange.com/q/19110/250 | |
# Configuration (feel free to add your types and change the path) | |
DOCUMENTS=' | |
doc | |
' |
#!/bin/bash | |
#=============================================================================== | |
# | |
# FILE: iso2wbfs | |
# | |
# USAGE: ./iso2wbfs [option] FILE... [wbfs directory] | |
# | |
# DESCRIPTION: Uses wit to convert one or more Wii ISO into a WBFS file | |
# properly named for use on non-WBFS partitions. | |
# |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# | |
# transcode-video.sh | |
# | |
# Copyright (c) 2013-2014 Don Melton | |
# | |
# This script uses `HandBrakeCLI` (see: <http://handbrake.fr/>) to transcode a | |
# video file or disc image directory into a format and size similar to videos | |
# available for download from the iTunes Store. | |
# |
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<match target="font"> | |
<edit name="autohint" mode="assign"> | |
<bool>true</bool> | |
</edit> | |
<edit name="hinting" mode="assign"> | |
<bool>true</bool> | |
</edit> |