This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSDateRFC1123.h | |
// Filmfest | |
// | |
// Created by Marcus Rohrmoser on 19.08.09. | |
// Copyright 2009 __MyCompanyName__. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> |