Skip to content

Instantly share code, notes, and snippets.

View kmf's full-sized avatar
🍇
Grape expectations

Karl Fischer kmf

🍇
Grape expectations
View GitHub Profile
@kmf
kmf / .fonts.conf
Created July 3, 2013 06:19
My Fedora 19 font config ~/.config/fontconfig/fonts.conf
<?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>
/*
Buttondown
A Markdown/MultiMarkdown/Pandoc HTML output CSS stylesheet
Author: Ryan Gray
Date: 15 Feb 2011
Revised: 21 Feb 2012
Reworked for other purposes by Karl Fischer
Revised: 9 Jul 2013
#!/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.
#
@kmf
kmf / keybase.md
Last active August 29, 2015 14:03
For Keybase

Keybase proof

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:

@kmf
kmf / iso2wbfs
Last active August 29, 2015 14:15 — forked from openback/iso2wbfs
#!/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.
#
@kmf
kmf / organize.sh
Last active August 29, 2015 14:16 — forked from phunehehe/organize.sh
#!/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='
pdf
doc
'

Keybase proof

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 E8B5 2C5E 3CC7 7D85 4C1A BC05 3749 3CA2 C9BF 4BFE

To claim this, I am signing this object:

@kmf
kmf / sshplus.py
Created May 3, 2016 08:10 — forked from kepler/sshplus.py
SSHplus
#!/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
@kmf
kmf / form.json
Created August 30, 2016 18:37 — forked from anonymous/form.json
A saved configuration for a schema form example, http://textalk.github.io/angular-schema-form/examples/bootstrap-example.html
[
"*",
{
"type": "submit",
"title": "OK"
}
]
@kmf
kmf / .kitchen.local.yml
Created June 22, 2017 14:03 — forked from erichelgeson/.kitchen.local.yml
kitchen.local.yml cache chef package (simple)
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