Skip to content

Instantly share code, notes, and snippets.

%h1 Prospects
- unless @prospects.empty?
%table
%tr
%th Organization
%th Location
%th Url
%th Org url
- for stage, prospects in @prospects_by_stage
module Make (Loc : Sig.Loc) : Sig.Camlp4Token with module Loc = Loc;
@bkudria
bkudria / gist:7556
Created August 27, 2008 18:48 — forked from pauldix/gist:7549
require 'benchmark'
require 'rubygems'
require 'json'
require 'yaml'
include Benchmark
benchmark_iterations = 1
large_single_dimension_array = [42, 123.123, :foobar] * 5000
large_single_dimension_hash = {}
10000.times do |i|
<?php
// Guess the invalid PHP!
class Printer {
function __construct($num) {
$this->num = $num;
}
function printing($num = $this->num)
"\e[B": history-search-forward
"\e[A": history-search-backward
[core]
editor = nano
pager = less
whitespace = trailing-space,space-before-tab,indent-with-non-tab
[color]
diff = auto
status = auto
branch = auto
interactive = auto