Skip to content

Instantly share code, notes, and snippets.

View jaconza's full-sized avatar

Jaco Nel jaconza

View GitHub Profile
@jaconza
jaconza / word_country_data.sql
Created October 24, 2011 15:21
MySQL script for creation and population of country, city and countryLanguage tables with the most popular cities and countries already inserted.
-- MySQL dump 10.13 Distrib 5.1.51, for pc-linux-gnu (i686)
--
-- Host: 127.0.0.1 Database: world
-- ------------------------------------------------------
-- Server version 5.1.51-debug-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
@jaconza
jaconza / prefixr.build.xml
Created February 23, 2012 21:38
Example ANT build file for usage of PrefixrAntTask
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Prefixr Example Usage" basedir="." default="prefix-css-files-override">
<!--
Initiate the task defnition, we do it up here so that we do not have to
do it in each targer
-->
<taskdef name="prefixr" classname="org.apache.tools.ant.taskdefs.Prefixr"
classpath="Prefixr.jar" />
<!-- An example of overriding the current css file.-->
@jaconza
jaconza / mustang.vim
Last active August 29, 2015 13:57
Mustang Vim Theme
" Maintainer: Henrique C. Alves (hcarvalhoalves@gmail.com)
" Version: 1.0
" Last Change: September 25 2008
set background=dark
hi clear
if exists("syntax_on")
syntax reset