PicasaPhotoViewerClickToClose.exe
907.5 KB
# PicasaPhotoViewer ClickToClose
一个小工具,用于使 PicasaPhotoViewer 可以点一下直接关闭,方便单手操作
PicasaPhotoViewer 是好多好多年前谷歌出的一个图片查看器,虽然早就停更了,但是还是很好用,和 Telegram Desktop 的有点像,我就拿来做 QQNT 外部查看器的平替了;但是他点一下不会自动关闭,而是会退出全屏模式,于是做了这个
对了,这个项目是用
下面是配置教程和图片
一个小工具,用于使 PicasaPhotoViewer 可以点一下直接关闭,方便单手操作
PicasaPhotoViewer 是好多好多年前谷歌出的一个图片查看器,虽然早就停更了,但是还是很好用,和 Telegram Desktop 的有点像,我就拿来做 QQNT 外部查看器的平替了;但是他点一下不会自动关闭,而是会退出全屏模式,于是做了这个
对了,这个项目是用
zig c++ 编译的,还挺好用,安利一下~ 命令行和 clang++ 差不多,但是二进制体积不到 100m~下面是配置教程和图片
👍25🌭2
👍35🆒6
B* | 0.5.0α.patch1 14569=..
修复了一些 bug,提升了稳定性
链接同上
Q:设置页空白
A:清除配置文件:删除 %AppData%/BetterUniverse/QQNT/ 下的 json 文件
此版本并不稳定,想要尝bug鲜可更
修复了一些 bug,提升了稳定性
链接同上
Q:设置页空白
A:清除配置文件:删除 %AppData%/BetterUniverse/QQNT/ 下的 json 文件
此版本并不稳定,想要尝
🤣37🥰11
Forwarded from Hacker News
Show HN: Auto-generate an OpenAPI spec by listening to localhost (Score: 151+ in 16 hours)
Link: https://readhacker.news/s/64K34
Comments: https://readhacker.news/c/64K34
Hey HN! We've developed OpenAPI AutoSpec, a tool for automatically generating OpenAPI specifications from localhost network traffic. It’s designed to simplify the creation of API documentation by just using your website or service, especially useful when you're pressed for time.
Documenting endpoints one by one sucks. This project originated from us needing it at our past jobs when building 3rd-party integrations.
It acts as a local server proxy that listens to your application’s HTTP traffic and automatically translates this into OpenAPI 3.0 specs, documenting endpoints, requests, and responses without much effort.
Installation is straightforward with NPM, and starting the server only requires a few command-line arguments to specify how and where you want your documentation generated ex. npx autospec --portTo PORT --portFrom PORT --filePath openapi.json
It's designed to work with any local website or application setup without extensive setup or interference with your existing code, making it flexible for different frameworks. We tried capturing network traffic on Chrome extension and it didn't help us catch the full picture of backend and frontend interactions.
We aim in future updates to introduce features like HTTPS and OpenAPI 3.1 specification support.
For more details and to get started, visit our GitHub page (https://github.com/Adawg4/openapi-autospec). We also have a Discord community (https://discord.com/invite/CRnxg7uduH) for support and discussions around using OpenAPI AutoSpec effectively.
We're excited to hear what you all think!
Link: https://readhacker.news/s/64K34
Comments: https://readhacker.news/c/64K34
Hey HN! We've developed OpenAPI AutoSpec, a tool for automatically generating OpenAPI specifications from localhost network traffic. It’s designed to simplify the creation of API documentation by just using your website or service, especially useful when you're pressed for time.
Documenting endpoints one by one sucks. This project originated from us needing it at our past jobs when building 3rd-party integrations.
It acts as a local server proxy that listens to your application’s HTTP traffic and automatically translates this into OpenAPI 3.0 specs, documenting endpoints, requests, and responses without much effort.
Installation is straightforward with NPM, and starting the server only requires a few command-line arguments to specify how and where you want your documentation generated ex. npx autospec --portTo PORT --portFrom PORT --filePath openapi.json
It's designed to work with any local website or application setup without extensive setup or interference with your existing code, making it flexible for different frameworks. We tried capturing network traffic on Chrome extension and it didn't help us catch the full picture of backend and frontend interactions.
We aim in future updates to introduce features like HTTPS and OpenAPI 3.1 specification support.
For more details and to get started, visit our GitHub page (https://github.com/Adawg4/openapi-autospec). We also have a Discord community (https://discord.com/invite/CRnxg7uduH) for support and discussions around using OpenAPI AutoSpec effectively.
We're excited to hear what you all think!
GitHub
GitHub - Adawg4/openapi-autospec: Proxy server that generates API specs for any app or website on localhost.
Proxy server that generates API specs for any app or website on localhost. - Adawg4/openapi-autospec
🆒13👍2