View gist:0fc38271f38847233717
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[10pt,a4paper]{article} | |
% Packages | |
\usepackage{fancyhdr} % For header and footer | |
\usepackage{multicol} % Allows multicols in tables | |
\usepackage{tabularx} % Intelligent column widths | |
\usepackage{tabulary} % Used in header and footer | |
\usepackage{hhline} % Border under tables | |
\usepackage{graphicx} % For images | |
\usepackage{xcolor} % For hex colours |
View nginx.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
require 'formula' | |
class Nginx < Formula | |
homepage 'http://nginx.org/' | |
url 'http://nginx.org/download/nginx-1.4.4.tar.gz' | |
sha1 '304d5991ccde398af2002c0da980ae240cea9356' | |
devel do | |
url 'http://nginx.org/download/nginx-1.5.10.tar.gz' |