This file contains hidden or 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
grep -r -v '<\?php' . | grep -r -l --include \*.php -E '<\?' . | xargs -i@ sed -i 's/<?/<?php/g' @ |
This file contains hidden or 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
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { | |
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(ubiquitousKeyValueStoreDidChange:) name:NSUbiquitousKeyValueStoreDidChangeExternallyNotification object:[NSUbiquitousKeyValueStore defaultStore]]; | |
[[NSUbiquitousKeyValueStore defaultStore] synchronize]; | |
return YES; | |
} | |
#pragma mark - NSNotifications |
This file contains hidden or 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
import xml.etree.ElementTree as ET | |
import xml.dom.minidom as minidom | |
import sys | |
import uuid | |
def main(argv): | |
xibPath = '' | |
tree = '' | |
attemptFixup = False | |
try: |
This file contains hidden or 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
[{ | |
"domainCode" : "vn", | |
"domainUrl" : "http://vietnamese.center" | |
}, | |
{ | |
"domainCode" : "gr", | |
"domainUrl" : "http://greek.center" | |
}] |
NewerOlder