Garry W

Results 134 comments of Garry W
trafficstars

Hi @abidlabs , thank you for replying. Sorry I didn't make my self clear. I was not talking about gradio improving code to keep connection alive or prevent network break....

Last year I made this https://github.com/garywill/vimouse Uses opencv to do vision recognition based click ![1](https://github.com/dexterleng/vimac/assets/32130780/bc7c59b8-5cb0-4411-89aa-bacfdb0441cb) ![2](https://github.com/dexterleng/vimac/assets/32130780/bbb3ed26-011d-4ff8-8443-6f48c60cec7c) The screenshot may seem ugly right now. The algorithm and parameters may need changing....

After adding 2 permissions I can write my SD card ``` ACCESS_ALL_EXTERNAL_STORAGE WRITE_MEDIA_STORAGE ``` I didn't modify the source code. I added after installing, at `/data/system/packages.xml`. Find this app in...

I pushed new code. Try it

> dual monitor is supported? Not truely suppoted yet. But you can modify this: https://github.com/garywill/vimouse/blob/8fd23e356de6e578e724e9c47605b28f464f80e0/g.py#L7-L17 as workaround, to make it work on the monitor you want , or cross-monitor

BigSearch has got enough non-sensitive analystics data. Thank those users who provided their non-sensitive data to help this product. Now analystics is **completely removed**. I don't need them any more....

Hi~! Sorry but I can only make sure the script work on Firefox 115 ESR currently. I don't have time to update script for every firefox update. You can open...

I uploaded v2.6.0 AppImage https://github.com/larygwil/caesium-image-compressor/releases

@Lymphatus I use Github Action to build AppImage. Here's the script I use https://github.com/larygwil/caesium_image_compressor_build_linux/tree/ci/.github/workflows step 1: build_cic.yml step 2: make_appimage.yml the script currently has many flaws, and many that need...

另外我想顺便问问,看代码里,好像只有accurate和gpu才使用vsf,为什么fast不用vsf呢?