Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import sys
import upsidedown
if len(sys.argv) < 2:
table = u'┻━┻'
diff --git a/Makefile.in b/Makefile.in
index f9f1d1d..b403e46 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
require "formula"
class AppleGdb < Formula
homepage "http://opensource.apple.com/"
url "http://opensource.apple.com/tarballs/gdb/gdb-2831.tar.gz"
sha1 "20f5077dd70fe72e08934ade48d85ed070861a88"
def install
cd "src" do
system "./configure", "--prefix=#{prefix}",
Index: nethack/src/dialog.c
===================================================================
--- nethack/src/dialog.c (revision e389814404adba27eaf9312d711cc7e8d3248650)
+++ nethack/src/dialog.c (revision 8771d1b602666bf76b6b47ddf95487b648e78d93)
@@ -215,5 +215,9 @@
{
int key;
- char prompt[strlen(query) + strlen(resp) + 8];
+ /*
+ * "query [resp] (y) \0"
Index: aimake
===================================================================
--- aimake (revision f7398705b8dfb758f58d64b769352a6488f99ec6)
+++ aimake (revision 04b98cb1c8d1dc0786ed2d3fbecf87f32a7dea3f)
@@ -269,4 +269,12 @@
=back
+=item B<--override-directory> I<key>=F<location>
+
+Change the directory for a specific value of the C<install_dir> option of an
Index: configure
===================================================================
--- configure (revision 1304)
+++ configure (revision 1307)
@@ -1652,6 +1652,97 @@
} # ac_fn_c_try_cpp
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
require "formula"
class Httrack < Formula
homepage "http://www.httrack.com/"
# Always use mirror.httrack.com when you link to a new version of HTTrack, as
# link to download.httrack.com will break on next HTTrack update.
url "http://mirror.httrack.com/historical/httrack-3.48.19.tar.gz"
sha1 "7df386a248444c599948dbc77ed705b101151ed4"
# Fix building on systems without strnlen; fixed upstream, will be in next release
require "formula"
class Gopher < Formula
homepage "http://gopher.quux.org:70/give-me-gopher/"
url "http://archive.ubuntu.com/ubuntu/pool/universe/g/gopher/gopher_3.0.13.tar.gz"
sha1 "112ad8f119d35e4aedfadf7b83387e175f27b5df"
def install
# This is tremendously ugly!
# Gopher includes stub headers for compatibility with various OSs, and
require "formula"
require "language/go"
class Terraform < Formula
homepage "http://www.terraform.io/"
url "https://github.com/hashicorp/terraform/archive/v0.2.1.tar.gz"
sha1 "f2772e785bfc2e409a3578c41557ba1988aa3153"
depends_on "go" => :build
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f1531a..59ba4b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.6)
project(c10t)
-set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules;${CMAKE_MODULE_PATH}")
+set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}")