Created
June 3, 2009 08:18
-
-
Save egi/122873 to your computer and use it in GitHub Desktop.
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
gist: 122861 | |
for i in `find . -name "*.png"` ; do optipng -o7 $i ; done | |
gist: 122859 | |
# coding: utf-8 | |
require "rango" | |
gist: 122851 | |
C:\Users\Luis>rb18 | |
C:\Users\Luis>set GEM | |
gist: 122843 | |
CmdUtils.CreateCommand({ | |
name: "toad", | |
takes: {}, | |
gist: 122836 | |
public class Optional<T> { | |
private final boolean isSet; | |
private final T value; | |
gist: 122830 | |
#!/bin/sh | |
test -d .git || { echo "Not a git repository"; exit 1 ; } | |
gist: 122829 | |
(defun anything-c-buffer-list () | |
"Return the list of names of buffers with boring buffers filtered out. | |
Boring buffers is specified by `anything-c-boring-buffer-regexp'. | |
gist: 122823 | |
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
gist: 122822 | |
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
gist: 122821 | |
#!/usr/bin/perl | |
use strict; | |
use warnings; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment