From 7a2e4ed5523b8fade04ff0c55525246f6bf8a1eb Mon Sep 17 00:00:00 2001 From: woytu <394585829@qq.com> Date: Thu, 28 Sep 2023 13:56:35 +0800 Subject: [PATCH] add --- Go/GoGUI.md | 1 + Other/Bookmarks.md | 2 ++ PL/CPlusPlus.md | 3 ++- PL/README.md | 2 ++ PL/Rust.md | 2 ++ "PL/\344\270\255\351\227\264\344\273\266.md" | 5 ++--- "PL/\347\274\226\347\250\213\350\247\204\350\214\203.md" | 3 ++- "Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" | 3 +++ System/README.md | 1 + Web/JavaScript.md | 1 + Web/README.md | 1 + 11 files changed, 19 insertions(+), 5 deletions(-) diff --git a/Go/GoGUI.md b/Go/GoGUI.md index 5d62c6724..8255d66b4 100644 --- a/Go/GoGUI.md +++ b/Go/GoGUI.md @@ -18,6 +18,7 @@ * [https://github.com/fyne-io/fyne](https://github.com/fyne-io/fyne) * [https://github.com/visualfc/atk](https://github.com/visualfc/atk) * [https://github.com/vugu/vugu](https://github.com/vugu/vugu) +* [https://github.com/wailsapp/wails](https://github.com/wailsapp/wails) - [golang windows程序获取管理员权限(UAC )](https://blog.csdn.net/hejingdong123/article/details/105070150) diff --git a/Other/Bookmarks.md b/Other/Bookmarks.md index 131b5b56b..743538535 100644 --- a/Other/Bookmarks.md +++ b/Other/Bookmarks.md @@ -181,6 +181,8 @@ * 视频讲座 [https://github.com/Developer-Y/cs-video-courses](https://github.com/Developer-Y/cs-video-courses) * 面试题 [https://github.com/0voice/campus_recruitmen_questions](https://github.com/0voice/campus_recruitmen_questions) * [https://github.com/yangshun/tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook) +* [https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes](https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes) + * [https://github.com/linkedin-faq](https://github.com/linkedin-faq) * 反问面试官 [https://github.com/viraptor/reverse-interview](https://github.com/viraptor/reverse-interview) * [https://github.com/vvmdx/Sec-Interview-4-2023](https://github.com/vvmdx/Sec-Interview-4-2023) * 开源替代方案 [https://opensource.com/tags/alternatives](https://opensource.com/tags/alternatives) diff --git a/PL/CPlusPlus.md b/PL/CPlusPlus.md index ffd92a525..286723e50 100644 --- a/PL/CPlusPlus.md +++ b/PL/CPlusPlus.md @@ -153,10 +153,11 @@ * 嵌入式 [https://github.com/sblantipodi](https://github.com/sblantipodi) * 地理空间 [https://github.com/osgeo](https://github.com/osgeo) * [https://github.com/postgis](https://github.com/postgis) +* [https://github.com/valhalla/valhalla](https://github.com/valhalla/valhalla) +* 地理位置 [https://github.com/qgis/QGIS](https://github.com/qgis/QGIS) * 编码检测 [https://github.com/freedesktop/uchardet](https://github.com/freedesktop/uchardet) * [https://github.com/simdutf/simdutf](https://github.com/simdutf/simdutf) * 游戏引擎 [https://github.com/minetest/minetest](https://github.com/minetest/minetest) -* 地理位置 [https://github.com/qgis/QGIS](https://github.com/qgis/QGIS) * 图片编解码 [Codec comparison](https://storage.googleapis.com/demos.webmproject.org/webp/cmp/index.html) * [https://jpeg.org](https://jpeg.org) * [https://github.com/AOMediaCodec/libavif](https://github.com/AOMediaCodec/libavif) diff --git a/PL/README.md b/PL/README.md index 63ee0ce0b..d7d1db6dc 100644 --- a/PL/README.md +++ b/PL/README.md @@ -86,6 +86,7 @@ * [https://github.com/topics/bazel](https://github.com/topics/bazel) * [https://github.com/bazelbuild](https://github.com/bazelbuild) * [https://github.com/salesforce/bazel-eclipse](https://github.com/salesforce/bazel-eclipse) +* [https://github.com/nrwl](https://github.com/nrwl) * 部署工具 [https://github.com/mina-deploy/mina](https://github.com/mina-deploy/mina) * [https://github.com/capistrano/capistrano](https://github.com/capistrano/capistrano) * 在线手册API [https://www.matools.com/api](https://www.matools.com/api) @@ -133,6 +134,7 @@ * [https://github.com/pbkit/pbkit](https://github.com/pbkit/pbkit) * 语法增量解析 [https://github.com/tree-sitter/tree-sitter](https://github.com/tree-sitter/tree-sitter) * [https://tree-sitter.github.io/tree-sitter](https://tree-sitter.github.io/tree-sitter) +* HTML [https://github.com/jaytaph/gosub-browser](https://github.com/jaytaph/gosub-browser) - [Lex与YACC详解](https://zhuanlan.zhihu.com/p/143867739) diff --git a/PL/Rust.md b/PL/Rust.md index 0d4868a88..f573afdf1 100644 --- a/PL/Rust.md +++ b/PL/Rust.md @@ -138,6 +138,7 @@ - [https://github.com/feather-rs](https://github.com/feather-rs) - [https://github.com/alexcrichton/curl-rust](https://github.com/alexcrichton/curl-rust) - [https://github.com/oscartbeaumont/rspc](https://github.com/oscartbeaumont/rspc) +- [https://github.com/smoltcp-rs/smoltcp](https://github.com/smoltcp-rs/smoltcp) - 静态文件服务器 [https://github.com/ttys3/static-server](https://github.com/ttys3/static-server) - 媒体文件管理 [https://github.com/Dusk-Labs/dim](https://github.com/Dusk-Labs/dim) - 直播服务器 [https://github.com/harlanc/xiu](https://github.com/harlanc/xiu) @@ -332,6 +333,7 @@ * [https://github.com/a5huynh/defender-game](https://github.com/a5huynh/defender-game) * [https://github.com/Yinet-project](https://github.com/Yinet-project) * 匿名 [https://github.com/darkrenaissance/darkfi](https://github.com/darkrenaissance/darkfi) +* [https://github.com/blechschmidt/tun2proxy](https://github.com/blechschmidt/tun2proxy) * 下载apk工具 [https://github.com/EFForg/apkeep](https://github.com/EFForg/apkeep) * 下载网站内容 [https://github.com/Skallwar/suckit](https://github.com/Skallwar/suckit) * 重命名目录或文件 [https://github.com/ismaelgv/rnr](https://github.com/ismaelgv/rnr) diff --git "a/PL/\344\270\255\351\227\264\344\273\266.md" "b/PL/\344\270\255\351\227\264\344\273\266.md" index b985724dc..dd1f6a190 100644 --- "a/PL/\344\270\255\351\227\264\344\273\266.md" +++ "b/PL/\344\270\255\351\227\264\344\273\266.md" @@ -41,8 +41,8 @@ * 数据处理 [https://github.com/tableau](https://github.com/tableau) * [https://github.com/Kanaries/Rath](https://github.com/Kanaries/Rath) * [https://github.com/hazelcast/hazelcast](https://github.com/hazelcast/hazelcast) - - +* [https://github.com/datahub-project/datahub](https://github.com/datahub-project/datahub) +* [https://github.com/metabase/metabase](https://github.com/metabase/metabase) @@ -89,7 +89,6 @@ - [https://github.com/elastic/kibana](https://github.com/elastic/kibana) - [https://github.com/getredash/redash](https://github.com/getredash/redash) - [https://github.com/apache/superset](https://github.com/apache/superset) -- [https://github.com/metabase/metabase](https://github.com/metabase/metabase) - [https://makepath.com/opensource](https://makepath.com/opensource) - [https://github.com/bokeh/bokeh](https://github.com/bokeh/bokeh) - [https://github.com/cube-js/cube.js](https://github.com/cube-js/cube.js) diff --git "a/PL/\347\274\226\347\250\213\350\247\204\350\214\203.md" "b/PL/\347\274\226\347\250\213\350\247\204\350\214\203.md" index df218009b..04d5f2422 100644 --- "a/PL/\347\274\226\347\250\213\350\247\204\350\214\203.md" +++ "b/PL/\347\274\226\347\250\213\350\247\204\350\214\203.md" @@ -10,7 +10,8 @@ + 敏捷宣言 [https://agilemanifesto.org](https://agilemanifesto.org) + 贡献者契约 [https://github.com/EthicalSource](https://github.com/EthicalSource) + [https://www.contributor-covenant.org](https://www.contributor-covenant.org) -+ License [https://github.com/fossas](https://github.com/fossas) ++ License [https://en.wikipedia.org/wiki/Software_license](https://en.wikipedia.org/wiki/Software_license) ++ [https://github.com/fossas](https://github.com/fossas) + [https://app.fossa.com](https://app.fossa.com) + [https://fossa.com/learn/developers-guide-open-source-software-licenses](https://fossa.com/learn/developers-guide-open-source-software-licenses) + [如何选择开源许可证?](http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html) diff --git "a/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" "b/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" index e2e0cdcc1..b96418caa 100644 --- "a/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" +++ "b/Python/\344\272\272\345\267\245\346\231\272\350\203\275.md" @@ -7,6 +7,7 @@ + [https://github.com/luban-agi/Awesome-AIGC-Tutorials](https://github.com/luban-agi/Awesome-AIGC-Tutorials) + [https://github.com/BradyFU/Awesome-Multimodal-Large-Language-Models](https://github.com/BradyFU/Awesome-Multimodal-Large-Language-Models) ++ [https://github.com/hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI) + [https://github.com/xx025/carrot](https://github.com/xx025/carrot) + [https://github.com/Charmve/computer-vision-in-action](https://github.com/Charmve/computer-vision-in-action) + [https://github.com/alexeygrigorev/mlbookcamp-code](https://github.com/alexeygrigorev/mlbookcamp-code) @@ -28,6 +29,7 @@ - ChatGPT/Claude/PaLM/LLaMA/Sage/Dragonfly/Vicuna/Koala/Dolly/ChatGLM/Alpaca 通用型聊天机器人 - [https://github.com/pengzhile/pandora](https://github.com/pengzhile/pandora) - [https://github.com/adams549659584/go-proxy-bingai](https://github.com/adams549659584/go-proxy-bingai) + - [https://github.com/gngpp/ninja](https://github.com/gngpp/ninja) - [https://github.com/search?q=FreeGPT](https://github.com/search?q=FreeGPT) - [https://github.com/LiLittleCat/awesome-free-chatgpt](https://github.com/LiLittleCat/awesome-free-chatgpt) - [https://github.com/lzwme/chatgpt-sites](https://github.com/lzwme/chatgpt-sites) @@ -40,6 +42,7 @@ - [https://github.com/lm-sys/FastChat](https://github.com/lm-sys/FastChat) - [https://github.com/smol-ai/GodMode](https://github.com/smol-ai/GodMode) - [https://github.com/mylxsw/aidea](https://github.com/mylxsw/aidea) + - [https://github.com/QwenLM/Qwen](https://github.com/QwenLM/Qwen) - DALL-E 文本生成图片 - Midjourney 文本生成图片 - OpenRead AI读论文 diff --git a/System/README.md b/System/README.md index cefb3247d..c60454f92 100644 --- a/System/README.md +++ b/System/README.md @@ -325,6 +325,7 @@ * [http://amh.sh](http://amh.sh) * [http://www.batchshell.cn](http://www.batchshell.cn) * [https://github.com/hestiacp/hestiacp](https://github.com/hestiacp/hestiacp) +* [https://github.com/1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel) diff --git a/Web/JavaScript.md b/Web/JavaScript.md index 9b19c20fc..692e47163 100644 --- a/Web/JavaScript.md +++ b/Web/JavaScript.md @@ -50,6 +50,7 @@ - [https://github.com/gfwilliams/tiny-js](https://github.com/gfwilliams/tiny-js) - [https://github.com/cesanta/v7](https://github.com/cesanta/v7) - [https://github.com/zurb/tribute](https://github.com/zurb/tribute) +- [https://github.com/dop251/goja](https://github.com/dop251/goja) diff --git a/Web/README.md b/Web/README.md index 78faf2db6..a0f695fd1 100644 --- a/Web/README.md +++ b/Web/README.md @@ -9,6 +9,7 @@ + [https://www.itu.int](https://www.itu.int) + RFC [https://www.rfc-editor.org](https://www.rfc-editor.org) + IETF [https://tools.ietf.org](https://tools.ietf.org) + + [https://github.com/httpwg](https://github.com/httpwg) + IRTF [https://irtf.org](https://irtf.org) + [https://www.iab.org](https://www.iab.org) + [https://github.com/w3c](https://github.com/w3c)