• Open Emu is an open source project to bring game emulation to OS X as a first class citizen, leveraging modern OS X technologies such as Cocoa, Core Animation and Quartz, and 3rd party libraries like Sparkle for auto-updating. Open…

  • Just 1 line of code in the webViewDidFinishLoad:(UIWebView *)webView function in the file GTMOAuth2ViewControllerTouch.m – (void)webViewDidFinishLoad:(UIWebView *)webView { [self notifyWithName:kGTMOAuth2WebViewStoppedLoading webView:webView kind:kGTMOAuth2WebViewFinished]; // The line of code… [webView stringByEvaluatingJavaScriptFromString:@”document.getElementById(‘link-sign-up’).style.display = ‘none’;”]; […] Hope it will be enough for Apple.

  • CrocoDS is a port of my Nintedo DS emulator for iPad/iPhone/iPod. It’s heavily based on WinCPC by Ludovic Deplanque. A lot of work has been done to make it usable on Nintendo DS 6 years ago. When I begin to…

  • The login web page for Google Drive services includes a “Create a Google Account” link. Apple doesn’t accept that anymore… I’m using the official Google Drive API and it’s not easy to remove this link. I keep searching…

  • Big change in KyPass Companion: The tree view was removed! At the place, a view will all your favorite groups (actually, the groups at the root). A future version will allow you to personalize this list. The group list is…

  • KyPass Companion use some GPL3 code from MacPass. MacPass’s developper requires thus that I publish the source of KyPass Companion. (I understand that). But GPL3 is not compatible with the rule of the Mac AppStore (more information on zdnet.com). Thus,…