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
{ | |
"deals": [ | |
{ | |
"buyer_nickname": "stringv1", | |
"selected_seller": null, | |
"buyer_id": 1, | |
"selected_seller_id": null, | |
"ticket_count": 1, | |
"updated_at": null, | |
"movie_name": "string", |
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/bash | |
# | |
EMAIL=$(git config --local user.email) | |
HOST=`echo $(git config remote.origin.url) | awk -F@ '{print $2}' | awk -F: '{print $1}'` | |
# 로컬 이메일이 없고, 호스트 리모트가 github.com이면 | |
if [ -z "$EMAIL" ]; then | |
# user.email is empty |
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)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken { | |
//토큰을 서버로 전송 | |
NSLog(@"APNS Device Token : %@", [deviceToken description]); | |
} | |
- (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error { | |
//토큰 전송 실패 | |
NSLog(@"Failed to register, error: %@",error); | |
} |
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
mintegrals |
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
foo |
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
foo |