See comments in the files for explanation. This works flawlessly for me on MediaTemple + Git(Hub).
- SSH into your MediaTemple server.
- Put your public key into ~/.ssh/authorized_keys2 with mode 0600
| #import <Foundation/Foundation.h> | |
| @interface UIImage (Extensions) | |
| + (UIImage*)blankImage:(CGSize)_size; | |
| + (UIImage*)blankImage:(CGSize)_size withColor:(UIColor*)_color; | |
| @end |
| <?php | |
| // SETUP: | |
| // 1. Customize all the settings (stripe api key, email settings, email text) | |
| // 2. Put this code somewhere where it's accessible by a URL on your server. | |
| // 3. Add the URL of that location to the settings at https://manage.stripe.com/#account/webhooks | |
| // 4. Have fun! | |
| // set your secret key: remember to change this to your live secret key in production | |
| // see your keys here https://manage.stripe.com/account |
| #!/usr/bin/env python2 | |
| """ | |
| Other Repositories of python-ping | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| * https://github.com/l4m3rx/python-ping supports Python2 and Python3 | |
| * https://bitbucket.org/delroth/python-ping | |
| <?php defined('SYSPATH') or die('No direct access allowed.'); | |
| /** | |
| * Ajax Template Controller template | |
| * | |
| * @package Templates | |
| * @author Sergei Gladkovskiy <smgladkovskiy@gmail.com> | |
| */ | |
| abstract class Controller_Ajax_Template extends Controller { |