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:
| <?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> |
| #!/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. | |
| # |
I hereby claim:
To claim this, I am signing this object:
| #!/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. | |
| # |
| #!/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 | |
| ' |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # SSHplus | |
| # A remote connect utlity, sshmenu compatible clone, and application starter. | |
| # | |
| # (C) 2011 Anil Gulecha | |
| # Based on sshlist, incorporating changes by Benjamin Heil's simplestarter | |
| # | |
| # This program is free software: you can redistribute it and/or modify |
| [ | |
| "*", | |
| { | |
| "type": "submit", | |
| "title": "OK" | |
| } | |
| ] |
| driver: | |
| synced_folders: [ | |
| ["./chef-installer", "/tmp/chef-installer"] | |
| ] | |
| provisioner: | |
| chef_omnibus_url: file:///tmp/chef-installer/install.sh # curl can accept a local file:// url |