Skip to content

Instantly share code, notes, and snippets.

View dfalster's full-sized avatar

Daniel Falster dfalster

View GitHub Profile
@sway
sway / fontawesome.sty
Created July 12, 2012 23:14
FontAwesome mapping for XeLaTeX
% FontAwesome (http://fortawesome.github.com/Font-Awesome/) bindings for (Xe)LaTeX
% Author: Honza Ustohal <honza@egoistic.biz>
%
% Translation of FontAwesome's private range characters into XeTeX symbols. All icons are camel-cased and prefixed with 'fa', i.e. what was .icon-align-center the CSS version of FontAwesome becomes \faAlignCenter
% This might be reworked into a full blown package in the near future
%
% Prerequisite:
% XeLaTeX, FontAwesome installed as a system font accessible by XeLaTeX
%
% Usage:
@sckott
sckott / csvtoapi.md
Last active December 19, 2015 09:59
csv to api

Description of csv to api

The code that does the conversion from csv to api is written in php, see here https://github.com/project-open-data/csv-to-api

We just host their code on our hosted server at http://ropensci.org/

Then we build the URL (see bottom of page for possible arguments more generally)