Skip to content

Instantly share code, notes, and snippets.

@benizar
benizar / GraticuleBuilder.cs
Last active December 25, 2015 06:29
This class creates simple-shape spatial tesellations such as rectangles, triangles and hexagons for GIS applications. Use this class in combination with the "GraticuleBuilder" class. Want more info? Check gisandchips.org: http://www.gisandchips.org/2012/11/21/crear-teselaciones-repitiendo-formas-hasta-decir-%C2%A1basta/
//GraticuleBuilder class for creating tessellations.
//Copyright (C) 2012 Benito M. Zaragozi
//Authors: Benito M. Zaragozi­ (www.gisandchips.org)
//Send comments and suggestions to benito.zaragozi@ua.es
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
//the Free Software Foundation, either version 3 of the License, or
//(at your option) any later version.
//
//This program is distributed in the hope that it will be useful,
@benizar
benizar / MyGeometricShapeFactory.cs
Last active December 25, 2015 06:29
This class creates simple-shape spatial tesellations such as rectangles, triangles and hexagons for GIS applications. Use this class in combination with the "MyGeometryShapeFactory". Want more info? Check gisandchips.org: http://www.gisandchips.org/2012/11/21/crear-teselaciones-repitiendo-formas-hasta-decir-%C2%A1basta/
//MyGeometricShapeFactory class for creating tessellations.
//Copyright (C) 2012 Benito M. Zaragozi­
//Authors: Benito M. Zaragozi­ (www.gisandchips.org)
//Send comments and suggestions to benito.zaragozi@ua.es
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
//the Free Software Foundation, either version 3 of the License, or
//(at your option) any later version.
//
@benizar
benizar / IDcardswithQRcodes.tex
Last active December 24, 2015 20:49
This TeX code generates a series of ID cards with QR codes for your conference assistants. You will need to add your own background image (fondoTarjeta).
\documentclass[a4paper,12pt]{article}
\usepackage[english,spanish]{babel}
\usepackage[utf8]{inputenc}
%Load layout and data packages
\usepackage{fullpage}
\usepackage{filecontents}
\usepackage{csvtools}
\usepackage{eso-pic}
\usepackage{graphicx}