Skip to content

Instantly share code, notes, and snippets.

View Sumolari's full-sized avatar

Lluís Ulzurrun de Asanza Sàez Sumolari

View GitHub Profile
@Sumolari
Sumolari / INSTALL.md
Last active August 29, 2015 14:22 — forked from sztupy/INSTALL.md

rage-quit plugin for oh-my-zsh

based on rage-quit support for bash

HOW TO INSTALL

Put the files below inside ~/.oh-my-zsh/custom/plugins/fuck

Also chmod a+x the flip command.

@Sumolari
Sumolari / gist:4e0a5c6cdb4fa47b0cb2db8dafe5056a
Created January 17, 2017 16:25 — forked from rsattar/gist:b06060df7ea293b398d1
Convert CLLocation and CLHeading into GPS metadata
// Inspired by: http://stackoverflow.com/a/5314634/9849
// Simplified if-statements
// Updated to "modern" syntax
// Support optional CLHeading
// Support degree-of-precision
//
// This dictionary should then be added to the normal
// metadata using the kCGImagePropertyGPSDictionary key
- (NSDictionary *)GPSDictionaryForLocation:(CLLocation *)location heading:(CLHeading *)heading
{