Roger Cas
Roger Cas
I am new to Android development (started just this month) and I am already diving into customizing this app. Please bear with me :) I tried on both Nexus One...
I cloned and compiled the daemon (without any code changes) using these steps from README: On project folder: $ ndk-build $ ./updateExecsAndLibs.sh I simply replaced ``` /data/data/org.onaips.vnc/files/androidvncserver ``` with ```...
You don't have to do this because I realize I can fork and apply it but I would prefer to have just one repo to refer to. I sort of...
Great for opening a web page via command line with the default browser, when you need to test an app's [URL scheme support](https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007899), or to check if an app on...
When a file system is mounted with `mount_osxfuse`, I noticed that Finder shows a window with the mounted volume. I tried to understand why this is happening and how this...
In WPXMLRPCClient.m line 10: `#import ` should be changed to `#import ` Since the pods folder has small case.
Experiment: I modified LoopbackFS to block for 10 seconds when `readFileAtPath:` is read for a specific file path to simulate latency from a source. I am on 10.13 with osxfuse...