Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xvnpw/sec-docs
Security documentation for important OSS projects, generated using LLM
https://github.com/xvnpw/sec-docs
Last synced: 5 days ago
JSON representation
Security documentation for important OSS projects, generated using LLM
- Host: GitHub
- URL: https://github.com/xvnpw/sec-docs
- Owner: xvnpw
- License: mit
- Created: 2024-12-14T10:28:57.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-27T23:36:04.000Z (10 days ago)
- Last Synced: 2024-12-27T23:39:10.437Z (10 days ago)
- Language: Python
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# sec-docs
An experimental project using LLM technology to generate security documentation for Open Source Software (OSS) projects.## ๐ Project Overview
We're exploring how different LLM models can help create comprehensive security documentation including:
- Attack surface analysis
- Attack trees
- Security design reviews
- Threat modeling## ๐งช Experimental Status
This is an early-phase research project currently testing:
- Gemini 2.0 Flash Thinking Experimental - model cut off date: **end of October 2023**
- Other LLM models (planned)### Help Us Evaluate!
We need community help to determine:
1. Which LLM models produce the most accurate security documentation
2. Which types of security documents are most valuable
3. How to improve documentation quality and reliability## How to Navigate This Repository
**sec-docs** is organized by programming language, with folders for each major OSS project. Each project contains subfolders with detailed analyses performed at a specific date using a certain LLM model.
### Current Projects
### [C](c/)
- [alibaba/tengine](c/alibaba/tengine) ([GitHub](https://github.com/alibaba/tengine))
- [allinurl/goaccess](c/allinurl/goaccess) ([GitHub](https://github.com/allinurl/goaccess))
- [apache/httpd](c/apache/httpd) ([GitHub](https://github.com/apache/httpd))
- [arut/nginx-rtmp-module](c/arut/nginx-rtmp-module) ([GitHub](https://github.com/arut/nginx-rtmp-module))
- [cesanta/mongoose](c/cesanta/mongoose) ([GitHub](https://github.com/cesanta/mongoose))
- [cloudwu/skynet](c/cloudwu/skynet) ([GitHub](https://github.com/cloudwu/skynet))
- [coturn/coturn](c/coturn/coturn) ([GitHub](https://github.com/coturn/coturn))
- [curl/curl](c/curl/curl) ([GitHub](https://github.com/curl/curl))
- [davatorium/rofi](c/davatorium/rofi) ([GitHub](https://github.com/davatorium/rofi))
- [eclipse-mosquitto/mosquitto](c/eclipse-mosquitto/mosquitto) ([GitHub](https://github.com/eclipse-mosquitto/mosquitto))
- [espressif/esp-idf](c/espressif/esp-idf) ([GitHub](https://github.com/espressif/esp-idf))
- [existentialaudio/blackhole](c/existentialaudio/blackhole) ([GitHub](https://github.com/ExistentialAudio/BlackHole))
- [facebook/zstd](c/facebook/zstd) ([GitHub](https://github.com/facebook/zstd))
- [ffmpeg/ffmpeg](c/ffmpeg/ffmpeg) ([GitHub](https://github.com/FFmpeg/FFmpeg))
- [ffmpegwasm/ffmpeg.wasm](c/ffmpegwasm/ffmpeg.wasm) ([GitHub](https://github.com/ffmpegwasm/ffmpeg.wasm))
- [glfw/glfw](c/glfw/glfw) ([GitHub](https://github.com/glfw/glfw))
- [google/sanitizers](c/google/sanitizers) ([GitHub](https://github.com/google/sanitizers))
- [haproxy/haproxy](c/haproxy/haproxy) ([GitHub](https://github.com/haproxy/haproxy))
- [imagemagick/imagemagick](c/imagemagick/imagemagick) ([GitHub](https://github.com/ImageMagick/ImageMagick))
- [jedisct1/libsodium](c/jedisct1/libsodium) ([GitHub](https://github.com/jedisct1/libsodium))
- [krallin/tini](c/krallin/tini) ([GitHub](https://github.com/krallin/tini))
- [libevent/libevent](c/libevent/libevent) ([GitHub](https://github.com/libevent/libevent))
- [libuv/libuv](c/libuv/libuv) ([GitHub](https://github.com/libuv/libuv))
- [lvgl/lvgl](c/lvgl/lvgl) ([GitHub](https://github.com/lvgl/lvgl))
- [madler/zlib](c/madler/zlib) ([GitHub](https://github.com/madler/zlib))
- [memcached/memcached](c/memcached/memcached) ([GitHub](https://github.com/memcached/memcached))
- [mozilla/mozjpeg](c/mozilla/mozjpeg) ([GitHub](https://github.com/mozilla/mozjpeg))
- [netdata/netdata](c/netdata/netdata) ([GitHub](https://github.com/netdata/netdata))
- [nginx/nginx](c/nginx/nginx) ([GitHub](https://github.com/nginx/nginx))
- [nothings/stb](c/nothings/stb) ([GitHub](https://github.com/nothings/stb))
- [octalmage/robotjs](c/octalmage/robotjs) ([GitHub](https://github.com/octalmage/robotjs))
- [openresty/lua-nginx-module](c/openresty/lua-nginx-module) ([GitHub](https://github.com/openresty/lua-nginx-module))
- [openresty/openresty](c/openresty/openresty) ([GitHub](https://github.com/openresty/openresty))
- [openssl/openssl](c/openssl/openssl) ([GitHub](https://github.com/openssl/openssl))
- [ossec/ossec-hids](c/ossec/ossec-hids) ([GitHub](https://github.com/ossec/ossec-hids))
- [pgvector/pgvector](c/pgvector/pgvector) ([GitHub](https://github.com/pgvector/pgvector))
- [postgres/postgres](c/postgres/postgres) ([GitHub](https://github.com/postgres/postgres))
- [raysan5/raylib](c/raysan5/raylib) ([GitHub](https://github.com/raysan5/raylib))
- [redis/hiredis](c/redis/hiredis) ([GitHub](https://github.com/redis/hiredis))
- [redis/redis](c/redis/redis) ([GitHub](https://github.com/redis/redis))
- [rsyslog/liblognorm](c/rsyslog/liblognorm) ([GitHub](https://github.com/rsyslog/liblognorm))
- [rsyslog/rsyslog](c/rsyslog/rsyslog) ([GitHub](https://github.com/rsyslog/rsyslog))
- [skywind3000/kcp](c/skywind3000/kcp) ([GitHub](https://github.com/skywind3000/kcp))
- [snaipe/libcsptr](c/snaipe/libcsptr) ([GitHub](https://github.com/Snaipe/libcsptr))
- [sqlite/sqlite](c/sqlite/sqlite) ([GitHub](https://github.com/sqlite/sqlite))
- [swaywm/sway](c/swaywm/sway) ([GitHub](https://github.com/swaywm/sway))
- [taosdata/tdengine](c/taosdata/tdengine) ([GitHub](https://github.com/taosdata/TDengine))
- [timescale/timescaledb](c/timescale/timescaledb) ([GitHub](https://github.com/timescale/timescaledb))
- [twitter/twemproxy](c/twitter/twemproxy) ([GitHub](https://github.com/twitter/twemproxy))
- [utox/utox](c/utox/utox) ([GitHub](https://github.com/uTox/uTox))
- [valkey-io/valkey](c/valkey-io/valkey) ([GitHub](https://github.com/valkey-io/valkey))
- [vurtun/nuklear](c/vurtun/nuklear) ([GitHub](https://github.com/vurtun/nuklear))
- [wg/wrk](c/wg/wrk) ([GitHub](https://github.com/wg/wrk))
- [wireguard/wireguard-linux](c/wireguard/wireguard-linux) ([GitHub](https://github.com/wireguard/wireguard-linux))
- [woltapp/blurhash](c/woltapp/blurhash) ([GitHub](https://github.com/woltapp/blurhash))
- [xianyi/openblas](c/xianyi/openblas) ([GitHub](https://github.com/xianyi/OpenBLAS))### [Clojure](clojure/)
- [metabase/metabase](clojure/metabase/metabase) ([GitHub](https://github.com/metabase/metabase))
### [Cpp](cpp/)
- [academysoftwarefoundation/openvdb](cpp/academysoftwarefoundation/openvdb) ([GitHub](https://github.com/AcademySoftwareFoundation/openvdb))
- [alembic/alembic](cpp/alembic/alembic) ([GitHub](https://github.com/alembic/alembic))
- [apache/arrow](cpp/apache/arrow) ([GitHub](https://github.com/apache/arrow))
- [apache/incubator-brpc](cpp/apache/incubator-brpc) ([GitHub](https://github.com/apache/incubator-brpc))
- [apache/mesos](cpp/apache/mesos) ([GitHub](https://github.com/apache/mesos))
- [apache/mxnet](cpp/apache/mxnet) ([GitHub](https://github.com/apache/mxnet))
- [apache/thrift](cpp/apache/thrift) ([GitHub](https://github.com/apache/thrift))
- [ariya/phantomjs](cpp/ariya/phantomjs) ([GitHub](https://github.com/ariya/phantomjs))
- [boostorg/boost](cpp/boostorg/boost) ([GitHub](https://github.com/boostorg/boost))
- [bvlc/caffe](cpp/bvlc/caffe) ([GitHub](https://github.com/BVLC/caffe))
- [catchorg/catch2](cpp/catchorg/catch2) ([GitHub](https://github.com/catchorg/Catch2))
- [ceph/ceph](cpp/ceph/ceph) ([GitHub](https://github.com/ceph/ceph))
- [clickhouse/clickhouse](cpp/clickhouse/clickhouse) ([GitHub](https://github.com/ClickHouse/ClickHouse))
- [dragonflydb/dragonfly](cpp/dragonflydb/dragonfly) ([GitHub](https://github.com/dragonflydb/dragonfly))
- [duckdb/duckdb](cpp/duckdb/duckdb) ([GitHub](https://github.com/duckdb/duckdb))
- [electron/electron](cpp/electron/electron) ([GitHub](https://github.com/electron/electron))
- [embree/embree](cpp/embree/embree) ([GitHub](https://github.com/embree/embree))
- [envoyproxy/envoy](cpp/envoyproxy/envoy) ([GitHub](https://github.com/envoyproxy/envoy))
- [ethereum/solidity](cpp/ethereum/solidity) ([GitHub](https://github.com/ethereum/solidity))
- [facebook/folly](cpp/facebook/folly) ([GitHub](https://github.com/facebook/folly))
- [facebook/hermes](cpp/facebook/hermes) ([GitHub](https://github.com/facebook/hermes))
- [facebook/rocksdb](cpp/facebook/rocksdb) ([GitHub](https://github.com/facebook/rocksdb))
- [facebook/yoga](cpp/facebook/yoga) ([GitHub](https://github.com/facebook/yoga))
- [facebookresearch/faiss](cpp/facebookresearch/faiss) ([GitHub](https://github.com/facebookresearch/faiss))
- [fmtlib/fmt](cpp/fmtlib/fmt) ([GitHub](https://github.com/fmtlib/fmt))
- [gabime/spdlog](cpp/gabime/spdlog) ([GitHub](https://github.com/gabime/spdlog))
- [gflags/gflags](cpp/gflags/gflags) ([GitHub](https://github.com/gflags/gflags))
- [google/flatbuffers](cpp/google/flatbuffers) ([GitHub](https://github.com/google/flatbuffers))
- [google/leveldb](cpp/google/leveldb) ([GitHub](https://github.com/google/leveldb))
- [google/re2](cpp/google/re2) ([GitHub](https://github.com/google/re2))
- [grpc/grpc](cpp/grpc/grpc) ([GitHub](https://github.com/grpc/grpc))
- [keepassxreboot/keepassxc](cpp/keepassxreboot/keepassxc) ([GitHub](https://github.com/keepassxreboot/keepassxc))
- [lizardbyte/sunshine](cpp/lizardbyte/sunshine) ([GitHub](https://github.com/LizardByte/Sunshine))
- [mariadb/server](cpp/mariadb/server) ([GitHub](https://github.com/mariadb/server))
- [microsoft/cntk](cpp/microsoft/cntk) ([GitHub](https://github.com/microsoft/CNTK))
- [microsoft/vcpkg](cpp/microsoft/vcpkg) ([GitHub](https://github.com/Microsoft/vcpkg))
- [microsoft/win2d](cpp/microsoft/win2d) ([GitHub](https://github.com/Microsoft/Win2D))
- [milostosic/mtuner](cpp/milostosic/mtuner) ([GitHub](https://github.com/milostosic/mtuner))
- [ml-explore/mlx](cpp/ml-explore/mlx) ([GitHub](https://github.com/ml-explore/mlx))
- [mongodb/mongo](cpp/mongodb/mongo) ([GitHub](https://github.com/mongodb/mongo))
- [mysql/mysql](cpp/mysql/mysql) ([GitHub](https://github.com/mysql/mysql))
- [nasa/trick](cpp/nasa/trick) ([GitHub](https://github.com/nasa/trick))
- [nlohmann/json](cpp/nlohmann/json) ([GitHub](https://github.com/nlohmann/json))
- [ocornut/imgui](cpp/ocornut/imgui) ([GitHub](https://github.com/ocornut/imgui))
- [open-source-parsers/jsoncpp](cpp/open-source-parsers/jsoncpp) ([GitHub](https://github.com/open-source-parsers/jsoncpp))
- [opencv/opencv](cpp/opencv/opencv) ([GitHub](https://github.com/opencv/opencv))
- [oracle/node-oracledb](cpp/oracle/node-oracledb) ([GitHub](https://github.com/oracle/node-oracledb))
- [ossrs/srs](cpp/ossrs/srs) ([GitHub](https://github.com/ossrs/srs))
- [pocoproject/poco](cpp/pocoproject/poco) ([GitHub](https://github.com/pocoproject/poco))
- [protocolbuffers/protobuf](cpp/protocolbuffers/protobuf) ([GitHub](https://github.com/protocolbuffers/protobuf))
- [rethinkdb/rethinkdb](cpp/rethinkdb/rethinkdb) ([GitHub](https://github.com/rethinkdb/rethinkdb))
- [ripple/rippled](cpp/ripple/rippled) ([GitHub](https://github.com/ripple/rippled))
- [signalapp/signal-android](cpp/signalapp/signal-android) ([GitHub](https://github.com/signalapp/Signal-Android))
- [simdjson/simdjson](cpp/simdjson/simdjson) ([GitHub](https://github.com/simdjson/simdjson))
- [sqlcipher/sqlcipher](cpp/sqlcipher/sqlcipher) ([GitHub](https://github.com/sqlcipher/sqlcipher))
- [taichi-dev/taichi](cpp/taichi-dev/taichi) ([GitHub](https://github.com/taichi-dev/taichi))
- [tencent/mmkv](cpp/tencent/mmkv) ([GitHub](https://github.com/Tencent/MMKV))
- [tencent/ncnn](cpp/tencent/ncnn) ([GitHub](https://github.com/Tencent/ncnn))
- [tencent/rapidjson](cpp/tencent/rapidjson) ([GitHub](https://github.com/Tencent/rapidjson))
- [typesense/typesense](cpp/typesense/typesense) ([GitHub](https://github.com/typesense/typesense))
- [unetworking/uwebsockets](cpp/unetworking/uwebsockets) ([GitHub](https://github.com/uNetworking/uWebSockets))
- [weidai11/cryptopp](cpp/weidai11/cryptopp) ([GitHub](https://github.com/weidai11/cryptopp))
- [yhirose/cpp-httplib](cpp/yhirose/cpp-httplib) ([GitHub](https://github.com/yhirose/cpp-httplib))
- [zeromq/libzmq](cpp/zeromq/libzmq) ([GitHub](https://github.com/zeromq/libzmq))
- [zeromq/zeromq4-x](cpp/zeromq/zeromq4-x) ([GitHub](https://github.com/zeromq/zeromq4-x))
- [zerotier/zerotierone](cpp/zerotier/zerotierone) ([GitHub](https://github.com/zerotier/zerotierone))### [Csharp](csharp/)
- [abpframework/abp](csharp/abpframework/abp) ([GitHub](https://github.com/abpframework/abp))
- [app-vnext/polly](csharp/app-vnext/polly) ([GitHub](https://github.com/App-vNext/Polly))
- [aspnet/entityframeworkcore](csharp/aspnet/entityframeworkcore) ([GitHub](https://github.com/aspnet/EntityFrameworkCore))
- [autofixture/autofixture](csharp/autofixture/autofixture) ([GitHub](https://github.com/AutoFixture/AutoFixture))
- [automapper/automapper](csharp/automapper/automapper) ([GitHub](https://github.com/AutoMapper/AutoMapper))
- [avaloniaui/avalonia](csharp/avaloniaui/avalonia) ([GitHub](https://github.com/AvaloniaUI/Avalonia))
- [bchavez/bogus](csharp/bchavez/bogus) ([GitHub](https://github.com/bchavez/Bogus))
- [bitwarden/server](csharp/bitwarden/server) ([GitHub](https://github.com/bitwarden/server))
- [cefsharp/cefsharp](csharp/cefsharp/cefsharp) ([GitHub](https://github.com/cefsharp/CefSharp))
- [dapperlib/dapper](csharp/dapperlib/dapper) ([GitHub](https://github.com/DapperLib/Dapper))
- [dotnet/aspnetcore](csharp/dotnet/aspnetcore) ([GitHub](https://github.com/dotnet/aspnetcore))
- [dotnet/docfx](csharp/dotnet/docfx) ([GitHub](https://github.com/dotnet/docfx))
- [dotnet/efcore](csharp/dotnet/efcore) ([GitHub](https://github.com/dotnet/efcore))
- [dotnet/eshop](csharp/dotnet/eshop) ([GitHub](https://github.com/dotnet/eShop))
- [dotnet/maui](csharp/dotnet/maui) ([GitHub](https://github.com/dotnet/maui))
- [dotnet/orleans](csharp/dotnet/orleans) ([GitHub](https://github.com/dotnet/orleans))
- [dotnet/reactive](csharp/dotnet/reactive) ([GitHub](https://github.com/dotnet/reactive))
- [dotnet/roslyn](csharp/dotnet/roslyn) ([GitHub](https://github.com/dotnet/roslyn))
- [duendesoftware/products](csharp/duendesoftware/products) ([GitHub](https://github.com/DuendeSoftware/products))
- [egametang/et](csharp/egametang/et) ([GitHub](https://github.com/egametang/ET))
- [elastic/elasticsearch-net](csharp/elastic/elasticsearch-net) ([GitHub](https://github.com/elastic/elasticsearch-net))
- [elmah/elmah](csharp/elmah/elmah) ([GitHub](https://github.com/elmah/Elmah))
- [fluentvalidation/fluentvalidation](csharp/fluentvalidation/fluentvalidation) ([GitHub](https://github.com/FluentValidation/FluentValidation))
- [graphql-dotnet/graphql-dotnet](csharp/graphql-dotnet/graphql-dotnet) ([GitHub](https://github.com/graphql-dotnet/graphql-dotnet))
- [gui-cs/terminal.gui](csharp/gui-cs/terminal.gui) ([GitHub](https://github.com/gui-cs/Terminal.Gui))
- [hangfireio/hangfire](csharp/hangfireio/hangfire) ([GitHub](https://github.com/hangfireio/Hangfire))
- [humanizr/humanizer](csharp/humanizr/humanizer) ([GitHub](https://github.com/Humanizr/Humanizer))
- [identityserver/identityserver4](csharp/identityserver/identityserver4) ([GitHub](https://github.com/IdentityServer/IdentityServer4))
- [jamesnk/newtonsoft.json](csharp/jamesnk/newtonsoft.json) ([GitHub](https://github.com/JamesNK/Newtonsoft.Json))
- [jbogard/mediatr](csharp/jbogard/mediatr) ([GitHub](https://github.com/jbogard/MediatR))
- [jellyfin/jellyfin](csharp/jellyfin/jellyfin) ([GitHub](https://github.com/jellyfin/jellyfin))
- [jstedfast/mailkit](csharp/jstedfast/mailkit) ([GitHub](https://github.com/jstedfast/MailKit))
- [lucasg/dependencies](csharp/lucasg/dependencies) ([GitHub](https://github.com/lucasg/Dependencies))
- [mahapps/mahapps.metro](csharp/mahapps/mahapps.metro) ([GitHub](https://github.com/MahApps/MahApps.Metro))
- [masstransit/masstransit](csharp/masstransit/masstransit) ([GitHub](https://github.com/MassTransit/MassTransit))
- [materialdesigninxaml/materialdesigninxamltoolkit](csharp/materialdesigninxaml/materialdesigninxamltoolkit) ([GitHub](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit))
- [microsoft/garnet](csharp/microsoft/garnet) ([GitHub](https://github.com/microsoft/garnet))
- [microsoft/semantic-kernel](csharp/microsoft/semantic-kernel) ([GitHub](https://github.com/microsoft/semantic-kernel))
- [migueldeicaza/gui.cs](csharp/migueldeicaza/gui.cs) ([GitHub](https://github.com/migueldeicaza/gui.cs))
- [mono/mono](csharp/mono/mono) ([GitHub](https://github.com/mono/mono))
- [monogame/monogame](csharp/monogame/monogame) ([GitHub](https://github.com/MonoGame/MonoGame))
- [mxgmn/wavefunctioncollapse](csharp/mxgmn/wavefunctioncollapse) ([GitHub](https://github.com/mxgmn/WaveFunctionCollapse))
- [netchx/netch](csharp/netchx/netch) ([GitHub](https://github.com/netchx/netch))
- [nopsolutions/nopcommerce](csharp/nopsolutions/nopcommerce) ([GitHub](https://github.com/nopSolutions/nopCommerce))
- [nuget/nuget.client](csharp/nuget/nuget.client) ([GitHub](https://github.com/nuget/nuget.client))
- [nuke-build/nuke](csharp/nuke-build/nuke) ([GitHub](https://github.com/nuke-build/nuke))
- [quantconnect/lean](csharp/quantconnect/lean) ([GitHub](https://github.com/QuantConnect/Lean))
- [quartznet/quartznet](csharp/quartznet/quartznet) ([GitHub](https://github.com/quartznet/quartznet))
- [questpdf/questpdf](csharp/questpdf/questpdf) ([GitHub](https://github.com/QuestPDF/QuestPDF))
- [restsharp/restsharp](csharp/restsharp/restsharp) ([GitHub](https://github.com/restsharp/RestSharp))
- [serilog/serilog](csharp/serilog/serilog) ([GitHub](https://github.com/serilog/serilog))
- [serilog/serilog-sinks-console](csharp/serilog/serilog-sinks-console) ([GitHub](https://github.com/serilog/serilog-sinks-console))
- [servicestack/servicestack](csharp/servicestack/servicestack) ([GitHub](https://github.com/ServiceStack/ServiceStack))
- [signalr/signalr](csharp/signalr/signalr) ([GitHub](https://github.com/SignalR/SignalR))
- [sixlabors/imagesharp](csharp/sixlabors/imagesharp) ([GitHub](https://github.com/SixLabors/ImageSharp))
- [spectreconsole/spectre.console](csharp/spectreconsole/spectre.console) ([GitHub](https://github.com/spectreconsole/spectre.console))
- [stackexchange/stackexchange.redis](csharp/stackexchange/stackexchange.redis) ([GitHub](https://github.com/StackExchange/StackExchange.Redis))
- [unoplatform/uno](csharp/unoplatform/uno) ([GitHub](https://github.com/unoplatform/uno))### [Dart](dart/)
- [baseflow/flutter-permission-handler](dart/baseflow/flutter-permission-handler) ([GitHub](https://github.com/Baseflow/flutter-permission-handler))
- [bitwarden/mobile](dart/bitwarden/mobile) ([GitHub](https://github.com/bitwarden/mobile))
- [dart-lang/http](dart/dart-lang/http) ([GitHub](https://github.com/dart-lang/http))
- [dart-lang/json_serializable](dart/dart-lang/json_serializable) ([GitHub](https://github.com/dart-lang/json_serializable))
- [dart-lang/shelf](dart/dart-lang/shelf) ([GitHub](https://github.com/dart-lang/shelf))
- [flame-engine/flame](dart/flame-engine/flame) ([GitHub](https://github.com/flame-engine/flame))
- [flutter/devtools](dart/flutter/devtools) ([GitHub](https://github.com/flutter/devtools))
- [flutter/engine](dart/flutter/engine) ([GitHub](https://github.com/flutter/engine))
- [flutter/flutter](dart/flutter/flutter) ([GitHub](https://github.com/flutter/flutter))
- [flutter/packages](dart/flutter/packages) ([GitHub](https://github.com/flutter/packages))
- [getstream/stream-chat-flutter](dart/getstream/stream-chat-flutter) ([GitHub](https://github.com/GetStream/stream-chat-flutter))
- [isar/isar](dart/isar/isar) ([GitHub](https://github.com/isar/isar))
- [leoafarias/fvm](dart/leoafarias/fvm) ([GitHub](https://github.com/leoafarias/fvm))
- [miguelpruivo/flutter_file_picker](dart/miguelpruivo/flutter_file_picker) ([GitHub](https://github.com/miguelpruivo/flutter_file_picker))
- [reactivex/rxdart](dart/reactivex/rxdart) ([GitHub](https://github.com/ReactiveX/rxdart))### [Elixir](elixir/)
- [elixir-lang/elixir](elixir/elixir-lang/elixir) ([GitHub](https://github.com/elixir-lang/elixir))
### [Erlang](erlang/)
- [apache/couchdb](erlang/apache/couchdb) ([GitHub](https://github.com/apache/couchdb))
- [rabbitmq/rabbitmq-server](erlang/rabbitmq/rabbitmq-server) ([GitHub](https://github.com/rabbitmq/rabbitmq-server))### [Go](go/)
- [99designs/gqlgen](go/99designs/gqlgen) ([GitHub](https://github.com/99designs/gqlgen))
- [adguardteam/adguardhome](go/adguardteam/adguardhome) ([GitHub](https://github.com/AdguardTeam/AdGuardHome))
- [alistgo/alist](go/alistgo/alist) ([GitHub](https://github.com/AlistGo/alist))
- [argoproj/argo-cd](go/argoproj/argo-cd) ([GitHub](https://github.com/argoproj/argo-cd))
- [beego/beego](go/beego/beego) ([GitHub](https://github.com/beego/beego))
- [caddyserver/caddy](go/caddyserver/caddy) ([GitHub](https://github.com/caddyserver/caddy))
- [charmbracelet/bubbletea](go/charmbracelet/bubbletea) ([GitHub](https://github.com/charmbracelet/bubbletea))
- [cilium/cilium](go/cilium/cilium) ([GitHub](https://github.com/cilium/cilium))
- [cloudwego/kitex](go/cloudwego/kitex) ([GitHub](https://github.com/cloudwego/kitex))
- [cockroachdb/cockroach](go/cockroachdb/cockroach) ([GitHub](https://github.com/cockroachdb/cockroach))
- [containerd/containerd](go/containerd/containerd) ([GitHub](https://github.com/containerd/containerd))
- [containers/podman](go/containers/podman) ([GitHub](https://github.com/containers/podman))
- [coredns/coredns](go/coredns/coredns) ([GitHub](https://github.com/coredns/coredns))
- [cortexproject/cortex](go/cortexproject/cortex) ([GitHub](https://github.com/cortexproject/cortex))
- [dapr/dapr](go/dapr/dapr) ([GitHub](https://github.com/dapr/dapr))
- [distribution/distribution](go/distribution/distribution) ([GitHub](https://github.com/distribution/distribution))
- [docker/compose](go/docker/compose) ([GitHub](https://github.com/docker/compose))
- [docker/docker](go/docker/docker) ([GitHub](https://github.com/docker/docker))
- [etcd-io/etcd](go/etcd-io/etcd) ([GitHub](https://github.com/etcd-io/etcd))
- [ethereum/go-ethereum](go/ethereum/go-ethereum) ([GitHub](https://github.com/ethereum/go-ethereum))
- [evanw/esbuild](go/evanw/esbuild) ([GitHub](https://github.com/evanw/esbuild))
- [fatedier/frp](go/fatedier/frp) ([GitHub](https://github.com/fatedier/frp))
- [filebrowser/filebrowser](go/filebrowser/filebrowser) ([GitHub](https://github.com/filebrowser/filebrowser))
- [filosottile/mkcert](go/filosottile/mkcert) ([GitHub](https://github.com/filosottile/mkcert))
- [fyne-io/fyne](go/fyne-io/fyne) ([GitHub](https://github.com/fyne-io/fyne))
- [gin-gonic/gin](go/gin-gonic/gin) ([GitHub](https://github.com/gin-gonic/gin))
- [go-chi/chi](go/go-chi/chi) ([GitHub](https://github.com/go-chi/chi))
- [go-gitea/gitea](go/go-gitea/gitea) ([GitHub](https://github.com/go-gitea/gitea))
- [go-gorm/gorm](go/go-gorm/gorm) ([GitHub](https://github.com/go-gorm/gorm))
- [go-kit/kit](go/go-kit/kit) ([GitHub](https://github.com/go-kit/kit))
- [go-kratos/kratos](go/go-kratos/kratos) ([GitHub](https://github.com/go-kratos/kratos))
- [go-martini/martini](go/go-martini/martini) ([GitHub](https://github.com/go-martini/martini))
- [go-sql-driver/mysql](go/go-sql-driver/mysql) ([GitHub](https://github.com/go-sql-driver/mysql))
- [go-swagger/go-swagger](go/go-swagger/go-swagger) ([GitHub](https://github.com/go-swagger/go-swagger))
- [gocolly/colly](go/gocolly/colly) ([GitHub](https://github.com/gocolly/colly))
- [gofiber/fiber](go/gofiber/fiber) ([GitHub](https://github.com/gofiber/fiber))
- [gogf/gf](go/gogf/gf) ([GitHub](https://github.com/gogf/gf))
- [gogs/gogs](go/gogs/gogs) ([GitHub](https://github.com/gogs/gogs))
- [goharbor/harbor](go/goharbor/harbor) ([GitHub](https://github.com/goharbor/harbor))
- [golang-migrate/migrate](go/golang-migrate/migrate) ([GitHub](https://github.com/golang-migrate/migrate))
- [gorilla/mux](go/gorilla/mux) ([GitHub](https://github.com/gorilla/mux))
- [gorilla/websocket](go/gorilla/websocket) ([GitHub](https://github.com/gorilla/websocket))
- [grafana/grafana](go/grafana/grafana) ([GitHub](https://github.com/grafana/grafana))
- [grafana/loki](go/grafana/loki) ([GitHub](https://github.com/grafana/loki))
- [grpc/grpc-go](go/grpc/grpc-go) ([GitHub](https://github.com/grpc/grpc-go))
- [harness/harness](go/harness/harness) ([GitHub](https://github.com/harness/harness))
- [hashicorp/consul](go/hashicorp/consul) ([GitHub](https://github.com/hashicorp/consul))
- [hashicorp/vault](go/hashicorp/vault) ([GitHub](https://github.com/hashicorp/vault))
- [helm/helm](go/helm/helm) ([GitHub](https://github.com/helm/helm))
- [hibiken/asynq](go/hibiken/asynq) ([GitHub](https://github.com/hibiken/asynq))
- [hyperledger/fabric](go/hyperledger/fabric) ([GitHub](https://github.com/hyperledger/fabric))
- [iawia002/lux](go/iawia002/lux) ([GitHub](https://github.com/iawia002/lux))
- [icewhaletech/casaos](go/icewhaletech/casaos) ([GitHub](https://github.com/IceWhaleTech/CasaOS))
- [inconshreveable/ngrok](go/inconshreveable/ngrok) ([GitHub](https://github.com/inconshreveable/ngrok))
- [ipfs/go-ipfs](go/ipfs/go-ipfs) ([GitHub](https://github.com/ipfs/go-ipfs))
- [istio/istio](go/istio/istio) ([GitHub](https://github.com/istio/istio))
- [jaegertracing/jaeger](go/jaegertracing/jaeger) ([GitHub](https://github.com/jaegertracing/jaeger))
- [juanfont/headscale](go/juanfont/headscale) ([GitHub](https://github.com/juanfont/headscale))
- [k3s-io/k3s](go/k3s-io/k3s) ([GitHub](https://github.com/k3s-io/k3s))
- [kataras/iris](go/kataras/iris) ([GitHub](https://github.com/kataras/iris))
- [knative/community](go/knative/community) ([GitHub](https://github.com/knative/community))
- [kubernetes/kubernetes](go/kubernetes/kubernetes) ([GitHub](https://github.com/kubernetes/kubernetes))
- [labstack/echo](go/labstack/echo) ([GitHub](https://github.com/labstack/echo))
- [letsencrypt/boulder](go/letsencrypt/boulder) ([GitHub](https://github.com/letsencrypt/boulder))
- [libp2p/go-libp2p](go/libp2p/go-libp2p) ([GitHub](https://github.com/libp2p/go-libp2p))
- [lightningnetwork/lnd](go/lightningnetwork/lnd) ([GitHub](https://github.com/lightningnetwork/lnd))
- [mattermost/mattermost-server](go/mattermost/mattermost-server) ([GitHub](https://github.com/mattermost/mattermost-server))
- [micro/go-micro](go/micro/go-micro) ([GitHub](https://github.com/micro/go-micro))
- [micro/micro](go/micro/micro) ([GitHub](https://github.com/micro/micro))
- [milvus-io/milvus](go/milvus-io/milvus) ([GitHub](https://github.com/milvus-io/milvus))
- [minio/minio](go/minio/minio) ([GitHub](https://github.com/minio/minio))
- [mislav/hub](go/mislav/hub) ([GitHub](https://github.com/mislav/hub))
- [moby/moby](go/moby/moby) ([GitHub](https://github.com/moby/moby))
- [mozilla/sops](go/mozilla/sops) ([GitHub](https://github.com/mozilla/sops))
- [nektos/act](go/nektos/act) ([GitHub](https://github.com/nektos/act))
- [nsqio/nsq](go/nsqio/nsq) ([GitHub](https://github.com/nsqio/nsq))
- [olivere/elastic](go/olivere/elastic) ([GitHub](https://github.com/olivere/elastic))
- [open-telemetry/opentelemetry-collector](go/open-telemetry/opentelemetry-collector) ([GitHub](https://github.com/open-telemetry/opentelemetry-collector))
- [openfaas/faas](go/openfaas/faas) ([GitHub](https://github.com/openfaas/faas))
- [opentofu/opentofu](go/opentofu/opentofu) ([GitHub](https://github.com/opentofu/opentofu))
- [ory/hydra](go/ory/hydra) ([GitHub](https://github.com/ory/hydra))
- [ory/kratos](go/ory/kratos) ([GitHub](https://github.com/ory/kratos))
- [peergos/peergos](go/peergos/peergos) ([GitHub](https://github.com/peergos/peergos))
- [photoprism/photoprism](go/photoprism/photoprism) ([GitHub](https://github.com/photoprism/photoprism))
- [pingcap/tidb](go/pingcap/tidb) ([GitHub](https://github.com/pingcap/tidb))
- [pocketbase/pocketbase](go/pocketbase/pocketbase) ([GitHub](https://github.com/pocketbase/pocketbase))
- [prometheus/prometheus](go/prometheus/prometheus) ([GitHub](https://github.com/prometheus/prometheus))
- [rancher/rancher](go/rancher/rancher) ([GitHub](https://github.com/rancher/rancher))
- [rclone/rclone](go/rclone/rclone) ([GitHub](https://github.com/rclone/rclone))
- [restic/restic](go/restic/restic) ([GitHub](https://github.com/restic/restic))
- [revel/revel](go/revel/revel) ([GitHub](https://github.com/revel/revel))
- [rook/rook](go/rook/rook) ([GitHub](https://github.com/rook/rook))
- [schollz/croc](go/schollz/croc) ([GitHub](https://github.com/schollz/croc))
- [seaweedfs/seaweedfs](go/seaweedfs/seaweedfs) ([GitHub](https://github.com/seaweedfs/seaweedfs))
- [shopify/sarama](go/shopify/sarama) ([GitHub](https://github.com/Shopify/sarama))
- [sigstore/sigstore](go/sigstore/sigstore) ([GitHub](https://github.com/sigstore/sigstore))
- [sirupsen/logrus](go/sirupsen/logrus) ([GitHub](https://github.com/sirupsen/logrus))
- [smallstep/certificates](go/smallstep/certificates) ([GitHub](https://github.com/smallstep/certificates))
- [spf13/cobra](go/spf13/cobra) ([GitHub](https://github.com/spf13/cobra))
- [spf13/viper](go/spf13/viper) ([GitHub](https://github.com/spf13/viper))
- [stackexchange/dnscontrol](go/stackexchange/dnscontrol) ([GitHub](https://github.com/StackExchange/dnscontrol))
- [syncthing/syncthing](go/syncthing/syncthing) ([GitHub](https://github.com/syncthing/syncthing))
- [tailscale/tailscale](go/tailscale/tailscale) ([GitHub](https://github.com/tailscale/tailscale))
- [traefik/traefik](go/traefik/traefik) ([GitHub](https://github.com/traefik/traefik))
- [tsenart/vegeta](go/tsenart/vegeta) ([GitHub](https://github.com/tsenart/vegeta))
- [uber-go/zap](go/uber-go/zap) ([GitHub](https://github.com/uber-go/zap))
- [urfave/cli](go/urfave/cli) ([GitHub](https://github.com/urfave/cli))
- [usememos/memos](go/usememos/memos) ([GitHub](https://github.com/usememos/memos))
- [v2ray/v2ray-core](go/v2ray/v2ray-core) ([GitHub](https://github.com/v2ray/v2ray-core))
- [valyala/fasthttp](go/valyala/fasthttp) ([GitHub](https://github.com/valyala/fasthttp))
- [vitessio/vitess](go/vitessio/vitess) ([GitHub](https://github.com/vitessio/vitess))
- [wailsapp/wails](go/wailsapp/wails) ([GitHub](https://github.com/wailsapp/wails))
- [wox-launcher/wox](go/wox-launcher/wox) ([GitHub](https://github.com/Wox-launcher/Wox))
- [xtls/xray-core](go/xtls/xray-core) ([GitHub](https://github.com/XTLS/Xray-core))
- [zeromicro/go-zero](go/zeromicro/go-zero) ([GitHub](https://github.com/zeromicro/go-zero))### [Groovy](groovy/)
- [airbnb/okreplay](groovy/airbnb/okreplay) ([GitHub](https://github.com/airbnb/okreplay))
- [akhikhl/gretty](groovy/akhikhl/gretty) ([GitHub](https://github.com/akhikhl/gretty))
- [betamaxteam/betamax](groovy/betamaxteam/betamax) ([GitHub](https://github.com/betamaxteam/betamax))
- [eleme/mess](groovy/eleme/mess) ([GitHub](https://github.com/eleme/Mess))
- [fabiomsr/drawable-optimizer](groovy/fabiomsr/drawable-optimizer) ([GitHub](https://github.com/fabiomsr/drawable-optimizer))
- [fabric8io/fabric8-pipeline-library](groovy/fabric8io/fabric8-pipeline-library) ([GitHub](https://github.com/fabric8io/fabric8-pipeline-library))
- [fizzed/font-mfizz](groovy/fizzed/font-mfizz) ([GitHub](https://github.com/fizzed/font-mfizz))
- [geb/geb](groovy/geb/geb) ([GitHub](https://github.com/geb/geb))
- [gradleup/shadow](groovy/gradleup/shadow) ([GitHub](https://github.com/GradleUp/shadow))
- [grails/grails](groovy/grails/grails) ([GitHub](https://github.com/grails/grails))
- [hydraxman/hibeaver](groovy/hydraxman/hibeaver) ([GitHub](https://github.com/hydraxman/hibeaver))
- [jenkinsci/job-dsl-plugin](groovy/jenkinsci/job-dsl-plugin) ([GitHub](https://github.com/jenkinsci/job-dsl-plugin))
- [jenkinsci/pipeline-model-definition-plugin](groovy/jenkinsci/pipeline-model-definition-plugin) ([GitHub](https://github.com/jenkinsci/pipeline-model-definition-plugin))
- [jfrog/artifactory-user-plugins](groovy/jfrog/artifactory-user-plugins) ([GitHub](https://github.com/jfrog/artifactory-user-plugins))
- [jwagenleitner/groovy-wslite](groovy/jwagenleitner/groovy-wslite) ([GitHub](https://github.com/jwagenleitner/groovy-wslite))
- [kezong/fat-aar-android](groovy/kezong/fat-aar-android) ([GitHub](https://github.com/kezong/fat-aar-android))
- [marcelbirkner/docker-ci-tool-stack](groovy/marcelbirkner/docker-ci-tool-stack) ([GitHub](https://github.com/marcelbirkner/docker-ci-tool-stack))
- [nationalsecurityagency/skills-service](groovy/nationalsecurityagency/skills-service) ([GitHub](https://github.com/NationalSecurityAgency/skills-service))
- [netflix/asgard](groovy/netflix/asgard) ([GitHub](https://github.com/Netflix/asgard))
- [nextflow-io/nextflow](groovy/nextflow-io/nextflow) ([GitHub](https://github.com/nextflow-io/nextflow))
- [openboxes/openboxes](groovy/openboxes/openboxes) ([GitHub](https://github.com/openboxes/openboxes))
- [pongasoft/glu](groovy/pongasoft/glu) ([GitHub](https://github.com/pongasoft/glu))
- [prototypez/appjoint](groovy/prototypez/appjoint) ([GitHub](https://github.com/PrototypeZ/AppJoint))
- [rundeck/rundeck](groovy/rundeck/rundeck) ([GitHub](https://github.com/rundeck/rundeck))
- [spinnaker/clouddriver](groovy/spinnaker/clouddriver) ([GitHub](https://github.com/spinnaker/clouddriver))
- [stjohnjohnson/smartthings-mqtt-bridge](groovy/stjohnjohnson/smartthings-mqtt-bridge) ([GitHub](https://github.com/stjohnjohnson/smartthings-mqtt-bridge))
- [tonesto7/nest-manager](groovy/tonesto7/nest-manager) ([GitHub](https://github.com/tonesto7/nest-manager))
- [ultraq/thymeleaf-layout-dialect](groovy/ultraq/thymeleaf-layout-dialect) ([GitHub](https://github.com/ultraq/thymeleaf-layout-dialect))### [Haskell](haskell/)
- [jgm/pandoc](haskell/jgm/pandoc) ([GitHub](https://github.com/jgm/pandoc))
### [Java](java/)
- [activiti/activiti](java/activiti/activiti) ([GitHub](https://github.com/Activiti/Activiti))
- [airbnb/lottie-android](java/airbnb/lottie-android) ([GitHub](https://github.com/airbnb/lottie-android))
- [alibaba/druid](java/alibaba/druid) ([GitHub](https://github.com/alibaba/druid))
- [alibaba/fastjson2](java/alibaba/fastjson2) ([GitHub](https://github.com/alibaba/fastjson2))
- [alibaba/sentinel](java/alibaba/sentinel) ([GitHub](https://github.com/alibaba/Sentinel))
- [apache/cassandra](java/apache/cassandra) ([GitHub](https://github.com/apache/cassandra))
- [apache/commons-codec](java/apache/commons-codec) ([GitHub](https://github.com/apache/commons-codec))
- [apache/commons-io](java/apache/commons-io) ([GitHub](https://github.com/apache/commons-io))
- [apache/commons-lang](java/apache/commons-lang) ([GitHub](https://github.com/apache/commons-lang))
- [apache/dubbo](java/apache/dubbo) ([GitHub](https://github.com/apache/dubbo))
- [apache/flink](java/apache/flink) ([GitHub](https://github.com/apache/flink))
- [apache/hadoop](java/apache/hadoop) ([GitHub](https://github.com/apache/hadoop))
- [apache/httpcomponents-client](java/apache/httpcomponents-client) ([GitHub](https://github.com/apache/httpcomponents-client))
- [apache/httpcomponents-core](java/apache/httpcomponents-core) ([GitHub](https://github.com/apache/httpcomponents-core))
- [apache/kafka](java/apache/kafka) ([GitHub](https://github.com/apache/kafka))
- [apache/logging-log4j2](java/apache/logging-log4j2) ([GitHub](https://github.com/apache/logging-log4j2))
- [apache/rocketmq](java/apache/rocketmq) ([GitHub](https://github.com/apache/rocketmq))
- [apache/shardingsphere](java/apache/shardingsphere) ([GitHub](https://github.com/apache/shardingsphere))
- [apache/skywalking](java/apache/skywalking) ([GitHub](https://github.com/apache/skywalking))
- [apache/solr](java/apache/solr) ([GitHub](https://github.com/apache/solr))
- [apache/struts](java/apache/struts) ([GitHub](https://github.com/apache/struts))
- [apache/tomcat](java/apache/tomcat) ([GitHub](https://github.com/apache/tomcat))
- [apache/zookeeper](java/apache/zookeeper) ([GitHub](https://github.com/apache/zookeeper))
- [apolloconfig/apollo](java/apolloconfig/apollo) ([GitHub](https://github.com/apolloconfig/apollo))
- [baseflow/photoview](java/baseflow/photoview) ([GitHub](https://github.com/Baseflow/PhotoView))
- [blankj/androidutilcode](java/blankj/androidutilcode) ([GitHub](https://github.com/Blankj/AndroidUtilCode))
- [bumptech/glide](java/bumptech/glide) ([GitHub](https://github.com/bumptech/glide))
- [camunda/camunda-bpm-platform](java/camunda/camunda-bpm-platform) ([GitHub](https://github.com/camunda/camunda-bpm-platform))
- [conductor-oss/conductor](java/conductor-oss/conductor) ([GitHub](https://github.com/conductor-oss/conductor))
- [dbeaver/dbeaver](java/dbeaver/dbeaver) ([GitHub](https://github.com/dbeaver/dbeaver))
- [dromara/hutool](java/dromara/hutool) ([GitHub](https://github.com/dromara/hutool))
- [dropwizard/dropwizard](java/dropwizard/dropwizard) ([GitHub](https://github.com/dropwizard/dropwizard))
- [elastic/elasticsearch](java/elastic/elasticsearch) ([GitHub](https://github.com/elastic/elasticsearch))
- [elastic/logstash](java/elastic/logstash) ([GitHub](https://github.com/elastic/logstash))
- [fasterxml/jackson-core](java/fasterxml/jackson-core) ([GitHub](https://github.com/FasterXML/jackson-core))
- [fasterxml/jackson-databind](java/fasterxml/jackson-databind) ([GitHub](https://github.com/FasterXML/jackson-databind))
- [google/exoplayer](java/google/exoplayer) ([GitHub](https://github.com/google/ExoPlayer))
- [google/guava](java/google/guava) ([GitHub](https://github.com/google/guava))
- [google/guice](java/google/guice) ([GitHub](https://github.com/google/guice))
- [google/tink](java/google/tink) ([GitHub](https://github.com/google/tink))
- [greenrobot/eventbus](java/greenrobot/eventbus) ([GitHub](https://github.com/greenrobot/EventBus))
- [hibernate/hibernate-orm](java/hibernate/hibernate-orm) ([GitHub](https://github.com/hibernate/hibernate-orm))
- [jakewharton/butterknife](java/jakewharton/butterknife) ([GitHub](https://github.com/JakeWharton/butterknife))
- [jenkinsci/jenkins](java/jenkinsci/jenkins) ([GitHub](https://github.com/jenkinsci/jenkins))
- [jodaorg/joda-time](java/jodaorg/joda-time) ([GitHub](https://github.com/JodaOrg/joda-time))
- [keycloak/keycloak](java/keycloak/keycloak) ([GitHub](https://github.com/keycloak/keycloak))
- [libgdx/libgdx](java/libgdx/libgdx) ([GitHub](https://github.com/libgdx/libgdx))
- [lmax-exchange/disruptor](java/lmax-exchange/disruptor) ([GitHub](https://github.com/LMAX-Exchange/disruptor))
- [macrozheng/mall](java/macrozheng/mall) ([GitHub](https://github.com/macrozheng/mall))
- [mybatis/mybatis-3](java/mybatis/mybatis-3) ([GitHub](https://github.com/mybatis/mybatis-3))
- [netty/netty](java/netty/netty) ([GitHub](https://github.com/netty/netty))
- [nextcloud/android](java/nextcloud/android) ([GitHub](https://github.com/nextcloud/android))
- [oracle/graal](java/oracle/graal) ([GitHub](https://github.com/oracle/graal))
- [philjay/mpandroidchart](java/philjay/mpandroidchart) ([GitHub](https://github.com/PhilJay/MPAndroidChart))
- [qos-ch/logback](java/qos-ch/logback) ([GitHub](https://github.com/qos-ch/logback))
- [qos-ch/slf4j](java/qos-ch/slf4j) ([GitHub](https://github.com/qos-ch/slf4j))
- [reactivex/rxandroid](java/reactivex/rxandroid) ([GitHub](https://github.com/ReactiveX/RxAndroid))
- [reactivex/rxjava](java/reactivex/rxjava) ([GitHub](https://github.com/ReactiveX/RxJava))
- [realm/realm-java](java/realm/realm-java) ([GitHub](https://github.com/realm/realm-java))
- [signalapp/signal-server](java/signalapp/signal-server) ([GitHub](https://github.com/signalapp/signal-server))
- [spockframework/spock](java/spockframework/spock) ([GitHub](https://github.com/spockframework/spock))
- [spring-projects/spring-boot](java/spring-projects/spring-boot) ([GitHub](https://github.com/spring-projects/spring-boot))
- [spring-projects/spring-framework](java/spring-projects/spring-framework) ([GitHub](https://github.com/spring-projects/spring-framework))
- [square/retrofit](java/square/retrofit) ([GitHub](https://github.com/square/retrofit))
- [stirling-tools/stirling-pdf](java/stirling-tools/stirling-pdf) ([GitHub](https://github.com/Stirling-Tools/Stirling-PDF))
- [teamnewpipe/newpipe](java/teamnewpipe/newpipe) ([GitHub](https://github.com/TeamNewPipe/NewPipe))
- [termux/termux-app](java/termux/termux-app) ([GitHub](https://github.com/termux/termux-app))
- [thingsboard/thingsboard](java/thingsboard/thingsboard) ([GitHub](https://github.com/thingsboard/thingsboard))
- [zxing/zxing](java/zxing/zxing) ([GitHub](https://github.com/zxing/zxing))### [Javascript](javascript/)
- [adam-p/markdown-here](javascript/adam-p/markdown-here) ([GitHub](https://github.com/adam-p/markdown-here))
- [addaleax/natives](javascript/addaleax/natives) ([GitHub](https://github.com/addaleax/natives))
- [adobe/brackets](javascript/adobe/brackets) ([GitHub](https://github.com/adobe/brackets))
- [airbnb/lottie-web](javascript/airbnb/lottie-web) ([GitHub](https://github.com/airbnb/lottie-web))
- [alvarotrigo/fullpage.js](javascript/alvarotrigo/fullpage.js) ([GitHub](https://github.com/alvarotrigo/fullPage.js))
- [ampproject/amphtml](javascript/ampproject/amphtml) ([GitHub](https://github.com/ampproject/amphtml))
- [angular/angular.js](javascript/angular/angular.js) ([GitHub](https://github.com/angular/angular.js))
- [asciinema/asciinema-player](javascript/asciinema/asciinema-player) ([GitHub](https://github.com/asciinema/asciinema-player))
- [atom/atom](javascript/atom/atom) ([GitHub](https://github.com/atom/atom))
- [axios/axios](javascript/axios/axios) ([GitHub](https://github.com/axios/axios))
- [babel/babel](javascript/babel/babel) ([GitHub](https://github.com/babel/babel))
- [bigskysoftware/htmx](javascript/bigskysoftware/htmx) ([GitHub](https://github.com/bigskysoftware/htmx))
- [bpmn-io/bpmn-js](javascript/bpmn-io/bpmn-js) ([GitHub](https://github.com/bpmn-io/bpmn-js))
- [caolan/async](javascript/caolan/async) ([GitHub](https://github.com/caolan/async))
- [chartjs/chart.js](javascript/chartjs/chart.js) ([GitHub](https://github.com/chartjs/Chart.js))
- [cypress-io/cypress](javascript/cypress-io/cypress) ([GitHub](https://github.com/cypress-io/cypress))
- [d3/d3](javascript/d3/d3) ([GitHub](https://github.com/d3/d3))
- [daneden/animate.css](javascript/daneden/animate.css) ([GitHub](https://github.com/daneden/animate.css))
- [dcloudio/uni-app](javascript/dcloudio/uni-app) ([GitHub](https://github.com/dcloudio/uni-app))
- [dogfalo/materialize](javascript/dogfalo/materialize) ([GitHub](https://github.com/Dogfalo/materialize))
- [dominictarr/rc](javascript/dominictarr/rc) ([GitHub](https://github.com/dominictarr/rc))
- [eggjs/egg](javascript/eggjs/egg) ([GitHub](https://github.com/eggjs/egg))
- [elemefe/element](javascript/elemefe/element) ([GitHub](https://github.com/ElemeFE/element))
- [element-hq/element-web](javascript/element-hq/element-web) ([GitHub](https://github.com/element-hq/element-web))
- [emberjs/ember.js](javascript/emberjs/ember.js) ([GitHub](https://github.com/emberjs/ember.js))
- [eslint/eslint](javascript/eslint/eslint) ([GitHub](https://github.com/eslint/eslint))
- [expressjs/body-parser](javascript/expressjs/body-parser) ([GitHub](https://github.com/expressjs/body-parser))
- [expressjs/express](javascript/expressjs/express) ([GitHub](https://github.com/expressjs/express))
- [facebook/react](javascript/facebook/react) ([GitHub](https://github.com/facebook/react))
- [facebook/react-native](javascript/facebook/react-native) ([GitHub](https://github.com/facebook/react-native))
- [faisalman/ua-parser-js](javascript/faisalman/ua-parser-js) ([GitHub](https://github.com/faisalman/ua-parser-js))
- [fastify/fastify](javascript/fastify/fastify) ([GitHub](https://github.com/fastify/fastify))
- [feross/safe-buffer](javascript/feross/safe-buffer) ([GitHub](https://github.com/feross/safe-buffer))
- [freecodecamp/freecodecamp](javascript/freecodecamp/freecodecamp) ([GitHub](https://github.com/freecodecamp/freecodecamp))
- [gatsbyjs/gatsby](javascript/gatsbyjs/gatsby) ([GitHub](https://github.com/gatsbyjs/gatsby))
- [hakimel/reveal.js](javascript/hakimel/reveal.js) ([GitHub](https://github.com/hakimel/reveal.js))
- [handlebars-lang/handlebars.js](javascript/handlebars-lang/handlebars.js) ([GitHub](https://github.com/handlebars-lang/handlebars.js))
- [hapijs/hapi](javascript/hapijs/hapi) ([GitHub](https://github.com/hapijs/hapi))
- [hexojs/hexo](javascript/hexojs/hexo) ([GitHub](https://github.com/hexojs/hexo))
- [iamkun/dayjs](javascript/iamkun/dayjs) ([GitHub](https://github.com/iamkun/dayjs))
- [ianstormtaylor/slate](javascript/ianstormtaylor/slate) ([GitHub](https://github.com/ianstormtaylor/slate))
- [impress/impress.js](javascript/impress/impress.js) ([GitHub](https://github.com/impress/impress.js))
- [isaacs/inherits](javascript/isaacs/inherits) ([GitHub](https://github.com/isaacs/inherits))
- [jasmine/jasmine](javascript/jasmine/jasmine) ([GitHub](https://github.com/jasmine/jasmine))
- [jgraph/drawio](javascript/jgraph/drawio) ([GitHub](https://github.com/jgraph/drawio))
- [jonschlinkert/kind-of](javascript/jonschlinkert/kind-of) ([GitHub](https://github.com/jonschlinkert/kind-of))
- [jquery/jquery](javascript/jquery/jquery) ([GitHub](https://github.com/jquery/jquery))
- [juliangarnier/anime](javascript/juliangarnier/anime) ([GitHub](https://github.com/juliangarnier/anime))
- [juliangruber/isarray](javascript/juliangruber/isarray) ([GitHub](https://github.com/juliangruber/isarray))
- [koajs/koa](javascript/koajs/koa) ([GitHub](https://github.com/koajs/koa))
- [kong/insomnia](javascript/kong/insomnia) ([GitHub](https://github.com/Kong/insomnia))
- [leaflet/leaflet](javascript/leaflet/leaflet) ([GitHub](https://github.com/Leaflet/Leaflet))
- [ljharb/qs](javascript/ljharb/qs) ([GitHub](https://github.com/ljharb/qs))
- [lodash/lodash](javascript/lodash/lodash) ([GitHub](https://github.com/lodash/lodash))
- [markedjs/marked](javascript/markedjs/marked) ([GitHub](https://github.com/markedjs/marked))
- [meteor/meteor](javascript/meteor/meteor) ([GitHub](https://github.com/meteor/meteor))
- [minimistjs/minimist](javascript/minimistjs/minimist) ([GitHub](https://github.com/minimistjs/minimist))
- [mochajs/mocha](javascript/mochajs/mocha) ([GitHub](https://github.com/mochajs/mocha))
- [moment/moment](javascript/moment/moment) ([GitHub](https://github.com/moment/moment))
- [mozilla/pdf.js](javascript/mozilla/pdf.js) ([GitHub](https://github.com/mozilla/pdf.js))
- [mrdoob/three.js](javascript/mrdoob/three.js) ([GitHub](https://github.com/mrdoob/three.js))
- [naptha/tesseract.js](javascript/naptha/tesseract.js) ([GitHub](https://github.com/naptha/tesseract.js))
- [nodejs/readable-stream](javascript/nodejs/readable-stream) ([GitHub](https://github.com/nodejs/readable-stream))
- [nodejs/string_decoder](javascript/nodejs/string_decoder) ([GitHub](https://github.com/nodejs/string_decoder))
- [nolimits4web/swiper](javascript/nolimits4web/swiper) ([GitHub](https://github.com/nolimits4web/swiper))
- [nwjs/nw.js](javascript/nwjs/nw.js) ([GitHub](https://github.com/nwjs/nw.js))
- [phaserjs/phaser](javascript/phaserjs/phaser) ([GitHub](https://github.com/phaserjs/phaser))
- [pixijs/pixi.js](javascript/pixijs/pixi.js) ([GitHub](https://github.com/pixijs/pixi.js))
- [preactjs/preact](javascript/preactjs/preact) ([GitHub](https://github.com/preactjs/preact))
- [prettier/prettier](javascript/prettier/prettier) ([GitHub](https://github.com/Prettier/prettier))
- [rocketchat/rocket.chat](javascript/rocketchat/rocket.chat) ([GitHub](https://github.com/rocketchat/rocket.chat))
- [semantic-org/semantic-ui](javascript/semantic-org/semantic-ui) ([GitHub](https://github.com/Semantic-Org/Semantic-UI))
- [serverless/serverless](javascript/serverless/serverless) ([GitHub](https://github.com/serverless/serverless))
- [socketio/socket.io](javascript/socketio/socket.io) ([GitHub](https://github.com/socketio/socket.io))
- [sortablejs/sortable](javascript/sortablejs/sortable) ([GitHub](https://github.com/SortableJS/Sortable))
- [standardnotes/app](javascript/standardnotes/app) ([GitHub](https://github.com/standardnotes/app))
- [sveltejs/svelte](javascript/sveltejs/svelte) ([GitHub](https://github.com/sveltejs/svelte))
- [tooljet/tooljet](javascript/tooljet/tooljet) ([GitHub](https://github.com/ToolJet/ToolJet))
- [tryghost/ghost](javascript/tryghost/ghost) ([GitHub](https://github.com/TryGhost/Ghost))
- [twbs/bootstrap](javascript/twbs/bootstrap) ([GitHub](https://github.com/twbs/bootstrap))
- [typicode/json-server](javascript/typicode/json-server) ([GitHub](https://github.com/typicode/json-server))
- [veged/coa](javascript/veged/coa) ([GitHub](https://github.com/veged/coa))
- [vercel/hyper](javascript/vercel/hyper) ([GitHub](https://github.com/vercel/hyper))
- [vercel/next.js](javascript/vercel/next.js) ([GitHub](https://github.com/vercel/next.js))
- [videojs/video.js](javascript/videojs/video.js) ([GitHub](https://github.com/videojs/video.js))
- [yarnpkg/berry](javascript/yarnpkg/berry) ([GitHub](https://github.com/yarnpkg/berry))
- [zenorocha/clipboard.js](javascript/zenorocha/clipboard.js) ([GitHub](https://github.com/zenorocha/clipboard.js))### [Julia](julia/)
- [fluxml/flux.jl](julia/fluxml/flux.jl) ([GitHub](https://github.com/FluxML/Flux.jl))
### [Kotlin](kotlin/)
- [acra/acra](kotlin/acra/acra) ([GitHub](https://github.com/ACRA/acra))
- [afollestad/material-dialogs](kotlin/afollestad/material-dialogs) ([GitHub](https://github.com/afollestad/material-dialogs))
- [airbnb/mavericks](kotlin/airbnb/mavericks) ([GitHub](https://github.com/airbnb/mavericks))
- [airbnb/mvrx](kotlin/airbnb/mvrx) ([GitHub](https://github.com/airbnb/MvRx))
- [alibaba/p3c](kotlin/alibaba/p3c) ([GitHub](https://github.com/alibaba/p3c))
- [android/nowinandroid](kotlin/android/nowinandroid) ([GitHub](https://github.com/android/nowinandroid))
- [android/sunflower](kotlin/android/sunflower) ([GitHub](https://github.com/android/sunflower))
- [androidx/androidx](kotlin/androidx/androidx) ([GitHub](https://github.com/androidx/androidx))
- [apollographql/apollo-android](kotlin/apollographql/apollo-android) ([GitHub](https://github.com/apollographql/apollo-android))
- [appintro/appintro](kotlin/appintro/appintro) ([GitHub](https://github.com/AppIntro/AppIntro))
- [arrow-kt/arrow](kotlin/arrow-kt/arrow) ([GitHub](https://github.com/arrow-kt/arrow))
- [badoo/reaktive](kotlin/badoo/reaktive) ([GitHub](https://github.com/badoo/Reaktive))
- [coil-kt/coil](kotlin/coil-kt/coil) ([GitHub](https://github.com/coil-kt/coil))
- [cymchad/baserecyclerviewadapterhelper](kotlin/cymchad/baserecyclerviewadapterhelper) ([GitHub](https://github.com/CymChad/BaseRecyclerViewAdapterHelper))
- [detekt/detekt](kotlin/detekt/detekt) ([GitHub](https://github.com/detekt/detekt))
- [drakeet/multitype](kotlin/drakeet/multitype) ([GitHub](https://github.com/drakeet/MultiType))
- [element-hq/element-android](kotlin/element-hq/element-android) ([GitHub](https://github.com/element-hq/element-android))
- [ethereum-lists/chains](kotlin/ethereum-lists/chains) ([GitHub](https://github.com/ethereum-lists/chains))
- [facebook/facebook-android-sdk](kotlin/facebook/facebook-android-sdk) ([GitHub](https://github.com/facebook/facebook-android-sdk))
- [facebook/litho](kotlin/facebook/litho) ([GitHub](https://github.com/facebook/litho))
- [florisboard/florisboard](kotlin/florisboard/florisboard) ([GitHub](https://github.com/florisboard/florisboard))
- [google/accompanist](kotlin/google/accompanist) ([GitHub](https://github.com/google/accompanist))
- [google/filament](kotlin/google/filament) ([GitHub](https://github.com/google/Filament))
- [google/flexbox-layout](kotlin/google/flexbox-layout) ([GitHub](https://github.com/google/flexbox-layout))
- [google/ksp](kotlin/google/ksp) ([GitHub](https://github.com/google/ksp))
- [insertkoinio/koin](kotlin/insertkoinio/koin) ([GitHub](https://github.com/insertkoinio/koin))
- [jakewharton/rxbinding](kotlin/jakewharton/rxbinding) ([GitHub](https://github.com/JakeWharton/RxBinding))
- [jakewharton/timber](kotlin/jakewharton/timber) ([GitHub](https://github.com/JakeWharton/timber))
- [javalin/javalin](kotlin/javalin/javalin) ([GitHub](https://github.com/javalin/javalin))
- [jetbrains/compose-jb](kotlin/jetbrains/compose-jb) ([GitHub](https://github.com/JetBrains/compose-jb))
- [jetbrains/compose-multiplatform](kotlin/jetbrains/compose-multiplatform) ([GitHub](https://github.com/JetBrains/compose-multiplatform))
- [jetbrains/exposed](kotlin/jetbrains/exposed) ([GitHub](https://github.com/JetBrains/Exposed))
- [korlibs/korge](kotlin/korlibs/korge) ([GitHub](https://github.com/korlibs/korge))
- [kotlin/anko](kotlin/kotlin/anko) ([GitHub](https://github.com/Kotlin/anko))
- [kotlin/kotlinx-datetime](kotlin/kotlin/kotlinx-datetime) ([GitHub](https://github.com/Kotlin/kotlinx-datetime))
- [kotlin/kotlinx.cli](kotlin/kotlin/kotlinx.cli) ([GitHub](https://github.com/Kotlin/kotlinx.cli))
- [kotlin/kotlinx.coroutines](kotlin/kotlin/kotlinx.coroutines) ([GitHub](https://github.com/Kotlin/kotlinx.coroutines))
- [kotlin/kotlinx.serialization](kotlin/kotlin/kotlinx.serialization) ([GitHub](https://github.com/Kotlin/kotlinx.serialization))
- [ktorio/ktor](kotlin/ktorio/ktor) ([GitHub](https://github.com/ktorio/ktor))
- [liujingxing/rxhttp](kotlin/liujingxing/rxhttp) ([GitHub](https://github.com/liujingxing/rxhttp))
- [lottie-react-native/lottie-react-native](kotlin/lottie-react-native/lottie-react-native) ([GitHub](https://github.com/lottie-react-native/lottie-react-native))
- [mikepenz/android-iconics](kotlin/mikepenz/android-iconics) ([GitHub](https://github.com/mikepenz/Android-Iconics))
- [mikepenz/materialdrawer](kotlin/mikepenz/materialdrawer) ([GitHub](https://github.com/mikepenz/MaterialDrawer))
- [mobile-dev-inc/maestro](kotlin/mobile-dev-inc/maestro) ([GitHub](https://github.com/mobile-dev-inc/maestro))
- [mockk/mockk](kotlin/mockk/mockk) ([GitHub](https://github.com/mockk/mockk))
- [oracle/helidon](kotlin/oracle/helidon) ([GitHub](https://github.com/oracle/helidon))
- [permissions-dispatcher/permissionsdispatcher](kotlin/permissions-dispatcher/permissionsdispatcher) ([GitHub](https://github.com/permissions-dispatcher/PermissionsDispatcher))
- [perwendel/spark](kotlin/perwendel/spark) ([GitHub](https://github.com/perwendel/spark))
- [pinterest/ktlint](kotlin/pinterest/ktlint) ([GitHub](https://github.com/pinterest/ktlint))
- [reactivex/rxkotlin](kotlin/reactivex/rxkotlin) ([GitHub](https://github.com/ReactiveX/RxKotlin))
- [realm/realm-kotlin](kotlin/realm/realm-kotlin) ([GitHub](https://github.com/realm/realm-kotlin))
- [rikkaapps/shizuku](kotlin/rikkaapps/shizuku) ([GitHub](https://github.com/RikkaApps/Shizuku))
- [sqldelight/sqldelight](kotlin/sqldelight/sqldelight) ([GitHub](https://github.com/sqldelight/sqldelight))
- [square/leakcanary](kotlin/square/leakcanary) ([GitHub](https://github.com/square/leakcanary))
- [square/moshi](kotlin/square/moshi) ([GitHub](https://github.com/square/moshi))
- [square/okhttp](kotlin/square/okhttp) ([GitHub](https://github.com/square/okhttp))
- [square/okio](kotlin/square/okio) ([GitHub](https://github.com/square/okio))
- [square/picasso](kotlin/square/picasso) ([GitHub](https://github.com/square/picasso))
- [square/workflow-kotlin](kotlin/square/workflow-kotlin) ([GitHub](https://github.com/square/workflow-kotlin))
- [tapadoo/alerter](kotlin/tapadoo/alerter) ([GitHub](https://github.com/Tapadoo/Alerter))
- [tiann/kernelsu](kotlin/tiann/kernelsu) ([GitHub](https://github.com/tiann/KernelSU))
- [touchlab/kermit](kotlin/touchlab/kermit) ([GitHub](https://github.com/touchlab/Kermit))
- [uber/ribs](kotlin/uber/ribs) ([GitHub](https://github.com/uber/RIBs))
- [wasabeef/recyclerview-animators](kotlin/wasabeef/recyclerview-animators) ([GitHub](https://github.com/wasabeef/recyclerview-animators))
- [yiiguxing/translationplugin](kotlin/yiiguxing/translationplugin) ([GitHub](https://github.com/YiiGuxing/TranslationPlugin))
- [zetbaitsu/compressor](kotlin/zetbaitsu/compressor) ([GitHub](https://github.com/zetbaitsu/Compressor))
- [zhanghai/materialfiles](kotlin/zhanghai/materialfiles) ([GitHub](https://github.com/zhanghai/MaterialFiles))### [Lua](lua/)
- [apache/incubator-apisix](lua/apache/incubator-apisix) ([GitHub](https://github.com/apache/incubator-apisix))
- [kong/kong](lua/kong/kong) ([GitHub](https://github.com/Kong/kong))
- [nodemcu/nodemcu-firmware](lua/nodemcu/nodemcu-firmware) ([GitHub](https://github.com/nodemcu/nodemcu-firmware))### [Objectivec](objectivec/)
- [afnetworking/afnetworking](objectivec/afnetworking/afnetworking) ([GitHub](https://github.com/AFNetworking/AFNetworking))
- [bang590/jspatch](objectivec/bang590/jspatch) ([GitHub](https://github.com/bang590/JSPatch))
- [blockskit/blockskit](objectivec/blockskit/blockskit) ([GitHub](https://github.com/BlocksKit/BlocksKit))
- [bradlarson/gpuimage](objectivec/bradlarson/gpuimage) ([GitHub](https://github.com/BradLarson/GPUImage))
- [ccgus/fmdb](objectivec/ccgus/fmdb) ([GitHub](https://github.com/ccgus/fmdb))
- [cocoalumberjack/cocoalumberjack](objectivec/cocoalumberjack/cocoalumberjack) ([GitHub](https://github.com/CocoaLumberjack/CocoaLumberjack))
- [cocoanetics/dtcoretext](objectivec/cocoanetics/dtcoretext) ([GitHub](https://github.com/Cocoanetics/DTCoreText))
- [codermjlee/mjextension](objectivec/codermjlee/mjextension) ([GitHub](https://github.com/CoderMJLee/MJExtension))
- [codermjlee/mjrefresh](objectivec/codermjlee/mjrefresh) ([GitHub](https://github.com/CoderMJLee/MJRefresh))
- [dzenbot/dznemptydataset](objectivec/dzenbot/dznemptydataset) ([GitHub](https://github.com/dzenbot/DZNEmptyDataSet))
- [facebookarchive/kvocontroller](objectivec/facebookarchive/kvocontroller) ([GitHub](https://github.com/facebookarchive/KVOController))
- [facebookarchive/shimmer](objectivec/facebookarchive/shimmer) ([GitHub](https://github.com/facebookarchive/Shimmer))
- [facebookarchive/three20](objectivec/facebookarchive/three20) ([GitHub](https://github.com/facebookarchive/three20))
- [facebookincubator/socketrocket](objectivec/facebookincubator/socketrocket) ([GitHub](https://github.com/facebookincubator/SocketRocket))
- [flipboard/flanimatedimage](objectivec/flipboard/flanimatedimage) ([GitHub](https://github.com/Flipboard/FLAnimatedImage))
- [forkingdog/uitableview-fdtemplatelayoutcell](objectivec/forkingdog/uitableview-fdtemplatelayoutcell) ([GitHub](https://github.com/forkingdog/UITableView-FDTemplateLayoutCell))
- [grouper/flatuikit](objectivec/grouper/flatuikit) ([GitHub](https://github.com/Grouper/FlatUIKit))
- [ibireme/yykit](objectivec/ibireme/yykit) ([GitHub](https://github.com/ibireme/YYKit))
- [ibireme/yytext](objectivec/ibireme/yytext) ([GitHub](https://github.com/ibireme/YYText))
- [ifttt/jazzhands](objectivec/ifttt/jazzhands) ([GitHub](https://github.com/IFTTT/JazzHands))
- [instagram/iglistkit](objectivec/instagram/iglistkit) ([GitHub](https://github.com/Instagram/IGListKit))
- [ivpusic/react-native-image-crop-picker](objectivec/ivpusic/react-native-image-crop-picker) ([GitHub](https://github.com/ivpusic/react-native-image-crop-picker))
- [jdg/mbprogresshud](objectivec/jdg/mbprogresshud) ([GitHub](https://github.com/jdg/MBProgressHUD))
- [jessesquires/jsqmessagesviewcontroller](objectivec/jessesquires/jsqmessagesviewcontroller) ([GitHub](https://github.com/jessesquires/JSQMessagesViewController))
- [johnezang/jsonkit](objectivec/johnezang/jsonkit) ([GitHub](https://github.com/johnezang/JSONKit))
- [jsonmodel/jsonmodel](objectivec/jsonmodel/jsonmodel) ([GitHub](https://github.com/jsonmodel/jsonmodel))
- [jverdi/jvfloatlabeledtextfield](objectivec/jverdi/jvfloatlabeledtextfield) ([GitHub](https://github.com/jverdi/JVFloatLabeledTextField))
- [jverkoey/nimbus](objectivec/jverkoey/nimbus) ([GitHub](https://github.com/jverkoey/nimbus))
- [kanyun-inc/ytknetwork](objectivec/kanyun-inc/ytknetwork) ([GitHub](https://github.com/kanyun-inc/YTKNetwork))
- [kevinzhow/pnchart](objectivec/kevinzhow/pnchart) ([GitHub](https://github.com/kevinzhow/PNChart))
- [kif-framework/kif](objectivec/kif-framework/kif) ([GitHub](https://github.com/kif-framework/KIF))
- [magicalpanda/magicalrecord](objectivec/magicalpanda/magicalrecord) ([GitHub](https://github.com/magicalpanda/MagicalRecord))
- [mamaral/onboard](objectivec/mamaral/onboard) ([GitHub](https://github.com/mamaral/Onboard))
- [mantle/mantle](objectivec/mantle/mantle) ([GitHub](https://github.com/Mantle/Mantle))
- [marcuswestin/webviewjavascriptbridge](objectivec/marcuswestin/webviewjavascriptbridge) ([GitHub](https://github.com/marcuswestin/WebViewJavascriptBridge))
- [matthewyork/datetools](objectivec/matthewyork/datetools) ([GitHub](https://github.com/MatthewYork/DateTools))
- [mortimergoro/mgswipetablecell](objectivec/mortimergoro/mgswipetablecell) ([GitHub](https://github.com/MortimerGoro/MGSwipeTableCell))
- [mutualmobile/mmdrawercontroller](objectivec/mutualmobile/mmdrawercontroller) ([GitHub](https://github.com/mutualmobile/MMDrawerController))
- [mwaterfall/mwphotobrowser](objectivec/mwaterfall/mwphotobrowser) ([GitHub](https://github.com/mwaterfall/MWPhotoBrowser))
- [nicklockwood/icarousel](objectivec/nicklockwood/icarousel) ([GitHub](https://github.com/nicklockwood/iCarousel))
- [nst/ios-runtime-headers](objectivec/nst/ios-runtime-headers) ([GitHub](https://github.com/nst/iOS-Runtime-Headers))
- [path/fastimagecache](objectivec/path/fastimagecache) ([GitHub](https://github.com/path/FastImageCache))
- [purelayout/purelayout](objectivec/purelayout/purelayout) ([GitHub](https://github.com/PureLayout/PureLayout))
- [react-native-maps/react-native-maps](objectivec/react-native-maps/react-native-maps) ([GitHub](https://github.com/react-native-maps/react-native-maps))
- [realm/realm-swift](objectivec/realm/realm-swift) ([GitHub](https://github.com/realm/realm-swift))
- [restkit/restkit](objectivec/restkit/restkit) ([GitHub](https://github.com/RestKit/RestKit))
- [robbiehanson/cocoaasyncsocket](objectivec/robbiehanson/cocoaasyncsocket) ([GitHub](https://github.com/robbiehanson/CocoaAsyncSocket))
- [robbiehanson/xmppframework](objectivec/robbiehanson/xmppframework) ([GitHub](https://github.com/robbiehanson/XMPPFramework))
- [romaonthego/residemenu](objectivec/romaonthego/residemenu) ([GitHub](https://github.com/romaonthego/RESideMenu))
- [sdwebimage/sdwebimage](objectivec/sdwebimage/sdwebimage) ([GitHub](https://github.com/SDWebImage/SDWebImage))
- [slackhq/slacktextviewcontroller](objectivec/slackhq/slacktextviewcontroller) ([GitHub](https://github.com/slackhq/SlackTextViewController))
- [sparkle-project/sparkle](objectivec/sparkle-project/sparkle) ([GitHub](https://github.com/sparkle-project/Sparkle))
- [steipete/aspects](objectivec/steipete/aspects) ([GitHub](https://github.com/steipete/Aspects))
- [svprogresshud/svprogresshud](objectivec/svprogresshud/svprogresshud) ([GitHub](https://github.com/SVProgressHUD/SVProgressHUD))
- [swisspol/gcdwebserver](objectivec/swisspol/gcdwebserver) ([GitHub](https://github.com/swisspol/GCDWebServer))
- [tonymillion/reachability](objectivec/tonymillion/reachability) ([GitHub](https://github.com/tonymillion/Reachability))
- [tttattributedlabel/tttattributedlabel](objectivec/tttattributedlabel/tttattributedlabel) ([GitHub](https://github.com/TTTAttributedLabel/TTTAttributedLabel))
- [vicc/chameleon](objectivec/vicc/chameleon) ([GitHub](https://github.com/vicc/chameleon))
- [wenchaod/fscalendar](objectivec/wenchaod/fscalendar) ([GitHub](https://github.com/WenchaoD/FSCalendar))### [Php](php/)
- [bagisto/bagisto](php/bagisto/bagisto) ([GitHub](https://github.com/bagisto/bagisto))
- [barryvdh/laravel-debugbar](php/barryvdh/laravel-debugbar) ([GitHub](https://github.com/barryvdh/laravel-debugbar))
- [bcit-ci/codeigniter](php/bcit-ci/codeigniter) ([GitHub](https://github.com/bcit-ci/CodeIgniter))
- [bcosca/fatfree](php/bcosca/fatfree) ([GitHub](https://github.com/bcosca/fatfree))
- [blueimp/jquery-file-upload](php/blueimp/jquery-file-upload) ([GitHub](https://github.com/blueimp/jQuery-File-Upload))
- [bookstackapp/bookstack](php/bookstackapp/bookstack) ([GitHub](https://github.com/BookStackApp/BookStack))
- [briannesbitt/carbon](php/briannesbitt/carbon) ([GitHub](https://github.com/briannesbitt/Carbon))
- [cachethq/cachet](php/cachethq/cachet) ([GitHub](https://github.com/cachethq/cachet))
- [cakephp/cakephp](php/cakephp/cakephp) ([GitHub](https://github.com/cakephp/cakephp))
- [codeigniter4/codeigniter4](php/codeigniter4/codeigniter4) ([GitHub](https://github.com/codeigniter4/CodeIgniter4))
- [coollabsio/coolify](php/coollabsio/coolify) ([GitHub](https://github.com/coollabsio/coolify))
- [dingo/api](php/dingo/api) ([GitHub](https://github.com/dingo/api))
- [doctrine/dbal](php/doctrine/dbal) ([GitHub](https://github.com/doctrine/dbal))
- [doctrine/inflector](php/doctrine/inflector) ([GitHub](https://github.com/doctrine/inflector))
- [doctrine/instantiator](php/doctrine/instantiator) ([GitHub](https://github.com/doctrine/instantiator))
- [doctrine/lexer](php/doctrine/lexer) ([GitHub](https://github.com/doctrine/lexer))
- [doctrine/orm](php/doctrine/orm) ([GitHub](https://github.com/doctrine/orm))
- [dompdf/dompdf](php/dompdf/dompdf) ([GitHub](https://github.com/dompdf/dompdf))
- [drupal/core](php/drupal/core) ([GitHub](https://github.com/drupal/core))
- [drupal/drupal](php/drupal/drupal) ([GitHub](https://github.com/drupal/drupal))
- [egulias/emailvalidator](php/egulias/emailvalidator) ([GitHub](https://github.com/egulias/EmailValidator))
- [elastic/elasticsearch-php](php/elastic/elasticsearch-php) ([GitHub](https://github.com/elastic/elasticsearch-php))
- [erusev/parsedown](php/erusev/parsedown) ([GitHub](https://github.com/erusev/parsedown))
- [filamentphp/filament](php/filamentphp/filament) ([GitHub](https://github.com/filamentphp/filament))
- [filp/whoops](php/filp/whoops) ([GitHub](https://github.com/filp/whoops))
- [firefly-iii/firefly-iii](php/firefly-iii/firefly-iii) ([GitHub](https://github.com/firefly-iii/firefly-iii))
- [flarum/flarum](php/flarum/flarum) ([GitHub](https://github.com/flarum/flarum))
- [freshrss/freshrss](php/freshrss/freshrss) ([GitHub](https://github.com/freshrss/freshrss))
- [friendsofphp/goutte](php/friendsofphp/goutte) ([GitHub](https://github.com/friendsofphp/goutte))
- [fzaninotto/faker](php/fzaninotto/faker) ([GitHub](https://github.com/fzaninotto/faker))
- [getgrav/grav](php/getgrav/grav) ([GitHub](https://github.com/getgrav/grav))
- [getsentry/sentry-php](php/getsentry/sentry-php) ([GitHub](https://github.com/getsentry/sentry-php))
- [googleapis/google-api-php-client](php/googleapis/google-api-php-client) ([GitHub](https://github.com/googleapis/google-api-php-client))
- [guzzle/guzzle](php/guzzle/guzzle) ([GitHub](https://github.com/guzzle/guzzle))
- [intervention/image](php/intervention/image) ([GitHub](https://github.com/Intervention/image))
- [joomla/joomla-cms](php/joomla/joomla-cms) ([GitHub](https://github.com/joomla/joomla-cms))
- [koel/koel](php/koel/koel) ([GitHub](https://github.com/koel/koel))
- [laminas/laminas-mvc](php/laminas/laminas-mvc) ([GitHub](https://github.com/laminas/laminas-mvc))
- [laravel/framework](php/laravel/framework) ([GitHub](https://github.com/laravel/framework))
- [laravel/laravel](php/laravel/laravel) ([GitHub](https://github.com/laravel/laravel))
- [laravel-backpack/crud](php/laravel-backpack/crud) ([GitHub](https://github.com/Laravel-Backpack/CRUD))
- [librespeed/speedtest](php/librespeed/speedtest) ([GitHub](https://github.com/librespeed/speedtest))
- [livewire/livewire](php/livewire/livewire) ([GitHub](https://github.com/livewire/livewire))
- [magento/magento2](php/magento/magento2) ([GitHub](https://github.com/magento/magento2))
- [matomo-org/matomo](php/matomo-org/matomo) ([GitHub](https://github.com/matomo-org/matomo))
- [mockery/mockery](php/mockery/mockery) ([GitHub](https://github.com/mockery/mockery))
- [monicahq/monica](php/monicahq/monica) ([GitHub](https://github.com/monicahq/monica))
- [mtdowling/cron-expression](php/mtdowling/cron-expression) ([GitHub](https://github.com/mtdowling/cron-expression))
- [myclabs/deepcopy](php/myclabs/deepcopy) ([GitHub](https://github.com/myclabs/deepcopy))
- [nextcloud/server](php/nextcloud/server) ([GitHub](https://github.com/nextcloud/server))
- [nikic/fastroute](php/nikic/fastroute) ([GitHub](https://github.com/nikic/FastRoute))
- [nikic/php-parser](php/nikic/php-parser) ([GitHub](https://github.com/nikic/php-parser))
- [octobercms/october](php/octobercms/october) ([GitHub](https://github.com/octobercms/october))
- [owncloud/core](php/owncloud/core) ([GitHub](https://github.com/owncloud/core))
- [parse-community/parse-server](php/parse-community/parse-server) ([GitHub](https://github.com/parse-community/parse-server))
- [pestphp/pest](php/pestphp/pest) ([GitHub](https://github.com/pestphp/pest))
- [phacility/phabricator](php/phacility/phabricator) ([GitHub](https://github.com/phacility/phabricator))
- [phalcon/cphalcon](php/phalcon/cphalcon) ([GitHub](https://github.com/phalcon/cphalcon))
- [phan/phan](php/phan/phan) ([GitHub](https://github.com/phan/phan))
- [php-fig/container](php/php-fig/container) ([GitHub](https://github.com/php-fig/container))
- [php-fig/log](php/php-fig/log) ([GitHub](https://github.com/php-fig/log))
- [phpdocumentor/reflectioncommon](php/phpdocumentor/reflectioncommon) ([GitHub](https://github.com/phpdocumentor/reflectioncommon))
- [phpdocumentor/typeresolver](php/phpdocumentor/typeresolver) ([GitHub](https://github.com/phpdocumentor/typeresolver))
- [phpmailer/phpmailer](php/phpmailer/phpmailer) ([GitHub](https://github.com/PHPMailer/PHPMailer))
- [phpoffice/phpexcel](php/phpoffice/phpexcel) ([GitHub](https://github.com/phpoffice/phpexcel))
- [phpoffice/phppresentation](php/phpoffice/phppresentation) ([GitHub](https://github.com/PHPOffice/PHPPresentation))
- [phpoffice/phpspreadsheet](php/phpoffice/phpspreadsheet) ([GitHub](https://github.com/PHPOffice/PhpSpreadsheet))
- [prestashop/prestashop](php/prestashop/prestashop) ([GitHub](https://github.com/PrestaShop/PrestaShop))
- [ramsey/uuid](php/ramsey/uuid) ([GitHub](https://github.com/ramsey/uuid))
- [reactphp/reactphp](php/reactphp/reactphp) ([GitHub](https://github.com/reactphp/reactphp))
- [roots/sage](php/roots/sage) ([GitHub](https://github.com/roots/sage))
- [seldaek/monolog](php/seldaek/monolog) ([GitHub](https://github.com/Seldaek/monolog))
- [serbanghita/mobile-detect](php/serbanghita/mobile-detect) ([GitHub](https://github.com/serbanghita/mobile-detect))
- [slimphp/slim](php/slimphp/slim) ([GitHub](https://github.com/slimphp/slim))
- [snipe/snipe-it](php/snipe/snipe-it) ([GitHub](https://github.com/snipe/snipe-it))
- [spartnernl/laravel-excel](php/spartnernl/laravel-excel) ([GitHub](https://github.com/spartnernl/laravel-excel))
- [spatie/laravel-permission](php/spatie/laravel-permission) ([GitHub](https://github.com/spatie/laravel-permission))
- [swiftmailer/swiftmailer](php/swiftmailer/swiftmailer) ([GitHub](https://github.com/swiftmailer/swiftmailer))
- [symfony/console](php/symfony/console) ([GitHub](https://github.com/symfony/console))
- [symfony/finder](php/symfony/finder) ([GitHub](https://github.com/symfony/finder))
- [symfony/symfony](php/symfony/symfony) ([GitHub](https://github.com/symfony/symfony))
- [symfonycasts/reset-password-bundle](php/symfonycasts/reset-password-bundle) ([GitHub](https://github.com/SymfonyCasts/reset-password-bundle))
- [thealgorithms/php](php/thealgorithms/php) ([GitHub](https://github.com/TheAlgorithms/PHP))
- [thedevdojo/voyager](php/thedevdojo/voyager) ([GitHub](https://github.com/thedevdojo/voyager))
- [thephpleague/flysystem](php/thephpleague/flysystem) ([GitHub](https://github.com/thephpleague/flysystem))
- [tymondesigns/jwt-auth](php/tymondesigns/jwt-auth) ([GitHub](https://github.com/tymondesigns/jwt-auth))
- [typecho/typecho](php/typecho/typecho) ([GitHub](https://github.com/typecho/typecho))
- [uvdesk/community-skeleton](php/uvdesk/community-skeleton) ([GitHub](https://github.com/uvdesk/community-skeleton))
- [vlucas/phpdotenv](php/vlucas/phpdotenv) ([GitHub](https://github.com/vlucas/phpdotenv))
- [walkor/workerman](php/walkor/workerman) ([GitHub](https://github.com/walkor/workerman))
- [wallabag/wallabag](php/wallabag/wallabag) ([GitHub](https://github.com/wallabag/wallabag))
- [woocommerce/woocommerce](php/woocommerce/woocommerce) ([GitHub](https://github.com/woocommerce/woocommerce))
- [wordpress/wordpress](php/wordpress/wordpress) ([GitHub](https://github.com/wordpress/wordpress))
- [yiisoft/yii2](php/yiisoft/yii2) ([GitHub](https://github.com/yiisoft/yii2))
- [yourls/yourls](php/yourls/yourls) ([GitHub](https://github.com/yourls/yourls))
- [z-song/laravel-admin](php/z-song/laravel-admin) ([GitHub](https://github.com/z-song/laravel-admin))### [Python](python/)
- [3b1b/manim](python/3b1b/manim) ([GitHub](https://github.com/3b1b/manim))
- [abi/screenshot-to-code](python/abi/screenshot-to-code) ([GitHub](https://github.com/abi/screenshot-to-code))
- [ansible/ansible](python/ansible/ansible) ([GitHub](https://github.com/ansible/ansible))
- [apache/airflow](python/apache/airflow) ([GitHub](https://github.com/apache/airflow))
- [borgbackup/borg](python/borgbackup/borg) ([GitHub](https://github.com/borgbackup/borg))
- [bottlepy/bottle](python/bottlepy/bottle) ([GitHub](https://github.com/bottlepy/bottle))
- [celery/celery](python/celery/celery) ([GitHub](https://github.com/celery/celery))
- [cocos2d/cocos2d-x](python/cocos2d/cocos2d-x) ([GitHub](https://github.com/cocos2d/cocos2d-x))
- [comfyanonymous/comfyui](python/comfyanonymous/comfyui) ([GitHub](https://github.com/comfyanonymous/ComfyUI))
- [commaai/openpilot](python/commaai/openpilot) ([GitHub](https://github.com/commaai/openpilot))
- [coqui-ai/tts](python/coqui-ai/tts) ([GitHub](https://github.com/coqui-ai/TTS))
- [davidsandberg/facenet](python/davidsandberg/facenet) ([GitHub](https://github.com/davidsandberg/facenet))
- [django/django](python/django/django) ([GitHub](https://github.com/django/django))
- [dmlc/dgl](python/dmlc/dgl) ([GitHub](https://github.com/dmlc/dgl))
- [dmlc/gluon-cv](python/dmlc/gluon-cv) ([GitHub](https://github.com/dmlc/gluon-cv))
- [dmlc/xgboost](python/dmlc/xgboost) ([GitHub](https://github.com/dmlc/xgboost))
- [encode/django-rest-framework](python/encode/django-rest-framework) ([GitHub](https://github.com/encode/django-rest-framework))
- [fabric/fabric](python/fabric/fabric) ([GitHub](https://github.com/fabric/fabric))
- [fastapi/fastapi](python/fastapi/fastapi) ([GitHub](https://github.com/fastapi/fastapi))
- [freedombox/freedombox](python/freedombox/freedombox) ([GitHub](https://github.com/freedombox/freedombox))
- [getredash/redash](python/getredash/redash) ([GitHub](https://github.com/getredash/redash))
- [getsentry/sentry](python/getsentry/sentry) ([GitHub](https://github.com/getsentry/sentry))
- [google/jax](python/google/jax) ([GitHub](https://github.com/google/jax))
- [gradio-app/gradio](python/gradio-app/gradio) ([GitHub](https://github.com/gradio-app/gradio))
- [graphite-project/graphite-web](python/graphite-project/graphite-web) ([GitHub](https://github.com/graphite-project/graphite-web))
- [home-assistant/core](python/home-assistant/core) ([GitHub](https://github.com/home-assistant/core))
- [httpie/cli](python/httpie/cli) ([GitHub](https://github.com/httpie/cli))
- [keras-team/keras](python/keras-team/keras) ([GitHub](https://github.com/keras-team/keras))
- [lllyasviel/fooocus](python/lllyasviel/fooocus) ([GitHub](https://github.com/lllyasviel/Fooocus))
- [locustio/locust](python/locustio/locust) ([GitHub](https://github.com/locustio/locust))
- [matrix-org/synapse](python/matrix-org/synapse) ([GitHub](https://github.com/matrix-org/synapse))
- [mesonbuild/meson](python/mesonbuild/meson) ([GitHub](https://github.com/mesonbuild/meson))
- [mingrammer/diagrams](python/mingrammer/diagrams) ([GitHub](https://github.com/mingrammer/diagrams))
- [misp/misp](python/misp/misp) ([GitHub](https://github.com/misp/misp))
- [mitmproxy/mitmproxy](python/mitmproxy/mitmproxy) ([GitHub](https://github.com/mitmproxy/mitmproxy))
- [mopidy/mopidy](python/mopidy/mopidy) ([GitHub](https://github.com/mopidy/mopidy))
- [mozilla/addons-server](python/mozilla/addons-server) ([GitHub](https://github.com/mozilla/addons-server))
- [nvlabs/stylegan](python/nvlabs/stylegan) ([GitHub](https://github.com/NVlabs/stylegan))
- [odoo/odoo](python/odoo/odoo) ([GitHub](https://github.com/odoo/odoo))
- [openai/gym](python/openai/gym) ([GitHub](https://github.com/openai/gym))
- [opencv/opencv-python](python/opencv/opencv-python) ([GitHub](https://github.com/opencv/opencv-python))
- [openinterpreter/open-interpreter](python/openinterpreter/open-interpreter) ([GitHub](https://github.com/OpenInterpreter/open-interpreter))
- [pallets/click](python/pallets/click) ([GitHub](https://github.com/pallets/click))
- [pallets/flask](python/pallets/flask) ([GitHub](https://github.com/pallets/flask))
- [pallets/jinja](python/pallets/jinja) ([GitHub](https://github.com/pallets/jinja))
- [pandas-dev/pandas](python/pandas-dev/pandas) ([GitHub](https://github.com/pandas-dev/pandas))
- [paramiko/paramiko](python/paramiko/paramiko) ([GitHub](https://github.com/paramiko/paramiko))
- [plotly/dash](python/plotly/dash) ([GitHub](https://github.com/plotly/dash))
- [prefecthq/prefect](python/prefecthq/prefect) ([GitHub](https://github.com/PrefectHQ/prefect))
- [psf/requests](python/psf/requests) ([GitHub](https://github.com/psf/requests))
- [pypa/pipenv](python/pypa/pipenv) ([GitHub](https://github.com/pypa/pipenv))
- [python-telegram-bot/python-telegram-bot](python/python-telegram-bot/python-telegram-bot) ([GitHub](https://github.com/python-telegram-bot/python-telegram-bot))
- [pytorch/pytorch](python/pytorch/pytorch) ([GitHub](https://github.com/pytorch/pytorch))
- [quivrhq/quivr](python/quivrhq/quivr) ([GitHub](https://github.com/QuivrHQ/quivr))
- [ray-project/ray](python/ray-project/ray) ([GitHub](https://github.com/ray-project/ray))
- [saltstack/salt](python/saltstack/salt) ([GitHub](https://github.com/saltstack/salt))
- [searxng/searxng](python/searxng/searxng) ([GitHub](https://github.com/searxng/searxng))
- [sqlalchemy/sqlalchemy](python/sqlalchemy/sqlalchemy) ([GitHub](https://github.com/sqlalchemy/sqlalchemy))
- [sshwsfc/xadmin](python/sshwsfc/xadmin) ([GitHub](https://github.com/sshwsfc/xadmin))
- [streamlit/streamlit](python/streamlit/streamlit) ([GitHub](https://github.com/streamlit/streamlit))
- [stripe/stripe-python](python/stripe/stripe-python) ([GitHub](https://github.com/stripe/stripe-python))
- [tensorflow/tensorflow](python/tensorflow/tensorflow) ([GitHub](https://github.com/tensorflow/tensorflow))
- [textualize/rich](python/textualize/rich) ([GitHub](https://github.com/Textualize/rich))
- [tornadoweb/tornado](python/tornadoweb/tornado) ([GitHub](https://github.com/tornadoweb/tornado))
- [ultralytics/yolov5](python/ultralytics/yolov5) ([GitHub](https://github.com/ultralytics/yolov5))
- [urllib3/urllib3](python/urllib3/urllib3) ([GitHub](https://github.com/urllib3/urllib3))### [Ruby](ruby/)
- [activeadmin/activeadmin](ruby/activeadmin/activeadmin) ([GitHub](https://github.com/activeadmin/activeadmin))
- [activemerchant/active_merchant](ruby/activemerchant/active_merchant) ([GitHub](https://github.com/activemerchant/active_merchant))
- [activerecord-hackery/ransack](ruby/activerecord-hackery/ransack) ([GitHub](https://github.com/activerecord-hackery/ransack))
- [alexreisner/geocoder](ruby/alexreisner/geocoder) ([GitHub](https://github.com/alexreisner/geocoder))
- [ankane/chartkick](ruby/ankane/chartkick) ([GitHub](https://github.com/ankane/chartkick))
- [ankane/pghero](ruby/ankane/pghero) ([GitHub](https://github.com/ankane/pghero))
- [ankane/searchkick](ruby/ankane/searchkick) ([GitHub](https://github.com/ankane/searchkick))
- [basecamp/kamal](ruby/basecamp/kamal) ([GitHub](https://github.com/basecamp/kamal))
- [bettererrors/better_errors](ruby/bettererrors/better_errors) ([GitHub](https://github.com/BetterErrors/better_errors))
- [bkeepers/dotenv](ruby/bkeepers/dotenv) ([GitHub](https://github.com/bkeepers/dotenv))
- [capistrano/capistrano](ruby/capistrano/capistrano) ([GitHub](https://github.com/capistrano/capistrano))
- [carrierwaveuploader/carrierwave](ruby/carrierwaveuploader/carrierwave) ([GitHub](https://github.com/carrierwaveuploader/carrierwave))
- [chatwoot/chatwoot](ruby/chatwoot/chatwoot) ([GitHub](https://github.com/chatwoot/chatwoot))
- [chef/chef](ruby/chef/chef) ([GitHub](https://github.com/chef/chef))
- [cocoapods/cocoapods](ruby/cocoapods/cocoapods) ([GitHub](https://github.com/CocoaPods/CocoaPods))
- [collectiveidea/delayed_job](ruby/collectiveidea/delayed_job) ([GitHub](https://github.com/collectiveidea/delayed_job))
- [cucumber/cucumber-ruby](ruby/cucumber/cucumber-ruby) ([GitHub](https://github.com/cucumber/cucumber-ruby))
- [ddollar/foreman](ruby/ddollar/foreman) ([GitHub](https://github.com/ddollar/foreman))
- [diaspora/diaspora](ruby/diaspora/diaspora) ([GitHub](https://github.com/diaspora/diaspora))
- [discourse/discourse](ruby/discourse/discourse) ([GitHub](https://github.com/discourse/discourse))
- [docusealco/docuseal](ruby/docusealco/docuseal) ([GitHub](https://github.com/docusealco/docuseal))
- [drapergem/draper](ruby/drapergem/draper) ([GitHub](https://github.com/drapergem/draper))
- [faker-ruby/faker](ruby/faker-ruby/faker) ([GitHub](https://github.com/faker-ruby/faker))
- [fastlane/fastlane](ruby/fastlane/fastlane) ([GitHub](https://github.com/fastlane/fastlane))
- [fluent/fluentd](ruby/fluent/fluentd) ([GitHub](https://github.com/fluent/fluentd))
- [flyerhzm/bullet](ruby/flyerhzm/bullet) ([GitHub](https://github.com/flyerhzm/bullet))
- [forem/forem](ruby/forem/forem) ([GitHub](https://github.com/forem/forem))
- [github/markup](ruby/github/markup) ([GitHub](https://github.com/github/markup))
- [github/scientist](ruby/github/scientist) ([GitHub](https://github.com/github/scientist))
- [gitlabhq/gitlabhq](ruby/gitlabhq/gitlabhq) ([GitHub](https://github.com/gitlabhq/gitlabhq))
- [gollum/gollum](ruby/gollum/gollum) ([GitHub](https://github.com/gollum/gollum))
- [guard/guard](ruby/guard/guard) ([GitHub](https://github.com/guard/guard))
- [hanami/hanami](ruby/hanami/hanami) ([GitHub](https://github.com/hanami/hanami))
- [heartcombo/devise](ruby/heartcombo/devise) ([GitHub](https://github.com/heartcombo/devise))
- [heartcombo/simple_form](ruby/heartcombo/simple_form) ([GitHub](https://github.com/heartcombo/simple_form))
- [homebrew/homebrew-cask](ruby/homebrew/homebrew-cask) ([GitHub](https://github.com/Homebrew/homebrew-cask))
- [homebrew/homebrew-core](ruby/homebrew/homebrew-core) ([GitHub](https://github.com/Homebrew/homebrew-core))
- [huginn/huginn](ruby/huginn/huginn) ([GitHub](https://github.com/huginn/huginn))
- [imathis/octopress](ruby/imathis/octopress) ([GitHub](https://github.com/imathis/octopress))
- [javan/whenever](ruby/javan/whenever) ([GitHub](https://github.com/javan/whenever))
- [jekyll/jekyll](ruby/jekyll/jekyll) ([GitHub](https://github.com/jekyll/jekyll))
- [jeremyevans/sequel](ruby/jeremyevans/sequel) ([GitHub](https://github.com/jeremyevans/sequel))
- [jnunemaker/httparty](ruby/jnunemaker/httparty) ([GitHub](https://github.com/jnunemaker/httparty))
- [jordansissel/fpm](ruby/jordansissel/fpm) ([GitHub](https://github.com/jordansissel/fpm))
- [kaminari/kaminari](ruby/kaminari/kaminari) ([GitHub](https://github.com/kaminari/kaminari))
- [kkuchta/css-only-chat](ruby/kkuchta/css-only-chat) ([GitHub](https://github.com/kkuchta/css-only-chat))
- [lewagon/setup](ruby/lewagon/setup) ([GitHub](https://github.com/lewagon/setup))
- [lostisland/faraday](ruby/lostisland/faraday) ([GitHub](https://github.com/lostisland/faraday))
- [mame/quine-relay](ruby/mame/quine-relay) ([GitHub](https://github.com/mame/quine-relay))
- [mastodon/mastodon](ruby/mastodon/mastodon) ([GitHub](https://github.com/mastodon/mastodon))
- [maybe-finance/maybe](ruby/maybe-finance/maybe) ([GitHub](https://github.com/maybe-finance/maybe))
- [middleman/middleman](ruby/middleman/middleman) ([GitHub](https://github.com/middleman/middleman))
- [mikel/mail](ruby/mikel/mail) ([GitHub](https://github.com/mikel/mail))
- [mislav/will_paginate](ruby/mislav/will_paginate) ([GitHub](https://github.com/mislav/will_paginate))
- [norman/friendly_id](ruby/norman/friendly_id) ([GitHub](https://github.com/norman/friendly_id))
- [omniauth/omniauth](ruby/omniauth/omniauth) ([GitHub](https://github.com/omniauth/omniauth))
- [opf/openproject](ruby/opf/openproject) ([GitHub](https://github.com/opf/openproject))
- [paper-trail-gem/paper_trail](ruby/paper-trail-gem/paper_trail) ([GitHub](https://github.com/paper-trail-gem/paper_trail))
- [postalserver/postal](ruby/postalserver/postal) ([GitHub](https://github.com/postalserver/postal))
- [presidentbeef/brakeman](ruby/presidentbeef/brakeman) ([GitHub](https://github.com/presidentbeef/brakeman))
- [progit/progit](ruby/progit/progit) ([GitHub](https://github.com/progit/progit))
- [puma/puma](ruby/puma/puma) ([GitHub](https://github.com/puma/puma))
- [puppetlabs/puppet](ruby/puppetlabs/puppet) ([GitHub](https://github.com/puppetlabs/puppet))
- [rails/rails](ruby/rails/rails) ([GitHub](https://github.com/rails/rails))
- [rails-api/active_model_serializers](ruby/rails-api/active_model_serializers) ([GitHub](https://github.com/rails-api/active_model_serializers))
- [railsadminteam/rails_admin](ruby/railsadminteam/rails_admin) ([GitHub](https://github.com/railsadminteam/rails_admin))
- [realm/jazzy](ruby/realm/jazzy) ([GitHub](https://github.com/realm/jazzy))
- [resque/resque](ruby/resque/resque) ([GitHub](https://github.com/resque/resque))
- [rpush/rpush](ruby/rpush/rpush) ([GitHub](https://github.com/rpush/rpush))
- [rubocop/rubocop](ruby/rubocop/rubocop) ([GitHub](https://github.com/rubocop/rubocop))
- [ruby-concurrency/concurrent-ruby](ruby/ruby-concurrency/concurrent-ruby) ([GitHub](https://github.com/ruby-concurrency/concurrent-ruby))
- [ruby-grape/grape](ruby/ruby-grape/grape) ([GitHub](https://github.com/ruby-grape/grape))
- [rubygems/rubygems](ruby/rubygems/rubygems) ([GitHub](https://github.com/rubygems/rubygems))
- [ryanb/cancan](ruby/ryanb/cancan) ([GitHub](https://github.com/ryanb/cancan))
- [shakacode/react_on_rails](ruby/shakacode/react_on_rails) ([GitHub](https://github.com/shakacode/react_on_rails))
- [shopify/liquid](ruby/shopify/liquid) ([GitHub](https://github.com/Shopify/liquid))
- [sidekiq/sidekiq](ruby/sidekiq/sidekiq) ([GitHub](https://github.com/sidekiq/sidekiq))
- [simplecov-ruby/simplecov](ruby/simplecov-ruby/simplecov) ([GitHub](https://github.com/simplecov-ruby/simplecov))
- [sinatra/sinatra](ruby/sinatra/sinatra) ([GitHub](https://github.com/sinatra/sinatra))
- [sj26/mailcatcher](ruby/sj26/mailcatcher) ([GitHub](https://github.com/sj26/mailcatcher))
- [skwp/dotfiles](ruby/skwp/dotfiles) ([GitHub](https://github.com/skwp/dotfiles))
- [spree/spree](ruby/spree/spree) ([GitHub](https://github.com/spree/spree))
- [teamcapybara/capybara](ruby/teamcapybara/capybara) ([GitHub](https://github.com/teamcapybara/capybara))
- [theforeman/foreman](ruby/theforeman/foreman) ([GitHub](https://github.com/theforeman/foreman))
- [thoughtbot/bourbon](ruby/thoughtbot/bourbon) ([GitHub](https://github.com/thoughtbot/bourbon))
- [thoughtbot/factory_bot](ruby/thoughtbot/factory_bot) ([GitHub](https://github.com/thoughtbot/factory_bot))
- [thoughtbot/paperclip](ruby/thoughtbot/paperclip) ([GitHub](https://github.com/thoughtbot/paperclip))
- [tmuxinator/tmuxinator](ruby/tmuxinator/tmuxinator) ([GitHub](https://github.com/tmuxinator/tmuxinator))
- [toptal/chewy](ruby/toptal/chewy) ([GitHub](https://github.com/toptal/chewy))
- [typhoeus/typhoeus](ruby/typhoeus/typhoeus) ([GitHub](https://github.com/typhoeus/typhoeus))
- [varvet/pundit](ruby/varvet/pundit) ([GitHub](https://github.com/varvet/pundit))
- [vcr/vcr](ruby/vcr/vcr) ([GitHub](https://github.com/vcr/vcr))### [Rust](rust/)
- [actix/actix-web](rust/actix/actix-web) ([GitHub](https://github.com/actix/actix-web))
- [alacritty/alacritty](rust/alacritty/alacritty) ([GitHub](https://github.com/alacritty/alacritty))
- [bevyengine/bevy](rust/bevyengine/bevy) ([GitHub](https://github.com/bevyengine/bevy))
- [burntsushi/ripgrep](rust/burntsushi/ripgrep) ([GitHub](https://github.com/BurntSushi/ripgrep))
- [bytecodealliance/wasmtime](rust/bytecodealliance/wasmtime) ([GitHub](https://github.com/bytecodealliance/wasmtime))
- [chroma-core/chroma](rust/chroma-core/chroma) ([GitHub](https://github.com/chroma-core/chroma))
- [clap-rs/clap](rust/clap-rs/clap) ([GitHub](https://github.com/clap-rs/clap))
- [cloudflare/pingora](rust/cloudflare/pingora) ([GitHub](https://github.com/cloudflare/pingora))
- [crossbeam-rs/crossbeam](rust/crossbeam-rs/crossbeam) ([GitHub](https://github.com/crossbeam-rs/crossbeam))
- [cube-js/cube](rust/cube-js/cube) ([GitHub](https://github.com/cube-js/cube))
- [dalance/procs](rust/dalance/procs) ([GitHub](https://github.com/dalance/procs))
- [dani-garcia/vaultwarden](rust/dani-garcia/vaultwarden) ([GitHub](https://github.com/dani-garcia/vaultwarden))
- [denoland/deno](rust/denoland/deno) ([GitHub](https://github.com/denoland/deno))
- [diem/diem](rust/diem/diem) ([GitHub](https://github.com/diem/diem))
- [diesel-rs/diesel](rust/diesel-rs/diesel) ([GitHub](https://github.com/diesel-rs/diesel))
- [dioxuslabs/dioxus](rust/dioxuslabs/dioxus) ([GitHub](https://github.com/dioxuslabs/dioxus))
- [emilk/egui](rust/emilk/egui) ([GitHub](https://github.com/emilk/egui))
- [facebook/relay](rust/facebook/relay) ([GitHub](https://github.com/facebook/relay))
- [firecracker-microvm/firecracker](rust/firecracker-microvm/firecracker) ([GitHub](https://github.com/firecracker-microvm/firecracker))
- [fuellabs/fuel-core](rust/fuellabs/fuel-core) ([GitHub](https://github.com/fuellabs/fuel-core))
- [fuellabs/fuels-rs](rust/fuellabs/fuels-rs) ([GitHub](https://github.com/fuellabs/fuels-rs))
- [fuellabs/sway](rust/fuellabs/sway) ([GitHub](https://github.com/fuellabs/sway))
- [gfx-rs/gfx](rust/gfx-rs/gfx) ([GitHub](https://github.com/gfx-rs/gfx))
- [gleam-lang/gleam](rust/gleam-lang/gleam) ([GitHub](https://github.com/gleam-lang/gleam))
- [habitat-sh/habitat](rust/habitat-sh/habitat) ([GitHub](https://github.com/habitat-sh/habitat))
- [higherorderco/bend](rust/higherorderco/bend) ([GitHub](https://github.com/higherorderco/bend))
- [huggingface/candle](rust/huggingface/candle) ([GitHub](https://github.com/huggingface/candle))
- [hyperium/hyper](rust/hyperium/hyper) ([GitHub](https://github.com/hyperium/hyper))
- [iced-rs/iced](rust/iced-rs/iced) ([GitHub](https://github.com/iced-rs/iced))
- [influxdata/influxdb](rust/influxdata/influxdb) ([GitHub](https://github.com/influxdata/influxdb))
- [kata-containers/kata-containers](rust/kata-containers/kata-containers) ([GitHub](https://github.com/kata-containers/kata-containers))
- [kitao/pyxel](rust/kitao/pyxel) ([GitHub](https://github.com/kitao/pyxel))
- [lemmynet/lemmy](rust/lemmynet/lemmy) ([GitHub](https://github.com/lemmynet/lemmy))
- [leptos-rs/leptos](rust/leptos-rs/leptos) ([GitHub](https://github.com/leptos-rs/leptos))
- [lettre/lettre](rust/lettre/lettre) ([GitHub](https://github.com/lettre/lettre))
- [librespot-org/librespot](rust/librespot-org/librespot) ([GitHub](https://github.com/librespot-org/librespot))
- [meilisearch/meilisearch](rust/meilisearch/meilisearch) ([GitHub](https://github.com/MeiliSearch/MeiliSearch))
- [mimblewimble/grin](rust/mimblewimble/grin) ([GitHub](https://github.com/mimblewimble/grin))
- [neondatabase/neon](rust/neondatabase/neon) ([GitHub](https://github.com/neondatabase/neon))
- [nushell/nushell](rust/nushell/nushell) ([GitHub](https://github.com/nushell/nushell))
- [pistondevelopers/piston](rust/pistondevelopers/piston) ([GitHub](https://github.com/PistonDevelopers/piston))
- [pola-rs/polars](rust/pola-rs/polars) ([GitHub](https://github.com/pola-rs/polars))
- [pyros2097/rust-embed](rust/pyros2097/rust-embed) ([GitHub](https://github.com/pyros2097/rust-embed))
- [qdrant/qdrant](rust/qdrant/qdrant) ([GitHub](https://github.com/qdrant/qdrant))
- [rayon-rs/rayon](rust/rayon-rs/rayon) ([GitHub](https://github.com/rayon-rs/rayon))
- [rg3dengine/rg3d](rust/rg3dengine/rg3d) ([GitHub](https://github.com/rg3dengine/rg3d))
- [ruffle-rs/ruffle](rust/ruffle-rs/ruffle) ([GitHub](https://github.com/ruffle-rs/ruffle))
- [rust-analyzer/rust-analyzer](rust/rust-analyzer/rust-analyzer) ([GitHub](https://github.com/rust-analyzer/rust-analyzer))
- [rust-lang/cargo](rust/rust-lang/cargo) ([GitHub](https://github.com/rust-lang/cargo))
- [rust-lang/mdbook](rust/rust-lang/mdbook) ([GitHub](https://github.com/rust-lang/mdBook))
- [rwf2/rocket](rust/rwf2/rocket) ([GitHub](https://github.com/rwf2/rocket))
- [seanmonstar/warp](rust/seanmonstar/warp) ([GitHub](https://github.com/seanmonstar/warp))
- [serde-rs/serde](rust/serde-rs/serde) ([GitHub](https://github.com/serde-rs/serde))
- [sergiobenitez/rocket](rust/sergiobenitez/rocket) ([GitHub](https://github.com/SergioBenitez/Rocket))
- [servo/servo](rust/servo/servo) ([GitHub](https://github.com/servo/servo))
- [sharkdp/bat](rust/sharkdp/bat) ([GitHub](https://github.com/sharkdp/bat))
- [sharkdp/fd](rust/sharkdp/fd) ([GitHub](https://github.com/sharkdp/fd))
- [simd-lite/simd-json](rust/simd-lite/simd-json) ([GitHub](https://github.com/simd-lite/simd-json))
- [slint-ui/slint](rust/slint-ui/slint) ([GitHub](https://github.com/slint-ui/slint))
- [solana-labs/solana](rust/solana-labs/solana) ([GitHub](https://github.com/solana-labs/solana))
- [starship/starship](rust/starship/starship) ([GitHub](https://github.com/starship/starship))
- [surrealdb/surrealdb](rust/surrealdb/surrealdb) ([GitHub](https://github.com/surrealdb/surrealdb))
- [swc-project/swc](rust/swc-project/swc) ([GitHub](https://github.com/swc-project/swc))
- [tauri-apps/tauri](rust/tauri-apps/tauri) ([GitHub](https://github.com/tauri-apps/tauri))
- [tikv/tikv](rust/tikv/tikv) ([GitHub](https://github.com/tikv/tikv))
- [timberio/vector](rust/timberio/vector) ([GitHub](https://github.com/timberio/vector))
- [tokio-rs/axum](rust/tokio-rs/axum) ([GitHub](https://github.com/tokio-rs/axum))
- [tokio-rs/tokio](rust/tokio-rs/tokio) ([GitHub](https://github.com/tokio-rs/tokio))
- [tree-sitter/tree-sitter](rust/tree-sitter/tree-sitter) ([GitHub](https://github.com/tree-sitter/tree-sitter))
- [typst/typst](rust/typst/typst) ([GitHub](https://github.com/typst/typst))
- [valeriansaliou/sonic](rust/valeriansaliou/sonic) ([GitHub](https://github.com/valeriansaliou/sonic))
- [vectordotdev/vector](rust/vectordotdev/vector) ([GitHub](https://github.com/vectordotdev/vector))
- [vercel/turborepo](rust/vercel/turborepo) ([GitHub](https://github.com/vercel/turborepo))
- [wasmerio/wasmer](rust/wasmerio/wasmer) ([GitHub](https://github.com/wasmerio/wasmer))
- [yewstack/yew](rust/yewstack/yew) ([GitHub](https://github.com/yewstack/yew))### [Scala](scala/)
- [apache/spark](scala/apache/spark) ([GitHub](https://github.com/apache/spark))
### [Shell](shell/)
- [pi-hole/pi-hole](shell/pi-hole/pi-hole) ([GitHub](https://github.com/pi-hole/pi-hole))
### [Swift](swift/)
- [alamofire/alamofire](swift/alamofire/alamofire) ([GitHub](https://github.com/Alamofire/Alamofire))
- [ashleymills/reachability.swift](swift/ashleymills/reachability.swift) ([GitHub](https://github.com/ashleymills/Reachability.swift))
- [daltoniam/starscream](swift/daltoniam/starscream) ([GitHub](https://github.com/daltoniam/Starscream))
- [devxoul/then](swift/devxoul/then) ([GitHub](https://github.com/devxoul/Then))
- [flexmonkey/blurable](swift/flexmonkey/blurable) ([GitHub](https://github.com/FlexMonkey/Blurable))
- [hackiftekhar/iqkeyboardmanager](swift/hackiftekhar/iqkeyboardmanager) ([GitHub](https://github.com/hackiftekhar/IQKeyboardManager))
- [herotransitions/hero](swift/herotransitions/hero) ([GitHub](https://github.com/HeroTransitions/Hero))
- [hyperoslo/cache](swift/hyperoslo/cache) ([GitHub](https://github.com/hyperoslo/Cache))
- [johnlui/swift-on-ios](swift/johnlui/swift-on-ios) ([GitHub](https://github.com/johnlui/Swift-On-iOS))
- [krzysztofzablocki/sourcery](swift/krzysztofzablocki/sourcery) ([GitHub](https://github.com/krzysztofzablocki/Sourcery))
- [krzyzanowskim/cryptoswift](swift/krzyzanowskim/cryptoswift) ([GitHub](https://github.com/krzyzanowskim/CryptoSwift))
- [mac-cain13/r.swift](swift/mac-cain13/r.swift) ([GitHub](https://github.com/mac-cain13/R.swift))
- [mengto/spring](swift/mengto/spring) ([GitHub](https://github.com/MengTo/Spring))
- [moya/moya](swift/moya/moya) ([GitHub](https://github.com/Moya/Moya))
- [onevcat/fengniao](swift/onevcat/fengniao) ([GitHub](https://github.com/onevcat/FengNiao))
- [onevcat/kingfisher](swift/onevcat/kingfisher) ([GitHub](https://github.com/onevcat/Kingfisher))
- [quick/nimble](swift/quick/nimble) ([GitHub](https://github.com/Quick/Nimble))
- [quick/quick](swift/quick/quick) ([GitHub](https://github.com/Quick/Quick))
- [ra1028/differencekit](swift/ra1028/differencekit) ([GitHub](https://github.com/ra1028/DifferenceKit))
- [reactivex/rxswift](swift/reactivex/rxswift) ([GitHub](https://github.com/ReactiveX/RxSwift))
- [realm/realm-cocoa](swift/realm/realm-cocoa) ([GitHub](https://github.com/realm/realm-cocoa))
- [robb/cartography](swift/robb/cartography) ([GitHub](https://github.com/robb/Cartography))
- [rxswiftcommunity/rxalamofire](swift/rxswiftcommunity/rxalamofire) ([GitHub](https://github.com/RxSwiftCommunity/RxAlamofire))
- [rxswiftcommunity/rxdatasources](swift/rxswiftcommunity/rxdatasources) ([GitHub](https://github.com/RxSwiftCommunity/RxDataSources))
- [scalessec/toast-swift](swift/scalessec/toast-swift) ([GitHub](https://github.com/scalessec/Toast-Swift))
- [snapkit/masonry](swift/snapkit/masonry) ([GitHub](https://github.com/SnapKit/Masonry))
- [snapkit/snapkit](swift/snapkit/snapkit) ([GitHub](https://github.com/SnapKit/SnapKit))
- [swiftgen/swiftgen](swift/swiftgen/swiftgen) ([GitHub](https://github.com/SwiftGen/SwiftGen))
- [swiftybeaver/swiftybeaver](swift/swiftybeaver/swiftybeaver) ([GitHub](https://github.com/SwiftyBeaver/SwiftyBeaver))
- [swiftyjson/swiftyjson](swift/swiftyjson/swiftyjson) ([GitHub](https://github.com/SwiftyJSON/SwiftyJSON))
- [tuist/tuist](swift/tuist/tuist) ([GitHub](https://github.com/tuist/tuist))
- [vapor/vapor](swift/vapor/vapor) ([GitHub](https://github.com/vapor/vapor))### [Typescript](typescript/)
- [akveo/ngx-admin](typescript/akveo/ngx-admin) ([GitHub](https://github.com/akveo/ngx-admin))
- [angular/angular](typescript/angular/angular) ([GitHub](https://github.com/angular/angular))
- [ant-design/ant-design](typescript/ant-design/ant-design) ([GitHub](https://github.com/ant-design/ant-design))
- [ant-design/ant-design-pro](typescript/ant-design/ant-design-pro) ([GitHub](https://github.com/ant-design/ant-design-pro))
- [apollographql/apollo-client](typescript/apollographql/apollo-client) ([GitHub](https://github.com/apollographql/apollo-client))
- [aws/aws-cdk](typescript/aws/aws-cdk) ([GitHub](https://github.com/aws/aws-cdk))
- [definitelytyped/definitelytyped](typescript/definitelytyped/definitelytyped) ([GitHub](https://github.com/DefinitelyTyped/DefinitelyTyped))
- [facebook/jest](typescript/facebook/jest) ([GitHub](https://github.com/facebook/jest))
- [formatjs/formatjs](typescript/formatjs/formatjs) ([GitHub](https://github.com/formatjs/formatjs))
- [graphql/graphql-js](typescript/graphql/graphql-js) ([GitHub](https://github.com/graphql/graphql-js))
- [immerjs/immer](typescript/immerjs/immer) ([GitHub](https://github.com/immerjs/immer))
- [ionic-team/ionic-framework](typescript/ionic-team/ionic-framework) ([GitHub](https://github.com/ionic-team/ionic-framework))
- [marmelab/react-admin](typescript/marmelab/react-admin) ([GitHub](https://github.com/marmelab/react-admin))
- [microsoft/typescript](typescript/microsoft/typescript) ([GitHub](https://github.com/microsoft/typescript))
- [modernweb-dev/web](typescript/modernweb-dev/web) ([GitHub](https://github.com/modernweb-dev/web))
- [mui-org/material-ui](typescript/mui-org/material-ui) ([GitHub](https://github.com/mui-org/material-ui))
- [nathanwalker/angular-seed-advanced](typescript/nathanwalker/angular-seed-advanced) ([GitHub](https://github.com/NathanWalker/angular-seed-advanced))
- [nestjs/nest](typescript/nestjs/nest) ([GitHub](https://github.com/nestjs/nest))
- [nrwl/nx](typescript/nrwl/nx) ([GitHub](https://github.com/nrwl/nx))
- [nuxt/nuxt.js](typescript/nuxt/nuxt.js) ([GitHub](https://github.com/nuxt/nuxt.js))
- [oclif/oclif](typescript/oclif/oclif) ([GitHub](https://github.com/oclif/oclif))
- [palantir/blueprint](typescript/palantir/blueprint) ([GitHub](https://github.com/palantir/blueprint))
- [pmndrs/react-three-fiber](typescript/pmndrs/react-three-fiber) ([GitHub](https://github.com/pmndrs/react-three-fiber))
- [prisma/prisma](typescript/prisma/prisma) ([GitHub](https://github.com/prisma/prisma))
- [puppeteer/puppeteer](typescript/puppeteer/puppeteer) ([GitHub](https://github.com/puppeteer/puppeteer))
- [react-hook-form/react-hook-form](typescript/react-hook-form/react-hook-form) ([GitHub](https://github.com/react-hook-form/react-hook-form))
- [recharts/recharts](typescript/recharts/recharts) ([GitHub](https://github.com/recharts/recharts))
- [redis/node-redis](typescript/redis/node-redis) ([GitHub](https://github.com/redis/node-redis))
- [reduxjs/redux](typescript/reduxjs/redux) ([GitHub](https://github.com/reduxjs/redux))
- [remix-run/react-router](typescript/remix-run/react-router) ([GitHub](https://github.com/remix-run/react-router))
- [remix-run/remix](typescript/remix-run/remix) ([GitHub](https://github.com/remix-run/remix))
- [storybookjs/storybook](typescript/storybookjs/storybook) ([GitHub](https://github.com/storybookjs/storybook))
- [typeorm/typeorm](typescript/typeorm/typeorm) ([GitHub](https://github.com/typeorm/typeorm))
- [umijs/umi](typescript/umijs/umi) ([GitHub](https://github.com/umijs/umi))
- [vuejs/vue](typescript/vuejs/vue) ([GitHub](https://github.com/vuejs/vue))
- [vuejs/vue-next](typescript/vuejs/vue-next) ([GitHub](https://github.com/vuejs/vue-next))
- [xtermjs/xterm.js](typescript/xtermjs/xterm.js) ([GitHub](https://github.com/xtermjs/xterm.js))### [Yaml](yaml/)
- [airflow-helm/charts](yaml/airflow-helm/charts) ([GitHub](https://github.com/airflow-helm/charts))
## โ ๏ธ Known Limitations
- Documentation accuracy varies by model and project
- Some formatting issues exist (diagrams, tables)
- Security recommendations need expert validation
- Model responses may contain inaccuracies
- Documentation was generated based on the model's capabilities at the time of the **cut off date**## ๐ค How to Contribute
Help us improve by:
1. Reviewing documentation and reporting inaccuracies
2. Suggesting better LLM models to test
3. Recommending documentation improvements
4. Sharing which document types you find most useful### Reporting Issues
Create issues with:
- Label `model-evaluation` for LLM model feedback
- Label `doc-type-feedback` for document type evaluation
- Label `content` for accuracy concerns
- Label `formatting` for layout problems[Create New Issue](https://github.com/xvnpw/sec-docs/issues/new)
## ๐ Support the Project
This research requires access to various AI models and computing resources. Support our work through:
- [GitHub Sponsors](https://github.com/sponsors/xvnpw)
- Contributing feedback and improvementsYour support helps us evaluate more models and improve documentation quality for the OSS community.