Skip to content

Instantly share code, notes, and snippets.

View gglanzani's full-sized avatar

Giovanni Lanzani gglanzani

View GitHub Profile
@gglanzani
gglanzani / fontforge.log
Created August 6, 2012 09:53
fontforge log
==> Downloading http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-20110222.tar.bz2
Already downloaded: /Library/Caches/Homebrew/fontforge-20110222.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/fontforge/20110222 --enable-double --without-freetype-bytecode --with-python-headers=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 --with-python-lib=-lpython2.7 --enable-pyextension
==> make
( cd Unicode ; make )
ln -s ./po/*.po po
ln: po/de.po: File exists
ln: po/el.po: File exists
ln: po/en_GB.po: File exists
ln: po/es.po: File exists
@gglanzani
gglanzani / gist:3224737
Created August 1, 2012 07:56
Export your collection of papers in Papers to BibTeX
-- the following variable allows to choose what we want to export
-- it can be "Selected Papers Only", "Selected Collection" or "Entire Library"
set myDesiredSaveRange to "Selected Collection"
-- the following variable allows is the path where we save the bib file
set myPath to "~/Desktop/from_papers.bib"
-- do we also have a prettifier?
set runPrettifier to true
-- path to it
@gglanzani
gglanzani / brettquix.txt
Created July 18, 2012 09:38 — forked from ttscoff/brettquix.txt
Gio's Quix File
@Gio's searches
@Gio's custom searches
go https://duckduckgo.com/?q=%21%20%s Open first result (DuckDuckGo)
b https://duckduckgo.com/?q=%21%s Bang search (DuckDuckGo)
grep https://www.cueup.com/?q=%s&fq=1 Greplin
ss https://duckduckgo.com/site:%d%20%s Current site (DuckDuckGo)
gh http://github.com/search?q=%s&type=Everything&repo=&langOverride=&start_value=1 Search GitHub (everything)
hints http://hints.macworld.com/search.php?query=%s&keyType=all&datestart=&dateend=&topic=0&type=stories&results=50&mode=search Search Mac OS X Hints
mu http://www.macupdate.com/find/mac/%s Search MacUpdate (Software)
jq http://api.jquery.com/?ns0=1&s=%s&go= Search jQuery API docs
@gglanzani
gglanzani / Output.log
Created November 25, 2011 16:12
brew install cclive
==> Downloading http://cclive.googlecode.com/files/cclive-0.6.5.tar.bz2
File already downloaded in /Users/gio/Library/Caches/Homebrew
==> ./configure --disable-debug --prefix=/usr/local/Cellar/cclive/0.6.5
==> make install
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/cclive.rb#L13
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: ed55d2f4bb8135b1330107410b807656e8df2285
HOMEBREW_PREFIX: /usr/local
@gglanzani
gglanzani / backup.sh
Created August 5, 2011 10:51
My rsync script to backup my data
#!/bin/bash
# backup-script for rsync/osx
#
#
#
# ----- Set Default Parameters -----
#
# folders to backup..
#!/usr/bin/ruby
%w[fileutils ftools set zlib].each do |filename|
require filename
end
# Load the Marshal dump to a hash
def load file_name
begin
file = Zlib::GzipReader.open(file_name)