JustVanBlooM
JustVanBlooM
i have had my own implementation of updateting the statusbarframe since ios8 is providing willtransitiontosize. its much simpler than lay on nsnotification center. had to disable all the observers for...
The address 46.4.20.116 seems to be a false positive.
Os x port
Dear, I'll do the os x port. Changed compiler structs and opencl headers but get a bunch of errors. Any clue?
Mac Consider creating a extra branch for mac Working so far.
replace this: $fp = fsockopen($url_parsed[host],"80",$err_num,$err_str,30); with: if ($url_parsed['scheme'] == 'https') { $url_parsed['port'] = 443; $ssl = 'ssl://'; } else { $url_parsed['port'] = 80; $ssl = ''; } $fp = @fsockopen($ssl.$url_parsed['host'],...
when you implement more than one swipe driectin diagonal looks crazy ass. to get only swipe left OR down OR right i was able to fix a few things. headcache...
no diagonal bouncing
hey, would it be possible to get this to work with the sonoff pow? mainyl only the switching func would be cool.
Hey, more like a feature request wouldnt it be neat if we integrate handoff? kickstart here https://github.com/splinesoft/SPLUserActivity
https://github.com/surrealroad/Safari-Push-Notifications/blob/8bba7c5600db73b422d561982cf9dcc68aa3a37a/createPushPackage.php#L82 Download [AppleWWDRCA.cer](https://developer.apple.com/certificationauthority/AppleWWDRCA.cer) Convert to PEM `openssl x509 -inform der -in AppleWWDRCA.cer -out AppleWWDRCA.pem` and change line to `openssl_pkcs7_sign("$package_dir/manifest.json", $signature_path, $cert_data, $private_key, array(), PKCS7_BINARY | PKCS7_DETACHED,"AppleWWDRCA.pem");`