Skip to content

Instantly share code, notes, and snippets.

View mindbrix's full-sized avatar

Nigel Timothy Barber mindbrix

View GitHub Profile
@mindbrix
mindbrix / UIView+Geometry.h
Created June 3, 2013 16:24
UIView+Geometry
//
// UIView+Geometry.h
// Swipe To Scrub
//
// Created by Nigel Barber on 29/10/2012.
// Copyright (c) 2012 Mindbrix. All rights reserved.
//
#import <UIKit/UIKit.h>
@mindbrix
mindbrix / UIView+getUIColor.h
Created March 30, 2011 15:57
A UIImage category to read a single pixel as a UIColor
//
// UIView+getUIColor.h
// PRL_iPad_Catalogue
//
// Created by Nigel Barber on 30/03/2011.
// Copyright 2011 Mindbrix. All rights reserved.
//
@interface UIImage (getUIColor)
@mindbrix
mindbrix / picasaUtilities.php
Created November 28, 2010 12:23
A simple utility to extract an array of full size Picasa web image URLs for a given user and album. Written for http://vectoria.co.uk/gallery/
<?php
// http://code.google.com/p/picasaphp/
//
require_once("Picasa.php" );
/* Return an array of full size Picasa web image URLs
*
* Written for http://vectoria.co.uk/gallery/