Skip to content

Instantly share code, notes, and snippets.

@killingmichael
killingmichael / InflatePVRCCZTexture.rb
Created July 7, 2012 23:49
Convert a .pvr.ccz texture to an decompressed / inflated .pvr texture
#
# InflatePVRCCZTexture.rb - By Michael J. Sikorsky @robotsNpencils
# Converts .pvr.ccz textures to .pvr
#
# Usage: ruby InflatePVRCCZTexture.rb {INPUT FILE.pvr.ccz} {OUTPUT FILE.pvr}
# Example:
# ruby InflatePVRCCZTexture.rb agametexture.pvr.ccv agametexture.pvr
#
# README:
@killingmichael
killingmichael / Thanks for all the art and code.
Created October 6, 2011 13:04
Steve Jobs - 1995 - 2011
- (void)viewDidLoad
{
[super viewDidLoad];
//
// Steve Jobs, 1955 - 2011
// Thanks for all the art and code.
//
self.view.backgroundColor = [UIColor blackColor];
NSURL *url = [NSURL URLWithString:@"http://bit.ly/odIGvG"]; // Credit: Jonathan Mak - http://jmak.tumblr.com/post/9377189056