Skip to content

Instantly share code, notes, and snippets.

View foliovision's full-sized avatar

Alec Kinnear foliovision

View GitHub Profile
@guycalledseven
guycalledseven / osx_yosemite_disable_features.sh
Last active August 16, 2021 01:57
Disabling OSX Yosemite annoyances / features I have no use of
# Tested on OSX Yosemite 10.10.4
# there is also an updated version (work in progress) for El Capitan here https://gist.github.com/guycalledseven/31ffe35eca056838b06b
# XXX TODO
# should I disable com.google.Keystone.Agent ??
# http://applehelpwriter.com/2014/07/13/how-to-remove-googles-secret-update-software-from-your-mac/
# Stop DS_Store file creation on network connections
# restart Finder afterwards
@bobhiler
bobhiler / swiftype-search-custom-modifications.php
Created September 26, 2012 19:54
Swiftype Search Custom Modifications
<?php
/*
Plugin Name: Swiftype Search Custom Modifications
Description: This custom plugin lets you add additional parameters/filters to your Swifttype-powered searches
Author: Bob Hiler
Version: 0.0.1
*/
$topic = $_GET[ 'topic' ];
@foliovision
foliovision / Textile.sh
Created November 8, 2011 17:35 — forked from dpk/Textile for BBEdit
Working version of Textile.sh filter for BBEdit/TextWrangler. http://foliovision.com/2011/11/08/textile-editing-bbedit
#!/usr/bin/php -q
<?php
// set to true to avoid ' and " converting to HTML special characters
@define('skip_glyphs', false);
// 3+ uppercase span tag is commented out, as everyone hates it
// instruction on how to use it available here: http://foliovision.com/2011/11/08/textile-editing-bbedit
// define these before including this file to override the standard glyphs