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
cocos2d-iphone template installer | |
Installing Xcode 4 cocos2d iOS template | |
---------------------------------------------------- | |
...creating destination directory: /Users/ming/Library/Developer/Xcode/Templates/cocos2d/ | |
...copying cocos2d files | |
...copying cocoslive files |
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
GIT_TRACE=true | |
export GIT_TRACE |
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
NSDate *date = [NSDate date]; | |
NSMutableURLRequest *connectionRequest = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:submitUrl] cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:15.0]; | |
[connectionRequest setHTTPMethod:@"POST"]; | |
NSString *dataString = [NSString stringWithString:@"u="]; | |
dataString = [dataString stringByAppendingString:[self getUsername]]; | |
dataString = [dataString stringByAppendingString:@"&s="]; | |
dataString = [dataString stringByAppendingString:md5ResponseHash]; | |
dataString = [dataString stringByAppendingString:@"&a[0]="]; | |
dataString = [dataString stringByAppendingString:Artist]; | |
dataString = [dataString stringByAppendingString:@"&t[0]="]; |
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
$ git clone git://github.com/couchone/pages.git | |
Initialized empty Git repository in /home/ming/couchapp/pages/.git/ | |
remote: Counting objects: 888, done. | |
remote: Compressing objects: 100% (426/426), done. | |
remote: Total 888 (delta 375), reused 852 (delta 352) | |
Receiving objects: 100% (888/888), 144.51 KiB | 57 KiB/s, done. | |
Resolving deltas: 100% (375/375), done. | |
$ cd pages | |
$ couchapp init | |
$ couchapp push . http://ming:[email protected]:59840/pages |
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
$ git clone https://github.com/jchris/twebz.git | |
Initialized empty Git repository in /home/ming/couchapp/twebz/.git/ | |
remote: Counting objects: 1721, done. | |
remote: Compressing objects: 100% (729/729), done. | |
remote: Total 1721 (delta 630), reused 1717 (delta 630) | |
Receiving objects: 100% (1721/1721), 201.87 KiB | 50 KiB/s, done. | |
Resolving deltas: 100% (630/630), done. | |
$ cd twebz | |
$ couchapp init | |
$ couchapp push . http://url0.info:59840/twebz |
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
$ git push heroku master | |
Counting objects: 12, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (8/8), done. | |
Writing objects: 100% (8/8), 735 bytes, done. | |
Total 8 (delta 5), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Play! app detected | |
-----> WARNING: Play! version not specified in dependencies.yml. Default version: 1.2.4 being used.... |
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
$ git push heroku master | |
Counting objects: 7, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (4/4), done. | |
Writing objects: 100% (4/4), 378 bytes, done. | |
Total 4 (delta 3), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Play! app detected | |
-----> WARNING: Play! version not specified in dependencies.yml. Default version: 1.2.4 being used.... |
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
$ git push heroku master | |
Counting objects: 7, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (4/4), done. | |
Writing objects: 100% (4/4), 378 bytes, done. | |
Total 4 (delta 3), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Play! app detected | |
-----> WARNING: Play! version not specified in dependencies.yml. Default version: 1.2.4 being used.... |
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
1. Get your python and easy_install ready (setuptools on http://pypi.python.org/pypi/setuptools) | |
2. get python dev environment ready as follow; | |
$ sudo yum install gcc python-develpymongo | |
install pymongo (download from http://download.fedora.redhat.com/pub/epel/5/i386/) | |
3. Then, install following packages. |
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
1. Get your python and easy_install ready (setuptools on http://pypi.python.org/pypi/setuptools) | |
2. get python dev environment ready as follow; | |
$ sudo yum install gcc python-develpymongo | |
install pymongo (download from http://download.fedora.redhat.com/pub/epel/5/i386/) | |
3. Then, install following packages. |