Skip to content

Instantly share code, notes, and snippets.

Shader "TextureMask"
{
Properties
{
_Mask ("Culling Mask", 2D) = "white" {}
@jkrup
jkrup / batchrenamepuzzle.txt
Created July 19, 2012 13:41
batch files to puzzle_#
I=0;for FILE in *; do let I++;mv $FILE puzzle$I.jpg;done
@jkrup
jkrup / ikiwiki.rb
Created June 23, 2012 08:12
ikiwiki brew formula
require 'formula'
class Ikiwiki < Formula
url 'http://ftp.de.debian.org/debian/pool/main/i/ikiwiki/ikiwiki_3.20120516.tar.gz'
homepage 'http://ikiwiki.info/'
head 'git://git.ikiwiki.info/'
depends_on 'Text::Markdown' => :perl
depends_on 'URI' => :perl
depends_on 'HTML::Parser' => :perl