Skip to content

Instantly share code, notes, and snippets.

@simos
simos / language.txt
Created March 20, 2012 12:41
i18n/language.txt
# Default language for installer images built with this defaults package.
# Note that the defaults package itself does not configure the locale, this
# only gets effective for image builds.
#
# Format: single line with language code (or ll_CC for the languages like zh
# which have two major codes like zh_CN or zh_TW). See /isolinux/langlist on a
# Ubuntu live CD for the complete list.
#
# Example:
# de
@simos
simos / gist:1876756
Created February 21, 2012 14:16 — forked from defunkt/gist:2059
def explain!
puts 'Want to embed this Gist?'
puts 'Use this: <script src="http://gist.github.com/2059.js"></script>'
end
explain!
@simos
simos / gist:1876740
Created February 21, 2012 14:11 — forked from defunkt/gist:2059
def explain!
puts 'Want to embed this Gist?'
puts 'Use this: <script src="http://gist.github.com/2059.js"></script>'
end
/* This is a second test /*
@simos
simos / mytest.py
Created February 21, 2012 14:10
Python hello world
print "Αυτή είναι μια δοκιμή"