I hereby claim:
- I am c99koder on github.
- I am c99koder (https://keybase.io/c99koder) on keybase.
- I have a public key ASDGKG2V8ddxy015daFeur5KKHYQGkzGdEP4YZRII3gXXgo
To claim this, I am signing this object:
| TrustManager[] tms = new TrustManager[1]; | |
| tms[0] = new X509TrustManager() { | |
| @Override | |
| public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException { | |
| throw new CertificateException("Not implemented"); | |
| } | |
| @Override | |
| public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException { | |
| try { |
| from ws4py.client.threadedclient import WebSocketClient | |
| class DummyClient(WebSocketClient): | |
| def opened(self): | |
| print "Opened websocket" | |
| def closed(self, code, reason=None): | |
| print "Closed down", code, reason | |
| def received_message(self, m): |
| [Options] | |
| UseInitBeep=1 | |
| Log=0 | |
| Console=0 | |
| DebugMode=0 | |
| InternetDatabaseUrl=http://www.x360ce.com/webservices/x360ce.asmx | |
| InternetFeatures=1 | |
| InternetAutoload=1 | |
| AllowOnlyOneCopy=1 | |
| [InputHook] |
| if [ $CONFIGURATION == "AppStore" ]; then | |
| bN=$(/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" $PROJECT_DIR/IRCCloud/IRCCloud-Info.plist) | |
| else | |
| bN=$(/usr/bin/git rev-parse --short HEAD) | |
| fi | |
| echo -n "#define GIT_VERSION " > $PROJECT_DIR/IRCCloud/InfoPlist.h | |
| echo $bN >> $PROJECT_DIR/IRCCloud/InfoPlist.h | |
| touch $PROJECT_DIR/IRCCloud/IRCCloud-Info.plist |
I hereby claim:
To claim this, I am signing this object:
| import vobject | |
| out = open("SousChef.mmf", "w") | |
| def write_recipe(recipe): | |
| out.write("MMMMM-----Meal-Master recipe exported from SousChef-----\n") | |
| out.write(" Title: " + recipe.contents['name'][0].value + "\n") | |
| category = recipe.contents['category'][0].value; | |
| if(category == "(null)"): |
| [ | |
| { | |
| "id": "57cd083.640ddf8", | |
| "type": "group", | |
| "z": "9c2fe368.3156b", | |
| "style": { | |
| "stroke": "#2e333a", | |
| "stroke-opacity": "1", | |
| "fill": "#2e333a", | |
| "fill-opacity": "0.75", |