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
find . '(' -name '*.h' '-or' -name '*.m' ')' -exec cat {} \; | wc -l |
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
{ | |
"status": true, | |
"data": { | |
"articleId": 1, | |
"articleTitle": "Bla bla", | |
"author": "Bob", | |
"imageUrl": "http://www.google.com/thumb.jpg", | |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut magna ipsum, venenatis quis malesuada sit amet, varius ut urna. Etiam rhoncus, lacus et fermentum congue, neque erat viverra erat, ac mattis tortor nisi et nibh." | |
}, | |
"tips": [ |
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
{ | |
"status": true, | |
"list": [ | |
{ | |
"categoryId": 1, | |
"categoryName": "Bla bla", | |
"parentCategoryId": 0, | |
"imageUrl": "http://www.google.com/logo.jpg", | |
"subCategorires": [ | |
{ |
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
{ | |
"list": [ | |
{"categoryID":"3811","categoryName":"Editor's Beauty Blog"},{"categoryID":"4367","categoryName":"Editor's Fashion Blog"},{"categoryID":"4368","categoryName":"Editor's Gourmet Blog"},{"categoryID":"4369","categoryName":"Editor's Mom & Kids Blog"},{"categoryID":"4993","categoryName":"Editor's Wedding Blog"},{"categoryID":"8891","categoryName":"Editor's Entertainment Blog"},{"categoryID":"8892","categoryName":"Editor's Home & Living Blog"},{"categoryID":"8893","categoryName":"Editor's Auto Blog"},{"categoryID":"8894","categoryName":"Editor's Career Blog"},{"categoryID":"8895","categoryName":"Editor's Finance Blog"},{"categoryID":"8896","categoryName":"Editor's Tech Blog"},{"categoryID":"8897","categoryName":"Editor's Travel Blog"},{"categoryID":"11866","categoryName":"Editor's Health & Fitness Blog"}]} |
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
header('Cache-Control: no-cache, must-revalidate'); | |
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); | |
header('Content-type: application/json'); |
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
{"list":[{"categoryID":"3811","categoryName":"Editor's Beauty Blog","categoryThumb":"http://nf2.cozycot.com/themes/kuro/img/avatar_beauty.gif"},{"categoryID":"4367","categoryName":"Editor's Fashion Blog","categoryThumb":"http://nf2.cozycot.com/themes/kuro/img/avatar_fashion.gif"},{"categoryID":"4368","categoryName":"Editor's Gourmet Blog","categoryThumb":"http://nf2.cozycot.com/themes/kuro/img/avatar_gourmet.gif"},{"categoryID":"4369","categoryName":"Editor's Mom & Kids Blog","categoryThumb":"http://nf2.cozycot.com/themes/kuro/img/avatar_mom.gif"},{"categoryID":"4993","categoryName":"Editor's Wedding Blog","categoryThumb":"http://nf2.cozycot.com/themes/kuro/img/avatar_wedding.gif"},{"categoryID":"8891","categoryName":"Editor's Entertainment Blog","categoryThumb":"http://nf2.cozycot.com/themes/kuro/img/avatar_entertainment.gif"},{"categoryID":"8892","categoryName":"Editor's Home & Living Blog","categoryThumb":"http://nf2.cozycot.com/themes/kuro/img/avatar_home.gif"},{"categoryID":"8893","categoryName":"Editor' |
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
#!/bin/sh | |
# Change this line to the URI path of the xcode DMG file. | |
# XCode 3.2.5 | |
#XCODE_PATH="/ios/ios_sdk_4.2__final/xcode_3.2.5_and_ios_sdk_4.2_final.dmg" | |
# XCode 4 | |
#XCODE_PATH="/Developer_Tools/xcode_4_and_ios_sdk_4.3__final/xcode_4_and_ios_sdk_4.3__final.dmg" |
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
- (void)someSetupMethod { | |
[[NSNotificationCenter defaultCenter] addObserver:self | |
selector:@selector(keyboardWillShow:) | |
name:UIKeyboardWillShowNotification object:nil]; | |
} | |
- (void)someTeardownMethod { | |
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIKeyboardWillShowNotification object:nil]; | |
} |
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
*.pbxproj -crlf -diff -merge |
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
#temp file | |
.DS_Store | |
*.swp | |
*~.nib | |
build/ | |
*.pbxuser | |
*.perspective | |
*.perspectivev3 |
OlderNewer