Skip to content

Instantly share code, notes, and snippets.

View argent-smith's full-sized avatar
🐪
OCaml & Coq while not @ work

Pavel Argentov argent-smith

🐪
OCaml & Coq while not @ work
View GitHub Profile
@argent-smith
argent-smith / Rakefile
Created April 9, 2011 07:53
An example of Rakefile of a Jekyll site which sets LANG before doing site generation.
require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/gempackagetask'
require 'rake/testtask'
LANG = "ru_RU.UTF-8"
SET_CMD = case RUBY_PLATFORM
when /mingw32/ then "set"
@argent-smith
argent-smith / mkdomains_idn_master
Created November 13, 2010 15:45
a ruby script to generate IDN BIND configuration
#!/usr/bin/env ruby18
#
# == IDN zone generator
#
# = Usage:
#
# $ mkdomains_idn крутой.домен.рф ...
#
# = What does it do?
#