Skip to content

Instantly share code, notes, and snippets.

View maceratta's full-sized avatar

Pedro Maceratta maceratta

  • Maceratta Consulting
  • Sydney, Australia
View GitHub Profile
@maceratta
maceratta / australian-postcodes.sql
Created March 12, 2019 04:15 — forked from randomecho/australian-postcodes.sql
Australian postcodes (with states and suburb names) geocoded with latitude and longitude.
/*
Taken and cribbed from blog.datalicious.com/free-download-all-australian-postcodes-geocod
May contain errors where latitude and longitude are off. Use at own non-validated risk.
*/
SET NAMES utf8;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
DROP TABLE IF EXISTS postcodes_geo;
@maceratta
maceratta / .gitignore
Created May 16, 2018 00:58 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #