Skip to content

Instantly share code, notes, and snippets.

View afeblot's full-sized avatar

Alexandre Feblot afeblot

View GitHub Profile
@asimjalis
asimjalis / python-zip.md
Created December 7, 2012 23:33
How to deploy a Python application as a zip file

How to deploy a Python application as a zip file

by Asim Jalis, MetaProse.com

Create a file __main__.py containing:

print "Hello world from Python"

Zip up the Python files (in this case just this one file) into app.zip by typing:

@mzcu
mzcu / AddCountryCode.scpt
Created September 23, 2012 15:01
Add country code to OS X Address book entries
(*
AddCountryCode.scpt
=====================
Customization of Andreas Amann's script posted on https://discussions.apple.com/message/9169756#9169756
Description
------------