This file contains hidden or 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
| Shader "TextureMask" | |
| { | |
| Properties | |
| { | |
| _Mask ("Culling Mask", 2D) = "white" {} |
This file contains hidden or 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
| I=0;for FILE in *; do let I++;mv $FILE puzzle$I.jpg;done |
This file contains hidden or 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
| 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 |
NewerOlder