Thomas Perl
Thomas Perl
This does a few things: 1. Remove `CinderOpenCV.h` from `driver/include/ps4eye.h` (so it can be built without Cinder) 2. Fix missing includes 3. Implement performance counters / performance frequency for Linux...
Thanks for this useful utility! I've tried using it, but found that when having a commit that adds binary files (e.g. images) in addition to source code changes, fix-whitespace won't...
Since I ran into a crash a few times already by now, here's a patch that delays the "real" deletion of the texture until a swap operation (or until `vita2d_gc_textures()`...
The tool "WudCompress" converts .wud files to .wux files, eliminating duplicate sectors: https://gbatemp.net/threads/wii-u-image-wud-compression-tool.397901/ The download contains C source for reading .wux files (as well as .wud files, but that functionality...
Misc related links for implementation hints: http://stackoverflow.com/questions/9056814/how-do-i-intercept-button-presses-on-the-headset-in-android http://android.amberfog.com/?p=415
Remove permissions that are not needed by not letting Qt generate the permissions, but maintain a list manually. For example, remove voice recording and camera permissions (coming from QtMultimedia), as...
Feeds and search at http://cba.fro.at/
From https://openrepos.net/comment/5373#comment-5373 / https://openrepos.net/users/horus: thanks to the new update. It is great to have possibility to en-queue. Which could be a bit more intuitive. This post is quite a request...
The broadcast intent is created here: https://github.com/X-SLAYER/notification_listener_service/blob/792df8fec1b63d9110301ad0be9d280f1806a8ec/android/src/main/java/notification/listener/service/NotificationListener.java#L72 And sent here: https://github.com/X-SLAYER/notification_listener_service/blob/792df8fec1b63d9110301ad0be9d280f1806a8ec/android/src/main/java/notification/listener/service/NotificationListener.java#L104 As mentioned in the documentation, this is insecure in some ways: > Don't broadcast sensitive information using an implicit...
Oh, good catch! [Values can be quoted with `"`](https://docs.ntfy.sh/publish/#using-a-header), so I did that. Now, I'm not sure if the URL might contain `"`, of course... If so, the `HtmlReporter` seems...