网络协议分析器
使用了Qt
https://gitlab.com/wireshark/wireshark
微软开发的跨平台开源编辑器 官网:https://code.visualstudio.com/ 源码:https://github.com/microsoft/vscode 使用Electron开发 可以安装大量插件,如github copilot
https://www.electronjs.org/ 原来是github开发的,用于桌面GUI应用程序开发, Build cross-platform desktop apps with JavaScript, HTML, and CSS, 通过使用Node.js(作为后端)和Chromium渲染引擎(作为前端)完成跨平台桌面GUI应用程序的开发。 有很多使用Electron开发的...
https://github.com/ohmyzsh/ohmyzsh 是一个可以让你的终端更强大的工具,可以简写很多命令,如 gpr=git pull --rebase // 更多缩写参见 https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git gcb=git checkout -b gco= git checkout 另外...
Qt源码解析系列1:源码编译for macos arm64
Qt官方示例解析系列3:Basic Layouts