Skip to content

Instantly share code, notes, and snippets.

@yjkogan
yjkogan / NSDateRFC1123.h
Last active December 30, 2015 21:09 — forked from mro/NSDateRFC1123.h
//
// NSDateRFC1123.h
// Filmfest
//
// Created by Marcus Rohrmoser on 19.08.09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
// Updated by Yonatan Kogan @Optimizely on 2013-12-9
//
#import <Foundation/Foundation.h>
#!/usr/bin/python
"""
These commands can be run from the src/script directory, which makes remote_gae availble.
Important: Please use the Remote API with extreme caution, since it affects our production servers and Datastore.
Changes made to the production Datastore are often irreparable.
References:
* https://developers.google.com/appengine/articles/remote_api
* https://developers.google.com/appengine/docs/python/tools/remoteapi