Skip to content

Instantly share code, notes, and snippets.

@klaw23
klaw23 / AutoStretchButton.h
Created July 31, 2012 02:01
A subclass of UIButton that automatically stretches the background images for all button states.
#import <UIKit/UIKit.h>
@interface AutoStretchButton : UIButton
// Call this if you modify the background images after initialization.
- (void)autoStretch;
@end
@doobeh
doobeh / ipn.py
Created February 20, 2012 15:39
PayPal Flask IPN Engine
# -*- coding: utf-8 -*-
"""
IPN Engine
~~~~~~~~~~
PayPal's Instant Payment Notification (IPN) helps integrate PayPal more
deeply into your web application. When activated, PayPal will send a
POST request to a specified URL when a transaction's status changes.
The most obvious use is to trigger a state change, enable an account,