diff --git a/.github/workflows/spider.yml b/.github/workflows/spider.yml index ceee9b1..1e5abad 100644 --- a/.github/workflows/spider.yml +++ b/.github/workflows/spider.yml @@ -6,7 +6,7 @@ name: spider on: workflow_dispatch: schedule: - - cron: "0 2 * * *" + - cron: "0 1 * * *" push: branches: - master @@ -15,11 +15,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Set up Python 3.9 - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - name: Set up Python + uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: '3.10' - name: Install dependencies run: | @@ -35,8 +35,8 @@ jobs: - name: push to origin master run: | echo start push - git config --global user.name "qitas" - git config --global user.email "qitas@qitas.cn" + git config --global user.name "qitas" + git config --global user.email ${{ secrets.COMMIT_EMAIL }} git add -A git commit -m $(date '+%Y-%m-%d') git push diff --git a/README.md b/README.md index 8c7d682..cc6eb79 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ # [OS-Q](https://github.com/OS-Q) -* [pio](https://github.com/OS-Q/pio) -* [qio](https://github.com/OS-Q/qio) -* [bleak](https://github.com/OS-Q/bleak) -* [pikapython](https://github.com/OS-Q/pikapython) -* [CherryUSB](https://github.com/OS-Q/CherryUSB) -* [thingsboard](https://github.com/OS-Q/thingsboard) +收集整理高价值开源资源,用于学习/集成/训练 diff --git a/trending/2023-05-19.md b/trending/2023-05-19.md deleted file mode 100644 index ed1afe4..0000000 --- a/trending/2023-05-19.md +++ /dev/null @@ -1,119 +0,0 @@ -## 2023-05-19 - -#### C -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [Liuk3r / CVE-2023-32233](https://github.com/Liuk3r/CVE-2023-32233):CVE-2023-32233: Linux内核中的安全漏洞 -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [Tencent / xLua](https://github.com/Tencent/xLua):xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [Xilinx / XRT](https://github.com/Xilinx/XRT):Xilinx Run Time for FPGA -* [xdp-project / xdp-tutorial](https://github.com/xdp-project/xdp-tutorial):XDP tutorial -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [webview / webview](https://github.com/webview/webview):Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows) -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) - -#### C++ -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 -A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [NVIDIA-AI-IOT / Lidar_AI_Solution](https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution):A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,). -* [Serial-Studio / Serial-Studio](https://github.com/Serial-Studio/Serial-Studio):Multi-purpose serial data visualization & processing program -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. -* [microsoft / react-native-windows](https://github.com/microsoft/react-native-windows):A framework for building native Windows apps with React. -* [ByteWelder / Decktility](https://github.com/ByteWelder/Decktility):A handheld PC -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [keepassxreboot / keepassxc](https://github.com/keepassxreboot/keepassxc):KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [UNN-IASR / mod-lab08-shop](https://github.com/UNN-IASR/mod-lab08-shop): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ros2 / rosidl_defaults](https://github.com/ros2/rosidl_defaults):Default rosidl runtime and generators. -* [ros2 / tinyxml2_vendor](https://github.com/ros2/tinyxml2_vendor):temporary vendor package for tinyxml2 -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ros2 / libyaml_vendor](https://github.com/ros2/libyaml_vendor):CMake wrapper downloading and building libyaml -* [ros2 / example_interfaces](https://github.com/ros2/example_interfaces):Msg, Srv, etc. ROS interfaces used in examples -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [ros2 / tinyxml_vendor](https://github.com/ros2/tinyxml_vendor):Vendor package for providing tinyxml within a cmake package -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [gazebo-release / gz_cmake2_vendor](https://github.com/gazebo-release/gz_cmake2_vendor):Vendor package for providing ign-cmake2 in ROS 2 -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Next-generation HTML renderer for apps and games - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [markbates / errx](https://github.com/markbates/errx): -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [Xuan-1998 / LPSim](https://github.com/Xuan-1998/LPSim): -* [QubesOS / qubes-doc](https://github.com/QubesOS/qubes-doc):Qubes documentation -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe diff --git a/trending/2023-05-20.md b/trending/2023-05-20.md deleted file mode 100644 index 6e69efb..0000000 --- a/trending/2023-05-20.md +++ /dev/null @@ -1,119 +0,0 @@ -## 2023-05-20 - -#### C -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [Liuk3r / CVE-2023-32233](https://github.com/Liuk3r/CVE-2023-32233):CVE-2023-32233: Linux内核中的安全漏洞 -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [Tencent / xLua](https://github.com/Tencent/xLua):xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [Xilinx / XRT](https://github.com/Xilinx/XRT):Xilinx Run Time for FPGA -* [xdp-project / xdp-tutorial](https://github.com/xdp-project/xdp-tutorial):XDP tutorial -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [webview / webview](https://github.com/webview/webview):Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows) -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) - -#### C++ -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 -A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [NVIDIA-AI-IOT / Lidar_AI_Solution](https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution):A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,). -* [Serial-Studio / Serial-Studio](https://github.com/Serial-Studio/Serial-Studio):Multi-purpose serial data visualization & processing program -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. -* [microsoft / react-native-windows](https://github.com/microsoft/react-native-windows):A framework for building native Windows apps with React. -* [ByteWelder / Decktility](https://github.com/ByteWelder/Decktility):A handheld PC -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [keepassxreboot / keepassxc](https://github.com/keepassxreboot/keepassxc):KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [UNN-IASR / mod-lab08-shop](https://github.com/UNN-IASR/mod-lab08-shop): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ros2 / rosidl_defaults](https://github.com/ros2/rosidl_defaults):Default rosidl runtime and generators. -* [ros2 / tinyxml2_vendor](https://github.com/ros2/tinyxml2_vendor):temporary vendor package for tinyxml2 -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ros2 / libyaml_vendor](https://github.com/ros2/libyaml_vendor):CMake wrapper downloading and building libyaml -* [ros2 / example_interfaces](https://github.com/ros2/example_interfaces):Msg, Srv, etc. ROS interfaces used in examples -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [ros2 / tinyxml_vendor](https://github.com/ros2/tinyxml_vendor):Vendor package for providing tinyxml within a cmake package -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [gazebo-release / gz_cmake2_vendor](https://github.com/gazebo-release/gz_cmake2_vendor):Vendor package for providing ign-cmake2 in ROS 2 -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Next-generation HTML renderer for apps and games - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [markbates / errx](https://github.com/markbates/errx): -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [Xuan-1998 / LPSim](https://github.com/Xuan-1998/LPSim): -* [QubesOS / qubes-doc](https://github.com/QubesOS/qubes-doc):Qubes documentation -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe diff --git a/trending/2023-05-21.md b/trending/2023-05-21.md deleted file mode 100644 index d84c462..0000000 --- a/trending/2023-05-21.md +++ /dev/null @@ -1,121 +0,0 @@ -## 2023-05-21 - -#### C -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [0015 / ThatProject](https://github.com/0015/ThatProject):*That Project's project repository -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [earlephilhower / arduino-pico](https://github.com/earlephilhower/arduino-pico):Raspberry Pi Pico Arduino core, for all RP2040 boards -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, and aggregations. -* [ClemensElflein / OpenMower](https://github.com/ClemensElflein/OpenMower):Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots! -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [pygame / pygame](https://github.com/pygame/pygame):🐍 -🎮 -pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [AcademySoftwareFoundation / openexr](https://github.com/AcademySoftwareFoundation/openexr):The OpenEXR project provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry. -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [RavenSystem / esp-homekit-devices](https://github.com/RavenSystem/esp-homekit-devices):Project to add native Apple HomeKit support to any device with an ESP32 or an ESP8266 chip -* [ZipArchive / ZipArchive](https://github.com/ZipArchive/ZipArchive):ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree - -#### C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [NVIDIA-AI-IOT / Lidar_AI_Solution](https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution):A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,). -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 -A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos Engine is an open-source framework for building 2D & 3D real-time rendering and interactive contents, especially video games, which can be deployed to mobile, desktop and web. It is inherited from the legacy Cocos2d-x with a redesigned modern architecture. To run this engine, please download Cocos Creator. -* [Seneca-244200 / OOP-Workshops](https://github.com/Seneca-244200/OOP-Workshops): -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [CGAL / cgal](https://github.com/CGAL/cgal):The public CGAL repository, see the README below -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [focus-creative-games / hybridclr](https://github.com/focus-creative-games/hybridclr):HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [cxasm / notepad--](https://github.com/cxasm/notepad--):一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。 -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [NNTU-CS / ADS-9](https://github.com/NNTU-CS/ADS-9): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [tuw-robotics / tuw_msgs](https://github.com/tuw-robotics/tuw_msgs):non common ROS messages used by tuw pkgs -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [contino / docker-packer](https://github.com/contino/docker-packer):🐳 -Containerised Packer to avoid having to install CLI on Dev or CI/CD machines. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [rocksclusters / service-pack](https://github.com/rocksclusters/service-pack):This code is used to generate a service pack for Rocks -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [markbates / errx](https://github.com/markbates/errx): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [counteractive / incident-response-plan-template](https://github.com/counteractive/incident-response-plan-template):A concise, directive, specific, flexible, and free incident response plan template -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [xiaomi-sm6150 / proprietary_vendor_xiaomi_davinci](https://github.com/xiaomi-sm6150/proprietary_vendor_xiaomi_davinci): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! diff --git a/trending/2023-05-22.md b/trending/2023-05-22.md deleted file mode 100644 index 26c089d..0000000 --- a/trending/2023-05-22.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-05-22 - -#### C -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [tsoding / nn.h](https://github.com/tsoding/nn.h):Simple stb-style header-only library for Neural Networks -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Xfennec / progress](https://github.com/Xfennec/progress):Linux tool to show progress for cp, mv, dd, ... (formerly known as cv) -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ntop / n2n](https://github.com/ntop/n2n):Peer-to-peer VPN -* [melonDS-emu / melonDS](https://github.com/melonDS-emu/melonDS):DS emulator, sorta -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [pygame / pygame](https://github.com/pygame/pygame):🐍 -🎮 -pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader - -#### C++ -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [ZDoom / gzdoom](https://github.com/ZDoom/gzdoom):GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [emuPlace / emuThreeDS](https://github.com/emuPlace/emuThreeDS):Nintendo 3DS emulator for Apple devices based on Citra. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [Xaymar / obs-StreamFX](https://github.com/Xaymar/obs-StreamFX):StreamFX is a plugin for OBS® Studio which adds many new effects, filters, sources, transitions and encoders! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [microsoft / DirectX-Graphics-Samples](https://github.com/microsoft/DirectX-Graphics-Samples):This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows. -* [flybywiresim / a32nx](https://github.com/flybywiresim/a32nx):The A32NX Project is a community driven open source project to create a free Airbus A320neo in Microsoft Flight Simulator that is as close to reality as possible. -* [axstin / rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker):FPS Unlocker for Roblox -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [xiaoyifang / goldendict-ng](https://github.com/xiaoyifang/goldendict-ng):The Next Generation GoldenDict -* [tildearrow / furnace](https://github.com/tildearrow/furnace):a multi-system chiptune tracker compatible with DefleMask modules - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [CogniPilot / synapse_protobuf](https://github.com/CogniPilot/synapse_protobuf):Synapse Protobuf Definitions -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [cginternals / cmake-init](https://github.com/cginternals/cmake-init):Template for reliable, cross-platform C++ project setup using cmake. -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ros2 / example_interfaces](https://github.com/ros2/example_interfaces):Msg, Srv, etc. ROS interfaces used in examples -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open source sysadmin resources. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [Kenvyra / android_device_lineage_sepolicy](https://github.com/Kenvyra/android_device_lineage_sepolicy): -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [Kenvyra / android_external_GmsCompatConfig](https://github.com/Kenvyra/android_external_GmsCompatConfig): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [msaouab / ft_transcendence](https://github.com/msaouab/ft_transcendence):This project is about creating a website for the mighty Pong contest! -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI diff --git a/trending/2023-05-23.md b/trending/2023-05-23.md deleted file mode 100644 index 4207fa3..0000000 --- a/trending/2023-05-23.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-05-23 - -#### C -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ClemensElflein / OpenMower](https://github.com/ClemensElflein/OpenMower):Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots! -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Xfennec / progress](https://github.com/Xfennec/progress):Linux tool to show progress for cp, mv, dd, ... (formerly known as cv) -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [pygame / pygame](https://github.com/pygame/pygame):🐍 -🎮 -pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [BestRyze / Hexapod](https://github.com/BestRyze/Hexapod): -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [rehius / usk](https://github.com/rehius/usk): -* [n64decomp / sm64](https://github.com/n64decomp/sm64):A Super Mario 64 decompilation, brought to you by a bunch of clever folks. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [SpacehuhnTech / esp8266_deauther](https://github.com/SpacehuhnTech/esp8266_deauther):Affordable WiFi hacking platform for testing and learning -* [pimoroni / pimoroni-pico](https://github.com/pimoroni/pimoroni-pico):Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code - -#### C++ -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [Snapchat / KeyDB](https://github.com/Snapchat/KeyDB):A Multithreaded Fork of Redis -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [YosysHQ / yosys](https://github.com/YosysHQ/yosys):Yosys Open SYnthesis Suite -* [ByteWelder / Decktility](https://github.com/ByteWelder/Decktility):A handheld PC -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [Kumar-laxmi / Algorithms](https://github.com/Kumar-laxmi/Algorithms):A Repository for algorithms in C, C++, Python and Java -* [ZDoom / gzdoom](https://github.com/ZDoom/gzdoom):GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [ExpressLRS / ExpressLRS](https://github.com/ExpressLRS/ExpressLRS):STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -* [Xaymar / obs-StreamFX](https://github.com/Xaymar/obs-StreamFX):StreamFX is a plugin for OBS® Studio which adds many new effects, filters, sources, transitions and encoders! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here. -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [deepskydetail / AstroSharp](https://github.com/deepskydetail/AstroSharp):Astrosharp Astronomical Sharpening Tool -* [tildearrow / furnace](https://github.com/tildearrow/furnace):a multi-system chiptune tracker compatible with DefleMask modules -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [boostorg / headers](https://github.com/boostorg/headers): -* [pal-robotics / pmb2_robot](https://github.com/pal-robotics/pmb2_robot):A PAL Mobile Base for your advanced navigation needs -* [CogniPilot / synapse_protobuf](https://github.com/CogniPilot/synapse_protobuf):Synapse Protobuf Definitions -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [UNN-IASR / mod-lab08-shop](https://github.com/UNN-IASR/mod-lab08-shop): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [haiiiiiyun / awesome-selfhosted-cn](https://github.com/haiiiiiyun/awesome-selfhosted-cn):可以在本地搭建的网络服务和 Web 应用列表。 -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [elisasre / networkpolicy-controller](https://github.com/elisasre/networkpolicy-controller):Component blocks pod access to common metadata IP address in different cloud providers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open source sysadmin resources. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [Clever / csvlint](https://github.com/Clever/csvlint):library and command line tool that validates a CSV file -* [greenpeace / planet4-docker-compose](https://github.com/greenpeace/planet4-docker-compose):Planet 4 docker-compose development environment -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [admirableadmin / pong](https://github.com/admirableadmin/pong):Qt Pong Game diff --git a/trending/2023-05-24.md b/trending/2023-05-24.md deleted file mode 100644 index 2450091..0000000 --- a/trending/2023-05-24.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-05-24 - -#### C -* [ClemensElflein / OpenMower](https://github.com/ClemensElflein/OpenMower):Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots! -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [jm33-m0 / SSH-Harvester](https://github.com/jm33-m0/SSH-Harvester):Harvest passwords automatically from OpenSSH server -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [0xkol / badspin](https://github.com/0xkol/badspin):Bad Spin: Android Binder Privilege Escalation Exploit (CVE-2022-20421) -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [bsauce / kernel-exploit-factory](https://github.com/bsauce/kernel-exploit-factory):Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore. -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [axboe / liburing](https://github.com/axboe/liburing): -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [ZeroMemoryEx / Chaos-Rootkit](https://github.com/ZeroMemoryEx/Chaos-Rootkit):x64 ring0 rootkit with process hiding, privilege escalation, and capabilities for protecting and unprotecting processes -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [lukneu / doom-teletext](https://github.com/lukneu/doom-teletext):Play DOOM in teletext -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):The Iceman fork of Proxmark3 / RFID / NFC reader, writer, sniffer and emulator -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) - -#### C++ -* [gnuradio / gnuradio](https://github.com/gnuradio/gnuradio):GNU Radio – the Free and Open Software Radio Ecosystem -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [doxygen / doxygen](https://github.com/doxygen/doxygen):Official doxygen git repository -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [nasa / fprime](https://github.com/nasa/fprime):F' - A flight software and embedded systems framework -* [NVlabs / tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn):Lightning fast C++/CUDA neural network framework -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second -* [TheMCHK / WindowsXPKg](https://github.com/TheMCHK/WindowsXPKg):Windows XP keygen -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [JoakimSoderberg / coveralls-cmake](https://github.com/JoakimSoderberg/coveralls-cmake):Coveralls JSON coverage generator and uploader for CMake -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [boostorg / headers](https://github.com/boostorg/headers): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open source sysadmin resources. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [markbates / errx](https://github.com/markbates/errx): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [spdx / license-list-XML](https://github.com/spdx/license-list-XML):This is the repository for the master files that comprise the SPDX License List -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [haiiiiiyun / awesome-selfhosted-cn](https://github.com/haiiiiiyun/awesome-selfhosted-cn):可以在本地搭建的网络服务和 Web 应用列表。 -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [cncf / people](https://github.com/cncf/people):Stores the data that will populate the various people listings on cncf.io -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) diff --git a/trending/2023-05-25.md b/trending/2023-05-25.md deleted file mode 100644 index fbf4f8d..0000000 --- a/trending/2023-05-25.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-05-25 - -#### C -* [ClemensElflein / OpenMower](https://github.com/ClemensElflein/OpenMower):Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots! -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [ThusSpokeNomad / GameNetworkingResources](https://github.com/ThusSpokeNomad/GameNetworkingResources):A Curated List of Game Network Programming Resources -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [neutrinolabs / xrdp](https://github.com/neutrinolabs/xrdp):xrdp: an open source RDP server -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [SRombauts / SQLiteCpp](https://github.com/SRombauts/SQLiteCpp):SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [warmcat / libwebsockets](https://github.com/warmcat/libwebsockets):canonical libwebsockets.org networking library -* [lukneu / doom-teletext](https://github.com/lukneu/doom-teletext):Play DOOM in teletext -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [LumaTeam / Luma3DS](https://github.com/LumaTeam/Luma3DS):Noob-proof (N)3DS "Custom Firmware" -* [Heersin / netwhale](https://github.com/Heersin/netwhale):Listen to network -* [apache / guacamole-server](https://github.com/apache/guacamole-server):Mirror of Apache Guacamole Server -* [Tencent / xLua](https://github.com/Tencent/xLua):xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. - -#### C++ -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [ByConity / ByConity](https://github.com/ByConity/ByConity):ByConity is an open source cloud-native data warehouse -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos Engine is an open-source framework for building 2D & 3D real-time rendering and interactive contents, especially video games, which can be deployed to mobile, desktop and web. It is inherited from the legacy Cocos2d-x with a redesigned modern architecture. To run this engine, please download Cocos Creator. -* [PlummersSoftwareLLC / NightDriverStrip](https://github.com/PlummersSoftwareLLC/NightDriverStrip):NightDriver client for ESP32 -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.49741, 3.3.5 = 3.3.5a.12340) -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [xfangfang / wiliwili](https://github.com/xfangfang/wiliwili):专为手柄控制设计的第三方跨平台B站客户端,目前可以运行在PC全平台和Nintendo Switch上 | Yet another Bilibili client -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [baldurk / renderdoc](https://github.com/baldurk/renderdoc):RenderDoc is a stand-alone graphics debugging tool. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [facontidavide / PlotJuggler](https://github.com/facontidavide/PlotJuggler):The Time Series Visualization Tool that you deserve. -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [oneapi-src / oneTBB](https://github.com/oneapi-src/oneTBB):oneAPI Threading Building Blocks (oneTBB) -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [PolarityWorks / zmk-config-adv360](https://github.com/PolarityWorks/zmk-config-adv360):Adv360 zmk config -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open source sysadmin resources. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [counteractive / incident-response-plan-template](https://github.com/counteractive/incident-response-plan-template):A concise, directive, specific, flexible, and free incident response plan template -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [cncf / people](https://github.com/cncf/people):Stores the data that will populate the various people listings on cncf.io diff --git a/trending/2023-05-26.md b/trending/2023-05-26.md deleted file mode 100644 index 6d34444..0000000 --- a/trending/2023-05-26.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-05-26 - -#### C -* [ClemensElflein / OpenMower](https://github.com/ClemensElflein/OpenMower):Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots! -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, and aggregations. -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. -* [peng-zhihui / HoloCubic](https://github.com/peng-zhihui/HoloCubic):带网络功能的伪全息透明显示桌面站 -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [warmcat / libwebsockets](https://github.com/warmcat/libwebsockets):canonical libwebsockets.org networking library -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [ZipArchive / ZipArchive](https://github.com/ZipArchive/ZipArchive):ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 -比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [LumaTeam / Luma3DS](https://github.com/LumaTeam/Luma3DS):Noob-proof (N)3DS "Custom Firmware" -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [algorand / go-algorand](https://github.com/algorand/go-algorand):Algorand's official implementation in Go. -* [lukneu / doom-teletext](https://github.com/lukneu/doom-teletext):Play DOOM in teletext -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [Lordwill1 / simple_shell](https://github.com/Lordwill1/simple_shell):0x16. C - Simple Shell - -#### C++ -* [dalathegreat / BYD-Battery-Emulator-For-Gen24](https://github.com/dalathegreat/BYD-Battery-Emulator-For-Gen24):This software converts the LEAF CAN into Modbus RTU registers understood by solar inverters that take the BYD 11kWh HVM battery -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [NootInc / NootedRed](https://github.com/NootInc/NootedRed):Lilu plugin for AMD Vega iGPUs -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [topjohnwu / zygisk-module-sample](https://github.com/topjohnwu/zygisk-module-sample):A sample project for building Zygisk modules -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -* [microsoft / winget-cli](https://github.com/microsoft/winget-cli):Windows Package Manager CLI (aka winget) -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [raulmur / ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2):Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities -* [Neargye / magic_enum](https://github.com/Neargye/magic_enum):Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [opencv / opencv_contrib](https://github.com/opencv/opencv_contrib):Repository for OpenCV's extra modules -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [sogou / workflow](https://github.com/sogou/workflow):C++ Parallel Computing and Asynchronous Networking Engine -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. -* [UNN-IASR / mod-lab08-shop](https://github.com/UNN-IASR/mod-lab08-shop): -* [microsoft / vcpkg-docs](https://github.com/microsoft/vcpkg-docs): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [uiaict / ikt218-osdev](https://github.com/uiaict/ikt218-osdev): -* [NNTU-CS / ADS-9](https://github.com/NNTU-CS/ADS-9): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [EngineerProOrg / BE-K01](https://github.com/EngineerProOrg/BE-K01): -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [Leke-Ariyo / pod-log-controller](https://github.com/Leke-Ariyo/pod-log-controller):A kubernetes controller that monitors pods for custom behaviour -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [jluuM2 / python_cpp_2023](https://github.com/jluuM2/python_cpp_2023): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services diff --git a/trending/2023-05-27.md b/trending/2023-05-27.md deleted file mode 100644 index c988409..0000000 --- a/trending/2023-05-27.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-05-27 - -#### C -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [asterisk / asterisk](https://github.com/asterisk/asterisk):The official Asterisk Project repository. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. -* [Facico / Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna):Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [polpo / picogus](https://github.com/polpo/picogus):Emulation of ISA sound cards on Raspberry Pi Pico (GUS, Adlib, MPU-401, Tandy, CMS) -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [LumaTeam / Luma3DS](https://github.com/LumaTeam/Luma3DS):Noob-proof (N)3DS "Custom Firmware" -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. - -#### C++ -* [dalathegreat / BYD-Battery-Emulator-For-Gen24](https://github.com/dalathegreat/BYD-Battery-Emulator-For-Gen24):This software converts the LEAF CAN into Modbus RTU registers understood by solar inverters that take the BYD 11kWh HVM battery -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [apache / incubator-kvrocks](https://github.com/apache/incubator-kvrocks):Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [CVCUDA / CV-CUDA](https://github.com/CVCUDA/CV-CUDA):CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision. -* [IntelRealSense / realsense-ros](https://github.com/IntelRealSense/realsense-ros):Intel(R) RealSense(TM) ROS Wrapper for Depth Camera -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [34736384 / genshin-fps-unlock](https://github.com/34736384/genshin-fps-unlock):unlocks the 60 fps cap -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [hku-mars / FAST_LIO](https://github.com/hku-mars/FAST_LIO):A computationally efficient and robust LiDAR-inertial odometry (LIO) package - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [MiRoboticsLab / cyberdog_ws](https://github.com/MiRoboticsLab/cyberdog_ws): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [boostorg / headers](https://github.com/boostorg/headers): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [uiaict / ikt218-osdev](https://github.com/uiaict/ikt218-osdev): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [EngineerProOrg / BE-K01](https://github.com/EngineerProOrg/BE-K01): -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [CodyReichert / awesome-cl](https://github.com/CodyReichert/awesome-cl):A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff. -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware diff --git a/trending/2023-05-28.md b/trending/2023-05-28.md deleted file mode 100644 index 979d180..0000000 --- a/trending/2023-05-28.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-05-28 - -#### C -* [xorvoid / sectorc](https://github.com/xorvoid/sectorc):A C Compiler that fits in the 512 byte boot sector of an x86 machine -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [lionsoul2014 / ip2region](https://github.com/lionsoul2014/ip2region):Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages -* [YeeZTech / YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing):Fidelius - YeeZ Privacy Computing -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 -比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [peng-zhihui / HelloWord-Keyboard](https://github.com/peng-zhihui/HelloWord-Keyboard): -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [Facico / Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna):Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [stedolan / jq](https://github.com/stedolan/jq):Command-line JSON processor -* [WKL-Sec / HiddenDesktop](https://github.com/WKL-Sec/HiddenDesktop):HVNC for Cobalt Strike -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [lh3 / seqtk](https://github.com/lh3/seqtk):Toolkit for processing sequences in FASTA/Q formats -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices - -#### C++ -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [dalathegreat / BYD-Battery-Emulator-For-Gen24](https://github.com/dalathegreat/BYD-Battery-Emulator-For-Gen24):This software converts the LEAF CAN into Modbus RTU registers understood by solar inverters that take the BYD 11kWh HVM battery -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [Tencent / libpag](https://github.com/Tencent/libpag):The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms. -* [TheMCHK / WindowsXPKg](https://github.com/TheMCHK/WindowsXPKg):Windows XP keygen -* [ByConity / ByConity](https://github.com/ByConity/ByConity):ByConity is an open source cloud-native data warehouse -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [fish-shell / fish-shell](https://github.com/fish-shell/fish-shell):The user-friendly command line shell. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [NVlabs / tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn):Lightning fast C++/CUDA neural network framework -* [apache / incubator-kvrocks](https://github.com/apache/incubator-kvrocks):Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [idaholab / moose](https://github.com/idaholab/moose):Multiphysics Object Oriented Simulation Environment -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [NNTU-CS / ADS-9](https://github.com/NNTU-CS/ADS-9): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [cybozu-go / zombie-detector](https://github.com/cybozu-go/zombie-detector): -* [aosp-mirror / platform_build](https://github.com/aosp-mirror/platform_build): -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [EngineerProOrg / BE-K01](https://github.com/EngineerProOrg/BE-K01): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. diff --git a/trending/2023-05-29.md b/trending/2023-05-29.md deleted file mode 100644 index a48a112..0000000 --- a/trending/2023-05-29.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-05-29 - -#### C -* [xorvoid / sectorc](https://github.com/xorvoid/sectorc):A C Compiler that fits in the 512 byte boot sector of an x86 machine -* [WKL-Sec / HiddenDesktop](https://github.com/WKL-Sec/HiddenDesktop):HVNC for Cobalt Strike -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [fogleman / Craft](https://github.com/fogleman/Craft):A simple Minecraft clone written in C using modern OpenGL (shaders). -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [YeeZTech / YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing):Fidelius - YeeZ Privacy Computing -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [aers / FFXIVClientStructs](https://github.com/aers/FFXIVClientStructs):Resources for reverse-engineering the FFXIV client's native classes. -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 - -#### C++ -* [TheMCHK / WindowsXPKg](https://github.com/TheMCHK/WindowsXPKg):Windows XP keygen -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [Neo-Desktop / WindowsXPKg](https://github.com/Neo-Desktop/WindowsXPKg):Keygen for Windows XP -* [ZeroMemoryEx / Blackout](https://github.com/ZeroMemoryEx/Blackout):kill anti-malware protected processes (BYOVD) -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [dalathegreat / BYD-Battery-Emulator-For-Gen24](https://github.com/dalathegreat/BYD-Battery-Emulator-For-Gen24):This software converts the LEAF CAN into Modbus RTU registers understood by solar inverters that take the BYD 11kWh HVM battery -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [ITotalJustice / sys-patch](https://github.com/ITotalJustice/sys-patch):A script-like system module that patches fs, es, ldr and nifm on boot -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [apache / incubator-kvrocks](https://github.com/apache/incubator-kvrocks):Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 -* [k4zmu2a / SpaceCadetPinball](https://github.com/k4zmu2a/SpaceCadetPinball):Decompilation of 3D Pinball for Windows – Space Cadet -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [citizenfx / fivem](https://github.com/citizenfx/fivem):The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer. -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! - -#### CMake -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [eglinuxer / study_cmake](https://github.com/eglinuxer/study_cmake):Eglinux's CMake course notes -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [uiaict / ikt218-osdev](https://github.com/uiaict/ikt218-osdev): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [cpaxton / hab_stretch](https://github.com/cpaxton/hab_stretch):Habitat2 compatible version of the Hello Robot Stretch urdf -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [boostorg / headers](https://github.com/boostorg/headers): -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [NNTU-CS / ADS-9](https://github.com/NNTU-CS/ADS-9): -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [ahuang-cs / CISC179](https://github.com/ahuang-cs/CISC179):CISC 179 Python Programming Labs -* [aosp-mirror / platform_build](https://github.com/aosp-mirror/platform_build): -* [Leke-Ariyo / pod-log-controller](https://github.com/Leke-Ariyo/pod-log-controller):A kubernetes controller that monitors pods for custom behaviour -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [go-skynet / go-bert.cpp](https://github.com/go-skynet/go-bert.cpp):bindings for bert.cpp -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [EngineerProOrg / BE-K01](https://github.com/EngineerProOrg/BE-K01): -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [DLR-TS / lizard_docker](https://github.com/DLR-TS/lizard_docker):A docker wrapper for lizard diff --git a/trending/2023-05-30.md b/trending/2023-05-30.md deleted file mode 100644 index 3949f92..0000000 --- a/trending/2023-05-30.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-05-30 - -#### C -* [xorvoid / sectorc](https://github.com/xorvoid/sectorc):A C Compiler that fits in the 512 byte boot sector of an x86 machine -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [greatscottgadgets / hackrf](https://github.com/greatscottgadgets/hackrf):low cost software radio platform -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [davatorium / rofi](https://github.com/davatorium/rofi):Rofi: A window switcher, application launcher and dmenu replacement -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader - -#### C++ -* [Neo-Desktop / WindowsXPKg](https://github.com/Neo-Desktop/WindowsXPKg):Keygen for Windows XP -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [TheMCHK / WindowsXPKg](https://github.com/TheMCHK/WindowsXPKg):Windows XP keygen -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [ZeroMemoryEx / Blackout](https://github.com/ZeroMemoryEx/Blackout):kill anti-malware protected processes (BYOVD) -* [tindy2013 / subconverter](https://github.com/tindy2013/subconverter):Utility to convert between various subscription format -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [NootInc / NootedRed](https://github.com/NootInc/NootedRed):Lilu plugin for AMD Vega iGPUs -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [MultiMC / Launcher](https://github.com/MultiMC/Launcher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NNTU-CS / ADS-9](https://github.com/NNTU-CS/ADS-9): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [UNN-IASR / mod-lab08-shop](https://github.com/UNN-IASR/mod-lab08-shop): - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [ahuang-cs / CISC179](https://github.com/ahuang-cs/CISC179):CISC 179 Python Programming Labs -* [Nusantara-ROM / android_device_qcom_sepolicy_vndr](https://github.com/Nusantara-ROM/android_device_qcom_sepolicy_vndr): -* [analogdevicesinc / buildroot](https://github.com/analogdevicesinc/buildroot):Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. Forked from https://git.busybox.net/buildroot/ -* [Nusantara-ROM / android_device_nad_sepolicy](https://github.com/Nusantara-ROM/android_device_nad_sepolicy): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [apache / yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface):Apache YuniKorn Scheduler Interface -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. diff --git a/trending/2023-05-31.md b/trending/2023-05-31.md deleted file mode 100644 index f85a94e..0000000 --- a/trending/2023-05-31.md +++ /dev/null @@ -1,116 +0,0 @@ -## 2023-05-31 - -#### C -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [lakinduakash / linux-wifi-hotspot](https://github.com/lakinduakash/linux-wifi-hotspot):Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10). -* [robertdavidgraham / masscan](https://github.com/robertdavidgraham/masscan):TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [H5GG / H5GG](https://github.com/H5GG/H5GG):an iOS cheat engine for JavaScript APIs & Html5 UI -* [Ansem-SoD / Picofly](https://github.com/Ansem-SoD/Picofly):Information and firmware related to the rp2040-zero based chip for the nx -* [YeeZTech / YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing):Fidelius - YeeZ Privacy Computing -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [leandromoreira / ffmpeg-libav-tutorial](https://github.com/leandromoreira/ffmpeg-libav-tutorial):FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: -🇺🇸 -🇨🇳 -🇰🇷 -🇪🇸 -🇻🇳 -🇧🇷 -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [cfenollosa / os-tutorial](https://github.com/cfenollosa/os-tutorial):How to create an OS from scratch -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [OpenIntelWireless / itlwm](https://github.com/OpenIntelWireless/itlwm):Intel Wi-Fi Drivers for macOS - -#### C++ -* [Neo-Desktop / WindowsXPKg](https://github.com/Neo-Desktop/WindowsXPKg):Keygen for Windows XP -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [TheMCHK / WindowsXPKg](https://github.com/TheMCHK/WindowsXPKg):Windows XP keygen -* [ZeroMemoryEx / Blackout](https://github.com/ZeroMemoryEx/Blackout):kill anti-malware protected processes (BYOVD) -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [Endermanch / XPKeygen](https://github.com/Endermanch/XPKeygen):Windows XP Keygen -* [focus-creative-games / hybridclr](https://github.com/focus-creative-games/hybridclr):HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate. -* [wwmm / easyeffects](https://github.com/wwmm/easyeffects):Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [esp8266 / Arduino](https://github.com/esp8266/Arduino):ESP8266 core for Arduino -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [chenshuo / muduo](https://github.com/chenshuo/muduo):Event-driven network library for multi-threaded Linux server in C++11 - -#### CMake -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [BelledonneCommunications / linphone-sdk](https://github.com/BelledonneCommunications/linphone-sdk):Mirror for linphone-sdk (https://gitlab.linphone.org/BC/public/linphone-sdk.git) -* [eve-autonomy / v2i_interface_msgs](https://github.com/eve-autonomy/v2i_interface_msgs): -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [RoboSense-LiDAR / rslidar_msg](https://github.com/RoboSense-LiDAR/rslidar_msg):ROS2 LiDAR Packet Message -* [KDE / plasma-wayland-protocols](https://github.com/KDE/plasma-wayland-protocols):Plasma-specific protocols for Wayland -* [UNN-IASR / mod-lab08-shop](https://github.com/UNN-IASR/mod-lab08-shop): -* [eglinuxer / study_cmake](https://github.com/eglinuxer/study_cmake):Eglinux's CMake course notes -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [UwUClub / Zappy](https://github.com/UwUClub/Zappy): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [eve-autonomy / audio_driver_msgs](https://github.com/eve-autonomy/audio_driver_msgs): -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Next-generation HTML renderer for apps and games -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [eve-autonomy / proj_launch](https://github.com/eve-autonomy/proj_launch): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [armbian / firmware](https://github.com/armbian/firmware):Armbian Linux firmware -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 -Build a simple laravel development environment with docker-compose. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [aosp-playground / proprietary_vendor_xiaomi_sweet](https://github.com/aosp-playground/proprietary_vendor_xiaomi_sweet): -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI diff --git a/trending/2023-06-01.md b/trending/2023-06-01.md deleted file mode 100644 index c579d94..0000000 --- a/trending/2023-06-01.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-06-01 - -#### C -* [S3cur3Th1sSh1t / Ruy-Lopez](https://github.com/S3cur3Th1sSh1t/Ruy-Lopez): -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [NVIDIA / open-gpu-kernel-modules](https://github.com/NVIDIA/open-gpu-kernel-modules):NVIDIA Linux open GPU kernel module source -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [deepmind / mujoco](https://github.com/deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [Nautilus-Institute / quals-2023](https://github.com/Nautilus-Institute/quals-2023): -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [aws / s2n-tls](https://github.com/aws/s2n-tls):An implementation of the TLS/SSL protocols -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... - -#### C++ -* [Neo-Desktop / WindowsXPKg](https://github.com/Neo-Desktop/WindowsXPKg):Keygen for Windows XP -* [Endermanch / XPKeygen](https://github.com/Endermanch/XPKeygen):Windows XP Keygen -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [emuPlace / emuThreeDS](https://github.com/emuPlace/emuThreeDS):Nintendo 3DS emulator for Apple devices based on Citra. -* [focus-creative-games / hybridclr](https://github.com/focus-creative-games/hybridclr):HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate. -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [marcoslucianops / DeepStream-Yolo](https://github.com/marcoslucianops/DeepStream-Yolo):NVIDIA DeepStream SDK 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 implementation for YOLO models -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 -C++ Functional Terminal User Interface. -❤️ -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [wondertrader / wondertrader](https://github.com/wondertrader/wondertrader):WonderTrader——量化研发交易一站式框架 -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [OpenCalib / SurroundCameraCalib](https://github.com/OpenCalib/SurroundCameraCalib): -* [Kumar-laxmi / Algorithms](https://github.com/Kumar-laxmi/Algorithms):A Repository for algorithms in C, C++, Python and Java -* [avast / retdec](https://github.com/avast/retdec):RetDec is a retargetable machine-code decompiler based on LLVM. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [boostorg / headers](https://github.com/boostorg/headers): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [obsproject / obs-plugintemplate](https://github.com/obsproject/obs-plugintemplate): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [RoboSense-LiDAR / rslidar_msg](https://github.com/RoboSense-LiDAR/rslidar_msg):ROS2 LiDAR Packet Message -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [phhusson / vendor_hardware_overlay](https://github.com/phhusson/vendor_hardware_overlay):This includes hardware-specific overlays for Treble ROM -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [armbian / firmware](https://github.com/armbian/firmware):Armbian Linux firmware -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [markbates / errx](https://github.com/markbates/errx): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform diff --git a/trending/2023-06-02.md b/trending/2023-06-02.md deleted file mode 100644 index cc43a73..0000000 --- a/trending/2023-06-02.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-06-02 - -#### C -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [NVIDIA / open-gpu-kernel-modules](https://github.com/NVIDIA/open-gpu-kernel-modules):NVIDIA Linux open GPU kernel module source -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [S3cur3Th1sSh1t / Ruy-Lopez](https://github.com/S3cur3Th1sSh1t/Ruy-Lopez): -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [YeeZTech / YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing):Fidelius - YeeZ Privacy Computing -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [lukneu / doom-teletext](https://github.com/lukneu/doom-teletext):Play DOOM in teletext -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [solosky / pixl.js](https://github.com/solosky/pixl.js):An emulator for Amiibo! -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [htop-dev / htop](https://github.com/htop-dev/htop):htop - an interactive process viewer -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) - -#### C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [bkaradzic / bgfx](https://github.com/bkaradzic/bgfx):Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. -* [Endermanch / XPKeygen](https://github.com/Endermanch/XPKeygen):Windows XP Keygen -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [adamritter / fastgron](https://github.com/adamritter/fastgron):High-performance JSON to GRON (greppable, flattened JSON) converter -* [k4zmu2a / SpaceCadetPinball](https://github.com/k4zmu2a/SpaceCadetPinball):Decompilation of 3D Pinball for Windows – Space Cadet -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [microsoft / winget-cli](https://github.com/microsoft/winget-cli):Windows Package Manager CLI (aka winget) -* [Kumar-laxmi / Algorithms](https://github.com/Kumar-laxmi/Algorithms):A Repository for algorithms in C, C++, Python and Java -* [Beep6581 / RawTherapee](https://github.com/Beep6581/RawTherapee):A powerful cross-platform raw photo processing program -* [xiaoyifang / goldendict-ng](https://github.com/xiaoyifang/goldendict-ng):The Next Generation GoldenDict -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 -C++ Functional Terminal User Interface. -❤️ -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [eve-autonomy / v2i_interface_msgs](https://github.com/eve-autonomy/v2i_interface_msgs): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [eve-autonomy / proj_launch](https://github.com/eve-autonomy/proj_launch): -* [eve-autonomy / audio_driver_msgs](https://github.com/eve-autonomy/audio_driver_msgs): -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [jmapio / jmap](https://github.com/jmapio/jmap):JSON Meta Application Protocol Specification (JMAP) -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [phhusson / vendor_hardware_overlay](https://github.com/phhusson/vendor_hardware_overlay):This includes hardware-specific overlays for Treble ROM -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖 -Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers diff --git a/trending/2023-06-03.md b/trending/2023-06-03.md deleted file mode 100644 index 77a4285..0000000 --- a/trending/2023-06-03.md +++ /dev/null @@ -1,123 +0,0 @@ -## 2023-06-03 - -#### C -* [OpenIntelWireless / itlwm](https://github.com/OpenIntelWireless/itlwm):Intel Wi-Fi Drivers for macOS -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [greenbone / openvas-scanner](https://github.com/greenbone/openvas-scanner):This repository contains the scanner component for Greenbone Community Edition. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [linux-test-project / ltp](https://github.com/linux-test-project/ltp):Linux Test Project http://linux-test-project.github.io/ -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [Facico / Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna):Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [libimobiledevice / libimobiledevice](https://github.com/libimobiledevice/libimobiledevice):A cross-platform protocol library to communicate with iOS devices -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [zhaojh329 / rtty](https://github.com/zhaojh329/rtty):🐛 -Access your terminal from anywhere via the web. -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit - -#### C++ -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [focus-creative-games / hybridclr](https://github.com/focus-creative-games/hybridclr):HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate. -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository -* [bblanchon / ArduinoJson](https://github.com/bblanchon/ArduinoJson):📟 -JSON library for Arduino and embedded C++. Simple and efficient. -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 -C++ Functional Terminal User Interface. -❤️ -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [CedricGuillemet / ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo):Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch -⚡ -🔍 -✨ -Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [tzapu / WiFiManager](https://github.com/tzapu/WiFiManager):ESP8266 WiFi Connection manager with web captive portal -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library - -#### CMake -* [MiRoboticsLab / cyberdog_ws](https://github.com/MiRoboticsLab/cyberdog_ws): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [microsoft / vcpkg-docs](https://github.com/microsoft/vcpkg-docs): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JITx-Inc / jitx-cookbook](https://github.com/JITx-Inc/jitx-cookbook):JITX recipes - full software-defined PCB designs to learn JITX and reference for your next project. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [DHDAXCW / NanoPi-R5S-R5C](https://github.com/DHDAXCW/NanoPi-R5S-R5C): -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK diff --git a/trending/2023-06-04.md b/trending/2023-06-04.md deleted file mode 100644 index 60c1724..0000000 --- a/trending/2023-06-04.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-06-04 - -#### C -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [cpq / bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide):A bare metal programming guide (ARM microcontrollers) -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [openucx / ucx](https://github.com/openucx/ucx):Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group) -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [ba0gu0 / 520apkhook](https://github.com/ba0gu0/520apkhook):将安卓远控Apk附加进普通的App中,运行新生成的App时,普通App正常运行,远控正常上线。Attach the Android remote control APK to a regular app. When running the newly generated app, the regular app runs normally and the remote control goes online normally. -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [libimobiledevice / libimobiledevice](https://github.com/libimobiledevice/libimobiledevice):A cross-platform protocol library to communicate with iOS devices -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more - -#### C++ -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Kumar-laxmi / Algorithms](https://github.com/Kumar-laxmi/Algorithms):A Repository for algorithms in C, C++, Python and Java -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos Engine is an open-source framework for building 2D & 3D real-time rendering and interactive contents, especially video games, which can be deployed to mobile, desktop and web. It is inherited from the legacy Cocos2d-x with a redesigned modern architecture. To run this engine, please download Cocos Creator. -* [microsoft / winget-cli](https://github.com/microsoft/winget-cli):Windows Package Manager CLI (aka winget) -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [jarro2783 / cxxopts](https://github.com/jarro2783/cxxopts):Lightweight C++ command line option parser -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [mrousavy / react-native-mmkv](https://github.com/mrousavy/react-native-mmkv):⚡️ -The fastest key/value storage for React Native. ~30x faster than AsyncStorage! -* [tensorflow / serving](https://github.com/tensorflow/serving):A flexible, high-performance serving system for machine learning models -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [microsoft / react-native-windows](https://github.com/microsoft/react-native-windows):A framework for building native Windows apps with React. -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [MiRoboticsLab / cyberdog_ws](https://github.com/MiRoboticsLab/cyberdog_ws): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK - -#### Makefile -* [Hjdskes / powersave](https://github.com/Hjdskes/powersave):Linux power save settings, compatible with systemd -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [ministryofjustice / template-documentation-site](https://github.com/ministryofjustice/template-documentation-site):Template repo. for a gov.uk tech-docs-template documentation site published via github pages -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [starfive-tech / VisionFive2](https://github.com/starfive-tech/VisionFive2): -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2023-06-05.md b/trending/2023-06-05.md deleted file mode 100644 index 12125f9..0000000 --- a/trending/2023-06-05.md +++ /dev/null @@ -1,121 +0,0 @@ -## 2023-06-05 - -#### C -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [libimobiledevice / libimobiledevice](https://github.com/libimobiledevice/libimobiledevice):A cross-platform protocol library to communicate with iOS devices -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [blackmagic-debug / blackmagic](https://github.com/blackmagic-debug/blackmagic):In application debugger for ARM Cortex microcontrollers. -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [pygame / pygame](https://github.com/pygame/pygame):🐍 -🎮 -pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [stellar / stellar-core](https://github.com/stellar/stellar-core):stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [sumatrapdfreader / sumatrapdf](https://github.com/sumatrapdfreader/sumatrapdf):SumatraPDF reader -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero - -#### C++ -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.49801, 3.3.5 = 3.3.5a.12340) -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [Kumar-laxmi / Algorithms](https://github.com/Kumar-laxmi/Algorithms):A Repository for algorithms in C, C++, Python and Java -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [emuPlace / emuThreeDS](https://github.com/emuPlace/emuThreeDS):Nintendo 3DS emulator for Apple devices based on Citra. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [34736384 / genshin-fps-unlock](https://github.com/34736384/genshin-fps-unlock):unlocks the 60 fps cap -* [moonlight-stream / moonlight-qt](https://github.com/moonlight-stream/moonlight-qt):GameStream client for PCs (Windows, Mac, Linux, and Steam Link) -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [TranslucentTB / TranslucentTB](https://github.com/TranslucentTB/TranslucentTB):A lightweight utility that makes the Windows taskbar translucent/transparent. -* [xiaoyifang / goldendict-ng](https://github.com/xiaoyifang/goldendict-ng):The Next Generation GoldenDict -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [v8 / v8](https://github.com/v8/v8):The official mirror of the V8 Git repository - -#### CMake -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [NNTU-CS / ADS-9](https://github.com/NNTU-CS/ADS-9): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [thirtythreeforty / businesscard-linux](https://github.com/thirtythreeforty/businesscard-linux):A Buildroot distribution small enough to run on my business card -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 -Build a simple laravel development environment with docker-compose. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [Plutonium141 / XiaoMi-R4A-Gigabit-Actions-OpenWrt](https://github.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt):小米路由器R4A千兆版云编译openwrt,解决通过breed控制台刷入后无限重启问题 -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [EngineerProOrg / BE-K01](https://github.com/EngineerProOrg/BE-K01): diff --git a/trending/2023-06-06.md b/trending/2023-06-06.md deleted file mode 100644 index 724436b..0000000 --- a/trending/2023-06-06.md +++ /dev/null @@ -1,114 +0,0 @@ -## 2023-06-06 - -#### C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [yshui / picom](https://github.com/yshui/picom):A lightweight compositor for X11 -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 - -#### C++ -* [SwagSoftware / Kisak-Strike](https://github.com/SwagSoftware/Kisak-Strike):100% Open Source CSGO -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.49890, 3.3.5 = 3.3.5a.12340) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [fish-shell / fish-shell](https://github.com/fish-shell/fish-shell):The user-friendly command line shell. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [AntiMicroX / antimicrox](https://github.com/AntiMicroX/antimicrox):Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [praydog / REFramework](https://github.com/praydog/REFramework):Scripting platform, modding framework and VR support for all RE Engine games -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library - -#### CMake -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [NNTU-CS / ADS-9](https://github.com/NNTU-CS/ADS-9): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 -Build a simple laravel development environment with docker-compose. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [RocketRobz / TWiLightMenu-Updater](https://github.com/RocketRobz/TWiLightMenu-Updater):An updater for TWiLight Menu++ -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [starfive-tech / VisionFive2](https://github.com/starfive-tech/VisionFive2): diff --git a/trending/2023-06-07.md b/trending/2023-06-07.md deleted file mode 100644 index e21a3e1..0000000 --- a/trending/2023-06-07.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-06-07 - -#### C -* [jart / blink](https://github.com/jart/blink):tiniest x86-64-linux emulator -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ImageMagick / ImageMagick](https://github.com/ImageMagick/ImageMagick):🧙‍♂️ -ImageMagick 7 -* [Facico / Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna):Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [OpenVPN / openvpn](https://github.com/OpenVPN/openvpn):OpenVPN is an open source VPN daemon -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [OpenStickCommunity / GP2040-CE](https://github.com/OpenStickCommunity/GP2040-CE): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [containers / crun](https://github.com/containers/crun):A fast and lightweight fully featured OCI runtime and C library for running containers -* [openbsd / src](https://github.com/openbsd/src):Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list. -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [Forairaaaaa / monica](https://github.com/Forairaaaaa/monica):DIY Watch based on ESP32-S3 and Amoled screen -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [OpenDriver2 / REDRIVER2](https://github.com/OpenDriver2/REDRIVER2):Driver 2 Playstation game reverse engineering effort -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.49890, 3.3.5 = 3.3.5a.12340) -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [SwagSoftware / Kisak-Strike](https://github.com/SwagSoftware/Kisak-Strike):100% Open Source CSGO -* [cmderdev / cmder](https://github.com/cmderdev/cmder):Lovely console emulator package for Windows -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools: -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [pixie-io / pixie](https://github.com/pixie-io/pixie):Instant Kubernetes-Native Application Observability -* [SpiderLabs / ModSecurity](https://github.com/SpiderLabs/ModSecurity):ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analys… -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [axmolengine / axmol](https://github.com/axmolengine/axmol):Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A radical fork of Cocos2d-x-4.0) -* [PixarAnimationStudios / USD](https://github.com/PixarAnimationStudios/USD):Universal Scene Description -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [NootInc / NootedRed](https://github.com/NootInc/NootedRed):Lilu plugin for AMD Vega iGPUs -* [rime / weasel](https://github.com/rime/weasel):【小狼毫】Rime for Windows - -#### CMake -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [Johan511 / AstroSim](https://github.com/Johan511/AstroSim):Simulation project by Programming and Horizon CFI clubs at IIT Madras -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [McMartin / FRUT](https://github.com/McMartin/FRUT):Building JUCE projects using CMake made easy -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [eglinuxer / study_cmake](https://github.com/eglinuxer/study_cmake):Eglinux's CMake course notes -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Xilinx / cmakeModules](https://github.com/Xilinx/cmakeModules): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [markbates / errx](https://github.com/markbates/errx): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2023-06-08.md b/trending/2023-06-08.md deleted file mode 100644 index a2b65a3..0000000 --- a/trending/2023-06-08.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-06-08 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [google / brotli](https://github.com/google/brotli):Brotli compression format -* [Forairaaaaa / monica](https://github.com/Forairaaaaa/monica):DIY Watch based on ESP32-S3 and Amoled screen -* [Facico / Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna):Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [apple-oss-distributions / xnu](https://github.com/apple-oss-distributions/xnu): -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler - -#### C++ -* [SwagSoftware / Kisak-Strike](https://github.com/SwagSoftware/Kisak-Strike):100% Open Source CSGO -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ZeroMemoryEx / Terminator](https://github.com/ZeroMemoryEx/Terminator):Reproducing Spyboy technique to terminate all EDR/XDR/AVs processes -* [rui314 / mold](https://github.com/rui314/mold):Mold: A Modern Linker -🦠 -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos Engine is an open-source framework for building 2D & 3D real-time rendering and interactive contents, especially video games, which can be deployed to mobile, desktop and web. It is inherited from the legacy Cocos2d-x with a redesigned modern architecture. To run this engine, please download Cocos Creator. -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [osquery / osquery](https://github.com/osquery/osquery):SQL powered operating system instrumentation, monitoring, and analytics. -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [pixie-io / pixie](https://github.com/pixie-io/pixie):Instant Kubernetes-Native Application Observability -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [PixarAnimationStudios / USD](https://github.com/PixarAnimationStudios/USD):Universal Scene Description -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [chenshuo / muduo](https://github.com/chenshuo/muduo):Event-driven network library for multi-threaded Linux server in C++11 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [HuangCongQing / ROS](https://github.com/HuangCongQing/ROS):🔥 -ROS(c++)机器人操作系统 学习(写于2020年夏) -* [ARM-software / LLVM-embedded-toolchain-for-Arm](https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm):A project dedicated to building LLVM toolchain for 32-bit Arm embedded targets. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [marcopeg / hasura-2023](https://github.com/marcopeg/hasura-2023): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [crifan / android_app_security_crack](https://github.com/crifan/android_app_security_crack):安卓应用的安全和破解 -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [markbates / errx](https://github.com/markbates/errx): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [katef / kmkf](https://github.com/katef/kmkf):General purpose BSD Makefiles -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md diff --git a/trending/2023-06-09.md b/trending/2023-06-09.md deleted file mode 100644 index 5ecdbf2..0000000 --- a/trending/2023-06-09.md +++ /dev/null @@ -1,116 +0,0 @@ -## 2023-06-09 - -#### C -* [SynthstromAudible / DelugeFirmware](https://github.com/SynthstromAudible/DelugeFirmware): -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [jart / blink](https://github.com/jart/blink):tiniest x86-64-linux emulator -* [telekom-security / tpotce](https://github.com/telekom-security/tpotce):🍯 -T-Pot - The All In One Honeypot Platform -🐝 -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [OpenIntelWireless / itlwm](https://github.com/OpenIntelWireless/itlwm):Intel Wi-Fi Drivers for macOS -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [GNOME / libxml2](https://github.com/GNOME/libxml2):Read-only mirror of https://gitlab.gnome.org/GNOME/libxml2 -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [yhzhang0128 / egos-2000](https://github.com/yhzhang0128/egos-2000):A minimal operating system (2K LOC) on QEMU and a RISC-V board -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [palera1n / palera1n](https://github.com/palera1n/palera1n):iOS 15.0-16.5 semi-tethered checkm8 jailbreak -* [ntop / n2n](https://github.com/ntop/n2n):Peer-to-peer VPN -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree - -#### C++ -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [ZeroMemoryEx / Terminator](https://github.com/ZeroMemoryEx/Terminator):Reproducing Spyboy technique to terminate all EDR/XDR/AVs processes -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [swoole / swoole-src](https://github.com/swoole/swoole-src):🚀 -Coroutine-based concurrency library for PHP -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [google / sentencepiece](https://github.com/google/sentencepiece):Unsupervised text tokenizer for Neural Network-based text generation. -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [nextcloud / desktop](https://github.com/nextcloud/desktop):💻 -Desktop sync client for Nextcloud -* [async-profiler / async-profiler](https://github.com/async-profiler/async-profiler):Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [apple / swift-cmake-examples](https://github.com/apple/swift-cmake-examples): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [wxmerkt / pybind11_catkin](https://github.com/wxmerkt/pybind11_catkin):Catkin wrapper for pybind11 -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [eve-autonomy / proj_launch](https://github.com/eve-autonomy/proj_launch): -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [eve-autonomy / v2i_interface_msgs](https://github.com/eve-autonomy/v2i_interface_msgs): -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [eve-autonomy / audio_driver_msgs](https://github.com/eve-autonomy/audio_driver_msgs): -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [marcopeg / hasura-2023](https://github.com/marcopeg/hasura-2023): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [crifan / android_app_security_crack](https://github.com/crifan/android_app_security_crack):安卓应用的安全和破解 -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [katef / kmkf](https://github.com/katef/kmkf):General purpose BSD Makefiles -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [tomwhite / hadoop-book](https://github.com/tomwhite/hadoop-book):Example source code accompanying O'Reilly's "Hadoop: The Definitive Guide" by Tom White diff --git a/trending/2023-06-10.md b/trending/2023-06-10.md deleted file mode 100644 index 519a56f..0000000 --- a/trending/2023-06-10.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-06-10 - -#### C -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [SynthstromAudible / DelugeFirmware](https://github.com/SynthstromAudible/DelugeFirmware): -* [Octoberfest7 / DropSpawn_BOF](https://github.com/Octoberfest7/DropSpawn_BOF):CobaltStrike BOF to spawn Beacons using DLL Application Directory Hijacking -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [westes / flex](https://github.com/westes/flex):The Fast Lexical Analyzer - scanner generator for lexing in C and C++ -* [ntop / n2n](https://github.com/ntop/n2n):Peer-to-peer VPN -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [toverainc / willow](https://github.com/toverainc/willow):Open source, local, and self-hosted Amazon Echo/Google Home competitive Voice Assistant alternative -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch - -#### C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [microsoft / SEAL](https://github.com/microsoft/SEAL):Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library. -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [rime / weasel](https://github.com/rime/weasel):【小狼毫】Rime for Windows -* [trustwallet / wallet-core](https://github.com/trustwallet/wallet-core):Cross-platform, cross-blockchain wallet library. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [MultiMC / Launcher](https://github.com/MultiMC/Launcher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once -* [ethz-asl / kalibr](https://github.com/ethz-asl/kalibr):The Kalibr visual-inertial calibration toolbox -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [gnuradio / gnuradio](https://github.com/gnuradio/gnuradio):GNU Radio – the Free and Open Software Radio Ecosystem -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [zeux / meshoptimizer](https://github.com/zeux/meshoptimizer):Mesh optimization library that makes meshes smaller and faster to render -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [WasmEdge / WasmEdge](https://github.com/WasmEdge/WasmEdge):WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [mysql / mysql-server](https://github.com/mysql/mysql-server):MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. - -#### CMake -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [go-skynet / go-bert.cpp](https://github.com/go-skynet/go-bert.cpp):bindings for bert.cpp -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [counteractive / incident-response-plan-template](https://github.com/counteractive/incident-response-plan-template):A concise, directive, specific, flexible, and free incident response plan template -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [katef / kmkf](https://github.com/katef/kmkf):General purpose BSD Makefiles diff --git a/trending/2023-06-11.md b/trending/2023-06-11.md deleted file mode 100644 index c408dc6..0000000 --- a/trending/2023-06-11.md +++ /dev/null @@ -1,116 +0,0 @@ -## 2023-06-11 - -#### C -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [alibaba / tengine](https://github.com/alibaba/tengine):A distribution of Nginx with some advanced features -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [peng-zhihui / HoloCubic](https://github.com/peng-zhihui/HoloCubic):带网络功能的伪全息透明显示桌面站 -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [tsoding / SmoothLife](https://github.com/tsoding/SmoothLife):SmoothLife Implementation in C -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [xorvoid / sectorc](https://github.com/xorvoid/sectorc):A C Compiler that fits in the 512 byte boot sector of an x86 machine -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. -* [huaigu4ng / SysWhispers3WinHttp](https://github.com/huaigu4ng/SysWhispers3WinHttp):SysWhispers3WinHttp 基于SysWhispers3增添WinHttp分离加载,可免杀360核晶与Defender等杀软。(2023/06/06更新) -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [baiyies / ScreenshotBOFPlus](https://github.com/baiyies/ScreenshotBOFPlus):Take a screenshot without injection for Cobalt Strike -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [github / securitylab](https://github.com/github/securitylab):Resources related to GitHub Security Lab - -#### C++ -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [rapidsai / cudf](https://github.com/rapidsai/cudf):cuDF - GPU DataFrame Library -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu oriented at protecting from crashes (not all currently) and improving the overall experience. -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [microsoft / SEAL](https://github.com/microsoft/SEAL):Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library. -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [eversinc33 / Banshee](https://github.com/eversinc33/Banshee):Experimental Windows x64 Kernel Rootkit. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [NNTU-CS / ADS-3](https://github.com/NNTU-CS/ADS-3): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [ros-planning / panda_moveit_config](https://github.com/ros-planning/panda_moveit_config):The Panda robot is the flagship MoveIt integration robot -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [bentoml / bentocloud-docs](https://github.com/bentoml/bentocloud-docs):Documentation Site for BentoCloud -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [niudai / How-to-be-a-good-programmer](https://github.com/niudai/How-to-be-a-good-programmer):I'm here to tell you some amazing stuff which teacher would never tell you. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [markbates / errx](https://github.com/markbates/errx): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [beeware / Python-Apple-support](https://github.com/beeware/Python-Apple-support):A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): diff --git a/trending/2023-06-12.md b/trending/2023-06-12.md deleted file mode 100644 index 748ecff..0000000 --- a/trending/2023-06-12.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-06-12 - -#### C -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [coreutils / coreutils](https://github.com/coreutils/coreutils):upstream mirror -* [yshui / picom](https://github.com/yshui/picom):A lightweight compositor for X11 -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [earlephilhower / arduino-pico](https://github.com/earlephilhower/arduino-pico):Raspberry Pi Pico Arduino core, for all RP2040 boards -* [axboe / liburing](https://github.com/axboe/liburing): -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [OpenIntelWireless / itlwm](https://github.com/OpenIntelWireless/itlwm):Intel Wi-Fi Drivers for macOS -* [dresden-elektronik / deconz-rest-plugin](https://github.com/dresden-elektronik/deconz-rest-plugin):deCONZ REST-API plugin to control ZigBee devices -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [xianyi / OpenBLAS](https://github.com/xianyi/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. - -#### C++ -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [rime / weasel](https://github.com/rime/weasel):【小狼毫】Rime for Windows -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [zrax / pycdc](https://github.com/zrax/pycdc):C++ python bytecode disassembler and decompiler -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [acidanthera / AppleALC](https://github.com/acidanthera/AppleALC):Native macOS HD audio for not officially supported codecs -* [mysql / mysql-server](https://github.com/mysql/mysql-server):MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. - -#### CMake -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [McMartin / FRUT](https://github.com/McMartin/FRUT):Building JUCE projects using CMake made easy -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [cpp-best-practices / gui_starter_template](https://github.com/cpp-best-practices/gui_starter_template):A template CMake project to get you started with C++ and tooling -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [boostorg / headers](https://github.com/boostorg/headers): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [PolarityWorks / zmk-config-adv360](https://github.com/PolarityWorks/zmk-config-adv360):Adv360 zmk config - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [netdata / aclk-schemas](https://github.com/netdata/aclk-schemas):Protobuf schemas used in ACLK connection -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition diff --git a/trending/2023-06-13.md b/trending/2023-06-13.md deleted file mode 100644 index 2dffa6e..0000000 --- a/trending/2023-06-13.md +++ /dev/null @@ -1,114 +0,0 @@ -## 2023-06-13 - -#### C -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [mnurzia / rv](https://github.com/mnurzia/rv):RV32IMC in ~600 lines of C89 -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [OpenIntelWireless / itlwm](https://github.com/OpenIntelWireless/itlwm):Intel Wi-Fi Drivers for macOS -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [cococry / Ragnar](https://github.com/cococry/Ragnar):Minimal, flexible & user-friendly X Window Manager -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [CloverHackyColor / CloverBootloader](https://github.com/CloverHackyColor/CloverBootloader):Bootloader for macOS, Windows and Linux in UEFI and in legacy mode - -#### C++ -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [yuzu-emu / yuzu-mainline](https://github.com/yuzu-emu/yuzu-mainline): -* [MultiMC / Launcher](https://github.com/MultiMC/Launcher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once -* [sorayuki / obs-multi-rtmp](https://github.com/sorayuki/obs-multi-rtmp):OBS複数サイト同時配信プラグイン -* [zodiacon / Recon2023](https://github.com/zodiacon/Recon2023):Recon 2023 slides and code -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [google / omaha](https://github.com/google/omaha):Google Update for Windows -* [tbnobody / OpenDTU](https://github.com/tbnobody/OpenDTU):Software for ESP32 to talk to Hoymiles Inverters -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [FastLED / FastLED](https://github.com/FastLED/FastLED):The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements. -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [namazso / MagicSigner](https://github.com/namazso/MagicSigner):Signtool for expired certificates -* [flyinghead / flycast](https://github.com/flyinghead/flycast):Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [HuangCongQing / ROS](https://github.com/HuangCongQing/ROS):🔥 -ROS(c++)机器人操作系统 学习(写于2020年夏) -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [McMartin / FRUT](https://github.com/McMartin/FRUT):Building JUCE projects using CMake made easy -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [DerpFest-AOSP / vendor_derp](https://github.com/DerpFest-AOSP/vendor_derp): -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [netdata / aclk-schemas](https://github.com/netdata/aclk-schemas):Protobuf schemas used in ACLK connection -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [skiffos / buildroot](https://github.com/skiffos/buildroot):Buildroot mirror with SkiffOS patches. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API diff --git a/trending/2023-06-14.md b/trending/2023-06-14.md deleted file mode 100644 index 5e55033..0000000 --- a/trending/2023-06-14.md +++ /dev/null @@ -1,118 +0,0 @@ -## 2023-06-14 - -#### C -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [AprilRobotics / apriltag](https://github.com/AprilRobotics/apriltag):AprilTag is a visual fiducial system popular for robotics research. -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [yuandaimaahao / AndroidFrameworkTutorial](https://github.com/yuandaimaahao/AndroidFrameworkTutorial):写给应用开发的 Android Framework 教程 -* [snesrev / zelda3](https://github.com/snesrev/zelda3): -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [coreutils / coreutils](https://github.com/coreutils/coreutils):upstream mirror -* [fairyglade / ly](https://github.com/fairyglade/ly):display manager with console UI -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [SiliconLabs / gecko_sdk](https://github.com/SiliconLabs/gecko_sdk):The Gecko SDK (GSDK) combines all Silicon Labs 32-bit IoT product software development kits (SDKs) based on Gecko Platform into a single, integrated SDK. - -#### C++ -* [isledecomp / isle](https://github.com/isledecomp/isle):A work-in-progress decompilation of LEGO Island (1997) -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [namazso / MagicSigner](https://github.com/namazso/MagicSigner):Signtool for expired certificates -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [rizinorg / cutter](https://github.com/rizinorg/cutter):Free and Open Source Reverse Engineering Platform powered by rizin -* [PlummersSoftwareLLC / NightDriverStrip](https://github.com/PlummersSoftwareLLC/NightDriverStrip):NightDriver client for ESP32 -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [vectr-ucla / direct_lidar_inertial_odometry](https://github.com/vectr-ucla/direct_lidar_inertial_odometry):[IEEE ICRA'23] A new lightweight LiDAR-inertial odometry algorithm with a novel coarse-to-fine approach in constructing continuous-time trajectories for precise motion correction. -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [nasa / fprime](https://github.com/nasa/fprime):F' - A flight software and embedded systems framework -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [arangodb / arangodb](https://github.com/arangodb/arangodb):🥑 -ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. - -#### Makefile -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [BecoSystems / spacewar](https://github.com/BecoSystems/spacewar):Repositório para testes de fork e aprendizado do git -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [ad-si / awesome-music-production](https://github.com/ad-si/awesome-music-production):A curated list of software, services and resources to create and distribute music. -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 diff --git a/trending/2023-06-15.md b/trending/2023-06-15.md deleted file mode 100644 index ff79c43..0000000 --- a/trending/2023-06-15.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-06-15 - -#### C -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [snesrev / smw](https://github.com/snesrev/smw):Smw -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [hewei2001 / HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS):哈尔滨工业大学(深圳)计算机专业课程攻略 | Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen) -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [eunomia-bpf / bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial):Learn eBPF by examples | eBPF 开发者教程与知识库:通过小工具和示例一步步学习 eBPF,包含性能、网络、安全等多种应用场景 - -#### C++ -* [isledecomp / isle](https://github.com/isledecomp/isle):A work-in-progress decompilation of LEGO Island (1997) -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu oriented at protecting from crashes (not all currently) and improving the overall experience. -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [leethomason / tinyxml2](https://github.com/leethomason/tinyxml2):TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [mysql / mysql-server](https://github.com/mysql/mysql-server):MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [NVIDIA-AI-IOT / Lidar_AI_Solution](https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution):A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,). -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [NVIDIA / thrust](https://github.com/NVIDIA/thrust):The C++ parallel algorithms library. -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leggedrobotics / gtsam_catkin](https://github.com/leggedrobotics/gtsam_catkin):Catkinized version of gtsam. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [KiCad / kicad-footprints](https://github.com/KiCad/kicad-footprints):Official KiCad Footprint Libraries for Kicad version 5 - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [pmndrs / assets](https://github.com/pmndrs/assets):📦 -Importable base64 encoded CC0 assets -* [marcopeg / hasura-2023](https://github.com/marcopeg/hasura-2023): -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [markbates / errx](https://github.com/markbates/errx): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 diff --git a/trending/2023-06-16.md b/trending/2023-06-16.md deleted file mode 100644 index 6e31296..0000000 --- a/trending/2023-06-16.md +++ /dev/null @@ -1,117 +0,0 @@ -## 2023-06-16 - -#### C -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [bluekitchen / btstack](https://github.com/bluekitchen/btstack):Dual-mode Bluetooth stack, with small memory footprint. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [cashapp / zipline](https://github.com/cashapp/zipline):Run Kotlin/JS libraries in Kotlin/JVM and Kotlin/Native programs -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [ruby / yarp](https://github.com/ruby/yarp):Yet Another Ruby Parser -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [ataradov / usb-sniffer](https://github.com/ataradov/usb-sniffer):Low-cost LS/FS/HS USB sniffer with Wireshark interface -* [xalicex / Killers](https://github.com/xalicex/Killers):Exploitation of process killer drivers -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [deepmind / mujoco](https://github.com/deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. - -#### C++ -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [jankae / LibreVNA](https://github.com/jankae/LibreVNA):100kHz to 6GHz 2 port USB based VNA -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu oriented at protecting from crashes (not all currently) and improving the overall experience. -* [ZeroMemoryEx / Blackout](https://github.com/ZeroMemoryEx/Blackout):kill anti-malware protected processes (BYOVD) -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [COVESA / vsomeip](https://github.com/COVESA/vsomeip):An implementation of Scalable service-Oriented MiddlewarE over IP -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [isledecomp / isle](https://github.com/isledecomp/isle):A work-in-progress decompilation of LEGO Island (1997) -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [IntelRealSense / realsense-ros](https://github.com/IntelRealSense/realsense-ros):Intel(R) RealSense(TM) ROS Wrapper for Depth Camera - -#### CMake -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [code-iai / iai_robots](https://github.com/code-iai/iai_robots):Repo holding descriptions and launch-files for robots in the iai lab. -* [code-iai / iai_maps](https://github.com/code-iai/iai_maps):The semantic and ground lab and environment maps for projects in the IAI group in the University of Bremen -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [marcopeg / hasura-2023](https://github.com/marcopeg/hasura-2023): -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [apache / yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface):Apache YuniKorn Scheduler Interface -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. diff --git a/trending/2023-06-17.md b/trending/2023-06-17.md deleted file mode 100644 index 84c9c3c..0000000 --- a/trending/2023-06-17.md +++ /dev/null @@ -1,114 +0,0 @@ -## 2023-06-17 - -#### C -* [ataradov / usb-sniffer](https://github.com/ataradov/usb-sniffer):Low-cost LS/FS/HS USB sniffer with Wireshark interface -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [deepmind / mujoco](https://github.com/deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [xianyi / OpenBLAS](https://github.com/xianyi/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [openSIL / openSIL](https://github.com/openSIL/openSIL): -* [bitcoin-core / secp256k1](https://github.com/bitcoin-core/secp256k1):Optimized C library for EC operations on curve secp256k1 -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [edenhill / kcat](https://github.com/edenhill/kcat):Generic command line non-JVM Apache Kafka producer and consumer -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [bluekitchen / btstack](https://github.com/bluekitchen/btstack):Dual-mode Bluetooth stack, with small memory footprint. -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [eunomia-bpf / bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial):Learn eBPF by examples | eBPF 开发者教程与知识库:通过小工具和示例一步步学习 eBPF,包含性能、网络、安全等多种应用场景 - -#### C++ -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu oriented at protecting from crashes (not all currently) and improving the overall experience. -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [gperftools / gperftools](https://github.com/gperftools/gperftools):Main gperftools repository -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [pytorch / xla](https://github.com/pytorch/xla):Enabling PyTorch on XLA Devices (e.g. Google TPU) -* [dail8859 / NotepadNext](https://github.com/dail8859/NotepadNext):A cross-platform, reimplementation of Notepad++ -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [NVIDIA-AI-IOT / Lidar_AI_Solution](https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution):A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,). -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository -* [zeromq / libzmq](https://github.com/zeromq/libzmq):ZeroMQ core engine in C++, implements ZMTP/3.1 -* [uNetworking / uWebSockets.js](https://github.com/uNetworking/uWebSockets.js):μWebSockets for Node.js back-ends -🤘 -* [dcajasn / Riskfolio-Lib](https://github.com/dcajasn/Riskfolio-Lib):Portfolio Optimization and Quantitative Strategic Asset Allocation in Python - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ros2 / example_interfaces](https://github.com/ros2/example_interfaces):Msg, Srv, etc. ROS interfaces used in examples -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ros2 / unique_identifier_msgs](https://github.com/ros2/unique_identifier_msgs): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):Protobuf definitions for the OpenTelemetry protocol (OTLP) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [thockin / go-build-template](https://github.com/thockin/go-build-template):A Makefile/Dockerfile example for Go projects. -* [k8sgpt-ai / docs](https://github.com/k8sgpt-ai/docs):Documentation for K8sGPT -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line diff --git a/trending/2023-06-18.md b/trending/2023-06-18.md deleted file mode 100644 index f8c04d5..0000000 --- a/trending/2023-06-18.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-06-18 - -#### C -* [ataradov / usb-sniffer](https://github.com/ataradov/usb-sniffer):Low-cost LS/FS/HS USB sniffer with Wireshark interface -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [Xilinx / linux-xlnx](https://github.com/Xilinx/linux-xlnx):The official Linux kernel from Xilinx -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [benhoyt / inih](https://github.com/benhoyt/inih):Simple .INI file parser in C, good for embedded systems -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [winfsp / winfsp](https://github.com/winfsp/winfsp):Windows File System Proxy - FUSE for Windows -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [uTox / uTox](https://github.com/uTox/uTox):µTox the lightest and fluffiest Tox client -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [openSIL / openSIL](https://github.com/openSIL/openSIL): -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library - -#### C++ -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu oriented at protecting from crashes (not all currently) and improving the overall experience. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [cxasm / notepad--](https://github.com/cxasm/notepad--):一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。 -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [dingodb / dingo-store](https://github.com/dingodb/dingo-store):Distributed Key-Value Storage -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [cloudflare / workerd](https://github.com/cloudflare/workerd):The JavaScript / Wasm runtime that powers Cloudflare Workers -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [0xHossam / Killer](https://github.com/0xHossam/Killer):Is a tool created to evade AVs and EDRs or security tools. - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [PolarityWorks / zmk-config-alu40](https://github.com/PolarityWorks/zmk-config-alu40):ZMK Config repository for the Huiben Lab ALU40 -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ros2 / example_interfaces](https://github.com/ros2/example_interfaces):Msg, Srv, etc. ROS interfaces used in examples -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [PolarityWorks / zmk-config-adv360](https://github.com/PolarityWorks/zmk-config-adv360):Adv360 zmk config -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [danielpinto8zz6 / c-cpp-project-generator](https://github.com/danielpinto8zz6/c-cpp-project-generator):📂 -Create C/C++ projects on vscode diff --git a/trending/2023-06-19.md b/trending/2023-06-19.md deleted file mode 100644 index ff7b3d8..0000000 --- a/trending/2023-06-19.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-06-19 - -#### C -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [ataradov / usb-sniffer](https://github.com/ataradov/usb-sniffer):Low-cost LS/FS/HS USB sniffer with Wireshark interface -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [lanleft / CVE2023-1829](https://github.com/lanleft/CVE2023-1829): -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [atar-axis / xpadneo](https://github.com/atar-axis/xpadneo):Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S) -* [SpacehuhnTech / esp8266_deauther](https://github.com/SpacehuhnTech/esp8266_deauther):Affordable WiFi hacking platform for testing and learning -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [philipl / pifs](https://github.com/philipl/pifs):πfs - the data-free filesystem! -* [chrismaltby / gb-studio](https://github.com/chrismaltby/gb-studio):A quick and easy to use drag and drop retro game creator for your favourite handheld video game system - -#### C++ -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu oriented at protecting from crashes (not all currently) and improving the overall experience. -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [dcajasn / Riskfolio-Lib](https://github.com/dcajasn/Riskfolio-Lib):Portfolio Optimization and Quantitative Strategic Asset Allocation in Python -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [DarthTon / Blackbone](https://github.com/DarthTon/Blackbone):Windows memory hacking library -* [cmderdev / cmder](https://github.com/cmderdev/cmder):Lovely console emulator package for Windows -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 -🎢 -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [Xaymar / obs-StreamFX](https://github.com/Xaymar/obs-StreamFX):StreamFX is a plugin for OBS® Studio which adds many new effects, filters, sources, transitions and encoders! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here. -* [wwmm / easyeffects](https://github.com/wwmm/easyeffects):Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [me-no-dev / ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer):Async Web Server for ESP8266 and ESP32 -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [bambulab / BambuStudio](https://github.com/bambulab/BambuStudio):PC Software for BambuLab's 3D printers -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [UMSKT / UMSKT](https://github.com/UMSKT/UMSKT):Universal MS Key Toolkit -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [ros / urdf_tutorial](https://github.com/ros/urdf_tutorial): -* [TitanLLVM / Nebula](https://github.com/TitanLLVM/Nebula):MLIR-based Dalvik Lifter -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [nanoninja / docker-nginx-php-mysql](https://github.com/nanoninja/docker-nginx-php-mysql):Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin -* [apache / yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface):Apache YuniKorn Scheduler Interface -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library -* [msaouab / ft_transcendence](https://github.com/msaouab/ft_transcendence):This project is about creating a website for the mighty Pong contest! -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [danielpinto8zz6 / c-cpp-project-generator](https://github.com/danielpinto8zz6/c-cpp-project-generator):📂 -Create C/C++ projects on vscode -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 diff --git a/trending/2023-06-20.md b/trending/2023-06-20.md deleted file mode 100644 index 7405285..0000000 --- a/trending/2023-06-20.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-06-20 - -#### C -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [TASEmulators / desmume](https://github.com/TASEmulators/desmume):DeSmuME is a Nintendo DS emulator -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [LumaTeam / Luma3DS](https://github.com/LumaTeam/Luma3DS):Noob-proof (N)3DS "Custom Firmware" -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [EdgeTX / edgetx](https://github.com/EdgeTX/edgetx):EdgeTX is the cutting edge open source firmware for your R/C radio -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [djpohly / dwl](https://github.com/djpohly/dwl):dwm for Wayland -* [Ralim / IronOS](https://github.com/Ralim/IronOS):Open Source Soldering Iron firmware -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [ataradov / usb-sniffer](https://github.com/ataradov/usb-sniffer):Low-cost LS/FS/HS USB sniffer with Wireshark interface -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [yshui / picom](https://github.com/yshui/picom):A lightweight compositor for X11 -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player - -#### C++ -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.50000, 3.3.5 = 3.3.5a.12340) -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 -🎢 -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [justcallmekoko / ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder):A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32 -* [UMSKT / UMSKT](https://github.com/UMSKT/UMSKT):Universal MS Key Toolkit -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [griddb / griddb](https://github.com/griddb/griddb):GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy. -* [citizenfx / fivem](https://github.com/citizenfx/fivem):The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [boostorg / headers](https://github.com/boostorg/headers): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [McMartin / FRUT](https://github.com/McMartin/FRUT):Building JUCE projects using CMake made easy -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 -Build a simple laravel development environment with docker-compose. -* [deadloko / imx6_devices](https://github.com/deadloko/imx6_devices): -* [lineage-redwood / android_device_xiaomi_redwood](https://github.com/lineage-redwood/android_device_xiaomi_redwood): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [jmapio / jmap](https://github.com/jmapio/jmap):JSON Meta Application Protocol Specification (JMAP) -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [lineage-redwood / android_vendor_xiaomi_sm7325-common](https://github.com/lineage-redwood/android_vendor_xiaomi_sm7325-common): -* [feiskyer / kubernetes-handbook](https://github.com/feiskyer/kubernetes-handbook):Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz -* [msaouab / ft_transcendence](https://github.com/msaouab/ft_transcendence):This project is about creating a website for the mighty Pong contest! -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others diff --git a/trending/2023-06-21.md b/trending/2023-06-21.md deleted file mode 100644 index 42cf538..0000000 --- a/trending/2023-06-21.md +++ /dev/null @@ -1,117 +0,0 @@ -## 2023-06-21 - -#### C -* [Wh04m1001 / CVE-2023-29343](https://github.com/Wh04m1001/CVE-2023-29343): -* [dalathegreat / Nissan-LEAF-Battery-Upgrade](https://github.com/dalathegreat/Nissan-LEAF-Battery-Upgrade):Software and guides for upgrading LEAFs to bigger and newer batteries -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [ImageMagick / ImageMagick](https://github.com/ImageMagick/ImageMagick):🧙‍♂️ -ImageMagick 7 -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [darkk / redsocks](https://github.com/darkk/redsocks):transparent TCP-to-proxy redirector -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [eclipse-cyclonedds / cyclonedds](https://github.com/eclipse-cyclonedds/cyclonedds):Eclipse Cyclone DDS project -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) -* [rui314 / chibicc](https://github.com/rui314/chibicc):A small C compiler -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [lionsoul2014 / ip2region](https://github.com/lionsoul2014/ip2region):Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [g3tsyst3m / elevationstation](https://github.com/g3tsyst3m/elevationstation):elevate to SYSTEM any way we can! Metasploit and PSEXEC getsystem alternative -* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools: -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,chatglm-6B级模型单卡可达10000+token / s,支持moss, chatglm, baichuan模型,手机端流畅运行 -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [wxWidgets / wxWidgets](https://github.com/wxWidgets/wxWidgets):Cross-Platform C++ GUI Library -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [Snapchat / KeyDB](https://github.com/Snapchat/KeyDB):A Multithreaded Fork of Redis -* [PaddlePaddle / FastDeploy](https://github.com/PaddlePaddle/FastDeploy):⚡️ -An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for -☁️ -Cloud -📱 -Mobile and -📹 -Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support. -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [focus-creative-games / hybridclr](https://github.com/focus-creative-games/hybridclr):HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate. -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [CGAL / cgal](https://github.com/CGAL/cgal):The public CGAL repository, see the README below -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [us3rT0m / OnlyUP-Trainer](https://github.com/us3rT0m/OnlyUP-Trainer): - -#### CMake -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [PolarityWorks / zmk-config-alu40](https://github.com/PolarityWorks/zmk-config-alu40):ZMK Config repository for the Huiben Lab ALU40 -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [markbates / errx](https://github.com/markbates/errx): -* [lh3 / ref-gen](https://github.com/lh3/ref-gen):Human reference genome analysis sets -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [pandodao / pando-protos](https://github.com/pandodao/pando-protos):Protobuf definitions of Pando services. -* [apache / yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface):Apache YuniKorn Scheduler Interface -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [deadloko / imx6_devices](https://github.com/deadloko/imx6_devices): diff --git a/trending/2023-06-22.md b/trending/2023-06-22.md deleted file mode 100644 index 2bafb5f..0000000 --- a/trending/2023-06-22.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-06-22 - -#### C -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [LongSoft / UEFITool](https://github.com/LongSoft/UEFITool):UEFI firmware image viewer and editor -* [appspa / app-space](https://github.com/appspa/app-space):APP内测平台|应用分发| https://app-space.up.railway.app |内网部署|增量热更新|类似蒲公英 fir IOS超级签名免签 ,支持iOS、Android、flutter、 react-native更新摇一摇提Bug SDK 提供自动化部署jenkins fastlane 丰富组件库 -* [AliAlgur / Ania](https://github.com/AliAlgur/Ania): -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [GNOME / libxml2](https://github.com/GNOME/libxml2):Read-only mirror of https://gitlab.gnome.org/GNOME/libxml2 -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [BrightDaniel / alx-low_level_programming](https://github.com/BrightDaniel/alx-low_level_programming): -* [YeeZTech / YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing):Fidelius - YeeZ Privacy Computing 基于可信执行环境的熠智隐私计算中间件 -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [xianyi / OpenBLAS](https://github.com/xianyi/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [Xilinx / linux-xlnx](https://github.com/Xilinx/linux-xlnx):The official Linux kernel from Xilinx -* [pasqualerossi / 42-School-Exam-Rank-02](https://github.com/pasqualerossi/42-School-Exam-Rank-02):First 42 School Exam -* [hewei2001 / HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS):哈尔滨工业大学(深圳)计算机专业课程攻略 | Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen) -* [3proxy / 3proxy](https://github.com/3proxy/3proxy):3proxy - tiny free proxy server - -#### C++ -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [AirenSoft / OvenMediaEngine](https://github.com/AirenSoft/OvenMediaEngine):OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [microsoft / react-native-windows](https://github.com/microsoft/react-native-windows):A framework for building native Windows apps with React. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.50000, 3.3.5 = 3.3.5a.12340) -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [code-iai / iai_maps](https://github.com/code-iai/iai_maps):The semantic and ground lab and environment maps for projects in the IAI group in the University of Bremen -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [PolarityWorks / zmk-config-alu40](https://github.com/PolarityWorks/zmk-config-alu40):ZMK Config repository for the Huiben Lab ALU40 -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [code-iai / iai_robots](https://github.com/code-iai/iai_robots):Repo holding descriptions and launch-files for robots in the iai lab. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [PacktPublishing / Linux-Kernel-Programming](https://github.com/PacktPublishing/Linux-Kernel-Programming):Linux Kernel Programming, published by Packt -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [ArrowOS / android_vendor_arrow](https://github.com/ArrowOS/android_vendor_arrow): -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. diff --git a/trending/2023-06-23.md b/trending/2023-06-23.md deleted file mode 100644 index f5a8c9a..0000000 --- a/trending/2023-06-23.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-06-23 - -#### C -* [3proxy / 3proxy](https://github.com/3proxy/3proxy):3proxy - tiny free proxy server -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [neutrinolabs / xrdp](https://github.com/neutrinolabs/xrdp):xrdp: an open source RDP server -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [vermaseren / form](https://github.com/vermaseren/form):The FORM project for symbolic manipulation of very big expressions -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [PaulNorman01 / Forensia](https://github.com/PaulNorman01/Forensia):Anti Forensics Tool For Red Teamers, Used For Erasing Footprints In The Post Exploitation Phase. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [zeromq / libzmq](https://github.com/zeromq/libzmq):ZeroMQ core engine in C++, implements ZMTP/3.1 -* [AirenSoft / OvenMediaEngine](https://github.com/AirenSoft/OvenMediaEngine):OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [Tencent / libpag](https://github.com/Tencent/libpag):The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms. -* [raulmur / ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2):Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities -* [itinance / react-native-fs](https://github.com/itinance/react-native-fs):Native filesystem access for react-native -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [NVlabs / tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn):Lightning fast C++/CUDA neural network framework -* [WinMerge / winmerge](https://github.com/WinMerge/winmerge):WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle. -* [mrousavy / react-native-mmkv](https://github.com/mrousavy/react-native-mmkv):⚡️ -The fastest key/value storage for React Native. ~30x faster than AsyncStorage! -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library -* [SpiderLabs / ModSecurity](https://github.com/SpiderLabs/ModSecurity):ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analys… - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [cpaxton / hab_stretch](https://github.com/cpaxton/hab_stretch):Habitat2 compatible version of the Hello Robot Stretch urdf -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [pandodao / pando-protos](https://github.com/pandodao/pando-protos):Protobuf definitions of Pando services. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [artis3n / ansible-role-tailscale](https://github.com/artis3n/ansible-role-tailscale):Ansible role to install and configure a Tailscale node. -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [bitemyapp / learnhaskell](https://github.com/bitemyapp/learnhaskell):Learn Haskell -* [RedHatProductSecurity / trestle-bot](https://github.com/RedHatProductSecurity/trestle-bot):https://github.com/IBM/compliance-trestle workflow automation bot -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. diff --git a/trending/2023-06-24.md b/trending/2023-06-24.md deleted file mode 100644 index 5f41949..0000000 --- a/trending/2023-06-24.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2023-06-24 - -#### C -* [jjshoots / RemoteIDSpoofer](https://github.com/jjshoots/RemoteIDSpoofer):NodeMCU RemoteID Spoofer -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [apple / darwin-xnu](https://github.com/apple/darwin-xnu):Legacy mirror of Darwin Kernel. Replaced by https://github.com/apple-oss-distributions/xnu -* [3proxy / 3proxy](https://github.com/3proxy/3proxy):3proxy - tiny free proxy server -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [flutter / codelabs](https://github.com/flutter/codelabs):Flutter codelab examples -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [pgbackrest / pgbackrest](https://github.com/pgbackrest/pgbackrest):Reliable PostgreSQL Backup & Restore -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [inspektor-gadget / inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget):The eBPF introspection tool for Kubernetes, containers and Linux hosts. -* [cpq / bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide):A bare metal programming guide (ARM microcontrollers) -* [linux-can / can-utils](https://github.com/linux-can/can-utils):Linux-CAN / SocketCAN user space applications -* [pasqualerossi / 42-School-Exam-Rank-02](https://github.com/pasqualerossi/42-School-Exam-Rank-02):First 42 School Exam -* [cnlohr / ch32v003fun](https://github.com/cnlohr/ch32v003fun):An open source software development stack for the CH32V003, a 10¢ 48 MHz RISC-V Microcontroller -* [huanghongxun / HMCL-PE](https://github.com/huanghongxun/HMCL-PE):Hello Minecraft! Launcher for Android -* [open-mpi / ompi](https://github.com/open-mpi/ompi):Open MPI main development repository - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [Wh04m1001 / CVE-2023-20178](https://github.com/Wh04m1001/CVE-2023-20178): -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [google / sentencepiece](https://github.com/google/sentencepiece):Unsupervised text tokenizer for Neural Network-based text generation. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [interpretml / interpret](https://github.com/interpretml/interpret):Fit interpretable models. Explain blackbox machine learning. -* [microsoft / cppwinrt](https://github.com/microsoft/cppwinrt):C++/WinRT -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [mawww / kakoune](https://github.com/mawww/kakoune):mawww's experiment for a better code editor -* [Windscribe / Desktop-App](https://github.com/Windscribe/Desktop-App):Windscribe 2.0 desktop client for Windows, Mac and Linux -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library -* [cocomelonc / meow](https://github.com/cocomelonc/meow):Cybersecurity research results. Simple C/C++ and Python implementations -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [dcajasn / Riskfolio-Lib](https://github.com/dcajasn/Riskfolio-Lib):Portfolio Optimization and Quantitative Strategic Asset Allocation in Python -* [MicroCBer / BetterNCM](https://github.com/MicroCBer/BetterNCM):NCM 软件插件管理器 -* [jgromes / RadioLib](https://github.com/jgromes/RadioLib):Universal wireless communication library for embedded devices -* [mbucchia / Meta-Foveated](https://github.com/mbucchia/Meta-Foveated):An OpenXR API layer to emulate quad views and foveated rendering support on Quest Pro. -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [TixiaoShan / LIO-SAM](https://github.com/TixiaoShan/LIO-SAM):LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping - -#### CMake -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [cpaxton / hab_stretch](https://github.com/cpaxton/hab_stretch):Habitat2 compatible version of the Hello Robot Stretch urdf -* [PolarityWorks / zmk-config-adv360](https://github.com/PolarityWorks/zmk-config-adv360):Adv360 zmk config -* [PolarityWorks / zmk-config-alu40](https://github.com/PolarityWorks/zmk-config-alu40):ZMK Config repository for the Huiben Lab ALU40 -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [ArrowOS / android_vendor_arrow](https://github.com/ArrowOS/android_vendor_arrow): -* [cakephp / docs](https://github.com/cakephp/docs):CakePHP CookBook -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [starfive-tech / VisionFive2](https://github.com/starfive-tech/VisionFive2): -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [counteractive / incident-response-plan-template](https://github.com/counteractive/incident-response-plan-template):A concise, directive, specific, flexible, and free incident response plan template -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida diff --git a/trending/2023-06-25.md b/trending/2023-06-25.md deleted file mode 100644 index e30a72f..0000000 --- a/trending/2023-06-25.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-06-25 - -#### C -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [vermaseren / form](https://github.com/vermaseren/form):The FORM project for symbolic manipulation of very big expressions -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [3proxy / 3proxy](https://github.com/3proxy/3proxy):3proxy - tiny free proxy server -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [cpq / bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide):A bare metal programming guide (ARM microcontrollers) -* [flightlessmango / MangoHud](https://github.com/flightlessmango/MangoHud):A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb -* [stellar / stellar-core](https://github.com/stellar/stellar-core):stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network -* [espeak-ng / espeak-ng](https://github.com/espeak-ng/espeak-ng):eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents. -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [us3rT0m / OnlyUP-Trainer](https://github.com/us3rT0m/OnlyUP-Trainer): -* [BrunoLevy / learn-fpga](https://github.com/BrunoLevy/learn-fpga):Learning FPGA, yosys, nextpnr, and RISC-V -* [mrousavy / react-native-mmkv](https://github.com/mrousavy/react-native-mmkv):⚡️ -The fastest key/value storage for React Native. ~30x faster than AsyncStorage! -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [MicroCBer / BetterNCM](https://github.com/MicroCBer/BetterNCM):NCM 软件插件管理器 -* [Wh04m1001 / CVE-2023-20178](https://github.com/Wh04m1001/CVE-2023-20178): -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [harfbuzz / harfbuzz](https://github.com/harfbuzz/harfbuzz):HarfBuzz text shaping engine -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [fish-shell / fish-shell](https://github.com/fish-shell/fish-shell):The user-friendly command line shell. - -#### CMake -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [PolarityWorks / zmk-config-adv360](https://github.com/PolarityWorks/zmk-config-adv360):Adv360 zmk config -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [BecoSystems / spacewar](https://github.com/BecoSystems/spacewar):Repositório para testes de fork e aprendizado do git -* [DLR-TS / cpplint_docker](https://github.com/DLR-TS/cpplint_docker):A docker wrapper around cpplint -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [PlusYoung / snakeprogram](https://github.com/PlusYoung/snakeprogram):Classic Snake Game: Navigate the snake to eat food and grow, but avoid colliding with walls and its own tail! Built for endless fun and nostalgic moments. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [projectsyn / component-secrets](https://github.com/projectsyn/component-secrets):Commodore component: secrets -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [bitemyapp / learnhaskell](https://github.com/bitemyapp/learnhaskell):Learn Haskell -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst diff --git a/trending/2023-06-26.md b/trending/2023-06-26.md deleted file mode 100644 index 6a8a02e..0000000 --- a/trending/2023-06-26.md +++ /dev/null @@ -1,114 +0,0 @@ -## 2023-06-26 - -#### C -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [jjwbruijn / OpenEPaperLink](https://github.com/jjwbruijn/OpenEPaperLink): -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [xemu-project / xemu](https://github.com/xemu-project/xemu):Original Xbox Emulator for Windows, macOS, and Linux (Active Development) -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. - -#### C++ -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 -A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [sddm / sddm](https://github.com/sddm/sddm):QML based X11 and Wayland display manager -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [Endermanch / XPKeygen](https://github.com/Endermanch/XPKeygen):Windows XP Keygen -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [FastLED / FastLED](https://github.com/FastLED/FastLED):The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements. -* [google / omaha](https://github.com/google/omaha):Google Update for Windows -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. -* [MicroCBer / BetterNCM](https://github.com/MicroCBer/BetterNCM):NCM 软件插件管理器 -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [steinwurf / asio](https://github.com/steinwurf/asio):Wrapper for https://github.com/chriskohlhoff/asio -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [canonical / ubuntu-core-desktop](https://github.com/canonical/ubuntu-core-desktop): -* [PlusYoung / snakeprogram](https://github.com/PlusYoung/snakeprogram):Classic Snake Game: Navigate the snake to eat food and grow, but avoid colliding with walls and its own tail! Built for endless fun and nostalgic moments. -* [redhat-et / customer-growth-model](https://github.com/redhat-et/customer-growth-model):The repo enables accurate customer revenue forecasting using ARIMA and other time series methods. It provides practical examples, data preprocessing, evaluation, and optimization. It also identifies potential customers through market analysis and predictive modeling. Empowering businesses for data-driven growth. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [RocketRobz / TWiLightMenu-Updater](https://github.com/RocketRobz/TWiLightMenu-Updater):An updater for TWiLight Menu++ -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [DLR-TS / cppcheck_docker](https://github.com/DLR-TS/cppcheck_docker):A docker wrapper for cppcheck -* [DLR-TS / lizard_docker](https://github.com/DLR-TS/lizard_docker):A docker wrapper for lizard diff --git a/trending/2023-06-27.md b/trending/2023-06-27.md deleted file mode 100644 index 348f636..0000000 --- a/trending/2023-06-27.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-06-27 - -#### C -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [djpohly / dwl](https://github.com/djpohly/dwl):dwm for Wayland -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [Facico / Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna):Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. -* [zmap / zmap](https://github.com/zmap/zmap):ZMap is a fast single packet network scanner designed for Internet-wide network surveys. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [lionsoul2014 / ip2region](https://github.com/lionsoul2014/ip2region):Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages -* [google / brotli](https://github.com/google/brotli):Brotli compression format -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [LumaTeam / Luma3DS](https://github.com/LumaTeam/Luma3DS):Noob-proof (N)3DS "Custom Firmware" -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [xiaorouji / openwrt-passwall](https://github.com/xiaorouji/openwrt-passwall):A commonly used proxy toolchain for Openwrt LuCI Application. -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input - -#### C++ -* [sb-ocr / diy-spacemouse](https://github.com/sb-ocr/diy-spacemouse):A DIY navigation device for Fusion360 -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [aristocratos / btop](https://github.com/aristocratos/btop):A monitor of resources -* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [Endermanch / XPKeygen](https://github.com/Endermanch/XPKeygen):Windows XP Keygen -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,chatglm-6B级模型单卡可达10000+token / s,支持moss, chatglm, baichuan模型,手机端流畅运行 -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [zerotier / ZeroTierOne](https://github.com/zerotier/ZeroTierOne):A Smart Ethernet Switch for Earth -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [steinwurf / asio](https://github.com/steinwurf/asio):Wrapper for https://github.com/chriskohlhoff/asio -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [canonical / ubuntu-core-desktop](https://github.com/canonical/ubuntu-core-desktop): -* [DLR-TS / cppcheck_docker](https://github.com/DLR-TS/cppcheck_docker):A docker wrapper for cppcheck -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [DLR-TS / lizard_docker](https://github.com/DLR-TS/lizard_docker):A docker wrapper for lizard -* [DLR-TS / cpplint_docker](https://github.com/DLR-TS/cpplint_docker):A docker wrapper around cpplint -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [feiskyer / kubernetes-handbook](https://github.com/feiskyer/kubernetes-handbook):Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [CodyReichert / awesome-cl](https://github.com/CodyReichert/awesome-cl):A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [peng-zhihui / SerialChart](https://github.com/peng-zhihui/SerialChart):一个很好用的串口示波器。 -* [LineageOS / android_build](https://github.com/LineageOS/android_build): diff --git a/trending/2023-06-28.md b/trending/2023-06-28.md deleted file mode 100644 index 0587fcc..0000000 --- a/trending/2023-06-28.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-06-28 - -#### C -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [mnurzia / rv](https://github.com/mnurzia/rv):RV32IMC in ~600 lines of C89 -* [Ralim / IronOS](https://github.com/Ralim/IronOS):Open Source Soldering Iron firmware -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [tporadowski / redis](https://github.com/tporadowski/redis):Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [df308 / x9](https://github.com/df308/x9):high performance message passing library -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [lionsoul2014 / ip2region](https://github.com/lionsoul2014/ip2region):Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [jfedor2 / flatbox](https://github.com/jfedor2/flatbox):Low profile hitbox-layout fightstick -* [MichaelFinance / CTP_DEV_NOTE](https://github.com/MichaelFinance/CTP_DEV_NOTE): -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [zmap / zmap](https://github.com/zmap/zmap):ZMap is a fast single packet network scanner designed for Internet-wide network surveys. - -#### C++ -* [sb-ocr / diy-spacemouse](https://github.com/sb-ocr/diy-spacemouse):A DIY navigation device for Fusion360 -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [Puellaquae / Desktop-Snake](https://github.com/Puellaquae/Desktop-Snake):A Snake Game Play With Desktop Icons -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [triple-Mu / YOLOv8-TensorRT](https://github.com/triple-Mu/YOLOv8-TensorRT):YOLOv8 using TensorRT accelerate ! -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [nmslib / hnswlib](https://github.com/nmslib/hnswlib):Header-only C++/python library for fast approximate nearest neighbors -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [unicode-org / icu](https://github.com/unicode-org/icu):The home of the ICU project source code. -* [microsoft / DirectX-Graphics-Samples](https://github.com/microsoft/DirectX-Graphics-Samples):This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows. -* [interpretml / interpret](https://github.com/interpretml/interpret):Fit interpretable models. Explain blackbox machine learning. -* [tbnobody / OpenDTU](https://github.com/tbnobody/OpenDTU):Software for ESP32 to talk to Hoymiles Inverters -* [lballabio / QuantLib](https://github.com/lballabio/QuantLib):The QuantLib C++ library -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [microsoft / WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK):The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [filipdutescu / modern-cpp-template](https://github.com/filipdutescu/modern-cpp-template):A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [SixArm / ui-ux-primer](https://github.com/SixArm/ui-ux-primer):UI/UX Primer: Concepts, Tactics, Ideas. This is a glossary guide e-book, with one topic per page. Edited by Joel Parker Henderson (@joelparkerhenderson). -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [markbates / errx](https://github.com/markbates/errx): -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [BecoSystems / spacewar](https://github.com/BecoSystems/spacewar):Repositório para testes de fork e aprendizado do git -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [pandodao / pando-protos](https://github.com/pandodao/pando-protos):Protobuf definitions of Pando services. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) diff --git a/trending/2023-06-29.md b/trending/2023-06-29.md deleted file mode 100644 index ab3d374..0000000 --- a/trending/2023-06-29.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2023-06-29 - -#### C -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [df308 / x9](https://github.com/df308/x9):high performance message passing library -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [warmcat / libwebsockets](https://github.com/warmcat/libwebsockets):canonical libwebsockets.org networking library -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [lionsoul2014 / ip2region](https://github.com/lionsoul2014/ip2region):Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 - -#### C++ -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [sb-ocr / diy-spacemouse](https://github.com/sb-ocr/diy-spacemouse):A DIY navigation device for Fusion360 -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [zaphoyd / websocketpp](https://github.com/zaphoyd/websocketpp):C++ websocket client/server library -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [idaholab / moose](https://github.com/idaholab/moose):Multiphysics Object Oriented Simulation Environment -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [colind0pe / AV-Bypass-Learning](https://github.com/colind0pe/AV-Bypass-Learning):免杀学习笔记 -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Millions of developers have built 2D / 3D experiences, from hardcore games to web instant entertainment. -* [async-profiler / async-profiler](https://github.com/async-profiler/async-profiler):Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events -* [fish-shell / fish-shell](https://github.com/fish-shell/fish-shell):The user-friendly command line shell. -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [franneck94 / UdemyCmake](https://github.com/franneck94/UdemyCmake): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [madduci / moderncpp-project-template](https://github.com/madduci/moderncpp-project-template):A Modern C++ cross-platform Project Template with CMake, conan (optional), cppcheck (optional) and clang-format (optional) -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. diff --git a/trending/2023-06-30.md b/trending/2023-06-30.md deleted file mode 100644 index 0b36c15..0000000 --- a/trending/2023-06-30.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-06-30 - -#### C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [flowdriveai / flowpilot](https://github.com/flowdriveai/flowpilot):flow-pilot is an openpilot based driver assistance system that runs on linux, windows and android powered machines. -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [lwip-tcpip / lwip](https://github.com/lwip-tcpip/lwip):lwIP mirror from http://git.savannah.gnu.org/cgit/lwip.git -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [antirez / kilo](https://github.com/antirez/kilo):A text editor in less than 1000 LOC with syntax highlight and search. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [tinycorelinux / tinyx](https://github.com/tinycorelinux/tinyx): -* [enjoy-digital / litex](https://github.com/enjoy-digital/litex):Build your hardware, easily! -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. - -#### C++ -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.50000, 3.3.5 = 3.3.5a.12340) -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [google / perfetto](https://github.com/google/perfetto):Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/) -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [ValveSoftware / Proton](https://github.com/ValveSoftware/Proton):Compatibility tool for Steam Play based on Wine and additional components -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [databrary / policies](https://github.com/databrary/policies):Databrary policies and procedures -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [PlusYoung / snakeprogram](https://github.com/PlusYoung/snakeprogram):Classic Snake Game: Navigate the snake to eat food and grow, but avoid colliding with walls and its own tail! Built for endless fun and nostalgic moments. diff --git a/trending/2023-07-01.md b/trending/2023-07-01.md deleted file mode 100644 index 032b3bc..0000000 --- a/trending/2023-07-01.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-07-01 - -#### C -* [antirez / kilo](https://github.com/antirez/kilo):A text editor in less than 1000 LOC with syntax highlight and search. -* [galbraithmedia1 / Mini-Tv-ESP32](https://github.com/galbraithmedia1/Mini-Tv-ESP32):Project Files for ESP32 Mini TV -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [lionsoul2014 / ip2region](https://github.com/lionsoul2014/ip2region):Ip2region (2.0 - xdb) is a offline IP address manager framework and locator, support billions of data segments, ten microsecond searching performance. xdb engine implementation for many programming languages -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 -比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [libvips / libvips](https://github.com/libvips/libvips):A fast image processing library with low memory needs. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. - -#### C++ -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [apache / kvrocks](https://github.com/apache/kvrocks):Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [marcoslucianops / DeepStream-Yolo](https://github.com/marcoslucianops/DeepStream-Yolo):NVIDIA DeepStream SDK 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [chichengcn / gici-open](https://github.com/chichengcn/gici-open):GNSS/INS/Camera Integrated Navigation Library -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Millions of developers have built 2D / 3D experiences, from hardcore games to web instant entertainment. -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [Haivision / srt](https://github.com/Haivision/srt):Secure, Reliable, Transport -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [boostorg / headers](https://github.com/boostorg/headers): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [fluendo / recruitment](https://github.com/fluendo/recruitment):Collection of tests for our rectruitment process -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [PolarityWorks / zmk-config-alu40](https://github.com/PolarityWorks/zmk-config-alu40):ZMK Config repository for the Huiben Lab ALU40 -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model diff --git a/trending/2023-07-02.md b/trending/2023-07-02.md deleted file mode 100644 index eed69d1..0000000 --- a/trending/2023-07-02.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-07-02 - -#### C -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [wireshark / wireshark](https://github.com/wireshark/wireshark):Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. GitHub won't let us disable pull requests. ☞ THEY WILL BE IGNORED HERE ☜ Please upload them at GitLab. -* [EdgeTX / edgetx](https://github.com/EdgeTX/edgetx):EdgeTX is the cutting edge open source firmware for your R/C radio -* [AprilRobotics / apriltag](https://github.com/AprilRobotics/apriltag):AprilTag is a visual fiducial system popular for robotics research. -* [oracle-samples / bpftune](https://github.com/oracle-samples/bpftune):bpftune uses BPF to auto-tune Linux systems -* [gentilkiwi / mimikatz](https://github.com/gentilkiwi/mimikatz):A little tool to play with Windows security -* [TurtleARM / CVE-2023-3338](https://github.com/TurtleARM/CVE-2023-3338):Linux kernel LPE practice with an NPD vulnerability -* [rockchip-linux / mpp](https://github.com/rockchip-linux/mpp):Media Process Platform (MPP) module -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [NVIDIA / open-gpu-kernel-modules](https://github.com/NVIDIA/open-gpu-kernel-modules):NVIDIA Linux open GPU kernel module source -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [greatscottgadgets / hackrf](https://github.com/greatscottgadgets/hackrf):low cost software radio platform -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [galbraithmedia1 / Mini-Tv-ESP32](https://github.com/galbraithmedia1/Mini-Tv-ESP32):Project Files for ESP32 Mini TV -* [henrypp / simplewall](https://github.com/henrypp/simplewall):Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer. -* [alx-tools / make_magic_happen](https://github.com/alx-tools/make_magic_happen):Make Magic Happen - -#### C++ -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [XaFF-XaFF / Kernel-Process-Hollowing](https://github.com/XaFF-XaFF/Kernel-Process-Hollowing):Windows x64 kernel mode rootkit process hollowing POC. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [google / draco](https://github.com/google/draco):Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. -* [apache / kvrocks](https://github.com/apache/kvrocks):Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [nmslib / hnswlib](https://github.com/nmslib/hnswlib):Header-only C++/python library for fast approximate nearest neighbors -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [sogou / workflow](https://github.com/sogou/workflow):C++ Parallel Computing and Asynchronous Networking Engine -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [steinwurf / fmt](https://github.com/steinwurf/fmt):fmt build script wrapper for waf build system https://github.com/fmtlib/fmt - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [zeldin / android-sdk-ppc](https://github.com/zeldin/android-sdk-ppc):Superproject for building architecture dependent parts of the Android SDK on Linux/PPC -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [instill-ai / model](https://github.com/instill-ai/model):⚗️ -Instill Model contains components for AI model orchestration -* [LineageOS / android_device_lineage_car](https://github.com/LineageOS/android_device_lineage_car): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2023-07-03.md b/trending/2023-07-03.md deleted file mode 100644 index dfc44f4..0000000 --- a/trending/2023-07-03.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-07-03 - -#### C -* [fortra / CVE-2023-28252](https://github.com/fortra/CVE-2023-28252): -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [sksalahuddin2828 / C_Programming](https://github.com/sksalahuddin2828/C_Programming):Testing in CPython -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [SpacehuhnTech / esp8266_deauther](https://github.com/SpacehuhnTech/esp8266_deauther):Affordable WiFi hacking platform for testing and learning -* [abishekvashok / cmatrix](https://github.com/abishekvashok/cmatrix):Terminal based "The Matrix" like implementation -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [cpq / bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide):A bare metal programming guide (ARM microcontrollers) -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [Wind4 / vlmcsd](https://github.com/Wind4/vlmcsd):KMS Emulator in C (currently runs on Linux including Android, FreeBSD, Solaris, Minix, Mac OS, iOS, Windows with or without Cygwin) - -#### C++ -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch Emulator -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.50000, 3.3.5 = 3.3.5a.12340) -* [topjohnwu / zygisk-module-sample](https://github.com/topjohnwu/zygisk-module-sample):A sample project for building Zygisk modules -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [tbnobody / OpenDTU](https://github.com/tbnobody/OpenDTU):Software for ESP32 to talk to Hoymiles Inverters -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [linyacool / WebServer](https://github.com/linyacool/WebServer):A C++ High Performance Web Server -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 -🎢 -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. - -#### CMake -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Next-generation HTML renderer for apps and games -* [SergiusTheBest / FindWDK](https://github.com/SergiusTheBest/FindWDK):CMake module for building drivers with Windows Development Kit (WDK) -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [boostorg / headers](https://github.com/boostorg/headers): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [xdite / memory-hack](https://github.com/xdite/memory-hack):打造超人大脑 -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [practicalli / clojure-cli-config](https://github.com/practicalli/clojure-cli-config):User aliases and Clojure CLI configuration for deps.edn based projects -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [richfelker / musl-cross-make](https://github.com/richfelker/musl-cross-make):Simple makefile-based build for musl cross compiler diff --git a/trending/2023-07-04.md b/trending/2023-07-04.md deleted file mode 100644 index 3992fb3..0000000 --- a/trending/2023-07-04.md +++ /dev/null @@ -1,117 +0,0 @@ -## 2023-07-04 - -#### C -* [universal-ctags / ctags](https://github.com/universal-ctags/ctags):A maintained ctags implementation -* [oracle-samples / bpftune](https://github.com/oracle-samples/bpftune):bpftune uses BPF to auto-tune Linux systems -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [fortra / CVE-2023-28252](https://github.com/fortra/CVE-2023-28252): -* [pygame / pygame](https://github.com/pygame/pygame):🐍 -🎮 -pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [cpq / bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide):A bare metal programming guide (ARM microcontrollers) -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [greatscottgadgets / hackrf](https://github.com/greatscottgadgets/hackrf):low cost software radio platform -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html - -#### C++ -* [StrongPC123 / Far-Cry-1-Source-Full](https://github.com/StrongPC123/Far-Cry-1-Source-Full):Far Cry 1 Full Source (Developed by CryTek). For NON COMMERCIAL Purposes only. Leaked. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [RPCSX / rpcsx](https://github.com/RPCSX/rpcsx): -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [MicroCBer / BetterNCM](https://github.com/MicroCBer/BetterNCM):NCM 软件插件管理器 -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.0.50000, 3.3.5 = 3.3.5a.12340) -* [AlexandreRouma / SDRPlusPlus](https://github.com/AlexandreRouma/SDRPlusPlus):Cross-Platform SDR Software -* [tildearrow / furnace](https://github.com/tildearrow/furnace):a multi-system chiptune tracker compatible with DefleMask modules -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [jgbit / vuda](https://github.com/jgbit/vuda):VUDA is a header-only library based on Vulkan that provides a CUDA Runtime API interface for writing GPU-accelerated applications. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [wesnoth / wesnoth](https://github.com/wesnoth/wesnoth):An open source, turn-based strategy game with a high fantasy theme. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [Pajenicko / Picopad](https://github.com/Pajenicko/Picopad): -* [cp-algorithms / cp-algorithms](https://github.com/cp-algorithms/cp-algorithms):Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [SergiusTheBest / FindWDK](https://github.com/SergiusTheBest/FindWDK):CMake module for building drivers with Windows Development Kit (WDK) -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [xdite / memory-hack](https://github.com/xdite/memory-hack):打造超人大脑 -* [LineageOS / android_device_samsung_slsi_sepolicy](https://github.com/LineageOS/android_device_samsung_slsi_sepolicy): -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [phhusson / vendor_hardware_overlay](https://github.com/phhusson/vendor_hardware_overlay):This includes hardware-specific overlays for Treble ROM -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [RocketRobz / TWiLightMenu-Updater](https://github.com/RocketRobz/TWiLightMenu-Updater):An updater for TWiLight Menu++ -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [canonical / ubuntu-core-desktop](https://github.com/canonical/ubuntu-core-desktop): diff --git a/trending/2023-07-05.md b/trending/2023-07-05.md deleted file mode 100644 index 9c9b9c0..0000000 --- a/trending/2023-07-05.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-05 - -#### C -* [EthanArbuckle / Apollo-CustomApiCredentials](https://github.com/EthanArbuckle/Apollo-CustomApiCredentials):Tweak to use your own reddit API credentials in Apollo -* [oracle-samples / bpftune](https://github.com/oracle-samples/bpftune):bpftune uses BPF to auto-tune Linux systems -* [florylsk / RecycledInjector](https://github.com/florylsk/RecycledInjector):Native Syscalls Shellcode Injector -* [universal-ctags / ctags](https://github.com/universal-ctags/ctags):A maintained ctags implementation -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [fortra / CVE-2023-28252](https://github.com/fortra/CVE-2023-28252): -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [stanfordnlp / GloVe](https://github.com/stanfordnlp/GloVe):GloVe model for distributed word representation -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [toverainc / willow](https://github.com/toverainc/willow):Open source, local, and self-hosted Amazon Echo/Google Home competitive Voice Assistant alternative -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [xdp-project / xdp-tutorial](https://github.com/xdp-project/xdp-tutorial):XDP tutorial -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [passthehashbrowns / BOFMask](https://github.com/passthehashbrowns/BOFMask): -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers - -#### C++ -* [StrongPC123 / Far-Cry-1-Source-Full](https://github.com/StrongPC123/Far-Cry-1-Source-Full):Far Cry 1 Full Source (Developed by CryTek). For NON COMMERCIAL Purposes only. Leaked. -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B -* [RPCSX / rpcsx](https://github.com/RPCSX/rpcsx): -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llmam, moss基座,手机端流畅运行 -* [wxWidgets / wxWidgets](https://github.com/wxWidgets/wxWidgets):Cross-Platform C++ GUI Library -* [primihub / primihub](https://github.com/primihub/primihub):Privacy-Preserving Computing Platform 由密码学专家团队打造的开源隐私计算平台,支持安全多方计算、联邦学习、隐私求交、隐私查询等。 -* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [airbus-cyber / ghidralligator](https://github.com/airbus-cyber/ghidralligator): -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [CloudCompare / CloudCompare](https://github.com/CloudCompare/CloudCompare):CloudCompare main repository -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [v8 / v8](https://github.com/v8/v8):The official mirror of the V8 Git repository -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [Akagi201 / learning-cmake](https://github.com/Akagi201/learning-cmake):learning cmake -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [feiskyer / kubernetes-handbook](https://github.com/feiskyer/kubernetes-handbook):Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [xdite / memory-hack](https://github.com/xdite/memory-hack):打造超人大脑 -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [markbates / errx](https://github.com/markbates/errx): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. diff --git a/trending/2023-07-06.md b/trending/2023-07-06.md deleted file mode 100644 index aa2a803..0000000 --- a/trending/2023-07-06.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-07-06 - -#### C -* [universal-ctags / ctags](https://github.com/universal-ctags/ctags):A maintained ctags implementation -* [oracle-samples / bpftune](https://github.com/oracle-samples/bpftune):bpftune uses BPF to auto-tune Linux systems -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [klonyyy / STMViewer](https://github.com/klonyyy/STMViewer):Real-time STM32 variable viewer -* [arduino / ArduinoCore-renesas](https://github.com/arduino/ArduinoCore-renesas): -* [GStreamer / gstreamer](https://github.com/GStreamer/gstreamer):GStreamer open-source multimedia framework -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [pjsip / pjproject](https://github.com/pjsip/pjproject):PJSIP project -* [SRombauts / SQLiteCpp](https://github.com/SRombauts/SQLiteCpp):SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [henrypp / memreduct](https://github.com/henrypp/memreduct):Lightweight real-time memory management application to monitor and clean system memory on your computer. -* [OpenIntelWireless / itlwm](https://github.com/OpenIntelWireless/itlwm):Intel Wi-Fi Drivers for macOS -* [fgkeepalive / AndroidKeepAlive](https://github.com/fgkeepalive/AndroidKeepAlive):2023年最新 Android 高可用黑科技应用保活,实现终极目标,最高适配Android 13 小米 华为 Oppo vivo 等最新机型 拒绝强杀 开机自启动 -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [OpenVPN / openvpn](https://github.com/OpenVPN/openvpn):OpenVPN is an open source VPN daemon -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD - -#### C++ -* [StrongPC123 / Far-Cry-1-Source-Full](https://github.com/StrongPC123/Far-Cry-1-Source-Full):Far Cry 1 Full Source (Developed by CryTek). For NON COMMERCIAL Purposes only. Leaked. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [RPCSX / rpcsx](https://github.com/RPCSX/rpcsx): -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llmam, moss基座,手机端流畅运行 -* [ByConity / ByConity](https://github.com/ByConity/ByConity):ByConity is an open source cloud data warehouse -* [sewenew / redis-plus-plus](https://github.com/sewenew/redis-plus-plus):Redis client written in C++ -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [SatDump / SatDump](https://github.com/SatDump/SatDump):A generic satellite data processing software. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [TheD1rkMtr / TakeMyRDP](https://github.com/TheD1rkMtr/TakeMyRDP):A keystroke logger targeting the Remote Desktop Protocol (RDP) related processes, It utilizes a low-level keyboard input hook, allowing it to record keystrokes in certain contexts (like in mstsc.exe and CredentialUIBroker.exe) -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [KhronosGroup / Vulkan-Samples](https://github.com/KhronosGroup/Vulkan-Samples):One stop solution for all Vulkan samples -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [arangodb / arangodb](https://github.com/arangodb/arangodb):🥑 -ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. -* [llvm / torch-mlir](https://github.com/llvm/torch-mlir):The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem. -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [eve-autonomy / audio_driver_msgs](https://github.com/eve-autonomy/audio_driver_msgs): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [eve-autonomy / v2i_interface_msgs](https://github.com/eve-autonomy/v2i_interface_msgs): -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [eve-autonomy / proj_launch](https://github.com/eve-autonomy/proj_launch): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [sahilgaurkar / puzzle-solver-robot](https://github.com/sahilgaurkar/puzzle-solver-robot):This project aims at developing a software stack for 3D puzzle solving using ROS2 and deep learning for image recognition. -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [markbates / errx](https://github.com/markbates/errx): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [nephio-project / docs](https://github.com/nephio-project/docs):User facing documentation and tutorials. -* [DerpFest-AOSP / vendor_derp](https://github.com/DerpFest-AOSP/vendor_derp): -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. diff --git a/trending/2023-07-07.md b/trending/2023-07-07.md deleted file mode 100644 index 3042002..0000000 --- a/trending/2023-07-07.md +++ /dev/null @@ -1,117 +0,0 @@ -## 2023-07-07 - -#### C -* [henrypp / memreduct](https://github.com/henrypp/memreduct):Lightweight real-time memory management application to monitor and clean system memory on your computer. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [libjpeg-turbo / libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo):Main libjpeg-turbo repository -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [klonyyy / STMViewer](https://github.com/klonyyy/STMViewer):Real-time STM32 variable viewer -* [unicorn-engine / unicorn](https://github.com/unicorn-engine/unicorn):Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86) -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [pgbackrest / pgbackrest](https://github.com/pgbackrest/pgbackrest):Reliable PostgreSQL Backup & Restore -* [Facico / Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna):Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca -* [sksalahuddin2828 / C_Programming](https://github.com/sksalahuddin2828/C_Programming):Testing in CPython -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [bigbrodude6119 / flipper-zero-evil-portal](https://github.com/bigbrodude6119/flipper-zero-evil-portal):Evil portal app for the flipper zero + WiFi dev board -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [Aleksoid1978 / MPC-BE](https://github.com/Aleksoid1978/MPC-BE):MPC-BE – универсальный проигрыватель аудио и видеофайлов для операционной системы Windows. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [Tencent / wcdb](https://github.com/Tencent/wcdb):WCDB is a cross-platform database framework developed by WeChat. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ - -#### C++ -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [StrongPC123 / Far-Cry-1-Source-Full](https://github.com/StrongPC123/Far-Cry-1-Source-Full):Far Cry 1 Full Source (Developed by CryTek). For NON COMMERCIAL Purposes only. Leaked. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [PetoiCamp / OpenCat](https://github.com/PetoiCamp/OpenCat):An open source quadruped robot pet framework for developing Boston Dynamics-style four-legged robots that are perfect for STEM, coding & robotics education, IoT robotics applications, AI-enhanced robotics application services, and research. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [PaddlePaddle / FastDeploy](https://github.com/PaddlePaddle/FastDeploy):⚡️ -An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for -☁️ -Cloud -📱 -Mobile and -📹 -Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support. -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [NootInc / NootedRed](https://github.com/NootInc/NootedRed):Lilu plugin for AMD Vega iGPUs -* [google / sentencepiece](https://github.com/google/sentencepiece):Unsupervised text tokenizer for Neural Network-based text generation. -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [AirenSoft / OvenMediaEngine](https://github.com/AirenSoft/OvenMediaEngine):OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS -* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. - -#### CMake -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Polytonic / Glitter](https://github.com/Polytonic/Glitter):Dead Simple OpenGL -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Next-generation HTML renderer for apps and games -* [JoakimSoderberg / coveralls-cmake](https://github.com/JoakimSoderberg/coveralls-cmake):Coveralls JSON coverage generator and uploader for CMake -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [black-desk / linglong-package-examples](https://github.com/black-desk/linglong-package-examples): -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [DerpFest-AOSP / vendor_derp](https://github.com/DerpFest-AOSP/vendor_derp): -* [feiskyer / kubernetes-handbook](https://github.com/feiskyer/kubernetes-handbook):Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [jianzhuozhuTHU / putn](https://github.com/jianzhuozhuTHU/putn): -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. diff --git a/trending/2023-07-08.md b/trending/2023-07-08.md deleted file mode 100644 index 6b1bde6..0000000 --- a/trending/2023-07-08.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-08 - -#### C -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [rockchip-linux / rknpu2](https://github.com/rockchip-linux/rknpu2): -* [binbyu / Reader](https://github.com/binbyu/Reader):A win32 txt file reader -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [g0mxxm / Anti-Obfuscation](https://github.com/g0mxxm/Anti-Obfuscation):The tool can be used to eliminate redundant instructions in a basic block. -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [bitcoin-core / secp256k1](https://github.com/bitcoin-core/secp256k1):Optimized C library for EC operations on curve secp256k1 -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. - -#### C++ -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [PetoiCamp / OpenCat](https://github.com/PetoiCamp/OpenCat):An open source quadruped robot pet framework for developing Boston Dynamics-style four-legged robots that are perfect for STEM, coding & robotics education, IoT robotics applications, AI-enhanced robotics application services, and research. -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [SatDump / SatDump](https://github.com/SatDump/SatDump):A generic satellite data processing software. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [gperftools / gperftools](https://github.com/gperftools/gperftools):Main gperftools repository -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [haoel / leetcode](https://github.com/haoel/leetcode):LeetCode Problems' Solutions -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Next-generation HTML renderer for apps and games -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [JoakimSoderberg / coveralls-cmake](https://github.com/JoakimSoderberg/coveralls-cmake):Coveralls JSON coverage generator and uploader for CMake -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [ruanbekker / docker-monitoring-stack-gpnc](https://github.com/ruanbekker/docker-monitoring-stack-gpnc):Grafana Prometheus Node-Exporter cAdvisor - Docker Monitoring Stack -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [cakephp / docs](https://github.com/cakephp/docs):CakePHP CookBook -* [LineageOS / android_external_chromium-webview_patches](https://github.com/LineageOS/android_external_chromium-webview_patches): -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖 -Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [nephio-project / docs](https://github.com/nephio-project/docs):User facing documentation and tutorials. -* [tomwhite / hadoop-book](https://github.com/tomwhite/hadoop-book):Example source code accompanying O'Reilly's "Hadoop: The Definitive Guide" by Tom White diff --git a/trending/2023-07-09.md b/trending/2023-07-09.md deleted file mode 100644 index 88bfd8b..0000000 --- a/trending/2023-07-09.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-09 - -#### C -* [alibaba / tengine](https://github.com/alibaba/tengine):A distribution of Nginx with some advanced features -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [pjreddie / darknet](https://github.com/pjreddie/darknet):Convolutional Neural Networks -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [aleksey-hoffman / sigma-file-manager](https://github.com/aleksey-hoffman/sigma-file-manager):"Sigma File Manager" is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows and Linux. -* [gluster / glusterfs](https://github.com/gluster/glusterfs):Gluster Filesystem : Build your distributed storage in minutes -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [binbyu / Reader](https://github.com/binbyu/Reader):A win32 txt file reader -* [jjshoots / RemoteIDSpoofer](https://github.com/jjshoots/RemoteIDSpoofer):NodeMCU RemoteID Spoofer -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. - -#### C++ -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. -* [recastnavigation / recastnavigation](https://github.com/recastnavigation/recastnavigation):Navigation-mesh Toolset for Games -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [oatpp / oatpp](https://github.com/oatpp/oatpp):🌱 -Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable. -* [chromiumembedded / cef](https://github.com/chromiumembedded/cef):Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications. -* [MAZHARMIK / Interview_DS_Algo](https://github.com/MAZHARMIK/Interview_DS_Algo):Super Repository for Coding Interview Preperation -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module - -#### CMake -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [linuxdeepin / dtkcommon](https://github.com/linuxdeepin/dtkcommon): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [feiskyer / kubernetes-handbook](https://github.com/feiskyer/kubernetes-handbook):Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals diff --git a/trending/2023-07-10.md b/trending/2023-07-10.md deleted file mode 100644 index 9dca331..0000000 --- a/trending/2023-07-10.md +++ /dev/null @@ -1,114 +0,0 @@ -## 2023-07-10 - -#### C -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [bigbrodude6119 / flipper-zero-evil-portal](https://github.com/bigbrodude6119/flipper-zero-evil-portal):Evil portal app for the flipper zero + WiFi dev board -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [palera1n / palera1n](https://github.com/palera1n/palera1n):iOS 15.0-16.5.1 semi-tethered checkm8 jailbreak -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [Provenance-Emu / Provenance](https://github.com/Provenance-Emu/Provenance):iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com | -* [CoretechR / OMOTE](https://github.com/CoretechR/OMOTE):Open Source Remote Using ESP32 and LVGL -* [aleksey-hoffman / sigma-file-manager](https://github.com/aleksey-hoffman/sigma-file-manager):"Sigma File Manager" is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows and Linux. -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 - -#### C++ -* [facebook / igl](https://github.com/facebook/igl):Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan). -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [facebook / redex](https://github.com/facebook/redex):A bytecode optimizer for Android apps -* [TranslucentTB / TranslucentTB](https://github.com/TranslucentTB/TranslucentTB):A lightweight utility that makes the Windows taskbar translucent/transparent. -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [MicroCBer / BetterNCM](https://github.com/MicroCBer/BetterNCM):NCM 软件插件管理器 -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [justcallmekoko / ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder):A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32 -* [topjohnwu / zygisk-module-sample](https://github.com/topjohnwu/zygisk-module-sample):A sample project for building Zygisk modules -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [AutoHotkey / AutoHotkey](https://github.com/AutoHotkey/AutoHotkey):AutoHotkey - macro-creation and automation-oriented scripting utility for Windows. -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [pixie-io / pixie](https://github.com/pixie-io/pixie):Instant Kubernetes-Native Application Observability -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [SergiusTheBest / FindWDK](https://github.com/SergiusTheBest/FindWDK):CMake module for building drivers with Windows Development Kit (WDK) -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 -Build a simple laravel development environment with docker-compose. -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [jianzhuozhuTHU / putn](https://github.com/jianzhuozhuTHU/putn): -* [SixArm / ui-ux-primer](https://github.com/SixArm/ui-ux-primer):UI/UX Primer: Concepts, Tactics, Ideas. This is a glossary guide e-book, with one topic per page. Edited by Joel Parker Henderson (@joelparkerhenderson). -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [MythicalGames / saga-sdk-proto](https://github.com/MythicalGames/saga-sdk-proto):Saga SDK protobuf/gRPC files -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. diff --git a/trending/2023-07-11.md b/trending/2023-07-11.md deleted file mode 100644 index 77813ce..0000000 --- a/trending/2023-07-11.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-11 - -#### C -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [CoretechR / OMOTE](https://github.com/CoretechR/OMOTE):Open Source Remote Using ESP32 and LVGL -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [lem0nSec / ShellGhost](https://github.com/lem0nSec/ShellGhost):A memory-based evasion technique which makes shellcode invisible from process start to end. -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [jjshoots / RemoteIDSpoofer](https://github.com/jjshoots/RemoteIDSpoofer):NodeMCU RemoteID Spoofer -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [bigbrodude6119 / flipper-zero-evil-portal](https://github.com/bigbrodude6119/flipper-zero-evil-portal):Evil portal app for the flipper zero + WiFi dev board -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [espeak-ng / espeak-ng](https://github.com/espeak-ng/espeak-ng):eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents. -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. Still in early development. -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [Ralim / IronOS](https://github.com/Ralim/IronOS):Open Source Soldering Iron firmware -* [libimobiledevice / libimobiledevice](https://github.com/libimobiledevice/libimobiledevice):A cross-platform protocol library to communicate with iOS devices -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. - -#### C++ -* [facebook / igl](https://github.com/facebook/igl):Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan). -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [harfbuzz / harfbuzz](https://github.com/harfbuzz/harfbuzz):HarfBuzz text shaping engine -* [Neargye / magic_enum](https://github.com/Neargye/magic_enum):Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [libcpr / cpr](https://github.com/libcpr/cpr):C++ Requests: Curl for People, a spiritual port of Python Requests. -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [TranslucentTB / TranslucentTB](https://github.com/TranslucentTB/TranslucentTB):A lightweight utility that makes the Windows taskbar translucent/transparent. -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [fish-shell / fish-shell](https://github.com/fish-shell/fish-shell):The user-friendly command line shell. -* [dogecoin / dogecoin](https://github.com/dogecoin/dogecoin):very currency -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [AlexandreRouma / SDRPlusPlus](https://github.com/AlexandreRouma/SDRPlusPlus):Cross-Platform SDR Software -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 - -#### CMake -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [boostorg / headers](https://github.com/boostorg/headers): -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [simonfxr / cmake-utils](https://github.com/simonfxr/cmake-utils): -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [SixArm / ui-ux-primer](https://github.com/SixArm/ui-ux-primer):UI/UX Primer: Concepts, Tactics, Ideas. This is a glossary guide e-book, with one topic per page. Edited by Joel Parker Henderson (@joelparkerhenderson). -* [DerpFest-AOSP / vendor_derp](https://github.com/DerpFest-AOSP/vendor_derp): -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [AOSPA / android_device_qcom_common](https://github.com/AOSPA/android_device_qcom_common): -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 -Build a simple laravel development environment with docker-compose. -* [bouffalolab / bl_iot_sdk_tiny](https://github.com/bouffalolab/bl_iot_sdk_tiny):IoT SDK only for Matter (no toolchain, Matter-specific, non-universal SDK) -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library -* [chatwork / dockerfiles](https://github.com/chatwork/dockerfiles): diff --git a/trending/2023-07-12.md b/trending/2023-07-12.md deleted file mode 100644 index c770089..0000000 --- a/trending/2023-07-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-07-12 - -#### C -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [CoretechR / OMOTE](https://github.com/CoretechR/OMOTE):Open Source Remote Using ESP32 and LVGL -* [lem0nSec / ShellGhost](https://github.com/lem0nSec/ShellGhost):A memory-based evasion technique which makes shellcode invisible from process start to end. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [Pithikos / C-Thread-Pool](https://github.com/Pithikos/C-Thread-Pool):A minimal but powerful thread pool in ANSI C -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [ptitSeb / box64](https://github.com/ptitSeb/box64):Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [lh3 / pangene](https://github.com/lh3/pangene):WIP: Constructing a pangenome gene graph -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [atc1441 / ATC_MiThermometer](https://github.com/atc1441/ATC_MiThermometer):Custom firmware for the Xiaomi Thermometer LYWSD03MMC and Telink Flasher via USB to Serial converter -* [binbyu / Reader](https://github.com/binbyu/Reader):A win32 txt file reader -* [pymumu / smartdns](https://github.com/pymumu/smartdns):A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。 -* [jjshoots / RemoteIDSpoofer](https://github.com/jjshoots/RemoteIDSpoofer):NodeMCU RemoteID Spoofer -* [yanfeizhang / coder-kung-fu](https://github.com/yanfeizhang/coder-kung-fu):开发内功修炼 -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. - -#### C++ -* [facebook / igl](https://github.com/facebook/igl):Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan). -* [TranslucentTB / TranslucentTB](https://github.com/TranslucentTB/TranslucentTB):A lightweight utility that makes the Windows taskbar translucent/transparent. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [pentilm / StellarSolver](https://github.com/pentilm/StellarSolver):🌌 High-Performance N-Body Simulation with CUDA and Barnes-Hut Algorithm. 一个努力的,一个延续了近二百个文明的努力,为解决三体问题的努力,寻找太阳运行规律的努力。 -* [cyrusbehr / YOLOv8-TensorRT-CPP](https://github.com/cyrusbehr/YOLOv8-TensorRT-CPP):YOLOv8 TensorRT C++ Implementation -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [chenshuo / muduo](https://github.com/chenshuo/muduo):Event-driven network library for multi-threaded Linux server in C++11 -* [Snapchat / KeyDB](https://github.com/Snapchat/KeyDB):A Multithreaded Fork of Redis -* [wheremyfoodat / Panda3DS](https://github.com/wheremyfoodat/Panda3DS):HLE 3DS emulator -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing - -#### CMake -* [cunarist / rust-in-flutter](https://github.com/cunarist/rust-in-flutter):Easily integrate Rust to make your Flutter app blazingly fast -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ReFil / zmk-config](https://github.com/ReFil/zmk-config): -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [markbates / errx](https://github.com/markbates/errx): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [pandodao / pando-protos](https://github.com/pandodao/pando-protos):Protobuf definitions of Pando services. -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine diff --git a/trending/2023-07-13.md b/trending/2023-07-13.md deleted file mode 100644 index 1aa69a7..0000000 --- a/trending/2023-07-13.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-07-13 - -#### C -* [CoretechR / OMOTE](https://github.com/CoretechR/OMOTE):Open Source Remote Using ESP32 and LVGL -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [sksalahuddin2828 / C](https://github.com/sksalahuddin2828/C):Educational Purpose only -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [sksalahuddin2828 / C_Programming](https://github.com/sksalahuddin2828/C_Programming):Testing in CPython -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [greenbone / openvas-scanner](https://github.com/greenbone/openvas-scanner):This repository contains the scanner component for Greenbone Community Edition. -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [mkirchner / hamt](https://github.com/mkirchner/hamt):A hash array-mapped trie implementation in C -* [containers / bubblewrap](https://github.com/containers/bubblewrap):Low-level unprivileged sandboxing tool used by Flatpak and similar projects -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [netblue30 / firejail](https://github.com/netblue30/firejail):Linux namespaces and seccomp-bpf sandbox -* [xianyi / OpenBLAS](https://github.com/xianyi/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [uber / h3](https://github.com/uber/h3):Hexagonal hierarchical geospatial indexing system - -#### C++ -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [cloudflare / workerd](https://github.com/cloudflare/workerd):The JavaScript / Wasm runtime that powers Cloudflare Workers -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [Yufccode / Multiplexing-high-performance-IO-server](https://github.com/Yufccode/Multiplexing-high-performance-IO-server):Here are three types of high-performance IO servers, implemented through multiplexing. They are select, poll, and epoll, respectively. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [cdcseacave / openMVS](https://github.com/cdcseacave/openMVS):open Multi-View Stereo reconstruction library -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [IntelRealSense / realsense-ros](https://github.com/IntelRealSense/realsense-ros):Intel(R) RealSense(TM) ROS Wrapper for Depth Camera - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [cunarist / rust-in-flutter](https://github.com/cunarist/rust-in-flutter):Easily integrate Rust to make your Flutter app blazingly fast -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime diff --git a/trending/2023-07-14.md b/trending/2023-07-14.md deleted file mode 100644 index 71e59f3..0000000 --- a/trending/2023-07-14.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-07-14 - -#### C -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [CoretechR / OMOTE](https://github.com/CoretechR/OMOTE):Open Source Remote Using ESP32 and LVGL -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [google / sanitizers](https://github.com/google/sanitizers):AddressSanitizer, ThreadSanitizer, MemorySanitizer -* [netdata / netdata](https://github.com/netdata/netdata):Real-time performance monitoring, done right! https://www.netdata.cloud -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [containers / bubblewrap](https://github.com/containers/bubblewrap):Low-level unprivileged sandboxing tool used by Flatpak and similar projects -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [OP-TEE / optee_os](https://github.com/OP-TEE/optee_os):Trusted side of the TEE -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [openmv / openmv](https://github.com/openmv/openmv):OpenMV Camera Module -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html - -#### C++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch -⚡ -🔍 -✨ -Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [brndnmtthws / conky](https://github.com/brndnmtthws/conky):Light-weight system monitor for X, Wayland, and other things, too -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [eProsima / Fast-DDS](https://github.com/eProsima/Fast-DDS):The most complete DDS - Proven: Plenty of success cases. -* [FlaxEngine / FlaxEngine](https://github.com/FlaxEngine/FlaxEngine):Flax Engine – multi-platform 3D game engine -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [cunarist / rust-in-flutter](https://github.com/cunarist/rust-in-flutter):Easily integrate Rust to make your Flutter app blazingly fast -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [gracicot / stb-cmake](https://github.com/gracicot/stb-cmake):A CMake packaged stb library -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ReFil / zmk-config](https://github.com/ReFil/zmk-config): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): - -#### Makefile -* [Mehdi-H / WeeklyCuration](https://github.com/Mehdi-H/WeeklyCuration):Interesting links I saw, every week -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [sylefeb / a5k](https://github.com/sylefeb/a5k):Another World on a chip -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [department-of-veterans-affairs / acronyms](https://github.com/department-of-veterans-affairs/acronyms):A list of VA acronyms -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals diff --git a/trending/2023-07-15.md b/trending/2023-07-15.md deleted file mode 100644 index a0963a5..0000000 --- a/trending/2023-07-15.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-07-15 - -#### C -* [ldpreload / BlackLotus](https://github.com/ldpreload/BlackLotus):BlackLotus UEFI Windows Bootkit -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [jfedor2 / flatbox](https://github.com/jfedor2/flatbox):Low profile hitbox-layout fightstick -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [pasqualerossi / 42-School-Exam-Rank-02](https://github.com/pasqualerossi/42-School-Exam-Rank-02):First 42 School Exam -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [AprilRobotics / apriltag](https://github.com/AprilRobotics/apriltag):AprilTag is a visual fiducial system popular for robotics research. -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [CoretechR / OMOTE](https://github.com/CoretechR/OMOTE):Open Source Remote Using ESP32 and LVGL -* [rxi / log.c](https://github.com/rxi/log.c):A simple logging library implemented in C99 -* [ldpreload / Medusa](https://github.com/ldpreload/Medusa):LD_PRELOAD Rootkit -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [libfuse / libfuse](https://github.com/libfuse/libfuse):The reference implementation of the Linux FUSE (Filesystem in Userspace) interface -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [rgerganov / ggtag](https://github.com/rgerganov/ggtag):programmable e-paper tag with RFID -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. - -#### C++ -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [randombit / botan](https://github.com/randombit/botan):Cryptography Toolkit -* [TixiaoShan / LIO-SAM](https://github.com/TixiaoShan/LIO-SAM):LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping -* [mozilla / DeepSpeech](https://github.com/mozilla/DeepSpeech):DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [trustwallet / wallet-core](https://github.com/trustwallet/wallet-core):Cross-platform, cross-blockchain wallet library. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [versatica / mediasoup](https://github.com/versatica/mediasoup):Cutting Edge WebRTC Video Conferencing -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Millions of developers have built 2D / 3D experiences, from hardcore games to web instant entertainment. -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [boostorg / headers](https://github.com/boostorg/headers): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [sylefeb / a5k](https://github.com/sylefeb/a5k):Another World on a chip -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [tinyclub / linux-lab](https://github.com/tinyclub/linux-lab):Docker/Qemu Based Linux Kernel Learning, Development and Testing Environment; New Linux ELF Video Course from this project author: https://www.cctalk.com/m/group/88089283 -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖 -Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more diff --git a/trending/2023-07-16.md b/trending/2023-07-16.md deleted file mode 100644 index 8d1b7a8..0000000 --- a/trending/2023-07-16.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-07-16 - -#### C -* [ldpreload / BlackLotus](https://github.com/ldpreload/BlackLotus):BlackLotus UEFI Windows Bootkit -* [greatscottgadgets / hackrf](https://github.com/greatscottgadgets/hackrf):low cost software radio platform -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [neondatabase / pg_embedding](https://github.com/neondatabase/pg_embedding):Hierarchical Navigable Small World (HNSW) algorithm for vector similarity search in PostgreSQL -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [pjreddie / darknet](https://github.com/pjreddie/darknet):Convolutional Neural Networks -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [libusb / hidapi](https://github.com/libusb/hidapi):A Simple cross-platform library for communicating with HID devices -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [jfedor2 / flatbox](https://github.com/jfedor2/flatbox):Low profile hitbox-layout fightstick -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [helloexp / 0day](https://github.com/helloexp/0day):各种CMS、各种平台、各种系统、各种软件漏洞的EXP、POC ,该项目将持续更新 - -#### C++ -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [weak1337 / Alcatraz](https://github.com/weak1337/Alcatraz):x64 binary obfuscator -* [ggerganov / ggwave](https://github.com/ggerganov/ggwave):Tiny data-over-sound library -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [mozilla / DeepSpeech](https://github.com/mozilla/DeepSpeech):DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [sogou / workflow](https://github.com/sogou/workflow):C++ Parallel Computing and Asynchronous Networking Engine -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Millions of developers have built 2D / 3D experiences, from hardcore games to web instant entertainment. -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [randombit / botan](https://github.com/randombit/botan):Cryptography Toolkit -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [opencv / opencv_contrib](https://github.com/opencv/opencv_contrib):Repository for OpenCV's extra modules - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [pal-robotics / pal_msgs](https://github.com/pal-robotics/pal_msgs):Commonly used messages, services and action in PAL - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [sylefeb / a5k](https://github.com/sylefeb/a5k):Another World on a chip -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples diff --git a/trending/2023-07-17.md b/trending/2023-07-17.md deleted file mode 100644 index befa102..0000000 --- a/trending/2023-07-17.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-07-17 - -#### C -* [ldpreload / BlackLotus](https://github.com/ldpreload/BlackLotus):BlackLotus UEFI Windows Bootkit -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ldpreload / Medusa](https://github.com/ldpreload/Medusa):LD_PRELOAD Rootkit -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [cfenollosa / os-tutorial](https://github.com/cfenollosa/os-tutorial):How to create an OS from scratch -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [OpenIntelWireless / itlwm](https://github.com/OpenIntelWireless/itlwm):Intel Wi-Fi Drivers for macOS -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [neondatabase / pg_embedding](https://github.com/neondatabase/pg_embedding):Hierarchical Navigable Small World (HNSW) algorithm for vector similarity search in PostgreSQL -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [realoriginal / bootlicker](https://github.com/realoriginal/bootlicker):A generic UEFI bootkit used to achieve initial usermode execution. It works with modifications. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [Immediate-Mode-UI / Nuklear](https://github.com/Immediate-Mode-UI/Nuklear):A single-header ANSI C immediate mode cross-platform GUI library -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com - -#### C++ -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [nextcloud / desktop](https://github.com/nextcloud/desktop):💻 -Desktop sync client for Nextcloud -* [mriscoc / Ender3V2S1](https://github.com/mriscoc/Ender3V2S1):This is optimized firmware for Ender3 V2/S1 3D printers. -* [CognisysGroup / HadesLdr](https://github.com/CognisysGroup/HadesLdr):Shellcode Loader Implementing Indirect Dynamic Syscall , API Hashing, Fileless Shellcode retrieving using Winsock2 -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50469, 3.3.5 = 3.3.5a.12340) -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes. -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [mozilla / DeepSpeech](https://github.com/mozilla/DeepSpeech):DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. -* [Faran-17 / Windows-Internals](https://github.com/Faran-17/Windows-Internals):Important notes and topics on my journey towards mastering Windows Internals -* [Roblox / luau](https://github.com/Roblox/luau):A fast, small, safe, gradually typed embeddable scripting language derived from Lua -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [bblanchon / ArduinoJson](https://github.com/bblanchon/ArduinoJson):📟 -JSON library for Arduino and embedded C++. Simple and efficient. -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [boostorg / headers](https://github.com/boostorg/headers): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [sylefeb / a5k](https://github.com/sylefeb/a5k):Another World on a chip -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [lambdaclass / cairo-vm_in_C](https://github.com/lambdaclass/cairo-vm_in_C):cairo-vm_in_C is a C implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [linuxacademy / content-source-control-git](https://github.com/linuxacademy/content-source-control-git):Kenny's Source Control with Git Public Repo -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. diff --git a/trending/2023-07-18.md b/trending/2023-07-18.md deleted file mode 100644 index d83d683..0000000 --- a/trending/2023-07-18.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-07-18 - -#### C -* [ldpreload / BlackLotus](https://github.com/ldpreload/BlackLotus):BlackLotus UEFI Windows Bootkit -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [hfiref0x / WubbabooMark](https://github.com/hfiref0x/WubbabooMark):Debugger Anti-Detection Benchmark -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [palera1n / palera1n](https://github.com/palera1n/palera1n):iOS 15.0-16.5.1 semi-tethered checkm8 jailbreak -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [CoretechR / OMOTE](https://github.com/CoretechR/OMOTE):Open Source Remote Using ESP32 and LVGL -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 -* [OpenStickCommunity / GP2040-CE](https://github.com/OpenStickCommunity/GP2040-CE): -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [espeak-ng / espeak-ng](https://github.com/espeak-ng/espeak-ng):eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents. -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input - -#### C++ -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [google / omaha](https://github.com/google/omaha):Google Update for Windows -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [wesnoth / wesnoth](https://github.com/wesnoth/wesnoth):An open source, turn-based strategy game with a high fantasy theme. -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [Xaymar / obs-StreamFX](https://github.com/Xaymar/obs-StreamFX):StreamFX is a plugin for OBS® Studio which adds many new effects, filters, sources, transitions and encoders! Be it 3D Transform, Blur, complex Masking, or even custom shaders, you'll find it all here. -* [mozilla / DeepSpeech](https://github.com/mozilla/DeepSpeech):DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. -* [kite03 / echoac-poc](https://github.com/kite03/echoac-poc): -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 -A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [MariaDB / server](https://github.com/MariaDB/server):MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [MinhasKamal / TrojanCockroach](https://github.com/MinhasKamal/TrojanCockroach):A Stealthy Trojan Spyware -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [xenia-project / xenia](https://github.com/xenia-project/xenia):Xbox 360 Emulator Research Project - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [pal-robotics / pmb2_robot](https://github.com/pal-robotics/pmb2_robot):A PAL Mobile Base for your advanced navigation needs -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Next-generation HTML renderer for apps and games -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [sylefeb / a5k](https://github.com/sylefeb/a5k):Another World on a chip -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [AOSPA / android_device_qcom_common](https://github.com/AOSPA/android_device_qcom_common): -* [DerpFest-AOSP / vendor_derp](https://github.com/DerpFest-AOSP/vendor_derp): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [ThankYouMario / proprietary_vendor_qcom_common](https://github.com/ThankYouMario/proprietary_vendor_qcom_common): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [SuperiorOS / android_vendor_superior](https://github.com/SuperiorOS/android_vendor_superior):Our Junkyard.. -😋 -* [hyperledger / fabric-docs-i18n](https://github.com/hyperledger/fabric-docs-i18n):Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. diff --git a/trending/2023-07-19.md b/trending/2023-07-19.md deleted file mode 100644 index 5831671..0000000 --- a/trending/2023-07-19.md +++ /dev/null @@ -1,118 +0,0 @@ -## 2023-07-19 - -#### C -* [orioledb / orioledb](https://github.com/orioledb/orioledb):OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) -🇺🇦 -* [Meituan-Dianping / Logan](https://github.com/Meituan-Dianping/Logan):Logan is a lightweight case logging system based on mobile platform. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [Wind4 / vlmcsd](https://github.com/Wind4/vlmcsd):KMS Emulator in C (currently runs on Linux including Android, FreeBSD, Solaris, Minix, Mac OS, iOS, Windows with or without Cygwin) -* [cilium / pwru](https://github.com/cilium/pwru):Packet, where are you? -- eBPF-based Linux kernel networking debugger -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [henrypp / simplewall](https://github.com/henrypp/simplewall):Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer. -* [libsql / libsql](https://github.com/libsql/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. - -#### C++ -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [ValveSoftware / GameNetworkingSockets](https://github.com/ValveSoftware/GameNetworkingSockets):Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption. -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [giuspen / cherrytree](https://github.com/giuspen/cherrytree):cherrytree -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. -* [Z3Prover / z3](https://github.com/Z3Prover/z3):The Z3 Theorem Prover -* [gem5 / gem5](https://github.com/gem5/gem5):The official repository for the gem5 computer-system architecture simulator. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [lava / matplotlib-cpp](https://github.com/lava/matplotlib-cpp):Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib -* [wesnoth / wesnoth](https://github.com/wesnoth/wesnoth):An open source, turn-based strategy game with a high fantasy theme. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Next-generation HTML renderer for apps and games -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [cunarist / rust-in-flutter](https://github.com/cunarist/rust-in-flutter):Easily integrate Rust to make your Flutter app blazingly fast -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [boostorg / headers](https://github.com/boostorg/headers): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [markbates / errx](https://github.com/markbates/errx): -* [arco / android_vendor_samsung_ancora](https://github.com/arco/android_vendor_samsung_ancora):Vendor files for Samsung Galaxy W (GT-I8150) -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [pandodao / pando-protos](https://github.com/pandodao/pando-protos):Protobuf definitions of Pando services. -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [linuxacademy / content-source-control-git](https://github.com/linuxacademy/content-source-control-git):Kenny's Source Control with Git Public Repo -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [sylefeb / a5k](https://github.com/sylefeb/a5k):Another World on a chip -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains diff --git a/trending/2023-07-20.md b/trending/2023-07-20.md deleted file mode 100644 index 15951d3..0000000 --- a/trending/2023-07-20.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-20 - -#### C -* [orioledb / orioledb](https://github.com/orioledb/orioledb):OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) -🇺🇦 -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [ufrisk / pcileech](https://github.com/ufrisk/pcileech):Direct Memory Access (DMA) Attack Software -* [Meituan-Dianping / Logan](https://github.com/Meituan-Dianping/Logan):Logan is a lightweight case logging system based on mobile platform. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [AprilRobotics / apriltag](https://github.com/AprilRobotics/apriltag):AprilTag is a visual fiducial system popular for robotics research. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [HeroWO-js / Workbench](https://github.com/HeroWO-js/Workbench):Workspace for running HeroWO game client and generating databanks and maps -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [robertdavidgraham / masscan](https://github.com/robertdavidgraham/masscan):TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. - -#### C++ -* [ValveSoftware / GameNetworkingSockets](https://github.com/ValveSoftware/GameNetworkingSockets):Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption. -* [triple-Mu / YOLOv8-TensorRT](https://github.com/triple-Mu/YOLOv8-TensorRT):YOLOv8 using TensorRT accelerate ! -* [vitoplantamura / OnnxStream](https://github.com/vitoplantamura/OnnxStream):Running Stable Diffusion on a RPI Zero 2 (or in 260MB of RAM) -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [BlackINT3 / OpenArk](https://github.com/BlackINT3/OpenArk):OpenArk is an open source anti-rookit(ARK) tool for Windows. -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [giuspen / cherrytree](https://github.com/giuspen/cherrytree):cherrytree -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [AcademySoftwareFoundation / openvdb](https://github.com/AcademySoftwareFoundation/openvdb):OpenVDB - Sparse volume data structure and tools -* [swig / swig](https://github.com/swig/swig):SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [facontidavide / PlotJuggler](https://github.com/facontidavide/PlotJuggler):The Time Series Visualization Tool that you deserve. -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [RPCSX / rpcsx](https://github.com/RPCSX/rpcsx): - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [StableCoder / cmake-scripts](https://github.com/StableCoder/cmake-scripts):A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [pal-robotics / pmb2_robot](https://github.com/pal-robotics/pmb2_robot):A PAL Mobile Base for your advanced navigation needs -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [vector-of-bool / cmrc](https://github.com/vector-of-bool/cmrc):A Resource Compiler in a Single CMake Script -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [filipdutescu / modern-cpp-template](https://github.com/filipdutescu/modern-cpp-template):A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion. -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [bigjason / numb](https://github.com/bigjason/numb):A small C command line util to number the lines from stdin to stdout. -* [andreasKroepelin / typst-slides](https://github.com/andreasKroepelin/typst-slides):A template for creating slides in Typst -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [qiurigao / action_build_twrp](https://github.com/qiurigao/action_build_twrp):Use Github Action to build TeamWin Recovery Project -* [aws-samples / ecs-refarch-cloudformation](https://github.com/aws-samples/ecs-refarch-cloudformation):A reference architecture for deploying containerized microservices with Amazon ECS and AWS CloudFormation (YAML) -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. diff --git a/trending/2023-07-21.md b/trending/2023-07-21.md deleted file mode 100644 index 03a8702..0000000 --- a/trending/2023-07-21.md +++ /dev/null @@ -1,117 +0,0 @@ -## 2023-07-21 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Run and package large language models on macOS -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [libgit2 / libgit2](https://github.com/libgit2/libgit2):A cross-platform, linkable library implementation of Git that you can use in your application. -* [orioledb / orioledb](https://github.com/orioledb/orioledb):OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) -🇺🇦 -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [helloexp / 0day](https://github.com/helloexp/0day):各种CMS、各种平台、各种系统、各种软件漏洞的EXP、POC ,该项目将持续更新 -* [Meituan-Dianping / Logan](https://github.com/Meituan-Dianping/Logan):Logan is a lightweight case logging system based on mobile platform. -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [libsql / libsql](https://github.com/libsql/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [Azure / azure-iot-sdk-c](https://github.com/Azure/azure-iot-sdk-c):A C99 SDK for connecting devices to Microsoft Azure IoT services -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [jonas / tig](https://github.com/jonas/tig):Text-mode interface for git -* [peng-zhihui / HelloWord-Keyboard](https://github.com/peng-zhihui/HelloWord-Keyboard): -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC - -#### C++ -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. -* [RPCSX / rpcsx](https://github.com/RPCSX/rpcsx): -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [outobugi / Terrain3D](https://github.com/outobugi/Terrain3D):An editable terrain system for Godot 4, written in C++ -* [citizenfx / fivem](https://github.com/citizenfx/fivem):The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer. -* [ZikangYuan / sr_lio](https://github.com/ZikangYuan/sr_lio):A LiDAR-inertial odometry (LIO) package that can adjust the execution frequency beyond the sweep frequency -* [ros-planning / navigation](https://github.com/ros-planning/navigation):ROS Navigation stack. Code for finding where the robot is and how it can get somewhere else. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [chenshuo / muduo](https://github.com/chenshuo/muduo):Event-driven network library for multi-threaded Linux server in C++11 -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [DarthTon / Blackbone](https://github.com/DarthTon/Blackbone):Windows memory hacking library -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Millions of developers have built 2D / 3D experiences, from hardcore games to web instant entertainment. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [ypujante / imgui-raylib-cmake](https://github.com/ypujante/imgui-raylib-cmake):This is a 100% self-contained "Hello World" project for an ImGui application that uses raylib for the backend, CMake for the build and Google Angle on macOS (to use the Metal API instead of the deprecated OpenGL API) -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [farm-ng / farm-ng-cmake](https://github.com/farm-ng/farm-ng-cmake):Farm-ng cmake macros, reusable for c++ projects and super builds. -* [machines-in-motion / mpi_cmake_modules](https://github.com/machines-in-motion/mpi_cmake_modules): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [crifan / android_app_security_crack](https://github.com/crifan/android_app_security_crack):安卓应用的安全和破解 -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. diff --git a/trending/2023-07-22.md b/trending/2023-07-22.md deleted file mode 100644 index 646e414..0000000 --- a/trending/2023-07-22.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-22 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with large language models locally -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [Meituan-Dianping / Logan](https://github.com/Meituan-Dianping/Logan):Logan is a lightweight case logging system based on mobile platform. -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [lem0nSec / ShellGhost](https://github.com/lem0nSec/ShellGhost):A memory-based evasion technique which makes shellcode invisible from process start to end. -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [AprilRobotics / apriltag](https://github.com/AprilRobotics/apriltag):AprilTag is a visual fiducial system popular for robotics research. -* [unicorn-engine / unicorn](https://github.com/unicorn-engine/unicorn):Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86) -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [mandiant / msi-search](https://github.com/mandiant/msi-search): -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 -比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [ventoy / PXE](https://github.com/ventoy/PXE):The open source part of iVentoy. -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. - -#### C++ -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [nu11secur1ty / Windows11Exploits](https://github.com/nu11secur1ty/Windows11Exploits): -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [ValveSoftware / GameNetworkingSockets](https://github.com/ValveSoftware/GameNetworkingSockets):Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [RPCSX / rpcsx](https://github.com/RPCSX/rpcsx): -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [risc0 / risc0](https://github.com/risc0/risc0):RISC Zero is a zero-knowledge verifiable general computing platform based on zk-STARKs and the RISC-V microarchitecture. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [TixiaoShan / LIO-SAM](https://github.com/TixiaoShan/LIO-SAM):LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [lettier / 3d-game-shaders-for-beginners](https://github.com/lettier/3d-game-shaders-for-beginners):🎮 -A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [ThePhD / sol2](https://github.com/ThePhD/sol2):Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation: -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [cunarist / rust-in-flutter](https://github.com/cunarist/rust-in-flutter):Easily integrate Rust to make your Flutter app blazingly fast -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [NilFoundation / zkllvm](https://github.com/NilFoundation/zkllvm):Zero-Knowledge Proof Systems Circuit Compiler -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [Snaipe / libcsptr](https://github.com/Snaipe/libcsptr):Smart pointers for the (GNU) C programming language -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [remonbonbon / makefile-example](https://github.com/remonbonbon/makefile-example):Good Makefile for C/C++ -* [cakephp / docs](https://github.com/cakephp/docs):CakePHP CookBook -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [stdlib-js / string-base-first-code-point](https://github.com/stdlib-js/string-base-first-code-point):Return the first Unicode code point of a string. -* [stdlib-js / string-base-first-grapheme-cluster](https://github.com/stdlib-js/string-base-first-grapheme-cluster):Return the first grapheme cluster (i.e., user-perceived character) of a string. diff --git a/trending/2023-07-23.md b/trending/2023-07-23.md deleted file mode 100644 index b04fde2..0000000 --- a/trending/2023-07-23.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-07-23 - -#### C -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with large language models locally -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [bartobri / no-more-secrets](https://github.com/bartobri/no-more-secrets):A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [alibaba / tengine](https://github.com/alibaba/tengine):A distribution of Nginx with some advanced features -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [mandiant / msi-search](https://github.com/mandiant/msi-search): -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [ossec / ossec-hids](https://github.com/ossec/ossec-hids):OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response. -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [avaneev / lzav](https://github.com/avaneev/lzav):Fast In-Memory Data Compression Algorithm (in C) -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. -* [LumaTeam / Luma3DS](https://github.com/LumaTeam/Luma3DS):Noob-proof (N)3DS "Custom Firmware" -* [mpaland / printf](https://github.com/mpaland/printf):Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing. -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [libgit2 / libgit2](https://github.com/libgit2/libgit2):A cross-platform, linkable library implementation of Git that you can use in your application. -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server - -#### C++ -* [StudioCherno / Walnut](https://github.com/StudioCherno/Walnut):Walnut is a simple application framework for Vulkan and Dear ImGui apps -* [vitoplantamura / OnnxStream](https://github.com/vitoplantamura/OnnxStream):Running Stable Diffusion on a RPI Zero 2 (or in 260MB of RAM) -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [nu11secur1ty / Windows11Exploits](https://github.com/nu11secur1ty/Windows11Exploits): -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLM -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [pixie-io / pixie](https://github.com/pixie-io/pixie):Instant Kubernetes-Native Application Observability -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [deepmind / mujoco](https://github.com/deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [libigl / libigl](https://github.com/libigl/libigl):Simple C++ geometry processing library. -* [NVlabs / tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn):Lightning fast C++/CUDA neural network framework -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [tindy2013 / subconverter](https://github.com/tindy2013/subconverter):Utility to convert between various subscription format -* [obsproject / obs-websocket](https://github.com/obsproject/obs-websocket):Remote-control of OBS Studio through WebSocket - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [marcusabate / dbow2_catkin](https://github.com/marcusabate/dbow2_catkin): -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [openwrt / telephony](https://github.com/openwrt/telephony):The telephony packages feed -* [Plutonium141 / XiaoMi-R4A-Gigabit-Actions-OpenWrt](https://github.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt):小米路由器R4A千兆版云编译openwrt,解决通过breed控制台刷入后无限重启问题 -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [apache / skywalking-showcase](https://github.com/apache/skywalking-showcase):Showcase Application to demonstrate features of Apache SkyWalking -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files diff --git a/trending/2023-07-24.md b/trending/2023-07-24.md deleted file mode 100644 index d0f69a1..0000000 --- a/trending/2023-07-24.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-24 - -#### C -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with large language models locally -* [tavianator / bfs](https://github.com/tavianator/bfs):A breadth-first version of the UNIX find command -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [felix-pb / kfd](https://github.com/felix-pb/kfd):kfd, short for kernel file descriptor, is a project to read and write kernel memory on Apple devices. -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware - -#### C++ -* [StudioCherno / Walnut](https://github.com/StudioCherno/Walnut):Walnut is a simple application framework for Vulkan and Dear ImGui apps -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [obsproject / obs-websocket](https://github.com/obsproject/obs-websocket):Remote-control of OBS Studio through WebSocket -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [ByConity / ByConity](https://github.com/ByConity/ByConity):ByConity is an open source cloud data warehouse -* [gaoxiang12 / slam_in_autonomous_driving](https://github.com/gaoxiang12/slam_in_autonomous_driving):《自动驾驶中的SLAM技术》对应开源代码 -* [yuzu-emu / yuzu-mainline](https://github.com/yuzu-emu/yuzu-mainline): -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [citizenfx / fivem](https://github.com/citizenfx/fivem):The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer. -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 -* [ZikangYuan / sr_lio](https://github.com/ZikangYuan/sr_lio):A LiDAR-inertial odometry (LIO) package that can adjust the execution frequency beyond the sweep frequency -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [Dr-TSNG / ZygiskOnKernelSU](https://github.com/Dr-TSNG/ZygiskOnKernelSU):Run Zygisk on KernelSU -* [bambulab / BambuStudio](https://github.com/bambulab/BambuStudio):PC Software for BambuLab's 3D printers -* [Maknee / minigpt4.cpp](https://github.com/Maknee/minigpt4.cpp):Port of MiniGPT4 in C++ (4bit, 5bit, 6bit, 8bit, 16bit CPU inference with GGML) -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [siderolabs / pkgs](https://github.com/siderolabs/pkgs): -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [SuperiorOS / android_vendor_superior](https://github.com/SuperiorOS/android_vendor_superior):Our Junkyard.. -😋 -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖 -Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more diff --git a/trending/2023-07-25.md b/trending/2023-07-25.md deleted file mode 100644 index 189cc76..0000000 --- a/trending/2023-07-25.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-07-25 - -#### C -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with large language models locally -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [othermod / PSPi-Version-6](https://github.com/othermod/PSPi-Version-6): -* [felix-pb / kfd](https://github.com/felix-pb/kfd):kfd, short for kernel file descriptor, is a project to read and write kernel memory on Apple devices. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [xiaorouji / openwrt-passwall](https://github.com/xiaorouji/openwrt-passwall):A commonly used proxy toolchain for Openwrt LuCI Application. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [nesbox / TIC-80](https://github.com/nesbox/TIC-80):TIC-80 is a fantasy computer for making, playing and sharing tiny games. -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [mackron / miniaudio](https://github.com/mackron/miniaudio):Audio playback and capture library written in C, in a single source file. - -#### C++ -* [StudioCherno / Walnut](https://github.com/StudioCherno/Walnut):Walnut is a simple application framework for Vulkan and Dear ImGui apps -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [MultiMC / Launcher](https://github.com/MultiMC/Launcher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50585, 3.3.5 = 3.3.5a.12340) -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library -* [gaoxiang12 / slam_in_autonomous_driving](https://github.com/gaoxiang12/slam_in_autonomous_driving):《自动驾驶中的SLAM技术》对应开源代码 -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course -* [erincatto / box2d](https://github.com/erincatto/box2d):Box2D is a 2D physics engine for games -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [SourMesen / Mesen2](https://github.com/SourMesen/Mesen2):Multi-system emulator (NES, SNES, GB, PCE) for Windows, Linux and macOS -* [AntiMicroX / antimicrox](https://github.com/AntiMicroX/antimicrox):Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support. -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [otland / forgottenserver](https://github.com/otland/forgottenserver):A free and open-source MMORPG server emulator written in C++ - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [cunarist / rust-in-flutter](https://github.com/cunarist/rust-in-flutter):Easily integrate Rust to make your Flutter app blazingly fast -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [farm-ng / farm-ng-cmake](https://github.com/farm-ng/farm-ng-cmake):Farm-ng cmake macros, reusable for c++ projects and super builds. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [apache / skywalking-showcase](https://github.com/apache/skywalking-showcase):Showcase Application to demonstrate features of Apache SkyWalking -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖 -Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter diff --git a/trending/2023-07-26.md b/trending/2023-07-26.md deleted file mode 100644 index 32d0abf..0000000 --- a/trending/2023-07-26.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-07-26 - -#### C -* [felix-pb / kfd](https://github.com/felix-pb/kfd):kfd, short for kernel file descriptor, is a project to read and write kernel memory on Apple devices. -* [othermod / PSPi-Version-6](https://github.com/othermod/PSPi-Version-6): -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [pgbackrest / pgbackrest](https://github.com/pgbackrest/pgbackrest):Reliable PostgreSQL Backup & Restore -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [alibaba / tengine](https://github.com/alibaba/tengine):A distribution of Nginx with some advanced features -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [plv8 / pljs](https://github.com/plv8/pljs):PLJS - Javascript Language Plugin for PostreSQL -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [snowcra5h / CVE-2023-38408](https://github.com/snowcra5h/CVE-2023-38408):CVE-2023-38408 Remote Code Execution in OpenSSH's forwarded ssh-agent -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [libimobiledevice / libimobiledevice](https://github.com/libimobiledevice/libimobiledevice):A cross-platform protocol library to communicate with iOS devices - -#### C++ -* [nmslib / hnswlib](https://github.com/nmslib/hnswlib):Header-only C++/python library for fast approximate nearest neighbors -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ Toolkit repository -* [KTStephano / StratusGFX](https://github.com/KTStephano/StratusGFX):Realtime 3D rendering engine -* [huihut / interview](https://github.com/huihut/interview):📚 -C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [rapidsai / cuml](https://github.com/rapidsai/cuml):cuML - RAPIDS Machine Learning Library -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [StudioCherno / Walnut](https://github.com/StudioCherno/Walnut):Walnut is a simple application framework for Vulkan and Dear ImGui apps -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [alibaba / async_simple](https://github.com/alibaba/async_simple):Simple, light-weight and easy-to-use asynchronous components -* [vesoft-inc / nebula](https://github.com/vesoft-inc/nebula):A distributed, fast open-source graph database featuring horizontal scalability and high availability -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [arangodb / arangodb](https://github.com/arangodb/arangodb):🥑 -ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. - -#### CMake -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [Kenvyra / android_external_GmsCompatConfig](https://github.com/Kenvyra/android_external_GmsCompatConfig): -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [markbates / errx](https://github.com/markbates/errx): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [dandelion64-Archives / android_device_xiaomi_blossom](https://github.com/dandelion64-Archives/android_device_xiaomi_blossom):NOTE: This is a reversed tree, the original tree is by @Sushrut1101 with other contributors | dirty device tree for `blossom` -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2023-07-27.md b/trending/2023-07-27.md deleted file mode 100644 index 009a891..0000000 --- a/trending/2023-07-27.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-07-27 - -#### C -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [felix-pb / kfd](https://github.com/felix-pb/kfd):kfd, short for kernel file descriptor, is a project to read and write kernel memory on Apple devices. -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [snowcra5h / CVE-2023-38408](https://github.com/snowcra5h/CVE-2023-38408):CVE-2023-38408 Remote Code Execution in OpenSSH's forwarded ssh-agent -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [axboe / liburing](https://github.com/axboe/liburing): -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [othermod / PSPi-Version-6](https://github.com/othermod/PSPi-Version-6): -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [CoretechR / OMOTE](https://github.com/CoretechR/OMOTE):Open Source Remote Using ESP32 and LVGL -* [steineggerlab / foldseek](https://github.com/steineggerlab/foldseek):Foldseek enables fast and sensitive comparisons of large structure sets. - -#### C++ -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLM -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Millions of developers have built 2D / 3D experiences, from hardcore games to web instant entertainment. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [cmderdev / cmder](https://github.com/cmderdev/cmder):Lovely console emulator package for Windows -* [IntelRealSense / realsense-ros](https://github.com/IntelRealSense/realsense-ros):Intel(R) RealSense(TM) ROS Wrapper for Depth Camera -* [gaoxiang12 / slam_in_autonomous_driving](https://github.com/gaoxiang12/slam_in_autonomous_driving):《自动驾驶中的SLAM技术》对应开源代码 -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NilFoundation / zkllvm](https://github.com/NilFoundation/zkllvm):Zero-Knowledge Proof Systems Circuit Compiler -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [dandelion64-Archives / proprietary_vendor_xiaomi_blossom](https://github.com/dandelion64-Archives/proprietary_vendor_xiaomi_blossom):REGENERATED from https://gitlab.com/Xiaomi-MT6765 -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [arco / android_vendor_samsung_ancora](https://github.com/arco/android_vendor_samsung_ancora):Vendor files for Samsung Galaxy W (GT-I8150) -* [andreasKroepelin / polylux](https://github.com/andreasKroepelin/polylux):A package for creating slides in Typst -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. diff --git a/trending/2023-07-28.md b/trending/2023-07-28.md deleted file mode 100644 index c949e87..0000000 --- a/trending/2023-07-28.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-28 - -#### C -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [felix-pb / kfd](https://github.com/felix-pb/kfd):kfd, short for kernel file descriptor, is a project to read and write kernel memory on Apple devices. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [wireshark / wireshark](https://github.com/wireshark/wireshark):Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. GitHub won't let us disable pull requests. ☞ THEY WILL BE IGNORED HERE ☜ Please upload them at GitLab. -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [inspektor-gadget / inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget):The eBPF tool and systems inspection framework for Kubernetes, containers and Linux hosts. -* [bsauce / kernel-exploit-factory](https://github.com/bsauce/kernel-exploit-factory):Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore. -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [interkosmos / xroach](https://github.com/interkosmos/xroach):Classic xroach game for X11 -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager - -#### C++ -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [rui314 / mold](https://github.com/rui314/mold):Mold: A Modern Linker -🦠 -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLM -* [tihmstar / libpatchfinder](https://github.com/tihmstar/libpatchfinder):A arm offsetfinder. It finds offsets, patches, parses Mach-O and even supports IMG4/IMG3 -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [raulmur / ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2):Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [CogniPilot / synapse_msgs](https://github.com/CogniPilot/synapse_msgs):Synapse messages -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [boostorg / headers](https://github.com/boostorg/headers): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / semantic-conventions](https://github.com/open-telemetry/semantic-conventions):Defines standards for generating consistent, accessible telemetry across a variety of domains -* [pmareke / python-boilerplate](https://github.com/pmareke/python-boilerplate):This repository is a Python boilerplate to be used as a fast starter point -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [arco / android_vendor_samsung_ancora](https://github.com/arco/android_vendor_samsung_ancora):Vendor files for Samsung Galaxy W (GT-I8150) -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine diff --git a/trending/2023-07-29.md b/trending/2023-07-29.md deleted file mode 100644 index ad1e065..0000000 --- a/trending/2023-07-29.md +++ /dev/null @@ -1,114 +0,0 @@ -## 2023-07-29 - -#### C -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. Still in early development. -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [hfiref0x / UACME](https://github.com/hfiref0x/UACME):Defeating Windows User Account Control -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [rui314 / chibicc](https://github.com/rui314/chibicc):A small C compiler -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [henrypp / simplewall](https://github.com/henrypp/simplewall):Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer. -* [telekom-security / tpotce](https://github.com/telekom-security/tpotce):🍯 -T-Pot - The All In One Honeypot Platform -🐝 -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [stellar / stellar-core](https://github.com/stellar/stellar-core):stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network -* [maoabc / nmmp](https://github.com/maoabc/nmmp):dex-vm used to protect the android classes.dex file -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. - -#### C++ -* [rui314 / mold](https://github.com/rui314/mold):Mold: A Modern Linker -🦠 -* [hasherezade / exe_to_dll](https://github.com/hasherezade/exe_to_dll):Converts a EXE into DLL -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [WinMerge / winmerge](https://github.com/WinMerge/winmerge):WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [bluewhalesystems / sold](https://github.com/bluewhalesystems/sold):The sold linker -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [dalathegreat / BYD-Battery-Emulator-For-Gen24](https://github.com/dalathegreat/BYD-Battery-Emulator-For-Gen24):This software enables EV battery packs to be used for stationary storage in combination with solar inverters. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [commaai / opendbc](https://github.com/commaai/opendbc):democratize access to car decoder rings -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [google / skia](https://github.com/google/skia):Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting - -#### CMake -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [grafana / alpine-docker-image](https://github.com/grafana/alpine-docker-image):Alpine Linux Docker image -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [ihaveamac / faketik](https://github.com/ihaveamac/faketik):Generates fake tickets to make missing titles re-appear on 3DS. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [openwrt / routing](https://github.com/openwrt/routing):OpenWrt Routing Packages -* [MythicalGames / saga-sdk-proto](https://github.com/MythicalGames/saga-sdk-proto):Saga SDK protobuf/gRPC files -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model diff --git a/trending/2023-07-30.md b/trending/2023-07-30.md deleted file mode 100644 index f721e7b..0000000 --- a/trending/2023-07-30.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-07-30 - -#### C -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [rui314 / chibicc](https://github.com/rui314/chibicc):A small C compiler -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 -比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [reveng007 / DarkWidow](https://github.com/reveng007/DarkWidow):Indirect Dynamic Syscall, SSN + Syscall address sorting via Modified TartarusGate approach + Remote Process Injection via APC Early Bird + Spawns a sacrificial Process as target process + (ACG+BlockDll) mitigation policy on spawned process + PPID spoofing + Api resolving from TIB + API hashing -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [BenjaminHornbeck6 / KFD-Offsets](https://github.com/BenjaminHornbeck6/KFD-Offsets):Should be every offset for the KFD exploit on all A12+ devices. No M1 -* [lrh2000 / StackRot](https://github.com/lrh2000/StackRot):CVE-2023-3269: Linux kernel privilege escalation vulnerability -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [henrypp / simplewall](https://github.com/henrypp/simplewall):Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer. -* [henrypp / memreduct](https://github.com/henrypp/memreduct):Lightweight real-time memory management application to monitor and clean system memory on your computer. -* [DoctorWkt / acwj](https://github.com/DoctorWkt/acwj):A Compiler Writing Journey -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [tomojitakasu / PocketSDR](https://github.com/tomojitakasu/PocketSDR): -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices - -#### C++ -* [bloomberg / blazingmq](https://github.com/bloomberg/blazingmq):A modern high-performance open source message queuing system -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50622, 3.3.5 = 3.3.5a.12340) -* [S12cybersecurity / WinDefenderKiller](https://github.com/S12cybersecurity/WinDefenderKiller):Windows Defender Killer | C++ Code Disabling Permanently Windows Defender using Registry Keys -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [LordNoteworthy / windows-exploitation](https://github.com/LordNoteworthy/windows-exploitation):My notes while studying Windows exploitation -* [rui314 / mold](https://github.com/rui314/mold):Mold: A Modern Linker -🦠 -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [COVESA / vsomeip](https://github.com/COVESA/vsomeip):An implementation of Scalable service-Oriented MiddlewarE over IP -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [TixiaoShan / LIO-SAM](https://github.com/TixiaoShan/LIO-SAM):LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. - -#### CMake -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tolerious / Programming_learning_resource](https://github.com/tolerious/Programming_learning_resource):学习计算机科学的一些pdf资源 -* [shendeguize / CMakeTutorialCN](https://github.com/shendeguize/CMakeTutorialCN):Cmake tutorial in Chinese, CMake教程中文翻译 - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [Evolution-X / vendor_evolution](https://github.com/Evolution-X/vendor_evolution): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [Kenvyra / android_external_GmsCompatConfig](https://github.com/Kenvyra/android_external_GmsCompatConfig): -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [openwrt / telephony](https://github.com/openwrt/telephony):The telephony packages feed -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) diff --git a/trending/2023-07-31.md b/trending/2023-07-31.md deleted file mode 100644 index 066b09c..0000000 --- a/trending/2023-07-31.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-07-31 - -#### C -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [RfidResearchGroup / ChameleonUltra](https://github.com/RfidResearchGroup/ChameleonUltra):The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards. -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [reveng007 / DarkWidow](https://github.com/reveng007/DarkWidow):Indirect Dynamic Syscall, SSN + Syscall address sorting via Modified TartarusGate approach + Remote Process Injection via APC Early Bird + Spawns a sacrificial Process as target process + (ACG+BlockDll) mitigation policy on spawned process + PPID spoofing + Api resolving from TIB + API hashing -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [henrypp / simplewall](https://github.com/henrypp/simplewall):Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer. -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [djpohly / dwl](https://github.com/djpohly/dwl):dwm for Wayland -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [xiaorouji / openwrt-passwall](https://github.com/xiaorouji/openwrt-passwall):A commonly used proxy toolchain for Openwrt LuCI Application. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [SoftEtherVPN / SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN):Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable. -* [Immediate-Mode-UI / Nuklear](https://github.com/Immediate-Mode-UI/Nuklear):A single-header ANSI C immediate mode cross-platform GUI library -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite - -#### C++ -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [bloomberg / blazingmq](https://github.com/bloomberg/blazingmq):A modern high-performance open source message queuing system -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50622, 3.3.5 = 3.3.5a.12340) -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [WasmEdge / WasmEdge](https://github.com/WasmEdge/WasmEdge):WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [TranslucentTB / TranslucentTB](https://github.com/TranslucentTB/TranslucentTB):A lightweight utility that makes the Windows taskbar translucent/transparent. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [bsnes-emu / bsnes](https://github.com/bsnes-emu/bsnes):bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use. -* [mawww / kakoune](https://github.com/mawww/kakoune):mawww's experiment for a better code editor -* [flyinghead / flycast](https://github.com/flyinghead/flycast):Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator -* [S12cybersecurity / WinDefenderKiller](https://github.com/S12cybersecurity/WinDefenderKiller):Windows Defender Killer | C++ Code Disabling Permanently Windows Defender using Registry Keys -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is one mini database, helping developers to learn how database works. -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [JoakimSoderberg / coveralls-cmake](https://github.com/JoakimSoderberg/coveralls-cmake):Coveralls JSON coverage generator and uploader for CMake -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 -Build a simple laravel development environment with docker-compose. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [apache / yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface):Apache YuniKorn Scheduler Interface -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [aosp-playground / proprietary_vendor_xiaomi_sm6150-common](https://github.com/aosp-playground/proprietary_vendor_xiaomi_sm6150-common): -* [siderolabs / pkgs](https://github.com/siderolabs/pkgs): -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. diff --git a/trending/2023-08-01.md b/trending/2023-08-01.md deleted file mode 100644 index fba7397..0000000 --- a/trending/2023-08-01.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-08-01 - -#### C -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [SpacehuhnTech / esp8266_deauther](https://github.com/SpacehuhnTech/esp8266_deauther):Affordable WiFi hacking platform for testing and learning -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [blackmagic-debug / blackmagic](https://github.com/blackmagic-debug/blackmagic):In application debugger for ARM Cortex microcontrollers. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [djpohly / dwl](https://github.com/djpohly/dwl):dwm for Wayland -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [cfenollosa / os-tutorial](https://github.com/cfenollosa/os-tutorial):How to create an OS from scratch -* [RfidResearchGroup / ChameleonUltra](https://github.com/RfidResearchGroup/ChameleonUltra):The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards. -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [torproject / tor](https://github.com/torproject/tor):unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/ -- - -#### C++ -* [bloomberg / blazingmq](https://github.com/bloomberg/blazingmq):A modern high-performance open source message queuing system -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50622, 3.3.5 = 3.3.5a.12340) -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [v8 / v8](https://github.com/v8/v8):The official mirror of the V8 Git repository -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [pentilm / StellarSolver](https://github.com/pentilm/StellarSolver):🌌 -High-Performance N-Body Simulation with CUDA and Barnes-Hut Algorithm. 一个努力的,一个延续了近二百个文明的努力,为解决三体问题的努力,寻找太阳运行规律的努力。 -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [skyline-emu / skyline](https://github.com/skyline-emu/skyline):Run Nintendo Switch homebrew & games on your Android device! -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [zealdocs / zeal](https://github.com/zealdocs/zeal):Offline documentation browser inspired by Dash - -#### CMake -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [NilFoundation / zkllvm](https://github.com/NilFoundation/zkllvm):Zero-Knowledge Proof Systems Circuit Compiler -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [pamellaccar / gromacs_with_packmol](https://github.com/pamellaccar/gromacs_with_packmol):A fast and simple Molecular Dynamics tutorial using GROMACS and PACKMOL. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [liberationfonts / liberation-fonts](https://github.com/liberationfonts/liberation-fonts):The Liberation(tm) Fonts is a font family which aims at metric compatibility with Arial, Times New Roman, and Courier New. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. diff --git a/trending/2023-08-02.md b/trending/2023-08-02.md deleted file mode 100644 index 78c486a..0000000 --- a/trending/2023-08-02.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-08-02 - -#### C -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [nbs-system / naxsi](https://github.com/nbs-system/naxsi):NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [lrh2000 / StackRot](https://github.com/lrh2000/StackRot):CVE-2023-3269: Linux kernel privilege escalation vulnerability -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [google / sanitizers](https://github.com/google/sanitizers):AddressSanitizer, ThreadSanitizer, MemorySanitizer -* [ianlancetaylor / libbacktrace](https://github.com/ianlancetaylor/libbacktrace):A C library that may be linked into a C/C++ program to produce symbolic backtraces -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [robertdavidgraham / masscan](https://github.com/robertdavidgraham/masscan):TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. -* [xianyi / OpenBLAS](https://github.com/xianyi/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree - -#### C++ -* [lcompilers / lpython](https://github.com/lcompilers/lpython):Python compiler -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [bloomberg / blazingmq](https://github.com/bloomberg/blazingmq):A modern high-performance open source message queuing system -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):UCI chess engine -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [xournalpp / xournalpp](https://github.com/xournalpp/xournalpp):Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets. -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [deepmind / mujoco](https://github.com/deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is one mini database, helping developers to learn how database works. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [google / skia](https://github.com/google/skia):Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [zeux / meshoptimizer](https://github.com/zeux/meshoptimizer):Mesh optimization library that makes meshes smaller and faster to render -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [NilFoundation / zkllvm](https://github.com/NilFoundation/zkllvm):Zero-Knowledge Proof Systems Circuit Compiler -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): - -#### Makefile -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [joho / 7XX-rfc](https://github.com/joho/7XX-rfc):An RFC for a new series of HTTP status codes covering developer fouls. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [DroidX-UI-Devices / Official_Devices](https://github.com/DroidX-UI-Devices/Official_Devices): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [crifan / android_app_security_crack](https://github.com/crifan/android_app_security_crack):安卓应用的安全和破解 -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [elastic / profiler-package](https://github.com/elastic/profiler-package):Elastic Integration Package for Universal Profiling -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [pamellaccar / gromacs_with_packmol](https://github.com/pamellaccar/gromacs_with_packmol):A fast and simple Molecular Dynamics tutorial using GROMACS and PACKMOL. -* [thockin / go-build-template](https://github.com/thockin/go-build-template):A Makefile/Dockerfile example for Go projects. -* [markbates / errx](https://github.com/markbates/errx): diff --git a/trending/2023-08-03.md b/trending/2023-08-03.md deleted file mode 100644 index 31c21ff..0000000 --- a/trending/2023-08-03.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-08-03 - -#### C -* [Ralim / IronOS](https://github.com/Ralim/IronOS):Open Source Soldering Iron firmware -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 -比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [RahulSChand / llama2.c-for-dummies](https://github.com/RahulSChand/llama2.c-for-dummies):Step by step explanation/tutorial of llama2.c -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [OpenVPN / openvpn](https://github.com/OpenVPN/openvpn):OpenVPN is an open source VPN daemon -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa XL and the Original Prusa XL 3D printers by Prusa Research. -* [eclipse / paho.mqtt.c](https://github.com/eclipse/paho.mqtt.c):An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. API documentation: https://eclipse.github.io/paho.mqtt.c/ - -#### C++ -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [xournalpp / xournalpp](https://github.com/xournalpp/xournalpp):Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [mysql / mysql-server](https://github.com/mysql/mysql-server):MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [zeromq / libzmq](https://github.com/zeromq/libzmq):ZeroMQ core engine in C++, implements ZMTP/3.1 -* [gem5 / gem5](https://github.com/gem5/gem5):The official repository for the gem5 computer-system architecture simulator. -* [triton-inference-server / python_backend](https://github.com/triton-inference-server/python_backend):Triton backend that enables pre-process, post-processing and other logic to be implemented in Python. -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [IntelRealSense / realsense-ros](https://github.com/IntelRealSense/realsense-ros):Intel(R) RealSense(TM) ROS Wrapper for Depth Camera -* [cms-sw / cmssw](https://github.com/cms-sw/cmssw):CMS Offline Software - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [farm-ng / farm-ng-cmake](https://github.com/farm-ng/farm-ng-cmake):Farm-ng cmake macros, reusable for c++ projects and super builds. -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [wxmerkt / pybind11_catkin](https://github.com/wxmerkt/pybind11_catkin):Catkin wrapper for pybind11 -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [Helsinki-NLP / Tatoeba-Challenge](https://github.com/Helsinki-NLP/Tatoeba-Challenge): -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [Xiaomi-SM8475 / android_device_xiaomi_liuqin](https://github.com/Xiaomi-SM8475/android_device_xiaomi_liuqin): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces diff --git a/trending/2023-08-04.md b/trending/2023-08-04.md deleted file mode 100644 index 151dd76..0000000 --- a/trending/2023-08-04.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-08-04 - -#### C -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with large language models locally -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [RfidResearchGroup / ChameleonUltra](https://github.com/RfidResearchGroup/ChameleonUltra):The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [Ralim / IronOS](https://github.com/Ralim/IronOS):Open Source Soldering Iron firmware -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [GStreamer / gstreamer](https://github.com/GStreamer/gstreamer):GStreamer open-source multimedia framework -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [yeyupiaoling / Whisper-Finetune](https://github.com/yeyupiaoling/Whisper-Finetune):微调Whisper语音识别模型,支持无时间戳数据训练,有时间戳数据训练、无语音数据训练。加速推理,支持Web部署、Windows桌面部署和Android部署 -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [huangz1990 / redis-3.0-annotated](https://github.com/huangz1990/redis-3.0-annotated):带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。 -* [nonstriater / Learn-Algorithms](https://github.com/nonstriater/Learn-Algorithms):算法学习笔记 - -#### C++ -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [lcompilers / lpython](https://github.com/lcompilers/lpython):Python compiler -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [YosysHQ / yosys](https://github.com/YosysHQ/yosys):Yosys Open SYnthesis Suite -* [KhronosGroup / Vulkan-Samples](https://github.com/KhronosGroup/Vulkan-Samples):One stop solution for all Vulkan samples -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [batterycenter / embed](https://github.com/batterycenter/embed):A CMake/C++14 library to embed resource files at compile time -* [linuxdeepin / deepin-desktop-theme](https://github.com/linuxdeepin/deepin-desktop-theme): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [moul / http2curl](https://github.com/moul/http2curl):📐 -Convert Golang's http.Request to CURL command line -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [crifan / android_app_security_crack](https://github.com/crifan/android_app_security_crack):安卓应用的安全和破解 -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [trustoverip / tswg-acdc-specification](https://github.com/trustoverip/tswg-acdc-specification):Authentic Chained Data Containers (ACDC) -* [arco / android_vendor_samsung_ancora](https://github.com/arco/android_vendor_samsung_ancora):Vendor files for Samsung Galaxy W (GT-I8150) diff --git a/trending/2023-08-05.md b/trending/2023-08-05.md deleted file mode 100644 index 7279e22..0000000 --- a/trending/2023-08-05.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-08-05 - -#### C -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [peng-zhihui / ElectronBot](https://github.com/peng-zhihui/ElectronBot): -* [neondatabase / pg_embedding](https://github.com/neondatabase/pg_embedding):Hierarchical Navigable Small World (HNSW) algorithm for vector similarity search in PostgreSQL -* [ARMmbed / mbed-os](https://github.com/ARMmbed/mbed-os):Arm Mbed OS is a platform operating system designed for the internet of things -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [Azure / azure-iot-sdk-c](https://github.com/Azure/azure-iot-sdk-c):A C99 SDK for connecting devices to Microsoft Azure IoT services -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [slippedandmissed / XLSL](https://github.com/slippedandmissed/XLSL):A rendering engine for Microsoft Excel -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [paxo-rch / paxos_8](https://github.com/paxo-rch/paxos_8): -* [Facico / Chinese-Vicuna](https://github.com/Facico/Chinese-Vicuna):Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II - -#### C++ -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [Tencent / libpag](https://github.com/Tencent/libpag):The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms. -* [sebastianstarke / AI4Animation](https://github.com/sebastianstarke/AI4Animation):Bringing Characters to Life with Computer Brains in Unity -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [wxWidgets / wxWidgets](https://github.com/wxWidgets/wxWidgets):Cross-Platform C++ GUI Library -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal diff --git a/trending/2023-08-06.md b/trending/2023-08-06.md deleted file mode 100644 index 791924b..0000000 --- a/trending/2023-08-06.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-08-06 - -#### C -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [hydradatabase / hydra](https://github.com/hydradatabase/hydra):Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes. -* [paxo-rch / paxos_8](https://github.com/paxo-rch/paxos_8): -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [xianyi / OpenBLAS](https://github.com/xianyi/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [neutrinolabs / xrdp](https://github.com/neutrinolabs/xrdp):xrdp: an open source RDP server -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [pjreddie / darknet](https://github.com/pjreddie/darknet):Convolutional Neural Networks -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [leminlimez / Chicken-Butt](https://github.com/leminlimez/Chicken-Butt):KFD Customization Tool for iOS 16.0-16.6b1 -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [libsql / libsql](https://github.com/libsql/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. - -#### C++ -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 -A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [pytorch / xla](https://github.com/pytorch/xla):Enabling PyTorch on XLA Devices (e.g. Google TPU) -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50622, 3.3.5 = 3.3.5a.12340) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [android / ndk-samples](https://github.com/android/ndk-samples):Android NDK samples with Android Studio -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [farm-ng / farm-ng-cmake](https://github.com/farm-ng/farm-ng-cmake):Farm-ng cmake macros, reusable for c++ projects and super builds. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [franneck94 / CppProjectTemplate](https://github.com/franneck94/CppProjectTemplate):C++ project template with unit-tests, documentation, ci-testing and workflows. - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [MrKiven / PyZh](https://github.com/MrKiven/PyZh):📚 -一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。 diff --git a/trending/2023-08-07.md b/trending/2023-08-07.md deleted file mode 100644 index b460cdb..0000000 --- a/trending/2023-08-07.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-08-07 - -#### C -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [paxo-rch / paxos_8](https://github.com/paxo-rch/paxos_8): -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [xiaorouji / openwrt-passwall](https://github.com/xiaorouji/openwrt-passwall):A commonly used proxy toolchain for Openwrt LuCI Application. -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [kiddin9 / openwrt-packages](https://github.com/kiddin9/openwrt-packages):openwrt packages -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [jfedor2 / flatbox](https://github.com/jfedor2/flatbox):Low profile hitbox-layout fightstick -* [EZLippi / Tinyhttpd](https://github.com/EZLippi/Tinyhttpd):Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code - -#### C++ -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50622, 3.3.5 = 3.3.5a.12340) -* [MAZHARMIK / Interview_DS_Algo](https://github.com/MAZHARMIK/Interview_DS_Algo):Super Repository for Coding Interview Preperation -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [filecxx / FileCentipede](https://github.com/filecxx/FileCentipede):Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [google / cpu_features](https://github.com/google/cpu_features):A cross platform C99 library to get cpu features at runtime. -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [cp-algorithms / cp-algorithms](https://github.com/cp-algorithms/cp-algorithms):Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [mrexodia / phnt-single-header](https://github.com/mrexodia/phnt-single-header):Single header version of System Informer's phnt library. -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [boostorg / headers](https://github.com/boostorg/headers): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [nanoninja / docker-nginx-php-mysql](https://github.com/nanoninja/docker-nginx-php-mysql):Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LineageOS / android_device_lineage_car](https://github.com/LineageOS/android_device_lineage_car): -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [LineageOS / android_external_chromium-webview_patches](https://github.com/LineageOS/android_external_chromium-webview_patches): -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [netdata / aclk-schemas](https://github.com/netdata/aclk-schemas):Protobuf schemas used in ACLK connection -* [openwrt / routing](https://github.com/openwrt/routing):OpenWrt Routing Packages -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) diff --git a/trending/2023-08-08.md b/trending/2023-08-08.md deleted file mode 100644 index 10c1e72..0000000 --- a/trending/2023-08-08.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2023-08-08 - -#### C -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [pygame / pygame](https://github.com/pygame/pygame):🐍 -🎮 -pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [videolan / vlc](https://github.com/videolan/vlc):VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [paxo-rch / paxos_8](https://github.com/paxo-rch/paxos_8): -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [sksalahuddin2828 / C_Programming](https://github.com/sksalahuddin2828/C_Programming):Testing in CPython -* [sksalahuddin2828 / C](https://github.com/sksalahuddin2828/C):Educational Purpose only -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [moonlight-stream / moonlight-android](https://github.com/moonlight-stream/moonlight-android):GameStream client for Android -* [palera1n / palera1n](https://github.com/palera1n/palera1n):iOS 15.0-16.5.1 semi-tethered checkm8 jailbreak -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs - -#### C++ -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 -🎢 -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [wesnoth / wesnoth](https://github.com/wesnoth/wesnoth):An open source, turn-based strategy game with a high fantasy theme. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [alibaba / yalantinglibs](https://github.com/alibaba/yalantinglibs):A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [tbnobody / OpenDTU](https://github.com/tbnobody/OpenDTU):Software for ESP32 to talk to Hoymiles Inverters -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50622, 3.3.5 = 3.3.5a.12340) -* [zealdocs / zeal](https://github.com/zealdocs/zeal):Offline documentation browser inspired by Dash -* [klzgrad / naiveproxy](https://github.com/klzgrad/naiveproxy):Make a fortune quietly -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [openwrt / routing](https://github.com/openwrt/routing):OpenWrt Routing Packages -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [AlexZhuo / openwrt-ngrokc](https://github.com/AlexZhuo/openwrt-ngrokc):ngrok-c for OpenWrt/LEDE -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [netdata / aclk-schemas](https://github.com/netdata/aclk-schemas):Protobuf schemas used in ACLK connection -* [mesosphere / dkp-catalog-applications](https://github.com/mesosphere/dkp-catalog-applications): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [service-mesh-performance / service-mesh-performance](https://github.com/service-mesh-performance/service-mesh-performance):Standardizing Service Mesh Value Measurement diff --git a/trending/2023-08-09.md b/trending/2023-08-09.md deleted file mode 100644 index 9b15155..0000000 --- a/trending/2023-08-09.md +++ /dev/null @@ -1,112 +0,0 @@ -## 2023-08-09 - -#### C -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [f0rb1dd3n / Reptile](https://github.com/f0rb1dd3n/Reptile):LKM Linux rootkit -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 -Command line video player -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [leminlimez / Chicken-Butt](https://github.com/leminlimez/Chicken-Butt):KFD Customization Tool for iOS 16.0-16.6b1 -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [lucavallin / barco](https://github.com/lucavallin/barco):Linux containers from scratch in C. -* [GPUOpen-LibrariesAndSDKs / VulkanMemoryAllocator](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator):Easy to integrate Vulkan memory allocation library -* [earlephilhower / arduino-pico](https://github.com/earlephilhower/arduino-pico):Raspberry Pi Pico Arduino core, for all RP2040 boards -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [lrh2000 / StackRot](https://github.com/lrh2000/StackRot):CVE-2023-3269: Linux kernel privilege escalation vulnerability -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [BrightDaniel / alx-low_level_programming](https://github.com/BrightDaniel/alx-low_level_programming): - -#### C++ -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [wesnoth / wesnoth](https://github.com/wesnoth/wesnoth):An open source, turn-based strategy game with a high fantasy theme. -* [BVLC / caffe](https://github.com/BVLC/caffe):Caffe: a fast open framework for deep learning. -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. -* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software. -* [luxonis / depthai-python](https://github.com/luxonis/depthai-python):DepthAI Python Library -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [epsilla-cloud / vectordb](https://github.com/epsilla-cloud/vectordb):Epsilla is a high performance Vector Database Management System -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [outobugi / Terrain3D](https://github.com/outobugi/Terrain3D):An editable terrain system for Godot 4, written in C++ -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [RtlDallas / KrakenMask](https://github.com/RtlDallas/KrakenMask):Sleep obfuscation -* [FEX-Emu / FEX](https://github.com/FEX-Emu/FEX):A fast usermode x86 and x86-64 emulator for Arm64 Linux -* [nasa / fprime](https://github.com/nasa/fprime):F' - A flight software and embedded systems framework -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [Mq-b / Loser-HomeWork](https://github.com/Mq-b/Loser-HomeWork):卢瑟们的作业展示 -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [linyacool / WebServer](https://github.com/linyacool/WebServer):A C++ High Performance Web Server - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [mrexodia / phnt-single-header](https://github.com/mrexodia/phnt-single-header):Single header version of System Informer's phnt library. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [GlistPlugins / gipEmptyPlugin](https://github.com/GlistPlugins/gipEmptyPlugin):Empty plugin template to use in the creation of new GlistEngine extensions that draw on the screen -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 -Build a simple laravel development environment with docker-compose. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [markbates / errx](https://github.com/markbates/errx): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. diff --git a/trending/2023-08-10.md b/trending/2023-08-10.md deleted file mode 100644 index 12528bc..0000000 --- a/trending/2023-08-10.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2023-08-10 - -#### C -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [lucavallin / barco](https://github.com/lucavallin/barco):Linux containers from scratch in C. -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [ldpreload / BlackLotus](https://github.com/ldpreload/BlackLotus):BlackLotus UEFI Windows Bootkit -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [qewer33 / qpaperOS](https://github.com/qewer33/qpaperOS):Smartwatch firmware for the LILYGO T-Wrist E-Paper ESP32 development board -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [ImageMagick / ImageMagick](https://github.com/ImageMagick/ImageMagick):🧙‍♂️ -ImageMagick 7 -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [infinet / xt_wgobfs](https://github.com/infinet/xt_wgobfs):Iptables WireGuard obfuscation extension -* [mario-deluna / php-glfw](https://github.com/mario-deluna/php-glfw):🪐 -A fully-featured OpenGL and GLFW extension for PHP. -🔋 -Batteries included (Math Functions, Texture Loaders, etc..) -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [gluster / glusterfs](https://github.com/gluster/glusterfs):Gluster Filesystem : Build your distributed storage in minutes -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [openMVG / openMVG](https://github.com/openMVG/openMVG):open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [open-telemetry / opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp):The OpenTelemetry C++ Client -* [nasa / fprime](https://github.com/nasa/fprime):F' - A flight software and embedded systems framework -* [NVlabs / tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn):Lightning fast C++/CUDA neural network framework -* [BVLC / caffe](https://github.com/BVLC/caffe):Caffe: a fast open framework for deep learning. -* [onnx / onnx-tensorrt](https://github.com/onnx/onnx-tensorrt):ONNX-TensorRT: TensorRT backend for ONNX -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethereum / cpp-ethereum-cmake](https://github.com/ethereum/cpp-ethereum-cmake):CMake support files for the C++ (Turbo) Ethereum projects -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [AoD314 / mlib](https://github.com/AoD314/mlib):simple library on c++ -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [TheMuppets / proprietary_vendor_nubia_sm7250-common](https://github.com/TheMuppets/proprietary_vendor_nubia_sm7250-common): -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [AbduzZami / open_street_map_search_and_pick](https://github.com/AbduzZami/open_street_map_search_and_pick): -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations diff --git a/trending/2023-08-11.md b/trending/2023-08-11.md deleted file mode 100644 index 89e4136..0000000 --- a/trending/2023-08-11.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-08-11 - -#### C -* [flowyroll / downfall](https://github.com/flowyroll/downfall): -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [nakst / gf](https://github.com/nakst/gf):A GDB frontend for Linux. -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [bartobri / no-more-secrets](https://github.com/bartobri/no-more-secrets):A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers. -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [sksalahuddin2828 / C_Programming](https://github.com/sksalahuddin2828/C_Programming):Testing in CPython -* [sksalahuddin2828 / C](https://github.com/sksalahuddin2828/C):Educational Purpose only -* [Xinyuan-LilyGO / TTGO_TWatch_Library](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library): -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [pandax381 / microps](https://github.com/pandax381/microps):An implementation of a small TCP/IP protocol stack for learning. - -#### C++ -* [THUDM / AgentBench](https://github.com/THUDM/AgentBench):A Comprehensive Benchmark to Evaluate LLMs as Agents -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [sonic-net / sonic-swss](https://github.com/sonic-net/sonic-swss):SONiC Switch State Service (SwSS) -* [open-telemetry / opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp):The OpenTelemetry C++ Client -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 -C++ Functional Terminal User Interface. -❤️ -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [telekom-mms / sectpmctl-kmodsign-wrapper](https://github.com/telekom-mms/sectpmctl-kmodsign-wrapper): -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [nengyi1226 / msfauto](https://github.com/nengyi1226/msfauto):Some msfvenom auto-generating tools -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [aosp-mirror / platform_build](https://github.com/aosp-mirror/platform_build): -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. diff --git a/trending/2023-08-12.md b/trending/2023-08-12.md deleted file mode 100644 index cc373d9..0000000 --- a/trending/2023-08-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-12 - -#### C -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [qewer33 / qpaperOS](https://github.com/qewer33/qpaperOS):Smartwatch firmware for the LILYGO T-Wrist E-Paper ESP32 development board -* [flowyroll / downfall](https://github.com/flowyroll/downfall): -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [lico-n / ZygiskFrida](https://github.com/lico-n/ZygiskFrida):Injects frida gadget using zygisk to bypass anti-tamper checks. -* [zoooomie / zoomerlib](https://github.com/zoooomie/zoomerlib):A library to help zoomers learn C -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [jadijadi / Practical-Programming-Practices](https://github.com/jadijadi/Practical-Programming-Practices):A collection of programming exercises to help you practice your new language -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [helloexp / 0day](https://github.com/helloexp/0day):各种CMS、各种平台、各种系统、各种软件漏洞的EXP、POC ,该项目将持续更新 -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [openvswitch / ovs](https://github.com/openvswitch/ovs):Open vSwitch - -#### C++ -* [THUDM / AgentBench](https://github.com/THUDM/AgentBench):A Comprehensive Benchmark to Evaluate LLMs as Agents -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [gem5 / gem5](https://github.com/gem5/gem5):The official repository for the gem5 computer-system architecture simulator. -* [JPCERTCC / YAMA](https://github.com/JPCERTCC/YAMA):Yet Another Memory Analyzer for malware detection -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [vnotex / vnote](https://github.com/vnotex/vnote):A pleasant note-taking platform. -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [googleapis / google-cloud-cpp](https://github.com/googleapis/google-cloud-cpp):C++ Client Libraries for Google Cloud Services -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [nmslib / hnswlib](https://github.com/nmslib/hnswlib):Header-only C++/python library for fast approximate nearest neighbors -* [microsoft / Detours](https://github.com/microsoft/Detours):Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [KoysX / treble_DerpFest_GSI](https://github.com/KoysX/treble_DerpFest_GSI): -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [bouffalolab / bl_iot_sdk_tiny](https://github.com/bouffalolab/bl_iot_sdk_tiny):IoT SDK only for Matter (no toolchain, Matter-specific, non-universal SDK) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [CherishOS / android_vendor_cherish](https://github.com/CherishOS/android_vendor_cherish): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model diff --git a/trending/2023-08-13.md b/trending/2023-08-13.md deleted file mode 100644 index c8f7e4c..0000000 --- a/trending/2023-08-13.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-08-13 - -#### C -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [id-Software / quake2-rerelease-dll](https://github.com/id-Software/quake2-rerelease-dll): -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [lico-n / ZygiskFrida](https://github.com/lico-n/ZygiskFrida):Injects frida gadget using zygisk to bypass anti-tamper checks. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [bitcoin-core / secp256k1](https://github.com/bitcoin-core/secp256k1):Optimized C library for EC operations on curve secp256k1 -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [qewer33 / qpaperOS](https://github.com/qewer33/qpaperOS):Smartwatch firmware for the LILYGO T-Wrist E-Paper ESP32 development board -* [ldpreload / BlackLotus](https://github.com/ldpreload/BlackLotus):BlackLotus UEFI Windows Bootkit -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [Water-Melon / Melon](https://github.com/Water-Melon/Melon):A generic cross-platform asynchronous high-performance C framework, including a lot of components and a new coroutine script language Melang. -* [id-Software / Quake](https://github.com/id-Software/Quake):Quake GPL Source Release -* [webview / webview](https://github.com/webview/webview):Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows) -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [SoftEtherVPN / SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN):Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable. - -#### C++ -* [THUDM / AgentBench](https://github.com/THUDM/AgentBench):A Comprehensive Benchmark to Evaluate LLMs as Agents -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [pytorch / xla](https://github.com/pytorch/xla):Enabling PyTorch on XLA Devices (e.g. Google TPU) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [open-telemetry / opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp):The OpenTelemetry C++ Client -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLM -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [laverdet / isolated-vm](https://github.com/laverdet/isolated-vm):Secure & isolated JS environments for nodejs -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [JPCERTCC / YAMA](https://github.com/JPCERTCC/YAMA):Yet Another Memory Analyzer for malware detection -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 -C++ Functional Terminal User Interface. -❤️ -* [trojan-gfw / trojan](https://github.com/trojan-gfw/trojan):An unidentifiable mechanism that helps you bypass GFW. -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [iauns / cpm](https://github.com/iauns/cpm):C++ Package Manager -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [Xiaomi-SM8475 / android_device_xiaomi_liuqin](https://github.com/Xiaomi-SM8475/android_device_xiaomi_liuqin):(WIP) (Force push warning) AOSPA device tree for Xiaomi Pad 6 PRO -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [KoysX / treble_DerpFest_GSI](https://github.com/KoysX/treble_DerpFest_GSI): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime diff --git a/trending/2023-08-14.md b/trending/2023-08-14.md deleted file mode 100644 index a4520d7..0000000 --- a/trending/2023-08-14.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-08-14 - -#### C -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [id-Software / quake2-rerelease-dll](https://github.com/id-Software/quake2-rerelease-dll): -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [SpacehuhnTech / esp8266_deauther](https://github.com/SpacehuhnTech/esp8266_deauther):Affordable WiFi hacking platform for testing and learning -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [id-Software / Quake-III-Arena](https://github.com/id-Software/Quake-III-Arena):Quake III Arena GPL Source Release -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator - -#### C++ -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50791, 3.3.5 = 3.3.5a.12340) -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [badaix / snapcast](https://github.com/badaix/snapcast):Synchronous multiroom audio player -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library -* [DarthTon / Blackbone](https://github.com/DarthTon/Blackbone):Windows memory hacking library -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [TranslucentTB / TranslucentTB](https://github.com/TranslucentTB/TranslucentTB):A lightweight utility that makes the Windows taskbar translucent/transparent. -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO - -#### CMake -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Ch4nKyy / BG3WASD](https://github.com/Ch4nKyy/BG3WASD):WASD Character Movement Mod for Baldur's Gate 3 -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / gflags_catkin](https://github.com/ethz-asl/gflags_catkin):A catkin wrapper for Google gflags -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [nanoninja / docker-nginx-php-mysql](https://github.com/nanoninja/docker-nginx-php-mysql):Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [ihaveamac / faketik](https://github.com/ihaveamac/faketik):Generates fake tickets to make missing titles re-appear on 3DS. -* [KoysX / treble_DerpFest_GSI](https://github.com/KoysX/treble_DerpFest_GSI): diff --git a/trending/2023-08-15.md b/trending/2023-08-15.md deleted file mode 100644 index d754081..0000000 --- a/trending/2023-08-15.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-08-15 - -#### C -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [VirtualAlllocEx / DEFCON-31-Syscalls-Workshop](https://github.com/VirtualAlllocEx/DEFCON-31-Syscalls-Workshop):Contains all the material from the DEF CON 31 workshop "(In)direct Syscalls: A Journey from High to Low". -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [PojavLauncherTeam / PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher):A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for Android platform. -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [LumaTeam / Luma3DS](https://github.com/LumaTeam/Luma3DS):Noob-proof (N)3DS "Custom Firmware" -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [id-Software / Quake-2](https://github.com/id-Software/Quake-2):Quake 2 GPL Source Release -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra - -#### C++ -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor -* [Mq-b / Loser-HomeWork](https://github.com/Mq-b/Loser-HomeWork):卢瑟们的作业,展示以及答案讲解 - -#### CMake -* [Ch4nKyy / BG3WASD](https://github.com/Ch4nKyy/BG3WASD):WASD Character Movement Mod for Baldur's Gate 3 -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [farm-ng / farm-ng-cmake](https://github.com/farm-ng/farm-ng-cmake):Farm-ng cmake macros, reusable for c++ projects and super builds. -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [chialab / docker-php](https://github.com/chialab/docker-php):🧰 -Adding common PHP extensions to some of the official PHP Docker images. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [RocketRobz / TWiLightMenu-Updater](https://github.com/RocketRobz/TWiLightMenu-Updater):An updater for TWiLight Menu++ -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [KoysX / treble_DerpFest_GSI](https://github.com/KoysX/treble_DerpFest_GSI): -* [CherishOS / android_vendor_cherish](https://github.com/CherishOS/android_vendor_cherish): -* [amaysim-au / docker-serverless](https://github.com/amaysim-au/docker-serverless):Docker image containing NodeJS, Serverless Framework and Yarn. -* [fairyly / mynodejs](https://github.com/fairyly/mynodejs):nodejs -* [flaggo / python3-source-code-analysis](https://github.com/flaggo/python3-source-code-analysis):《Python 3 源码剖析》 diff --git a/trending/2023-08-16.md b/trending/2023-08-16.md deleted file mode 100644 index ad6ddfc..0000000 --- a/trending/2023-08-16.md +++ /dev/null @@ -1,120 +0,0 @@ -## 2023-08-16 - -#### C -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [VirtualAlllocEx / DEFCON-31-Syscalls-Workshop](https://github.com/VirtualAlllocEx/DEFCON-31-Syscalls-Workshop):Contains all the material from the DEF CON 31 workshop "(In)direct Syscalls: A Journey from High to Low". -* [id-Software / Quake-2](https://github.com/id-Software/Quake-2):Quake 2 GPL Source Release -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [Water-Melon / Melon](https://github.com/Water-Melon/Melon):A generic cross-platform asynchronous high-performance C framework, including a lot of components and a new coroutine script language Melang. -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [skylersaleh / SkyEmu](https://github.com/skylersaleh/SkyEmu):Game Boy Advance, Game Boy, Game Boy Color, and Nintendo DS Emulator -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [nbs-system / naxsi](https://github.com/nbs-system/naxsi):NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [universal-ctags / ctags](https://github.com/universal-ctags/ctags):A maintained ctags implementation - -#### C++ -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [vnotex / vnote](https://github.com/vnotex/vnote):A pleasant note-taking platform. -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [chenshuo / muduo](https://github.com/chenshuo/muduo):Event-driven network library for multi-threaded Linux server in C++11 -* [chaitin / safeline](https://github.com/chaitin/safeline):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [JerryAZR / InstaOrder](https://github.com/JerryAZR/InstaOrder):Place order instantly when online shopping - 快速下单小助手 -* [PaddlePaddle / FastDeploy](https://github.com/PaddlePaddle/FastDeploy):⚡️ -An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for -☁️ -Cloud -📱 -Mobile and -📹 -Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [alibaba / higress](https://github.com/alibaba/higress):Next-generation Cloud Native Gateway | 下一代云原生网关 -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [dail8859 / NotepadNext](https://github.com/dail8859/NotepadNext):A cross-platform, reimplementation of Notepad++ -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [Falven / cpp-clion-template](https://github.com/Falven/cpp-clion-template):My default template for CLion C++ projects. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 -Warning suppression library (C++) -* [iauns / cpm](https://github.com/iauns/cpm):C++ Package Manager -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [tilk / rtcm_msgs](https://github.com/tilk/rtcm_msgs):The rtcm_msgs package contains messages related to data in the RTCM format. - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [DroidX-UI-Devices / Official_Devices](https://github.com/DroidX-UI-Devices/Official_Devices): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [kabiroberai / linux-app](https://github.com/kabiroberai/linux-app):An iOS app that can be built on Linux (SwiftTO companion) -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [LudiumAgwn / BCN-Mission3](https://github.com/LudiumAgwn/BCN-Mission3): -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [haiiiiiyun / awesome-selfhosted-cn](https://github.com/haiiiiiyun/awesome-selfhosted-cn):可以在本地搭建的网络服务和 Web 应用列表。 -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [niudai / How-to-be-a-good-programmer](https://github.com/niudai/How-to-be-a-good-programmer):I'm here to tell you some amazing stuff which teacher would never tell you. -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. diff --git a/trending/2023-08-17.md b/trending/2023-08-17.md deleted file mode 100644 index c056814..0000000 --- a/trending/2023-08-17.md +++ /dev/null @@ -1,114 +0,0 @@ -## 2023-08-17 - -#### C -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [deepinstinct / NoFilter](https://github.com/deepinstinct/NoFilter): -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [leejet / stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp):Stable Diffusion in pure C/C++ -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit - -#### C++ -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [vnotex / vnote](https://github.com/vnotex/vnote):A pleasant note-taking platform. -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLM -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [v8 / v8](https://github.com/v8/v8):The official mirror of the V8 Git repository -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [NVlabs / tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn):Lightning fast C++/CUDA neural network framework -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [farm-ng / farm-ng-cmake](https://github.com/farm-ng/farm-ng-cmake):Farm-ng cmake macros, reusable for c++ projects and super builds. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [filipdutescu / modern-cpp-template](https://github.com/filipdutescu/modern-cpp-template):A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 -Warning suppression library (C++) -* [ethereum / cpp-ethereum-cmake](https://github.com/ethereum/cpp-ethereum-cmake):CMake support files for the C++ (Turbo) Ethereum projects -* [mrexodia / phnt-single-header](https://github.com/mrexodia/phnt-single-header):Single header version of System Informer's phnt library. - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [AlexZhuo / openwrt-ngrokc](https://github.com/AlexZhuo/openwrt-ngrokc):ngrok-c for OpenWrt/LEDE -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [DroidX-UI-Devices / Official_Devices](https://github.com/DroidX-UI-Devices/Official_Devices): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LudiumAgwn / BCN-Mission3](https://github.com/LudiumAgwn/BCN-Mission3): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) diff --git a/trending/2023-08-18.md b/trending/2023-08-18.md deleted file mode 100644 index 8b865a3..0000000 --- a/trending/2023-08-18.md +++ /dev/null @@ -1,117 +0,0 @@ -## 2023-08-18 - -#### C -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [leejet / stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp):Stable Diffusion in pure C/C++ -* [deepinstinct / NoFilter](https://github.com/deepinstinct/NoFilter): -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [asterisk / asterisk](https://github.com/asterisk/asterisk):The official Asterisk Project repository. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 -比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [Aleksoid1978 / MPC-BE](https://github.com/Aleksoid1978/MPC-BE):MPC-BE – универсальный проигрыватель аудио и видеофайлов для операционной системы Windows. -* [openctp / openctp](https://github.com/openctp/openctp):CTP开放平台提供A股、港股、美股、期货、期权等全品种接入通道,通过提供中泰证券XTP、华鑫证券奇点、东方证券OST、东方财富证券EMT、盈透证券TWS等各通道的CTPAPI接口,CTP程序可以无缝对接各股票柜台。平台也提供了一套基于TTS交易系统的模拟环境,同样提供了CTPAPI兼容接口,可以替代Simnow,为CTP量化交易开发者提供7x24可用的模拟环境。 -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [microsoft / Detours](https://github.com/microsoft/Detours):Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form. -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [ShorSec / DllNotificationInjection](https://github.com/ShorSec/DllNotificationInjection):A POC of a new “threadless” process injection technique that works by utilizing the concept of DLL Notification Callbacks in local and remote processes. -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [vnotex / vnote](https://github.com/vnotex/vnote):A pleasant note-taking platform. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [MiRoboticsLab / cyberdog_ws](https://github.com/MiRoboticsLab/cyberdog_ws): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [Paspartout / BoilerplatePP](https://github.com/Paspartout/BoilerplatePP):Boilerplate for your C++ projects -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [MrKiven / PyZh](https://github.com/MrKiven/PyZh):📚 -一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。 -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [Naereen / badges](https://github.com/Naereen/badges):📝 -Markdown code for lots of small badges -🎀 -📌 -(shields.io, forthebadge.com etc) -😎 -. Contributions are welcome! Please add yours! diff --git a/trending/2023-08-19.md b/trending/2023-08-19.md deleted file mode 100644 index d4549bb..0000000 --- a/trending/2023-08-19.md +++ /dev/null @@ -1,110 +0,0 @@ -## 2023-08-19 - -#### C -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [InJeCTrL / ClickRun](https://github.com/InJeCTrL/ClickRun):ClickRun鼠标连点器 -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [bluekitchen / btstack](https://github.com/bluekitchen/btstack):Dual-mode Bluetooth stack, with small memory footprint. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [AprilRobotics / apriltag](https://github.com/AprilRobotics/apriltag):AprilTag is a visual fiducial system popular for robotics research. -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [nxp-imx / linux-imx](https://github.com/nxp-imx/linux-imx):i.MX Linux kernel -* [FreeRADIUS / freeradius-server](https://github.com/FreeRADIUS/freeradius-server):FreeRADIUS - A multi-protocol policy server. - -#### C++ -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [nasa / fprime](https://github.com/nasa/fprime):F' - A flight software and embedded systems framework -* [Tencent / libpag](https://github.com/Tencent/libpag):The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms. -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [libjxl / libjxl](https://github.com/libjxl/libjxl):JPEG XL image format reference implementation -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [34736384 / genshin-fps-unlock](https://github.com/34736384/genshin-fps-unlock):unlocks the 60 fps cap -* [daquexian / onnx-simplifier](https://github.com/daquexian/onnx-simplifier):Simplify your onnx model -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [Haivision / srt](https://github.com/Haivision/srt):Secure, Reliable, Transport -* [OpenImageIO / oiio](https://github.com/OpenImageIO/oiio):Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [MiRoboticsLab / cyberdog_ws](https://github.com/MiRoboticsLab/cyberdog_ws): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [boostorg / headers](https://github.com/boostorg/headers): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [mrexodia / phnt-single-header](https://github.com/mrexodia/phnt-single-header):Single header version of System Informer's phnt library. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [localstack / localstack-demo](https://github.com/localstack/localstack-demo):Simple demo application deployed using LocalStack -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [json-schema-org / json-schema-spec](https://github.com/json-schema-org/json-schema-spec):The JSON Schema I-D sources -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [GUDHI / gudhi-deploy](https://github.com/GUDHI/gudhi-deploy):A repository to deploy gudhi : build docker images for gudhi-devel CI thanks to DockerHub, and stores *requirements.txt for gudhi-devel -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [haiiiiiyun / awesome-selfhosted-cn](https://github.com/haiiiiiyun/awesome-selfhosted-cn):可以在本地搭建的网络服务和 Web 应用列表。 -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): diff --git a/trending/2023-08-20.md b/trending/2023-08-20.md deleted file mode 100644 index a7948a8..0000000 --- a/trending/2023-08-20.md +++ /dev/null @@ -1,111 +0,0 @@ -## 2023-08-20 - -#### C -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [InJeCTrL / ClickRun](https://github.com/InJeCTrL/ClickRun):ClickRun鼠标连点器 -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [webview / webview](https://github.com/webview/webview):Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows) -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [peng-zhihui / ElectronBot](https://github.com/peng-zhihui/ElectronBot): -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [ipxe / ipxe](https://github.com/ipxe/ipxe):iPXE network bootloader -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [chaitin / safeline](https://github.com/chaitin/safeline):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50791, 3.3.5 = 3.3.5a.12340) -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [spotify / annoy](https://github.com/spotify/annoy):Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [gnuradio / gnuradio](https://github.com/gnuradio/gnuradio):GNU Radio – the Free and Open Software Radio Ecosystem -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [S12cybersecurity / RDPCredentialStealer](https://github.com/S12cybersecurity/RDPCredentialStealer):RDPCredentialStealer it's a malware that steal credentials provided by users in RDP using API Hooking with Detours in C++ - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [farm-ng / farm-ng-cmake](https://github.com/farm-ng/farm-ng-cmake):Farm-ng cmake macros, reusable for c++ projects and super builds. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [conan-io / hello](https://github.com/conan-io/hello):C++ Hello World library and application used Conan C/C++ Package Manager demos and examples -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [drk1wi / portspoof](https://github.com/drk1wi/portspoof):Portspoof -* [remonbonbon / makefile-example](https://github.com/remonbonbon/makefile-example):Good Makefile for C/C++ -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [GUDHI / gudhi-deploy](https://github.com/GUDHI/gudhi-deploy):A repository to deploy gudhi : build docker images for gudhi-devel CI thanks to DockerHub, and stores *requirements.txt for gudhi-devel -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [DLR-TS / lizard_docker](https://github.com/DLR-TS/lizard_docker):A docker wrapper for lizard -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts diff --git a/trending/2023-08-21.md b/trending/2023-08-21.md deleted file mode 100644 index b5badf1..0000000 --- a/trending/2023-08-21.md +++ /dev/null @@ -1,114 +0,0 @@ -## 2023-08-21 - -#### C -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. Still in early development. -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [Immediate-Mode-UI / Nuklear](https://github.com/Immediate-Mode-UI/Nuklear):A single-header ANSI C immediate mode cross-platform GUI library -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [peng-zhihui / ElectronBot](https://github.com/peng-zhihui/ElectronBot): -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. - -#### C++ -* [leejet / stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp):Stable Diffusion in pure C/C++ -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 -Linux下C++轻量级WebServer服务器 -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [RuanJY / SLAMesh](https://github.com/RuanJY/SLAMesh):Code of SLAMesh, a real-time LiDAR simultaneous localization and meshing method. -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [flexflow / FlexFlow](https://github.com/flexflow/FlexFlow):A distributed deep learning framework. -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [PetoiCamp / OpenCat](https://github.com/PetoiCamp/OpenCat):An open source quadruped robot pet framework for developing Boston Dynamics-style four-legged robots that are perfect for STEM, coding & robotics education, IoT robotics applications, AI-enhanced robotics application services, and research. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50791, 3.3.5 = 3.3.5a.12340) -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. -✌️ -🎉 -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [MAZHARMIK / Interview_DS_Algo](https://github.com/MAZHARMIK/Interview_DS_Algo):Super Repository for Coding Interview Preperation -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [zrax / pycdc](https://github.com/zrax/pycdc):C++ python bytecode disassembler and decompiler -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [ange-yaghi / engine-sim](https://github.com/ange-yaghi/engine-sim):Combustion engine simulator that generates realistic audio. -* [GameTechDev / PresentMon](https://github.com/GameTechDev/PresentMon):Tool for collection and processing of ETW events related to frame presentation on Windows. -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine - -#### CMake -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [boostorg / headers](https://github.com/boostorg/headers): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [farm-ng / farm-ng-cmake](https://github.com/farm-ng/farm-ng-cmake):Farm-ng cmake macros, reusable for c++ projects and super builds. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mrexodia / phnt-single-header](https://github.com/mrexodia/phnt-single-header):Single header version of System Informer's phnt library. -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when screen recording. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake - -#### Makefile -* [drk1wi / portspoof](https://github.com/drk1wi/portspoof):Portspoof -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [AAAwlx / chatroom](https://github.com/AAAwlx/chatroom): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [DroidX-UI-Devices / Official_Devices](https://github.com/DroidX-UI-Devices/Official_Devices): -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [AlexZhuo / openwrt-ngrokc](https://github.com/AlexZhuo/openwrt-ngrokc):ngrok-c for OpenWrt/LEDE -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library diff --git a/trending/2023-08-22.md b/trending/2023-08-22.md deleted file mode 100644 index 65b9b9e..0000000 --- a/trending/2023-08-22.md +++ /dev/null @@ -1,113 +0,0 @@ -## 2023-08-22 - -#### C -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. Still in early development. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [InfiniTimeOrg / InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime):Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [ptitSeb / box64](https://github.com/ptitSeb/box64):Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 - -#### C++ -* [leejet / stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp):Stable Diffusion in pure C/C++ -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 -Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [exaloop / codon](https://github.com/exaloop/codon):A high-performance, zero-overhead, extensible Python compiler using LLVM -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [PetoiCamp / OpenCat](https://github.com/PetoiCamp/OpenCat):An open source quadruped robot pet framework for developing Boston Dynamics-style four-legged robots that are perfect for STEM, coding & robotics education, IoT robotics applications, AI-enhanced robotics application services, and research. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System -🐞 -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [cp-algorithms / cp-algorithms](https://github.com/cp-algorithms/cp-algorithms):Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [ExpressLRS / ExpressLRS](https://github.com/ExpressLRS/ExpressLRS):STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50791, 3.3.5 = 3.3.5a.12340) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [turanszkij / WickedEngine](https://github.com/turanszkij/WickedEngine):3D engine with modern graphics -* [NVIDIA / thrust](https://github.com/NVIDIA/thrust):The C++ parallel algorithms library. -* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [wxWidgets / wxWidgets](https://github.com/wxWidgets/wxWidgets):Cross-Platform C++ GUI Library -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) - -#### CMake -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 -CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 -Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [boostorg / headers](https://github.com/boostorg/headers): - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [drk1wi / portspoof](https://github.com/drk1wi/portspoof):Portspoof -* [haiiiiiyun / awesome-selfhosted-cn](https://github.com/haiiiiiyun/awesome-selfhosted-cn):可以在本地搭建的网络服务和 Web 应用列表。 -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [sysml / toolchain](https://github.com/sysml/toolchain):C/C++ toolchain for MiniOS -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [kabiroberai / linux-app](https://github.com/kabiroberai/linux-app):An iOS app that can be built on Linux (SwiftTO companion) -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-08-23.md b/trending/2023-08-23.md deleted file mode 100644 index a47f0bd..0000000 --- a/trending/2023-08-23.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-23 - -#### C -* [ldpreload / BlackLotus](https://github.com/ldpreload/BlackLotus):BlackLotus UEFI Windows Bootkit -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [Xilinx / linux-xlnx](https://github.com/Xilinx/linux-xlnx):The official Linux kernel from Xilinx -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [profdc9 / RFBitBanger](https://github.com/profdc9/RFBitBanger):A QRP digital transceiver created from readily available parts for off-the-grid maintenance -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. -* [nanobyte-dev / nanobyte_os](https://github.com/nanobyte-dev/nanobyte_os):OS tutorial from Nanobyte YouTube channel. -* [ufrisk / MemProcFS](https://github.com/ufrisk/MemProcFS):MemProcFS -* [RfidResearchGroup / ChameleonUltra](https://github.com/RfidResearchGroup/ChameleonUltra):The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [Water-Melon / Melon](https://github.com/Water-Melon/Melon):A generic cross-platform asynchronous high-performance C framework, including a lot of components and a new coroutine script language Melang. -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [google / AFL](https://github.com/google/AFL):american fuzzy lop - a security-oriented fuzzer -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch - -#### C++ -* [leejet / stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp):Stable Diffusion in pure C/C++ -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [zer0condition / NVDrv](https://github.com/zer0condition/NVDrv):Abusing nvidia driver (nvoclock.sys) for physical/virtual memory and control register manipulation. -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50791, 3.3.5 = 3.3.5a.12340) -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [open-telemetry / opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp):The OpenTelemetry C++ Client -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [franneck94 / UdemyCmake](https://github.com/franneck94/UdemyCmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers - -#### Makefile -* [awesome-selfhosted / awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted):A list of Free Software network services and web applications which can be hosted on your own servers -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [anton-rs / op-boot](https://github.com/anton-rs/op-boot):Boot an Optimism Node, Blazingly Fast. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [mbcrawfo / GenericMakefile](https://github.com/mbcrawfo/GenericMakefile):A generic makefile for use with small/medium C and C++ projects. -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine diff --git a/trending/2023-08-24.md b/trending/2023-08-24.md deleted file mode 100644 index 176234e..0000000 --- a/trending/2023-08-24.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-24 - -#### C -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a DPDK based 100Gbps network performance and load testing software. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [MrNeRF / gaussian-splatting-cuda](https://github.com/MrNeRF/gaussian-splatting-cuda):This project aims to reimplement the wonderful paper gaussian splatting with C++ and Cuda from scratch. This is a learning endeavor. Lets see how far we come. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [nanobyte-dev / nanobyte_os](https://github.com/nanobyte-dev/nanobyte_os):OS tutorial from Nanobyte YouTube channel. -* [xiaorouji / openwrt-passwall](https://github.com/xiaorouji/openwrt-passwall):A commonly used proxy toolchain for Openwrt LuCI Application. -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [nmap / nmap](https://github.com/nmap/nmap):Nmap - the Network Mapper. Github mirror of official SVN repository. -* [flutter / codelabs](https://github.com/flutter/codelabs):Flutter codelab examples -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [ufrisk / MemProcFS](https://github.com/ufrisk/MemProcFS):MemProcFS -* [Perfare / Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper):Using Zygisk to dump il2cpp data at runtime -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader - -#### C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [d0rb / CVE-2023-36874](https://github.com/d0rb/CVE-2023-36874):CVE-2023-36874 PoC -* [unicode-org / icu](https://github.com/unicode-org/icu):The home of the ICU project source code. -* [bytedance / Fastbot_Android](https://github.com/bytedance/Fastbot_Android):Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems -* [THUDM / AgentBench](https://github.com/THUDM/AgentBench):A Comprehensive Benchmark to Evaluate LLMs as Agents -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [deepinstinct / ContainYourself](https://github.com/deepinstinct/ContainYourself):A POC of the ContainYourself research presented in DEF CON 31, which abuses the Windows containers framework to bypass EDRs. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [versatica / mediasoup](https://github.com/versatica/mediasoup):Cutting Edge WebRTC Video Conferencing -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [lettier / 3d-game-shaders-for-beginners](https://github.com/lettier/3d-game-shaders-for-beginners):🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [acaudwell / Gource](https://github.com/acaudwell/Gource):software version control visualization - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [Paspartout / BoilerplatePP](https://github.com/Paspartout/BoilerplatePP):Boilerplate for your C++ projects -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [toomanysource / re-atreus](https://github.com/toomanysource/re-atreus):A short video microservice application built with Kratos. -* [tartley / python-regex-cheatsheet](https://github.com/tartley/python-regex-cheatsheet):Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [DLR-TS / cppcheck_docker](https://github.com/DLR-TS/cppcheck_docker):A docker wrapper for cppcheck -* [DLR-TS / lizard_docker](https://github.com/DLR-TS/lizard_docker):A docker wrapper for lizard -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [DLR-TS / cpplint_docker](https://github.com/DLR-TS/cpplint_docker):A docker wrapper around cpplint -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. diff --git a/trending/2023-08-25.md b/trending/2023-08-25.md deleted file mode 100644 index 7ec96d9..0000000 --- a/trending/2023-08-25.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-25 - -#### C -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [google / sanitizers](https://github.com/google/sanitizers):AddressSanitizer, ThreadSanitizer, MemorySanitizer -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [mrousavy / react-native-fast-tflite](https://github.com/mrousavy/react-native-fast-tflite):🔥 High-performance TensorFlow Lite library for React Native with GPU acceleration -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader -* [ventoy / PXE](https://github.com/ventoy/PXE):The open source part of iVentoy. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [rxi / log.c](https://github.com/rxi/log.c):A simple logging library implemented in C99 -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler - -#### C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [TixiaoShan / LIO-SAM](https://github.com/TixiaoShan/LIO-SAM):LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping -* [turanszkij / WickedEngine](https://github.com/turanszkij/WickedEngine):3D engine with modern graphics -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [THUDM / AgentBench](https://github.com/THUDM/AgentBench):A Comprehensive Benchmark to Evaluate LLMs as Agents -* [gem5 / gem5](https://github.com/gem5/gem5):The official repository for the gem5 computer-system architecture simulator. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [flexflow / FlexFlow](https://github.com/flexflow/FlexFlow):A distributed deep learning framework. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): - -#### Makefile -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [brash99 / CLionProjects](https://github.com/brash99/CLionProjects): -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [MrKiven / PyZh](https://github.com/MrKiven/PyZh):📚 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [nanoninja / docker-nginx-php-mysql](https://github.com/nanoninja/docker-nginx-php-mysql):Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin -* [crifan / android_app_security_crack](https://github.com/crifan/android_app_security_crack):安卓应用的安全和破解 -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. diff --git a/trending/2023-08-26.md b/trending/2023-08-26.md deleted file mode 100644 index 8d98f0c..0000000 --- a/trending/2023-08-26.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-26 - -#### C -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent、libuv更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [0x90 / wifi-arsenal](https://github.com/0x90/wifi-arsenal):WiFi arsenal -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [pandax381 / microps](https://github.com/pandax381/microps):An implementation of a small TCP/IP protocol stack for learning. -* [pgaudit / pgaudit](https://github.com/pgaudit/pgaudit):PostgreSQL Audit Extension -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [stellar / stellar-core](https://github.com/stellar/stellar-core):stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. - -#### C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [Wh04m1001 / CVE-2023-36874](https://github.com/Wh04m1001/CVE-2023-36874): -* [BabitMF / bmf](https://github.com/BabitMF/bmf):Cross-platform, customizable multimedia/video processing framework. With strong GPU acceleration, heterogeneous design, multi-language support, easy to use, multi-framework compatible and high performance, the framework is ideal for transcoding, AI inference, algorithm integration, live video streaming, and more. -* [google / fuzzing](https://github.com/google/fuzzing):Tutorials, examples, discussions, research proposals, and other resources related to fuzzing -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [TixiaoShan / LIO-SAM](https://github.com/TixiaoShan/LIO-SAM):LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [eve-autonomy / v2i_interface_msgs](https://github.com/eve-autonomy/v2i_interface_msgs): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [dariomanesku / .tmux](https://github.com/dariomanesku/.tmux):Personal tmux config. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [Evolution-X / vendor_evolution](https://github.com/Evolution-X/vendor_evolution): -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [exoscale / go.mk](https://github.com/exoscale/go.mk):Base makefile for go projects -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [DroidX-UI-Devices / Official_Devices](https://github.com/DroidX-UI-Devices/Official_Devices): -* [DLR-TS / cppcheck_docker](https://github.com/DLR-TS/cppcheck_docker):A docker wrapper for cppcheck -* [DLR-TS / cpplint_docker](https://github.com/DLR-TS/cpplint_docker):A docker wrapper around cpplint diff --git a/trending/2023-08-27.md b/trending/2023-08-27.md deleted file mode 100644 index 44d3a74..0000000 --- a/trending/2023-08-27.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-27 - -#### C -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [OpenEtherCATsociety / SOEM](https://github.com/OpenEtherCATsociety/SOEM):Simple Open Source EtherCAT Master -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ThrowTheSwitch / CMock](https://github.com/ThrowTheSwitch/CMock):CMock - Mock/stub generator for C -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [paxo-phone / paxos_8](https://github.com/paxo-phone/paxos_8): - -#### C++ -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [google / fuzzing](https://github.com/google/fuzzing):Tutorials, examples, discussions, research proposals, and other resources related to fuzzing -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [wkhtmltopdf / wkhtmltopdf](https://github.com/wkhtmltopdf/wkhtmltopdf):Convert HTML to PDF using Webkit (QtWebKit) -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [BabitMF / bmf](https://github.com/BabitMF/bmf):Cross-platform, customizable multimedia/video processing framework. With strong GPU acceleration, heterogeneous design, multi-language support, easy to use, multi-framework compatible and high performance, the framework is ideal for transcoding, AI inference, algorithm integration, live video streaming, and more. -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [focus-creative-games / hybridclr](https://github.com/focus-creative-games/hybridclr):HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate. -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLM -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [filecxx / FileCentipede](https://github.com/filecxx/FileCentipede):Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client. -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [goldendict / goldendict](https://github.com/goldendict/goldendict):A feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case. -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17. -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [VMML / vmmlib](https://github.com/VMML/vmmlib):A templatized C++ vector and matrix math library -* [Paspartout / BoilerplatePP](https://github.com/Paspartout/BoilerplatePP):Boilerplate for your C++ projects -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [tilk / rtcm_msgs](https://github.com/tilk/rtcm_msgs):The rtcm_msgs package contains messages related to data in the RTCM format. - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [Evolution-X / vendor_evolution](https://github.com/Evolution-X/vendor_evolution): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. diff --git a/trending/2023-08-28.md b/trending/2023-08-28.md deleted file mode 100644 index 3696441..0000000 --- a/trending/2023-08-28.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-28 - -#### C -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [json-c / json-c](https://github.com/json-c/json-c):https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/ -* [paxo-phone / paxos_8](https://github.com/paxo-phone/paxos_8): -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [palera1n / palera1n](https://github.com/palera1n/palera1n):iOS 15.0-16.5.1 semi-tethered checkm8 jailbreak -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [axboe / liburing](https://github.com/axboe/liburing): -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [NVIDIA / DLSS](https://github.com/NVIDIA/DLSS):NVIDIA DLSS is a new and improved deep learning neural network that boosts frame rates and generates beautiful, sharp images for your games - -#### C++ -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [fish-shell / fish-shell](https://github.com/fish-shell/fish-shell):The user-friendly command line shell. -* [AlexandreRouma / SDRPlusPlus](https://github.com/AlexandreRouma/SDRPlusPlus):Cross-Platform SDR Software -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [Octoberfest7 / CVE-2023-36874_BOF](https://github.com/Octoberfest7/CVE-2023-36874_BOF):Weaponized CobaltStrike BOF for CVE-2023-36874 Windows Error Reporting LPE -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50791, 3.3.5 = 3.3.5a.12340) -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [bambulab / BambuStudio](https://github.com/bambulab/BambuStudio):PC Software for BambuLab's 3D printers - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [boostorg / headers](https://github.com/boostorg/headers): - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [matsonj / nba-monte-carlo](https://github.com/matsonj/nba-monte-carlo):Monte Carlo simulation of the NBA season, leveraging meltano, dbt, duckdb and superset -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [pandodao / pando-protos](https://github.com/pandodao/pando-protos):Protobuf definitions of Pando services. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox diff --git a/trending/2023-08-29.md b/trending/2023-08-29.md deleted file mode 100644 index f1f1d47..0000000 --- a/trending/2023-08-29.md +++ /dev/null @@ -1,108 +0,0 @@ -## 2023-08-29 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [86Box / 86Box](https://github.com/86Box/86Box):Emulator of x86-based machines based on PCem. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [RfidResearchGroup / ChameleonUltra](https://github.com/RfidResearchGroup/ChameleonUltra):The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra - -#### C++ -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [cp-algorithms / cp-algorithms](https://github.com/cp-algorithms/cp-algorithms):Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 -* [fish-shell / fish-shell](https://github.com/fish-shell/fish-shell):The user-friendly command line shell. -* [bambulab / BambuStudio](https://github.com/bambulab/BambuStudio):PC Software for BambuLab's 3D printers -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50791, 3.3.5 = 3.3.5a.12340) -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Falven / cpp-clion-template](https://github.com/Falven/cpp-clion-template):My default template for CLion C++ projects. -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [go-skynet / go-bert.cpp](https://github.com/go-skynet/go-bert.cpp):bindings for bert.cpp -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples diff --git a/trending/2023-08-30.md b/trending/2023-08-30.md deleted file mode 100644 index 652e882..0000000 --- a/trending/2023-08-30.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-30 - -#### C -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [id-Software / quake2-rerelease-dll](https://github.com/id-Software/quake2-rerelease-dll): -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [jmorganca / ollama](https://github.com/jmorganca/ollama):Get up and running with Llama 2 and other large language models locally -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [json-c / json-c](https://github.com/json-c/json-c):https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/ -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [pjsip / pjproject](https://github.com/pjsip/pjproject):PJSIP project -* [liam-ilan / crumb](https://github.com/liam-ilan/crumb):The Crumb Programming Language -* [bitcoin-core / secp256k1](https://github.com/bitcoin-core/secp256k1):Optimized C library for EC operations on curve secp256k1 -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [gojue / ecapture](https://github.com/gojue/ecapture):Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64. -* [curl / trurl](https://github.com/curl/trurl):trurl is a command line tool for URL parsing and manipulation. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. - -#### C++ -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [gaoxiang12 / slambook2](https://github.com/gaoxiang12/slambook2):edition 2 of the slambook -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.50791, 3.3.5 = 3.3.5a.12340) -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [flutter-webrtc / flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc):WebRTC plugin for Flutter Mobile/Desktop/Web -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [sewenew / redis-plus-plus](https://github.com/sewenew/redis-plus-plus):Redis client written in C++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [florylsk / NtRemoteLoad](https://github.com/florylsk/NtRemoteLoad):Remote Shellcode Injector - -#### CMake -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [ethereum / cpp-ethereum-cmake](https://github.com/ethereum/cpp-ethereum-cmake):CMake support files for the C++ (Turbo) Ethereum projects -* [flagarde / source_location](https://github.com/flagarde/source_location):cross-platform source_location for c++98 to c++20 -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [VMML / vmmlib](https://github.com/VMML/vmmlib):A templatized C++ vector and matrix math library - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [fairyly / mynodejs](https://github.com/fairyly/mynodejs):nodejs -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [AlexZhuo / openwrt-ngrokc](https://github.com/AlexZhuo/openwrt-ngrokc):ngrok-c for OpenWrt/LEDE -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [dariomanesku / .tmux](https://github.com/dariomanesku/.tmux):Personal tmux config. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals diff --git a/trending/2023-08-31.md b/trending/2023-08-31.md deleted file mode 100644 index 2aee9b7..0000000 --- a/trending/2023-08-31.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-08-31 - -#### C -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [AOMediaCodec / libavif](https://github.com/AOMediaCodec/libavif):libavif - Library for encoding and decoding .avif files -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [Cisco-Talos / clamav](https://github.com/Cisco-Talos/clamav):ClamAV - Documentation is here: https://docs.clamav.net -* [gojue / ecapture](https://github.com/gojue/ecapture):Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64. -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [RfidResearchGroup / ChameleonUltra](https://github.com/RfidResearchGroup/ChameleonUltra):The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards. -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [aristocratos / btop](https://github.com/aristocratos/btop):A monitor of resources -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [googleapis / google-cloud-cpp](https://github.com/googleapis/google-cloud-cpp):C++ Client Libraries for Google Cloud Services -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [ggerganov / kbd-audio](https://github.com/ggerganov/kbd-audio):🎤⌨️ Acoustic keyboard eavesdropping -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [hanickadot / compile-time-regular-expressions](https://github.com/hanickadot/compile-time-regular-expressions):Compile Time Regular Expression in C++ -* [florylsk / NtRemoteLoad](https://github.com/florylsk/NtRemoteLoad):Remote Shellcode Injector -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [steinwurf / asio](https://github.com/steinwurf/asio):Wrapper for https://github.com/chriskohlhoff/asio -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [flagarde / source_location](https://github.com/flagarde/source_location):cross-platform source_location for c++98 to c++20 -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [MrKiven / PyZh](https://github.com/MrKiven/PyZh):📚 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。 -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [phhusson / vendor_hardware_overlay](https://github.com/phhusson/vendor_hardware_overlay):This includes hardware-specific overlays for Treble ROM -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [niudai / How-to-be-a-good-programmer](https://github.com/niudai/How-to-be-a-good-programmer):I'm here to tell you some amazing stuff which teacher would never tell you. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [MythicalGames / saga-sdk-proto](https://github.com/MythicalGames/saga-sdk-proto):Saga SDK protobuf/gRPC files -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf diff --git a/trending/2023-09-01.md b/trending/2023-09-01.md deleted file mode 100644 index 32c226f..0000000 --- a/trending/2023-09-01.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-01 - -#### C -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [eunomia-bpf / bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial):Learn eBPF by examples | eBPF 开发者教程与知识库:通过小工具和示例一步步学习 eBPF,包含性能、网络、安全等多种应用场景 -* [linux-can / can-utils](https://github.com/linux-can/can-utils):Linux-CAN / SocketCAN user space applications -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [lastpass / lastpass-cli](https://github.com/lastpass/lastpass-cli):LastPass command line interface tool -* [gabriellandau / EDRSandblast-GodFault](https://github.com/gabriellandau/EDRSandblast-GodFault):EDRSandblast-GodFault -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [Azure / azure-c-shared-utility](https://github.com/Azure/azure-c-shared-utility):Azure C SDKs common code -* [htop-dev / htop](https://github.com/htop-dev/htop):htop - an interactive process viewer -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library - -#### C++ -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [Tencent / puerts](https://github.com/Tencent/puerts):PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript. -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [mfem / mfem](https://github.com/mfem/mfem):Lightweight, general, scalable C++ library for finite element methods -* [aristocratos / btop](https://github.com/aristocratos/btop):A monitor of resources -* [raulmur / ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2):Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [Alwaysssssss / nndeploy](https://github.com/Alwaysssssss/nndeploy):nndeploy是一款最新上线的支持多平台、简单易用、高性能的机器学习部署框架,一套实现可在多端(云、边、端)完成模型的高性能部署。 -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [gaoxiang12 / slambook2](https://github.com/gaoxiang12/slambook2):edition 2 of the slambook -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [libigl / libigl](https://github.com/libigl/libigl):Simple C++ geometry processing library. -* [eProsima / Fast-DDS](https://github.com/eProsima/Fast-DDS):The most complete DDS - Proven: Plenty of success cases. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [boostorg / headers](https://github.com/boostorg/headers): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [upbound / configuration-caas](https://github.com/upbound/configuration-caas):Configuration for Cluster-as-a-Service -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs diff --git a/trending/2023-09-02.md b/trending/2023-09-02.md deleted file mode 100644 index 55fd696..0000000 --- a/trending/2023-09-02.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-02 - -#### C -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [bitcoin-core / secp256k1](https://github.com/bitcoin-core/secp256k1):Optimized C library for EC operations on curve secp256k1 -* [libgit2 / libgit2](https://github.com/libgit2/libgit2):A cross-platform, linkable library implementation of Git that you can use in your application. -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [OtterHacker / Conferences](https://github.com/OtterHacker/Conferences): -* [analogdevicesinc / no-OS](https://github.com/analogdevicesinc/no-OS):Software drivers in C for systems without an operating system -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [hackerschoice / thc-tips-tricks-hacks-cheat-sheet](https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet):Various tips & tricks -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [gabriellandau / EDRSandblast-GodFault](https://github.com/gabriellandau/EDRSandblast-GodFault):EDRSandblast-GodFault -* [stellar / stellar-core](https://github.com/stellar/stellar-core):stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network - -#### C++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [TheScienceElf / Blocks-TI-84](https://github.com/TheScienceElf/Blocks-TI-84):A Minecraft-esque game for the TI 84 CE calculator. -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [Tencent / puerts](https://github.com/Tencent/puerts):PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript. -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [yuesong-feng / 30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer):30天自制C++服务器,包含教程和源代码 -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [Serial-Studio / Serial-Studio](https://github.com/Serial-Studio/Serial-Studio):Multi-purpose serial data visualization & processing program -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library - -#### CMake -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [InfiniBrains / Awesome-GameDev-Resources](https://github.com/InfiniBrains/Awesome-GameDev-Resources):GameDev Dojo Community resource materials -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [boostorg / headers](https://github.com/boostorg/headers): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinwurf / asio](https://github.com/steinwurf/asio):Wrapper for https://github.com/chriskohlhoff/asio -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [VMML / vmmlib](https://github.com/VMML/vmmlib):A templatized C++ vector and matrix math library -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [kazuhisya / nodejs-rpm](https://github.com/kazuhisya/nodejs-rpm):node.js rpm spec -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot diff --git a/trending/2023-09-03.md b/trending/2023-09-03.md deleted file mode 100644 index 5345cba..0000000 --- a/trending/2023-09-03.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-03 - -#### C -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [enjoy-digital / litex](https://github.com/enjoy-digital/litex):Build your hardware, easily! -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [FrenkelS / Doom8088](https://github.com/FrenkelS/Doom8088):Doom for 16-bit DOS computers -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [YeeZTech / YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing):Fidelius - YeeZ Privacy Computing 基于可信执行环境的熠智隐私计算中间件 -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [AcademySoftwareFoundation / openexr](https://github.com/AcademySoftwareFoundation/openexr):The OpenEXR project provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry. -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester - -#### C++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [starkware-libs / stone-prover](https://github.com/starkware-libs/stone-prover): -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [cloudflare / workerd](https://github.com/cloudflare/workerd):The JavaScript / Wasm runtime that powers Cloudflare Workers -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [lightvector / KataGo](https://github.com/lightvector/KataGo):GTP engine and self-play learning in Go -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ewinebrenner / gpr200-fa2023-templates](https://github.com/ewinebrenner/gpr200-fa2023-templates):Project templates for GPR-200 (Intro to Graphics Programming) -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [InfiniBrains / Awesome-GameDev-Resources](https://github.com/InfiniBrains/Awesome-GameDev-Resources):GameDev Dojo Community resource materials -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) - -#### Makefile -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [alswl / excalidraw-collaboration](https://github.com/alswl/excalidraw-collaboration):excalidraw with collaboration feature, self-hosting, and only one-click deploy -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [libretro-thumbnails / libretro-thumbnails](https://github.com/libretro-thumbnails/libretro-thumbnails):Thumbnails for RetroArch -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more diff --git a/trending/2023-09-04.md b/trending/2023-09-04.md deleted file mode 100644 index a8043c9..0000000 --- a/trending/2023-09-04.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-04 - -#### C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [djpohly / dwl](https://github.com/djpohly/dwl):dwm for Wayland -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [rizinorg / rizin](https://github.com/rizinorg/rizin):UNIX-like reverse engineering framework and command-line toolset. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [espeak-ng / espeak-ng](https://github.com/espeak-ng/espeak-ng):eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents. -* [DoctorWkt / acwj](https://github.com/DoctorWkt/acwj):A Compiler Writing Journey -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at - -#### C++ -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [ianpatt / sfse](https://github.com/ianpatt/sfse):Starfield Script Extender -* [bkaradzic / bgfx](https://github.com/bkaradzic/bgfx):Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. -* [rutura / The-C-20-Masterclass-Source-Code](https://github.com/rutura/The-C-20-Masterclass-Source-Code):Source code for the C++ 20 Masterclass on udemy -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [Qv2ray / Qv2ray](https://github.com/Qv2ray/Qv2ray):⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐ -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [cppla / ServerStatus](https://github.com/cppla/ServerStatus):云探针、多服务器探针、云监控、多服务器云监控,演示: https://tz.cloudcpp.com/ -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 -* [moonlight-stream / moonlight-qt](https://github.com/moonlight-stream/moonlight-qt):GameStream client for PCs (Windows, Mac, Linux, and Steam Link) -* [kth-competitive-programming / kactl](https://github.com/kth-competitive-programming/kactl):KTH Algorithm Competition Template Library (... eller KTHs AC-tillverkande lapp) -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [steinwurf / asio](https://github.com/steinwurf/asio):Wrapper for https://github.com/chriskohlhoff/asio -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinwurf / fmt](https://github.com/steinwurf/fmt):fmt build script wrapper for waf build system https://github.com/fmtlib/fmt - -#### Makefile -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [MartinHeinz / python-project-blueprint](https://github.com/MartinHeinz/python-project-blueprint):Blueprint/Boilerplate For Python Projects -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [kazuhisya / nodejs-rpm](https://github.com/kazuhisya/nodejs-rpm):node.js rpm spec -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [RocketRobz / TWiLightMenu-Updater](https://github.com/RocketRobz/TWiLightMenu-Updater):An updater for TWiLight Menu++ -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI diff --git a/trending/2023-09-05.md b/trending/2023-09-05.md deleted file mode 100644 index 513f748..0000000 --- a/trending/2023-09-05.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-05 - -#### C -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [ledoge / autohdr_force](https://github.com/ledoge/autohdr_force):Force enable Auto HDR per application via registry -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. Still in early development. -* [pygame / pygame](https://github.com/pygame/pygame):🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [EdgeTX / edgetx](https://github.com/EdgeTX/edgetx):EdgeTX is the cutting edge open source firmware for your R/C radio -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ - -#### C++ -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [ianpatt / sfse](https://github.com/ianpatt/sfse):Starfield Script Extender -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins. -* [esp8266 / Arduino](https://github.com/esp8266/Arduino):ESP8266 core for Arduino -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 -* [Chatterino / chatterino2](https://github.com/Chatterino/chatterino2):Chat client for https://twitch.tv -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [tindy2013 / subconverter](https://github.com/tindy2013/subconverter):Utility to convert between various subscription format -* [rutura / The-C-20-Masterclass-Source-Code](https://github.com/rutura/The-C-20-Masterclass-Source-Code):Source code for the C++ 20 Masterclass on udemy - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [steinwurf / asio](https://github.com/steinwurf/asio):Wrapper for https://github.com/chriskohlhoff/asio -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt - -#### Makefile -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [libretro-thumbnails / libretro-thumbnails](https://github.com/libretro-thumbnails/libretro-thumbnails):Thumbnails for RetroArch -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [mlabbe / nativefiledialog](https://github.com/mlabbe/nativefiledialog):A tiny, neat C library that portably invokes native file open and save dialogs. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. diff --git a/trending/2023-09-06.md b/trending/2023-09-06.md deleted file mode 100644 index 434e917..0000000 --- a/trending/2023-09-06.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-06 - -#### C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [wangfly-me / LoaderFly](https://github.com/wangfly-me/LoaderFly):助力每一位RT队员,快速生成免杀木马 -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [FiniteSingularity / obs-composite-blur](https://github.com/FiniteSingularity/obs-composite-blur):A comprehensive blur plugin for OBS that provides several different blur algorithms, and proper compositing. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [analogdevicesinc / no-OS](https://github.com/analogdevicesinc/no-OS):Software drivers in C for systems without an operating system -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [ledoge / autohdr_force](https://github.com/ledoge/autohdr_force):Force enable Auto HDR per application via registry -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [tsl0922 / ttyd](https://github.com/tsl0922/ttyd):Share your terminal over the web -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [lambertjamesd / portal64](https://github.com/lambertjamesd/portal64):A demake of Portal for the Nintendo 64 -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [samboy / MaraDNS](https://github.com/samboy/MaraDNS):MaraDNS: A small open-source DNS server - -#### C++ -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [ianpatt / sfse](https://github.com/ianpatt/sfse):Starfield Script Extender -* [pbek / QOwnNotes](https://github.com/pbek/QOwnNotes):QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.5.51130, 3.3.5 = 3.3.5a.12340) -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [huihut / interview](https://github.com/huihut/interview):📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is one mini database, helping developers to learn how database works. -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [ThirteenAG / Ultimate-ASI-Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader):ASI Loader is the tool that loads custom libraries with the file extension .asi into any game process. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [trustwallet / wallet-core](https://github.com/trustwallet/wallet-core):Cross-platform, cross-blockchain wallet library. -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [rfzeg / virtual_racetracks_collection](https://github.com/rfzeg/virtual_racetracks_collection):Training repository for the Git and GitHub course. -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [jlangr / c2](https://github.com/jlangr/c2):Chapter First Example -* [conan-io / hello](https://github.com/conan-io/hello):C++ Hello World library and application used Conan C/C++ Package Manager demos and examples -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [thblt / write-yourself-a-git](https://github.com/thblt/write-yourself-a-git):Learn Git by reimplementing it from scratch -* [utilitywarehouse / kafka-manifests](https://github.com/utilitywarehouse/kafka-manifests): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [MetinSeylan / homelab](https://github.com/MetinSeylan/homelab):bare-metal homelab k8s automation -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [AlexZhuo / openwrt-ngrokc](https://github.com/AlexZhuo/openwrt-ngrokc):ngrok-c for OpenWrt/LEDE -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts diff --git a/trending/2023-09-07.md b/trending/2023-09-07.md deleted file mode 100644 index 848b864..0000000 --- a/trending/2023-09-07.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-07 - -#### C -* [flutter / codelabs](https://github.com/flutter/codelabs):Flutter codelab examples -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [Y3A / CVE-2023-28229](https://github.com/Y3A/CVE-2023-28229): -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [bitcoin-core / secp256k1](https://github.com/bitcoin-core/secp256k1):Optimized C library for EC operations on curve secp256k1 -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [adrianseeley / FastMJPG](https://github.com/adrianseeley/FastMJPG):FastMJPG is a command line tool for capturing, sending, receiving, rendering, piping, and recording MJPG video with extremely low latency. It is optimized for running on constrained hardware and battery powered devices. -* [lambertjamesd / portal64](https://github.com/lambertjamesd/portal64):A demake of Portal for the Nintendo 64 -* [VirtualAlllocEx / DEFCON-31-Syscalls-Workshop](https://github.com/VirtualAlllocEx/DEFCON-31-Syscalls-Workshop):Contains all the material from the DEF CON 31 workshop "(In)direct Syscalls: A Journey from High to Low". -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [mcu-tools / mcuboot](https://github.com/mcu-tools/mcuboot):Secure boot for 32-bit Microcontrollers! -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [openbsd / src](https://github.com/openbsd/src):Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list. -* [YeeZTech / YeeZ-Privacy-Computing](https://github.com/YeeZTech/YeeZ-Privacy-Computing):Fidelius - YeeZ Privacy Computing 基于可信执行环境的熠智隐私计算中间件 -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git - -#### C++ -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [linuxdeepin / deepin-unioncode](https://github.com/linuxdeepin/deepin-unioncode):IDE authored by deepin -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [pbek / QOwnNotes](https://github.com/pbek/QOwnNotes):QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [sogou / workflow](https://github.com/sogou/workflow):C++ Parallel Computing and Asynchronous Networking Engine -* [trustwallet / wallet-core](https://github.com/trustwallet/wallet-core):Cross-platform, cross-blockchain wallet library. -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [changkun / modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial):📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/ -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [google / fuzzing](https://github.com/google/fuzzing):Tutorials, examples, discussions, research proposals, and other resources related to fuzzing - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ewinebrenner / gpr200-fa2023-templates](https://github.com/ewinebrenner/gpr200-fa2023-templates):Project templates for GPR-200 (Intro to Graphics Programming) -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [rfzeg / virtual_racetracks_collection](https://github.com/rfzeg/virtual_racetracks_collection):Training repository for the Git and GitHub course. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ros2 / rosidl_defaults](https://github.com/ros2/rosidl_defaults):Default rosidl runtime and generators. -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. diff --git a/trending/2023-09-08.md b/trending/2023-09-08.md deleted file mode 100644 index 480580d..0000000 --- a/trending/2023-09-08.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-08 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [flutter / codelabs](https://github.com/flutter/codelabs):Flutter codelab examples -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [rxi / log.c](https://github.com/rxi/log.c):A simple logging library implemented in C99 -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [adrianseeley / FastMJPG](https://github.com/adrianseeley/FastMJPG):FastMJPG is a command line tool for capturing, sending, receiving, rendering, piping, and recording MJPG video with extremely low latency. It is optimized for running on constrained hardware and battery powered devices. -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [zevv / bucklespring](https://github.com/zevv/bucklespring):Nostalgia bucklespring keyboard sound -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [analogdevicesinc / no-OS](https://github.com/analogdevicesinc/no-OS):Software drivers in C for systems without an operating system -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Tencent / xLua](https://github.com/Tencent/xLua):xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. - -#### C++ -* [YavorGIvanov / sam.cpp](https://github.com/YavorGIvanov/sam.cpp): -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [linuxdeepin / deepin-unioncode](https://github.com/linuxdeepin/deepin-unioncode):IDE authored by deepin -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [aras-p / UnityGaussianSplatting](https://github.com/aras-p/UnityGaussianSplatting):Toy Gaussian Splatting visualization in Unity -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [rasta-mouse / SCMUACBypass](https://github.com/rasta-mouse/SCMUACBypass): -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [wpilibsuite / allwpilib](https://github.com/wpilibsuite/allwpilib):Official Repository of WPILibJ and WPILibC - -#### CMake -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [rfzeg / virtual_racetracks_collection](https://github.com/rfzeg/virtual_racetracks_collection):Training repository for the Git and GitHub course. -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [linuxdeepin / dtk](https://github.com/linuxdeepin/dtk):Portal of DTK documentations -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ros2 / rosidl_defaults](https://github.com/ros2/rosidl_defaults):Default rosidl runtime and generators. - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [roxma / easymake](https://github.com/roxma/easymake):A handy makefile for simple C/C++ applications -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project -* [CodyReichert / awesome-cl](https://github.com/CodyReichert/awesome-cl):A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): diff --git a/trending/2023-09-09.md b/trending/2023-09-09.md deleted file mode 100644 index bcc0b19..0000000 --- a/trending/2023-09-09.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-09 - -#### C -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [ddosify / alaz](https://github.com/ddosify/alaz):Effortless, Low-Overhead, eBPF-based Kubernetes Monitoring -* [remzi-arpacidusseau / ostep-code](https://github.com/remzi-arpacidusseau/ostep-code):Code from various chapters in OSTEP (http://www.ostep.org) -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC - -#### C++ -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [YavorGIvanov / sam.cpp](https://github.com/YavorGIvanov/sam.cpp): -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [aras-p / UnityGaussianSplatting](https://github.com/aras-p/UnityGaussianSplatting):Toy Gaussian Splatting visualization in Unity -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [cxasm / notepad--](https://github.com/cxasm/notepad--):一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。 -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [sogou / workflow](https://github.com/sogou/workflow):C++ Parallel Computing and Asynchronous Networking Engine -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools: -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [VMML / vmmlib](https://github.com/VMML/vmmlib):A templatized C++ vector and matrix math library -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [PolarityWorks / zmk-config-alu40](https://github.com/PolarityWorks/zmk-config-alu40):ZMK Config repository for the Huiben Lab ALU40 -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [UNR-RoboticsResearchLab / hri_projects_2023](https://github.com/UNR-RoboticsResearchLab/hri_projects_2023):Course content for UNR CS4/691 - Human-Robot Interaction - -#### Makefile -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [roxma / easymake](https://github.com/roxma/easymake):A handy makefile for simple C/C++ applications -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [DLR-TS / cpplint_docker](https://github.com/DLR-TS/cpplint_docker):A docker wrapper around cpplint -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [DLR-TS / cppcheck_docker](https://github.com/DLR-TS/cppcheck_docker):A docker wrapper for cppcheck -* [DLR-TS / lizard_docker](https://github.com/DLR-TS/lizard_docker):A docker wrapper for lizard diff --git a/trending/2023-09-10.md b/trending/2023-09-10.md deleted file mode 100644 index e7da90b..0000000 --- a/trending/2023-09-10.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-10 - -#### C -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [ddosify / alaz](https://github.com/ddosify/alaz):Effortless, Low-Overhead, eBPF-based Kubernetes Monitoring -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [GStreamer / gstreamer](https://github.com/GStreamer/gstreamer):GStreamer open-source multimedia framework -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [analogdevicesinc / no-OS](https://github.com/analogdevicesinc/no-OS):Software drivers in C for systems without an operating system -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [ByteOverlord / Watch_Quake2](https://github.com/ByteOverlord/Watch_Quake2):Quake 2 port for Apple Watch -* [checkpoint-restore / criu](https://github.com/checkpoint-restore/criu):Checkpoint/Restore tool -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [LongSoft / UEFITool](https://github.com/LongSoft/UEFITool):UEFI firmware image viewer and editor -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [analogdevicesinc / linux](https://github.com/analogdevicesinc/linux):Linux kernel variant from Analog Devices; see README.md for details -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. - -#### C++ -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [trilinos / Trilinos](https://github.com/trilinos/Trilinos):Primary repository for the Trilinos Project -* [ChefKissInc / NootedRed](https://github.com/ChefKissInc/NootedRed):Lilu plugin for AMD Vega iGPUs. No commercial use. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [cxasm / notepad--](https://github.com/cxasm/notepad--):一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。 -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [lammps / lammps](https://github.com/lammps/lammps):Public development project of the LAMMPS MD software package -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51261, 3.3.5 = 3.3.5a.12340) -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [google / sentencepiece](https://github.com/google/sentencepiece):Unsupervised text tokenizer for Neural Network-based text generation. - -#### CMake -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [kyubotics / coolq-cpp-sdk](https://github.com/kyubotics/coolq-cpp-sdk):CoolQ C++ SDK -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [linuxdeepin / dtk](https://github.com/linuxdeepin/dtk):Portal of DTK documentations -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [conan-io / hello](https://github.com/conan-io/hello):C++ Hello World library and application used Conan C/C++ Package Manager demos and examples -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [remonbonbon / makefile-example](https://github.com/remonbonbon/makefile-example):Good Makefile for C/C++ -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [sysml / toolchain](https://github.com/sysml/toolchain):C/C++ toolchain for MiniOS -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [roxma / easymake](https://github.com/roxma/easymake):A handy makefile for simple C/C++ applications -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [apui-avignon-university / warren-tdbp](https://github.com/apui-avignon-university/warren-tdbp):A warren plugin for moodle learning analytics dashboard diff --git a/trending/2023-09-11.md b/trending/2023-09-11.md deleted file mode 100644 index 809848d..0000000 --- a/trending/2023-09-11.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-11 - -#### C -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [openssh / openssh-portable](https://github.com/openssh/openssh-portable):Portable OpenSSH -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [coreutils / coreutils](https://github.com/coreutils/coreutils):upstream mirror - -#### C++ -* [trilinos / Trilinos](https://github.com/trilinos/Trilinos):Primary repository for the Trilinos Project -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51261, 3.3.5 = 3.3.5a.12340) -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [Alinshans / MyTinySTL](https://github.com/Alinshans/MyTinySTL):Achieve a tiny STL in C++11 -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [ModOrganizer2 / modorganizer](https://github.com/ModOrganizer2/modorganizer):Mod manager for various PC games. Discord Server: https://discord.gg/ewUVAqyrQX if you would like to be more involved -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [opencv / opencv_contrib](https://github.com/opencv/opencv_contrib):Repository for OpenCV's extra modules - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [eecs281staff / lab-01-music-sorting](https://github.com/eecs281staff/lab-01-music-sorting): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [HanshengGUO / DistriPerfMonitor](https://github.com/HanshengGUO/DistriPerfMonitor):DistriPerfMonitor is a robust and scalable C++ based performance monitoring solution specifically designed for distributed Linux environments. It aims to provide real-time insights and analytics into system performance, resource utilization, and potential bottlenecks across multiple nodes. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [ihaveamac / faketik](https://github.com/ihaveamac/faketik):Generates fake tickets to make missing titles re-appear on 3DS. -* [frainzy1477 / clash](https://github.com/frainzy1477/clash):Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash -* [DHDAXCW / NanoPi-R4S-R4SE](https://github.com/DHDAXCW/NanoPi-R4S-R4SE):基于lede-rockchip 源码建构 NanoPi R4S R4SE 的 OpenWrt 固件。 -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox diff --git a/trending/2023-09-12.md b/trending/2023-09-12.md deleted file mode 100644 index e86b05e..0000000 --- a/trending/2023-09-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-12 - -#### C -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [HansKristian-Work / vkd3d-proton](https://github.com/HansKristian-Work/vkd3d-proton):Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation. -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [nesbox / TIC-80](https://github.com/nesbox/TIC-80):TIC-80 is a fantasy computer for making, playing and sharing tiny games. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [rui314 / chibicc](https://github.com/rui314/chibicc):A small C compiler -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [raysan5 / raygui](https://github.com/raysan5/raygui):A simple and easy-to-use immediate-mode gui library -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [nginx / unit](https://github.com/nginx/unit):NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes. -* [videolan / vlc](https://github.com/videolan/vlc):VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [LumaTeam / Luma3DS](https://github.com/LumaTeam/Luma3DS):Noob-proof (N)3DS "Custom Firmware" - -#### C++ -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [boostorg / headers](https://github.com/boostorg/headers): -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. - -#### Makefile -* [HanshengGUO / DistriPerfMonitor](https://github.com/HanshengGUO/DistriPerfMonitor):DistriPerfMonitor is a robust and scalable C++ based performance monitoring solution specifically designed for distributed Linux environments. It aims to provide real-time insights and analytics into system performance, resource utilization, and potential bottlenecks across multiple nodes. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [MetinSeylan / homelab](https://github.com/MetinSeylan/homelab):bare-metal homelab k8s automation -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [tim-rose / abckit](https://github.com/tim-rose/abckit):Tools for manipulating "abc" format music files -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [practicalli / clojure-cli-config](https://github.com/practicalli/clojure-cli-config):User aliases and Clojure CLI configuration for deps.edn based projects -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI diff --git a/trending/2023-09-13.md b/trending/2023-09-13.md deleted file mode 100644 index feba664..0000000 --- a/trending/2023-09-13.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-13 - -#### C -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [nginx / unit](https://github.com/nginx/unit):NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [joshr120 / open-deck](https://github.com/joshr120/open-deck): -* [HansKristian-Work / vkd3d-proton](https://github.com/HansKristian-Work/vkd3d-proton):Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation. -* [libsql / libsql](https://github.com/libsql/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [nodejs / http-parser](https://github.com/nodejs/http-parser):http request/response parser for c -* [marcoslucianops / DeepStream-Yolo-Pose](https://github.com/marcoslucianops/DeepStream-Yolo-Pose):NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 application for YOLO-Pose models -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [libvips / libvips](https://github.com/libvips/libvips):A fast image processing library with low memory needs. -* [benhoyt / inih](https://github.com/benhoyt/inih):Simple .INI file parser in C, good for embedded systems -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [SeeFlowerX / stackplz](https://github.com/SeeFlowerX/stackplz):基于eBPF的堆栈追踪工具 - -#### C++ -* [eduard-permyakov / peredvizhnikov-engine](https://github.com/eduard-permyakov/peredvizhnikov-engine):A fully lock-free game engine written in C++20 -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [raulmur / ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2):Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [PowerDNS / pdns](https://github.com/PowerDNS/pdns):PowerDNS Authoritative, PowerDNS Recursor, dnsdist -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [OpenXRay / xray-16](https://github.com/OpenXRay/xray-16):Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;) -* [doxygen / doxygen](https://github.com/doxygen/doxygen):Official doxygen git repository -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51313, 3.3.5 = 3.3.5a.12340) -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [nmslib / hnswlib](https://github.com/nmslib/hnswlib):Header-only C++/python library for fast approximate nearest neighbors -* [MariaDB / server](https://github.com/MariaDB/server):MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. - -#### CMake -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [Envious-Data / Env-OpenClock](https://github.com/Envious-Data/Env-OpenClock):A fancy lil clock using LTP-305 -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ros / urdf_tutorial](https://github.com/ros/urdf_tutorial): -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake - -#### Makefile -* [HanshengGUO / DistriPerfMonitor](https://github.com/HanshengGUO/DistriPerfMonitor):DistriPerfMonitor is a robust and scalable C++ based performance monitoring solution specifically designed for distributed Linux environments. It aims to provide real-time insights and analytics into system performance, resource utilization, and potential bottlenecks across multiple nodes. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [MetinSeylan / homelab](https://github.com/MetinSeylan/homelab):bare-metal homelab k8s automation -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [thblt / write-yourself-a-git](https://github.com/thblt/write-yourself-a-git):Learn Git by reimplementing it from scratch -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [mbcrawfo / GenericMakefile](https://github.com/mbcrawfo/GenericMakefile):A generic makefile for use with small/medium C and C++ projects. -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [markbates / errx](https://github.com/markbates/errx): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [tim-rose / abckit](https://github.com/tim-rose/abckit):Tools for manipulating "abc" format music files -* [ahmadnassri / docker-vscode-server](https://github.com/ahmadnassri/docker-vscode-server):a Docker image for VS Code Server -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) diff --git a/trending/2023-09-14.md b/trending/2023-09-14.md deleted file mode 100644 index 44b6a56..0000000 --- a/trending/2023-09-14.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-14 - -#### C -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [open-mpi / ompi](https://github.com/open-mpi/ompi):Open MPI main development repository -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [raysan5 / raygui](https://github.com/raysan5/raygui):A simple and easy-to-use immediate-mode gui library -* [mvp / uhubctl](https://github.com/mvp/uhubctl):uhubctl - USB hub per-port power control -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. - -#### C++ -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team. -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [marcoslucianops / DeepStream-Yolo](https://github.com/marcoslucianops/DeepStream-Yolo):NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [osquery / osquery](https://github.com/osquery/osquery):SQL powered operating system instrumentation, monitoring, and analytics. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [leethomason / tinyxml2](https://github.com/leethomason/tinyxml2):TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51313, 3.3.5 = 3.3.5a.12340) -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [Envious-Data / Env-OpenClock](https://github.com/Envious-Data/Env-OpenClock):A fancy lil clock using LTP-305 -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [PolarityWorks / zmk-config-alu40](https://github.com/PolarityWorks/zmk-config-alu40):ZMK Config repository for the Huiben Lab ALU40 -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [gottyduke / SF_PluginTemplate](https://github.com/gottyduke/SF_PluginTemplate):Plugin template for SFSE plugins. click "Use this template" to generate your project. -* [linuxdeepin / dtk](https://github.com/linuxdeepin/dtk):Portal of DTK documentations -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [eosnetworkfoundation / eos-evm-node](https://github.com/eosnetworkfoundation/eos-evm-node): -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) -* [kyubotics / coolq-cpp-sdk](https://github.com/kyubotics/coolq-cpp-sdk):CoolQ C++ SDK -* [ethereum / cpp-ethereum-cmake](https://github.com/ethereum/cpp-ethereum-cmake):CMake support files for the C++ (Turbo) Ethereum projects -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. - -#### Makefile -* [HanshengGUO / DistriPerfMonitor](https://github.com/HanshengGUO/DistriPerfMonitor):DistriPerfMonitor is a robust and scalable C++ based performance monitoring solution specifically designed for distributed Linux environments. It aims to provide real-time insights and analytics into system performance, resource utilization, and potential bottlenecks across multiple nodes. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [beeware / Python-Apple-support](https://github.com/beeware/Python-Apple-support):A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [eecs281staff / lab-01-music-sorting](https://github.com/eecs281staff/lab-01-music-sorting): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe diff --git a/trending/2023-09-15.md b/trending/2023-09-15.md deleted file mode 100644 index 07cba3e..0000000 --- a/trending/2023-09-15.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-15 - -#### C -* [TryQuiet / quiet](https://github.com/TryQuiet/quiet):A private, p2p alternative to Slack and Discord built on Tor & IPFS -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [CrealityOfficial / K1_Series_Klipper](https://github.com/CrealityOfficial/K1_Series_Klipper):clone from https://github.com/Klipper3d/klipper/ -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [open-mpi / ompi](https://github.com/open-mpi/ompi):Open MPI main development repository -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [ianpatt / sfse](https://github.com/ianpatt/sfse):Starfield Script Extender -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [nmslib / hnswlib](https://github.com/nmslib/hnswlib):Header-only C++/python library for fast approximate nearest neighbors -* [Seneca-244200 / OOP-Workshops](https://github.com/Seneca-244200/OOP-Workshops): -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [turanszkij / WickedEngine](https://github.com/turanszkij/WickedEngine):3D engine with modern graphics -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [microsoft / Detours](https://github.com/microsoft/Detours):Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form. -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [Envious-Data / Env-OpenClock](https://github.com/Envious-Data/Env-OpenClock):A fancy lil clock using LTP-305 -* [rfzeg / virtual_racetracks_collection](https://github.com/rfzeg/virtual_racetracks_collection):Training repository for the Git and GitHub course. -* [manelpuig / rUBot_tutorial_ws](https://github.com/manelpuig/rUBot_tutorial_ws): -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [klepsydra-technologies / kpsr-build](https://github.com/klepsydra-technologies/kpsr-build): -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [HanshengGUO / DistriPerfMonitor](https://github.com/HanshengGUO/DistriPerfMonitor):DistriPerfMonitor is a robust and scalable C++ based performance monitoring solution specifically designed for distributed Linux environments. It aims to provide real-time insights and analytics into system performance, resource utilization, and potential bottlenecks across multiple nodes. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [oauth-wg / oauth-sd-jwt-vc](https://github.com/oauth-wg/oauth-sd-jwt-vc):draft-terbu-sd-jwt-vc -* [niudai / How-to-be-a-good-programmer](https://github.com/niudai/How-to-be-a-good-programmer):I'm here to tell you some amazing stuff which teacher would never tell you. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-TW) translation of the Python Documentation -* [Open-CMSIS-Pack / generator-bridge](https://github.com/Open-CMSIS-Pack/generator-bridge):Reference examples of a generator bridge. E.g. STCubeMX_Bridge -* [roxma / easymake](https://github.com/roxma/easymake):A handy makefile for simple C/C++ applications -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [tim-rose / abckit](https://github.com/tim-rose/abckit):Tools for manipulating "abc" format music files -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-09-16.md b/trending/2023-09-16.md deleted file mode 100644 index aabfdbf..0000000 --- a/trending/2023-09-16.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-16 - -#### C -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [TryQuiet / quiet](https://github.com/TryQuiet/quiet):A private, p2p alternative to Slack and Discord built on Tor & IPFS -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [ImageMagick / ImageMagick](https://github.com/ImageMagick/ImageMagick):🧙‍♂️ ImageMagick 7 -* [codazoda / hub-ctrl.c](https://github.com/codazoda/hub-ctrl.c):Control USB power on a port by port basis on some USB hubs. -* [PokerFacowaty / isfri](https://github.com/PokerFacowaty/isfri):A Linux kernel module that spawns a char device which tells the user whether it's Friday -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [mvp / uhubctl](https://github.com/mvp/uhubctl):uhubctl - USB hub per-port power control -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [uber / h3](https://github.com/uber/h3):Hexagonal hierarchical geospatial indexing system -* [86Box / 86Box](https://github.com/86Box/86Box):Emulator of x86-based machines based on PCem. - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [FlaxEngine / FlaxEngine](https://github.com/FlaxEngine/FlaxEngine):Flax Engine – multi-platform 3D game engine -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [ianpatt / sfse](https://github.com/ianpatt/sfse):Starfield Script Extender -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [tomlooman / ActionRoguelike](https://github.com/tomlooman/ActionRoguelike):Third-person Action Roguelike made in Unreal Engine C++. Project for Unreal Engine Pro C++ Course & Stanford University -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [Seneca-244200 / OOP-Workshops](https://github.com/Seneca-244200/OOP-Workshops): -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [BVLC / caffe](https://github.com/BVLC/caffe):Caffe: a fast open framework for deep learning. -* [ConfettiFX / The-Forge](https://github.com/ConfettiFX/The-Forge):The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2 -* [turanszkij / WickedEngine](https://github.com/turanszkij/WickedEngine):3D engine with modern graphics -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [godotengine / godot-cpp](https://github.com/godotengine/godot-cpp):C++ bindings for the Godot script API - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ethereum / cpp-ethereum-cmake](https://github.com/ethereum/cpp-ethereum-cmake):CMake support files for the C++ (Turbo) Ethereum projects -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [eecs281staff / lab-01-music-sorting](https://github.com/eecs281staff/lab-01-music-sorting): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [HanshengGUO / DistriPerfMonitor](https://github.com/HanshengGUO/DistriPerfMonitor):DistriPerfMonitor is a robust and scalable C++ based performance monitoring solution specifically designed for distributed Linux environments. It aims to provide real-time insights and analytics into system performance, resource utilization, and potential bottlenecks across multiple nodes. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [KoysX / treble_DerpFest_GSI](https://github.com/KoysX/treble_DerpFest_GSI): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [kahowang / FAST_LIO_SAM](https://github.com/kahowang/FAST_LIO_SAM):Front_end : fastlio2 Back_end : lio_sam -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [mxe / mxe](https://github.com/mxe/mxe):MXE (M cross environment) -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [haiiiiiyun / awesome-selfhosted-cn](https://github.com/haiiiiiyun/awesome-selfhosted-cn):可以在本地搭建的网络服务和 Web 应用列表。 -* [integrationROS / catkin_ws](https://github.com/integrationROS/catkin_ws): -* [apache / yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface):Apache YuniKorn Scheduler Interface -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics diff --git a/trending/2023-09-17.md b/trending/2023-09-17.md deleted file mode 100644 index d4d07c1..0000000 --- a/trending/2023-09-17.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-17 - -#### C -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [hfiref0x / UACME](https://github.com/hfiref0x/UACME):Defeating Windows User Account Control -* [TryQuiet / quiet](https://github.com/TryQuiet/quiet):A private, p2p alternative to Slack and Discord built on Tor & IPFS -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [samtools / htslib](https://github.com/samtools/htslib):C library for high-throughput sequencing data formats -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [google / XNNPACK](https://github.com/google/XNNPACK):High-efficiency floating-point neural network inference operators for mobile, server, and Web -* [pgbouncer / pgbouncer](https://github.com/pgbouncer/pgbouncer):lightweight connection pooler for PostgreSQL -* [S3cur3Th1sSh1t / Caro-Kann](https://github.com/S3cur3Th1sSh1t/Caro-Kann):Encrypted shellcode Injection to avoid Kernel triggered memory scans - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [turanszkij / WickedEngine](https://github.com/turanszkij/WickedEngine):3D engine with modern graphics -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [isledecomp / isle](https://github.com/isledecomp/isle):A work-in-progress decompilation of LEGO Island (1997) -* [FlaxEngine / FlaxEngine](https://github.com/FlaxEngine/FlaxEngine):Flax Engine – multi-platform 3D game engine -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [cocos2d / cocos2d-x](https://github.com/cocos2d/cocos2d-x):Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [godotengine / godot-cpp](https://github.com/godotengine/godot-cpp):C++ bindings for the Godot script API -* [mozilla / DeepSpeech](https://github.com/mozilla/DeepSpeech):DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [onnx / onnx-tensorrt](https://github.com/onnx/onnx-tensorrt):ONNX-TensorRT: TensorRT backend for ONNX -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [hanickadot / compile-time-regular-expressions](https://github.com/hanickadot/compile-time-regular-expressions):Compile Time Regular Expression in C++ -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs - -#### Makefile -* [eecs281staff / lab-01-music-sorting](https://github.com/eecs281staff/lab-01-music-sorting): -* [BaptisteVasseur / ApiPlatform](https://github.com/BaptisteVasseur/ApiPlatform): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [haiiiiiyun / awesome-selfhosted-cn](https://github.com/haiiiiiyun/awesome-selfhosted-cn):可以在本地搭建的网络服务和 Web 应用列表。 -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [integrationROS / catkin_ws](https://github.com/integrationROS/catkin_ws): -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [HanshengGUO / DistriPerfMonitor](https://github.com/HanshengGUO/DistriPerfMonitor):DistriPerfMonitor is a robust and scalable C++ based performance monitoring solution specifically designed for distributed Linux environments. It aims to provide real-time insights and analytics into system performance, resource utilization, and potential bottlenecks across multiple nodes. -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library diff --git a/trending/2023-09-18.md b/trending/2023-09-18.md deleted file mode 100644 index 76d54d3..0000000 --- a/trending/2023-09-18.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-18 - -#### C -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [UnknownShadow200 / ClassiCube](https://github.com/UnknownShadow200/ClassiCube):Custom Minecraft Classic / ClassiCube client written in C from scratch (formerly ClassicalSharp in C#) -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [klonyyy / STMViewer](https://github.com/klonyyy/STMViewer):Real-time STM32 variable & trace viewer -* [pygame / pygame](https://github.com/pygame/pygame):🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [tsoding / nobuild](https://github.com/tsoding/nobuild):Header only library for writing build recipes in C. -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [premake / premake-core](https://github.com/premake/premake-core):Premake -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [FlaxEngine / FlaxEngine](https://github.com/FlaxEngine/FlaxEngine):Flax Engine – multi-platform 3D game engine -* [godotengine / godot-cpp](https://github.com/godotengine/godot-cpp):C++ bindings for the Godot script API -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [turanszkij / WickedEngine](https://github.com/turanszkij/WickedEngine):3D engine with modern graphics -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [TokisanGames / Terrain3D](https://github.com/TokisanGames/Terrain3D):An editable terrain system for Godot 4, written in C++ -* [erincatto / box2d](https://github.com/erincatto/box2d):Box2D is a 2D physics engine for games -* [Qv2ray / Qv2ray](https://github.com/Qv2ray/Qv2ray):⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐ -* [godot-jolt / godot-jolt](https://github.com/godot-jolt/godot-jolt):Godot Jolt – Godot extension that integrates the Jolt physics engine -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [HuangCongQing / ROS](https://github.com/HuangCongQing/ROS):🔥ROS(c++)机器人操作系统 学习(写于2020年夏) -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [ros / urdf_tutorial](https://github.com/ros/urdf_tutorial): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake - -#### Makefile -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [remonbonbon / makefile-example](https://github.com/remonbonbon/makefile-example):Good Makefile for C/C++ -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [CodyReichert / awesome-cl](https://github.com/CodyReichert/awesome-cl):A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [eecs281staff / lab-01-music-sorting](https://github.com/eecs281staff/lab-01-music-sorting): -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [libretro-thumbnails / libretro-thumbnails](https://github.com/libretro-thumbnails/libretro-thumbnails):Thumbnails for RetroArch -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [EkkoG / clash-for-openclash-dist](https://github.com/EkkoG/clash-for-openclash-dist): -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. diff --git a/trending/2023-09-19.md b/trending/2023-09-19.md deleted file mode 100644 index 17da9f0..0000000 --- a/trending/2023-09-19.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-19 - -#### C -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [SoftEtherVPN / SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN):Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable. -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [samtools / htslib](https://github.com/samtools/htslib):C library for high-throughput sequencing data formats -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [yshui / picom](https://github.com/yshui/picom):A lightweight compositor for X11 -* [klonyyy / STMViewer](https://github.com/klonyyy/STMViewer):Real-time STM32 variable & trace viewer -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [remzi-arpacidusseau / ostep-code](https://github.com/remzi-arpacidusseau/ostep-code):Code from various chapters in OSTEP (http://www.ostep.org) - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [FlaxEngine / FlaxEngine](https://github.com/FlaxEngine/FlaxEngine):Flax Engine – multi-platform 3D game engine -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [godotengine / godot-cpp](https://github.com/godotengine/godot-cpp):C++ bindings for the Godot script API -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [CedricGuillemet / ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo):Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [sksalahuddin2828 / C_Plus_Plus](https://github.com/sksalahuddin2828/C_Plus_Plus):Explore something new -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [Alinshans / MyTinySTL](https://github.com/Alinshans/MyTinySTL):Achieve a tiny STL in C++11 -* [yuesong-feng / 30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer):30天自制C++服务器,包含教程和源代码 -* [TokisanGames / Terrain3D](https://github.com/TokisanGames/Terrain3D):An editable terrain system for Godot 4, written in C++ -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [ExpressLRS / ExpressLRS](https://github.com/ExpressLRS/ExpressLRS):STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [kmpchk / cpp-assignment-template](https://github.com/kmpchk/cpp-assignment-template): -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ethz-asl / gflags_catkin](https://github.com/ethz-asl/gflags_catkin):A catkin wrapper for Google gflags -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [mxe / mxe](https://github.com/mxe/mxe):MXE (M cross environment) -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [AlexZhuo / openwrt-ngrokc](https://github.com/AlexZhuo/openwrt-ngrokc):ngrok-c for OpenWrt/LEDE -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [Jia-WeiFang / Advanced-UNIX-Programming_Student](https://github.com/Jia-WeiFang/Advanced-UNIX-Programming_Student): -* [libretro-thumbnails / libretro-thumbnails](https://github.com/libretro-thumbnails/libretro-thumbnails):Thumbnails for RetroArch -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [jesperancinha / isbn-stacks](https://github.com/jesperancinha/isbn-stacks):Worldwide, the ISBN number is used. It is a massive collection of numbers which uniquely identify books per type and edition. Based on that, this project is here to evaluate the recent experimental project from the spring team called Spring-FU. As DSL that, when released, it will allow Spring applications to be developed without the use of annot… -* [EkkoG / clash-for-openclash-dist](https://github.com/EkkoG/clash-for-openclash-dist): -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. diff --git a/trending/2023-09-20.md b/trending/2023-09-20.md deleted file mode 100644 index 8070128..0000000 --- a/trending/2023-09-20.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-20 - -#### C -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [binbyu / Reader](https://github.com/binbyu/Reader):A win32 txt file reader -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [NVIDIA / open-gpu-kernel-modules](https://github.com/NVIDIA/open-gpu-kernel-modules):NVIDIA Linux open GPU kernel module source -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [SoftEtherVPN / SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN):Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [blackmagic-debug / blackmagic](https://github.com/blackmagic-debug/blackmagic):In application debugger for ARM Cortex microcontrollers. -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [lambertjamesd / n64brew2023](https://github.com/lambertjamesd/n64brew2023):Ultrarare's entry for 2023 n64 game jam -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. -* [nanomsg / nng](https://github.com/nanomsg/nng):nanomsg-next-generation -- light-weight brokerless messaging -* [ucb-bar / chipyard](https://github.com/ucb-bar/chipyard):An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [FlaxEngine / FlaxEngine](https://github.com/FlaxEngine/FlaxEngine):Flax Engine – multi-platform 3D game engine -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [godotengine / godot-cpp](https://github.com/godotengine/godot-cpp):C++ bindings for the Godot script API -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [CoatiSoftware / Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail):Sourcetrail - free and open-source interactive source explorer -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [StudioCherno / Walnut](https://github.com/StudioCherno/Walnut):Walnut is a simple application framework for Vulkan and Dear ImGui apps -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [gnuradio / gnuradio](https://github.com/gnuradio/gnuradio):GNU Radio – the Free and Open Software Radio Ecosystem -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51313, 3.3.5 = 3.3.5a.12340) -* [cartographer-project / cartographer](https://github.com/cartographer-project/cartographer):Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - -#### CMake -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [manelpuig / rUBot_tutorial_ws](https://github.com/manelpuig/rUBot_tutorial_ws): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [eosnetworkfoundation / eos-evm-node](https://github.com/eosnetworkfoundation/eos-evm-node): -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls 3 - Open Server -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [tim-rose / abckit](https://github.com/tim-rose/abckit):Tools for manipulating "abc" format music files -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [cakephp / docs](https://github.com/cakephp/docs):CakePHP CookBook -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [Jia-WeiFang / Advanced-UNIX-Programming_Student](https://github.com/Jia-WeiFang/Advanced-UNIX-Programming_Student): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions diff --git a/trending/2023-09-21.md b/trending/2023-09-21.md deleted file mode 100644 index 841ab00..0000000 --- a/trending/2023-09-21.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-21 - -#### C -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [Hamlib / Hamlib](https://github.com/Hamlib/Hamlib):Ham radio control library for rigs, rotators, tuners, and amplifiers -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [apache / guacamole-server](https://github.com/apache/guacamole-server):Mirror of Apache Guacamole Server -* [phpredis / phpredis](https://github.com/phpredis/phpredis):A PHP extension for Redis -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [json-c / json-c](https://github.com/json-c/json-c):https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/ -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [cstack / db_tutorial](https://github.com/cstack/db_tutorial):Writing a sqlite clone from scratch in C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [jiangdongguo / AndroidUSBCamera](https://github.com/jiangdongguo/AndroidUSBCamera):🔥🔥🔥Flexible and useful UVC camera engine on Android platform, supporting multi-road cameras! - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [facontidavide / Bonxai](https://github.com/facontidavide/Bonxai):Fast, hierarchical, sparse Voxel Grid -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [yuesong-feng / 30dayMakeCppServer](https://github.com/yuesong-feng/30dayMakeCppServer):30天自制C++服务器,包含教程和源代码 -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [nghttp2 / nghttp2](https://github.com/nghttp2/nghttp2):nghttp2 - HTTP/2 C Library and tools -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [fnc12 / sqlite_orm](https://github.com/fnc12/sqlite_orm):❤️ SQLite ORM light header only library for modern C++ -* [Blueforcer / awtrix-light](https://github.com/Blueforcer/awtrix-light):Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix. Getting started is easy as 1-2-3 -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [myhhub / cmake-project](https://github.com/myhhub/cmake-project):CMake完整使用教程。CMake教程包括一系列循序渐进的任务,介绍CMake信息,展示如何实现目标。 -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [kmpchk / cpp-assignment-template](https://github.com/kmpchk/cpp-assignment-template): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [filipdutescu / modern-cpp-template](https://github.com/filipdutescu/modern-cpp-template):A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion. -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [boostorg / headers](https://github.com/boostorg/headers): -* [HuangCongQing / ROS](https://github.com/HuangCongQing/ROS):🔥ROS(c++)机器人操作系统 学习(写于2020年夏) -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental - -#### Makefile -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [DroidX-UI / Release_changelogs](https://github.com/DroidX-UI/Release_changelogs): -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [Evolution-X / vendor_evolution](https://github.com/Evolution-X/vendor_evolution): -* [Jia-WeiFang / Advanced-UNIX-Programming_Student](https://github.com/Jia-WeiFang/Advanced-UNIX-Programming_Student): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [chialab / docker-php](https://github.com/chialab/docker-php):🧰 Adding common PHP extensions to some of the official PHP Docker images. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) diff --git a/trending/2023-09-22.md b/trending/2023-09-22.md deleted file mode 100644 index 6f39ce5..0000000 --- a/trending/2023-09-22.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-22 - -#### C -* [hydradatabase / hydra](https://github.com/hydradatabase/hydra):Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes. -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [GNOME / libxml2](https://github.com/GNOME/libxml2):Read-only mirror of https://gitlab.gnome.org/GNOME/libxml2 -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [phillbush / jvm](https://github.com/phillbush/jvm):simple java virtual machine -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [Odyssey-Team / Taurine](https://github.com/Odyssey-Team/Taurine):iOS 14 semi-untethered jailbreak -* [ARM-software / CMSIS_5](https://github.com/ARM-software/CMSIS_5):CMSIS Version 5 Development Repository -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [ThrowTheSwitch / CMock](https://github.com/ThrowTheSwitch/CMock):CMock - Mock/stub generator for C - -#### C++ -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [RamadhanAmizudin / malware](https://github.com/RamadhanAmizudin/malware):Malware Samples. Uploaded to GitHub for those want to analyse the code. Code mostly from: http://www.malwaretech.com -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [Blueforcer / awtrix-light](https://github.com/Blueforcer/awtrix-light):Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix. Getting started is easy as 1-2-3 -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [include-what-you-use / include-what-you-use](https://github.com/include-what-you-use/include-what-you-use):A tool for use with clang to analyze #includes in C and C++ source files -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [nghttp2 / nghttp2](https://github.com/nghttp2/nghttp2):nghttp2 - HTTP/2 C Library and tools -* [flutter-webrtc / flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc):WebRTC plugin for Flutter Mobile/Desktop/Web -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [foomo / redirects](https://github.com/foomo/redirects): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [Jia-WeiFang / Advanced-UNIX-Programming_Student](https://github.com/Jia-WeiFang/Advanced-UNIX-Programming_Student): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [MartinHeinz / python-project-blueprint](https://github.com/MartinHeinz/python-project-blueprint):Blueprint/Boilerplate For Python Projects -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): diff --git a/trending/2023-09-23.md b/trending/2023-09-23.md deleted file mode 100644 index af900a2..0000000 --- a/trending/2023-09-23.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-23 - -#### C -* [hydradatabase / hydra](https://github.com/hydradatabase/hydra):Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes. -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [GNOME / libxml2](https://github.com/GNOME/libxml2):Read-only mirror of https://gitlab.gnome.org/GNOME/libxml2 -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [phillbush / jvm](https://github.com/phillbush/jvm):simple java virtual machine -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [Odyssey-Team / Taurine](https://github.com/Odyssey-Team/Taurine):iOS 14 semi-untethered jailbreak -* [ARM-software / CMSIS_5](https://github.com/ARM-software/CMSIS_5):CMSIS Version 5 Development Repository -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [ThrowTheSwitch / CMock](https://github.com/ThrowTheSwitch/CMock):CMock - Mock/stub generator for C - -#### C++ -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [RamadhanAmizudin / malware](https://github.com/RamadhanAmizudin/malware):Malware Samples. Uploaded to GitHub for those want to analyse the code. Code mostly from: http://www.malwaretech.com -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [Blueforcer / awtrix-light](https://github.com/Blueforcer/awtrix-light):Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix. Getting started is easy as 1-2-3 -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [include-what-you-use / include-what-you-use](https://github.com/include-what-you-use/include-what-you-use):A tool for use with clang to analyze #includes in C and C++ source files -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [nghttp2 / nghttp2](https://github.com/nghttp2/nghttp2):nghttp2 - HTTP/2 C Library and tools -* [flutter-webrtc / flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc):WebRTC plugin for Flutter Mobile/Desktop/Web -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [python-cmake-buildsystem / python-cmake-buildsystem](https://github.com/python-cmake-buildsystem/python-cmake-buildsystem):A cmake buildsystem for compiling Python -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [DLR-TS / v2x_if_ros_msg](https://github.com/DLR-TS/v2x_if_ros_msg):A ROS message package for its-g5 v2x with automatically translated message structure -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [foomo / redirects](https://github.com/foomo/redirects): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [Jia-WeiFang / Advanced-UNIX-Programming_Student](https://github.com/Jia-WeiFang/Advanced-UNIX-Programming_Student): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [MartinHeinz / python-project-blueprint](https://github.com/MartinHeinz/python-project-blueprint):Blueprint/Boilerplate For Python Projects -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): diff --git a/trending/2023-09-24.md b/trending/2023-09-24.md deleted file mode 100644 index d93e853..0000000 --- a/trending/2023-09-24.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-24 - -#### C -* [maximegmd / CyberEngineTweaks](https://github.com/maximegmd/CyberEngineTweaks):Cyberpunk 2077 tweaks, hacks and scripting framework -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [jiangdongguo / AndroidUSBCamera](https://github.com/jiangdongguo/AndroidUSBCamera):🔥🔥🔥Flexible and useful UVC camera engine on Android platform, supporting multi-road cameras! -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [stephane / libmodbus](https://github.com/stephane/libmodbus):A Modbus library for Linux, Mac OS, FreeBSD and Windows -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [openvswitch / ovs](https://github.com/openvswitch/ovs):Open vSwitch -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [risinek / esp32-wifi-penetration-tool](https://github.com/risinek/esp32-wifi-penetration-tool):Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks. -* [hydradatabase / hydra](https://github.com/hydradatabase/hydra):Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes. -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [henrypp / simplewall](https://github.com/henrypp/simplewall):Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer. -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): - -#### C++ -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [userver-framework / userver](https://github.com/userver-framework/userver):The C++ Asynchronous Framework -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [AngusJohnson / Clipper2](https://github.com/AngusJohnson/Clipper2):Polygon Clipping and Offsetting - C++, C# and Delphi -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [zaphoyd / websocketpp](https://github.com/zaphoyd/websocketpp):C++ websocket client/server library -* [include-what-you-use / include-what-you-use](https://github.com/include-what-you-use/include-what-you-use):A tool for use with clang to analyze #includes in C and C++ source files -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [pixie-io / pixie](https://github.com/pixie-io/pixie):Instant Kubernetes-Native Application Observability -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [primihub / primihub](https://github.com/primihub/primihub):Privacy-Preserving Computing Platform 由密码学专家团队打造的开源隐私计算平台,支持多方安全计算、联邦学习、隐私求交、匿踪查询等。 -* [Seneca-244200 / OOP-Workshops](https://github.com/Seneca-244200/OOP-Workshops): - -#### CMake -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [jlangr / c2](https://github.com/jlangr/c2):Chapter First Example - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [eecs281staff / Makefile](https://github.com/eecs281staff/Makefile): -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [92bondstreet / javascript-empire](https://github.com/92bondstreet/javascript-empire):🛣️ 2023 ESILV courses on Web Application Architecture(s) -* [thockin / go-build-template](https://github.com/thockin/go-build-template):A Makefile/Dockerfile example for Go projects. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [CodyReichert / awesome-cl](https://github.com/CodyReichert/awesome-cl):A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff. diff --git a/trending/2023-09-25.md b/trending/2023-09-25.md deleted file mode 100644 index e2394e0..0000000 --- a/trending/2023-09-25.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-25 - -#### C -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [Maldev-Academy / MaldevAcademyLdr.1](https://github.com/Maldev-Academy/MaldevAcademyLdr.1): -* [maximegmd / CyberEngineTweaks](https://github.com/maximegmd/CyberEngineTweaks):Cyberpunk 2077 tweaks, hacks and scripting framework -* [mistymntncop / CVE-2023-4863](https://github.com/mistymntncop/CVE-2023-4863): -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner - -#### C++ -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [cmu-db / 15445-bootcamp](https://github.com/cmu-db/15445-bootcamp):A basic introduction to coding in modern C++. -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 C++ Functional Terminal User Interface. ❤️ -* [timeplus-io / proton](https://github.com/timeplus-io/proton):a unified streaming and historical data processing engine in a single binary, powered by ClickHouse -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [rutura / The-C-20-Masterclass-Source-Code](https://github.com/rutura/The-C-20-Masterclass-Source-Code):Source code for the C++ 20 Masterclass on udemy -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [AlexandreRouma / SDRPlusPlus](https://github.com/AlexandreRouma/SDRPlusPlus):Cross-Platform SDR Software -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [flyinghead / flycast](https://github.com/flyinghead/flycast):Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [boostorg / headers](https://github.com/boostorg/headers): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [eecs281staff / Makefile](https://github.com/eecs281staff/Makefile): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [beeware / Python-Apple-support](https://github.com/beeware/Python-Apple-support):A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [thockin / go-build-template](https://github.com/thockin/go-build-template):A Makefile/Dockerfile example for Go projects. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [DroidX-UI / Release_changelogs](https://github.com/DroidX-UI/Release_changelogs): -* [pcafrica / advanced_programming_2023-2024](https://github.com/pcafrica/advanced_programming_2023-2024):Material for the "Advanced Programming" course, Academic Year 2023-2024. Joint course offered by SISSA and UniTS. -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. diff --git a/trending/2023-09-26.md b/trending/2023-09-26.md deleted file mode 100644 index e3c5e1d..0000000 --- a/trending/2023-09-26.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-26 - -#### C -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [Maldev-Academy / MaldevAcademyLdr.1](https://github.com/Maldev-Academy/MaldevAcademyLdr.1): -* [maximegmd / CyberEngineTweaks](https://github.com/maximegmd/CyberEngineTweaks):Cyberpunk 2077 tweaks, hacks and scripting framework -* [mistymntncop / CVE-2023-4863](https://github.com/mistymntncop/CVE-2023-4863): -* [phoboslab / wipeout-rewrite](https://github.com/phoboslab/wipeout-rewrite): -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner - -#### C++ -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [cmu-db / 15445-bootcamp](https://github.com/cmu-db/15445-bootcamp):A basic introduction to coding in modern C++. -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 C++ Functional Terminal User Interface. ❤️ -* [timeplus-io / proton](https://github.com/timeplus-io/proton):a unified streaming and historical data processing engine in a single binary, powered by ClickHouse -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [rutura / The-C-20-Masterclass-Source-Code](https://github.com/rutura/The-C-20-Masterclass-Source-Code):Source code for the C++ 20 Masterclass on udemy -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [AlexandreRouma / SDRPlusPlus](https://github.com/AlexandreRouma/SDRPlusPlus):Cross-Platform SDR Software -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [flyinghead / flycast](https://github.com/flyinghead/flycast):Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [royshil / obs-backgroundremoval](https://github.com/royshil/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [boostorg / headers](https://github.com/boostorg/headers): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [eecs281staff / Makefile](https://github.com/eecs281staff/Makefile): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [beeware / Python-Apple-support](https://github.com/beeware/Python-Apple-support):A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [thockin / go-build-template](https://github.com/thockin/go-build-template):A Makefile/Dockerfile example for Go projects. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [DroidX-UI / Release_changelogs](https://github.com/DroidX-UI/Release_changelogs): -* [pcafrica / advanced_programming_2023-2024](https://github.com/pcafrica/advanced_programming_2023-2024):Material for the "Advanced Programming" course, Academic Year 2023-2024. Joint course offered by SISSA and UniTS. -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. diff --git a/trending/2023-09-27.md b/trending/2023-09-27.md deleted file mode 100644 index 4492c6c..0000000 --- a/trending/2023-09-27.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-27 - -#### C -* [Maldev-Academy / MaldevAcademyLdr.1](https://github.com/Maldev-Academy/MaldevAcademyLdr.1): -* [maximegmd / CyberEngineTweaks](https://github.com/maximegmd/CyberEngineTweaks):Cyberpunk 2077 tweaks, hacks and scripting framework -* [labwc / labwc](https://github.com/labwc/labwc):A Wayland window-stacking compositor -* [mistymntncop / CVE-2023-4863](https://github.com/mistymntncop/CVE-2023-4863): -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [Tencent / xLua](https://github.com/Tencent/xLua):xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [PortAudio / portaudio](https://github.com/PortAudio/portaudio):PortAudio is a cross-platform, open-source C language library for real-time audio input and output. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [shauninman / MinUI](https://github.com/shauninman/MinUI):A custom launcher for the Trimui Smart, Miyoo Mini(s), and Anbernic RG35XX with more to come... -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [Xilinx / linux-xlnx](https://github.com/Xilinx/linux-xlnx):The official Linux kernel from Xilinx -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. - -#### C++ -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [TixiaoShan / LIO-SAM](https://github.com/TixiaoShan/LIO-SAM):LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [SatDump / SatDump](https://github.com/SatDump/SatDump):A generic satellite data processing software. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [CGAL / cgal](https://github.com/CGAL/cgal):The public CGAL repository, see the README below -* [NVlabs / tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn):Lightning fast C++/CUDA neural network framework -* [baldurk / renderdoc](https://github.com/baldurk/renderdoc):RenderDoc is a stand-alone graphics debugging tool. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is one mini database, helping developers to learn how database works. -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [microsoft / react-native-windows](https://github.com/microsoft/react-native-windows):A framework for building native Windows apps with React. -* [NVIDIA / thrust](https://github.com/NVIDIA/thrust):The C++ parallel algorithms library. -* [trustwallet / wallet-core](https://github.com/trustwallet/wallet-core):Cross-platform, cross-blockchain wallet library. -* [lightvector / KataGo](https://github.com/lightvector/KataGo):GTP engine and self-play learning in Go -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [VMML / vmmlib](https://github.com/VMML/vmmlib):A templatized C++ vector and matrix math library -* [rfzeg / virtual_racetracks_collection](https://github.com/rfzeg/virtual_racetracks_collection):Training repository for the Git and GitHub course. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [fachat / GeckOS-V2](https://github.com/fachat/GeckOS-V2):GeckOS version 2, a multi-tasking and multithreading operating system for the 6502 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [utilitywarehouse / kafka-manifests](https://github.com/utilitywarehouse/kafka-manifests): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine diff --git a/trending/2023-09-28.md b/trending/2023-09-28.md deleted file mode 100644 index c847493..0000000 --- a/trending/2023-09-28.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-28 - -#### C -* [labwc / labwc](https://github.com/labwc/labwc):A Wayland window-stacking compositor -* [maximegmd / CyberEngineTweaks](https://github.com/maximegmd/CyberEngineTweaks):Cyberpunk 2077 tweaks, hacks and scripting framework -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ColinIanKing / stress-ng](https://github.com/ColinIanKing/stress-ng):This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [OneOfEleven / uv-k5-firmware-custom](https://github.com/OneOfEleven/uv-k5-firmware-custom):A customized version of https://github.com/DualTachyon/uv-k5-firmware -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [linux-rdma / rdma-core](https://github.com/linux-rdma/rdma-core):RDMA core userspace libraries and daemons -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [Avangelista / CowabungaLiteWindows](https://github.com/Avangelista/CowabungaLiteWindows):Cowabunga Lite for Windows -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [libffi / libffi](https://github.com/libffi/libffi):A portable foreign-function interface library. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. - -#### C++ -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [opencurve / curve](https://github.com/opencurve/curve):Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage. -* [ossamamehmood / Hacktoberfest2023](https://github.com/ossamamehmood/Hacktoberfest2023):Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉 -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [casper-hansen / AutoAWQ](https://github.com/casper-hansen/AutoAWQ):AutoAWQ implements the AWQ algorithm for 4-bit quantization with a 2x speedup during inference. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [microsoft / winget-cli](https://github.com/microsoft/winget-cli):WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface). -* [WasmEdge / WasmEdge](https://github.com/WasmEdge/WasmEdge):WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [LinHuangnan / Tutorial_2023](https://github.com/LinHuangnan/Tutorial_2023):"嗨,你为什么那么努力?" "因为我想去的地方很远,想买的东西很贵,喜欢的人很优秀!" -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [eve-autonomy / proj_launch](https://github.com/eve-autonomy/proj_launch): -* [eve-autonomy / audio_driver_msgs](https://github.com/eve-autonomy/audio_driver_msgs): -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [eve-autonomy / v2i_interface_msgs](https://github.com/eve-autonomy/v2i_interface_msgs): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [VMML / vmmlib](https://github.com/VMML/vmmlib):A templatized C++ vector and matrix math library -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [NordicPlayground / ncs-nrf5340-xip-app](https://github.com/NordicPlayground/ncs-nrf5340-xip-app):Example app that is able to receive mulitple images over SMP (with part of the app in XIP) and flash them on a nRF5340 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [nanoninja / docker-nginx-php-mysql](https://github.com/nanoninja/docker-nginx-php-mysql):Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [blackjetrock / pico-sp0256](https://github.com/blackjetrock/pico-sp0256):Rp Pico emulator of the SP0256 speech synthesiser chip -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): diff --git a/trending/2023-09-29.md b/trending/2023-09-29.md deleted file mode 100644 index aacfdbb..0000000 --- a/trending/2023-09-29.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-29 - -#### C -* [asdcorp / ohook](https://github.com/asdcorp/ohook):An universal Office "activation" hook with main focus of enabling full functionality of subscription editions -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [M01N-Team / HeaderLessPE](https://github.com/M01N-Team/HeaderLessPE): -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [OneOfEleven / uv-k5-firmware-custom](https://github.com/OneOfEleven/uv-k5-firmware-custom):A customized version of https://github.com/DualTachyon/uv-k5-firmware -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [nature-lang / nature](https://github.com/nature-lang/nature):🍀 The Nature Programming Language, may you be able to experience the joy of programming. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [apple-oss-distributions / xnu](https://github.com/apple-oss-distributions/xnu): -* [flightlessmango / MangoHud](https://github.com/flightlessmango/MangoHud):A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! - -#### C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [cloudflare / workerd](https://github.com/cloudflare/workerd):The JavaScript / Wasm runtime that powers Cloudflare Workers -* [aristocratos / btop](https://github.com/aristocratos/btop):A monitor of resources -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [ossamamehmood / Hacktoberfest2023](https://github.com/ossamamehmood/Hacktoberfest2023):Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉 -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51536, 3.3.5 = 3.3.5a.12340) -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [pixie-io / pixie](https://github.com/pixie-io/pixie):Instant Kubernetes-Native Application Observability -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [userver-framework / userver](https://github.com/userver-framework/userver):The C++ Asynchronous Framework -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [idaholab / moose](https://github.com/idaholab/moose):Multiphysics Object Oriented Simulation Environment -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [apple / swift-cmake-examples](https://github.com/apple/swift-cmake-examples): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [jlangr / c2](https://github.com/jlangr/c2):Chapter First Example - -#### Makefile -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [igorgue / firedis](https://github.com/igorgue/firedis):An implementation of Redis in the Mojo programming language -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. diff --git a/trending/2023-09-30.md b/trending/2023-09-30.md deleted file mode 100644 index a75038f..0000000 --- a/trending/2023-09-30.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-09-30 - -#### C -* [asdcorp / ohook](https://github.com/asdcorp/ohook):An universal Office "activation" hook with main focus of enabling full functionality of subscription editions -* [mistymntncop / CVE-2023-4863](https://github.com/mistymntncop/CVE-2023-4863): -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [telekom-security / tpotce](https://github.com/telekom-security/tpotce):🍯 T-Pot - The All In One Honeypot Platform 🐝 -* [M01N-Team / HeaderLessPE](https://github.com/M01N-Team/HeaderLessPE): -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [hmgle / graftcp](https://github.com/hmgle/graftcp):A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy. -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [kmesh-net / kmesh](https://github.com/kmesh-net/kmesh):High Performance ServiceMesh Data Plane Based on Programmable Kernel -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ - -#### C++ -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [VASTDynamics / Vaporizer2](https://github.com/VASTDynamics/Vaporizer2):Vaporizer2 hybrid wavetable additive / subtractive VST / AU / AAX synthesizer / sampler workstation plugin -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [cloudflare / workerd](https://github.com/cloudflare/workerd):The JavaScript / Wasm runtime that powers Cloudflare Workers -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [microsoft / winget-cli](https://github.com/microsoft/winget-cli):WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface). -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [ossamamehmood / Hacktoberfest2023](https://github.com/ossamamehmood/Hacktoberfest2023):Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉 -* [LibrePCB / LibrePCB](https://github.com/LibrePCB/LibrePCB):A powerful, innovative and intuitive EDA suite for everyone! -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [fabiensanglard / st](https://github.com/fabiensanglard/st):Command Space-Time explorer -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [userver-framework / userver](https://github.com/userver-framework/userver):The C++ Asynchronous Framework -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [boostorg / headers](https://github.com/boostorg/headers): -* [LinHuangnan / Tutorial_2023](https://github.com/LinHuangnan/Tutorial_2023):"嗨,你为什么那么努力?" "因为我想去的地方很远,想买的东西很贵,喜欢的人很优秀!" -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [steinwurf / fmt](https://github.com/steinwurf/fmt):fmt build script wrapper for waf build system https://github.com/fmtlib/fmt -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [steinwurf / asio](https://github.com/steinwurf/asio):Wrapper for https://github.com/chriskohlhoff/asio -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [utilitywarehouse / kafka-manifests](https://github.com/utilitywarehouse/kafka-manifests): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lnurl / luds](https://github.com/lnurl/luds):lnurl specifications -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gergelykalman / CVE-2023-32364-macos-app-sandbox-escape](https://github.com/gergelykalman/CVE-2023-32364-macos-app-sandbox-escape):Exploit for CVE-2023-32364 -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. diff --git a/trending/2023-10-01.md b/trending/2023-10-01.md deleted file mode 100644 index 121411e..0000000 --- a/trending/2023-10-01.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-01 - -#### C -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. -* [asdcorp / ohook](https://github.com/asdcorp/ohook):An universal Office "activation" hook with main focus of enabling full functionality of subscription editions -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [MrNeRF / gaussian-splatting-cuda](https://github.com/MrNeRF/gaussian-splatting-cuda):3D Gaussian Splatting, reimagined: Unleashing unmatched speed with C++ and CUDA from the ground up! -* [OneOfEleven / uv-k5-firmware-custom](https://github.com/OneOfEleven/uv-k5-firmware-custom):A customized version of https://github.com/DualTachyon/uv-k5-firmware -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [alx-se / Resources](https://github.com/alx-se/Resources): -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [webmproject / libvpx](https://github.com/webmproject/libvpx):Mirror only. Please do not send pull requests. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware - -#### C++ -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [IMXNOOBX / cs2-external-esp](https://github.com/IMXNOOBX/cs2-external-esp):Simple external esp using discord's/gdi overlay to render a box-esp on top of Counter-Strike 2, highlighting your enemies and teammates including their health. -* [ossamamehmood / Hacktoberfest2023](https://github.com/ossamamehmood/Hacktoberfest2023):Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉 -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51536, 3.3.5 = 3.3.5a.12340) -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [godot-jolt / godot-jolt](https://github.com/godot-jolt/godot-jolt):Godot Jolt – Godot extension that integrates the Jolt physics engine -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [VASTDynamics / Vaporizer2](https://github.com/VASTDynamics/Vaporizer2):Vaporizer2 hybrid wavetable additive / subtractive VST / AU / AAX synthesizer / sampler workstation plugin -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [bruhmoment21 / cs2-sdk](https://github.com/bruhmoment21/cs2-sdk):Counter-Strike 2 SDK/Base written in C++. -* [WayfireWM / wayfire](https://github.com/WayfireWM/wayfire):A modular and extensible wayland compositor -* [microsoft / wil](https://github.com/microsoft/wil):Windows Implementation Library -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [TheCruZ / kdmapper](https://github.com/TheCruZ/kdmapper):KDMapper is a simple tool that exploits iqvw64e.sys Intel driver to manually map non-signed drivers in memory -* [LibrePCB / LibrePCB](https://github.com/LibrePCB/LibrePCB):A powerful, innovative and intuitive EDA suite for everyone! - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinwurf / fmt](https://github.com/steinwurf/fmt):fmt build script wrapper for waf build system https://github.com/fmtlib/fmt -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [nhs-england-tools / repository-template-servicenow-integration](https://github.com/nhs-england-tools/repository-template-servicenow-integration): -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [eecs281staff / Makefile](https://github.com/eecs281staff/Makefile): -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository diff --git a/trending/2023-10-02.md b/trending/2023-10-02.md deleted file mode 100644 index db6a8bb..0000000 --- a/trending/2023-10-02.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-02 - -#### C -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [jsecurity101 / JonMon](https://github.com/jsecurity101/JonMon): -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [pygame / pygame](https://github.com/pygame/pygame):🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [HansKristian-Work / vkd3d-proton](https://github.com/HansKristian-Work/vkd3d-proton):Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation. -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [davatorium / rofi](https://github.com/davatorium/rofi):Rofi: A window switcher, application launcher and dmenu replacement -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [nesbox / TIC-80](https://github.com/nesbox/TIC-80):TIC-80 is a fantasy computer for making, playing and sharing tiny games. -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [ptitSeb / box64](https://github.com/ptitSeb/box64):Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input - -#### C++ -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [thedmd / imgui-node-editor](https://github.com/thedmd/imgui-node-editor):Node Editor built using Dear ImGui -* [ossamamehmood / Hacktoberfest2023](https://github.com/ossamamehmood/Hacktoberfest2023):Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉 -* [TKazer / CS2_External](https://github.com/TKazer/CS2_External):CS2 external cheat. -* [alliedmodders / hl2sdk](https://github.com/alliedmodders/hl2sdk):Half-Life 2 SDK Mirrors -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [IMXNOOBX / cs2-external-esp](https://github.com/IMXNOOBX/cs2-external-esp):Simple external esp using discord's/gdi overlay to render a box-esp on top of Counter-Strike 2, highlighting your enemies and teammates including their health. -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [bruhmoment21 / cs2-sdk](https://github.com/bruhmoment21/cs2-sdk):Counter-Strike 2 SDK/Base written in C++. -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [Neargye / magic_enum](https://github.com/Neargye/magic_enum):Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [ValveSoftware / Proton](https://github.com/ValveSoftware/Proton):Compatibility tool for Steam Play based on Wine and additional components -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51536, 3.3.5 = 3.3.5a.12340) -* [v8 / v8](https://github.com/v8/v8):The official mirror of the V8 Git repository - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule; experimental -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [boostorg / headers](https://github.com/boostorg/headers): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ethz-asl / gflags_catkin](https://github.com/ethz-asl/gflags_catkin):A catkin wrapper for Google gflags -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [tartley / python-regex-cheatsheet](https://github.com/tartley/python-regex-cheatsheet):Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. diff --git a/trending/2023-10-03.md b/trending/2023-10-03.md deleted file mode 100644 index ca16004..0000000 --- a/trending/2023-10-03.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-03 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [ptitSeb / box64](https://github.com/ptitSeb/box64):Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [EdgeTX / edgetx](https://github.com/EdgeTX/edgetx):EdgeTX is the cutting edge open source firmware for your R/C radio -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. Still in early development. -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [maximegmd / CyberEngineTweaks](https://github.com/maximegmd/CyberEngineTweaks):Cyberpunk 2077 tweaks, hacks and scripting framework -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [brunodev85 / winlator](https://github.com/brunodev85/winlator): -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [nesbox / TIC-80](https://github.com/nesbox/TIC-80):TIC-80 is a fantasy computer for making, playing and sharing tiny games. -* [melonDS-emu / melonDS](https://github.com/melonDS-emu/melonDS):DS emulator, sorta -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [raspiduino / arv32-opt](https://github.com/raspiduino/arv32-opt):[Tested successfully] Linux on Arduino UNO / atmega328p port of mini-rv32ima. Let's run Linux on the world's worst Linux PC (and beat Dmitry Grinberg) -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips - -#### C++ -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [ossamamehmood / Hacktoberfest2023](https://github.com/ossamamehmood/Hacktoberfest2023):Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉 -* [TKazer / CS2_External](https://github.com/TKazer/CS2_External):CS2 external cheat. -* [alliedmodders / hl2sdk](https://github.com/alliedmodders/hl2sdk):Half-Life 2 SDK Mirrors -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [Norbyte / bg3se](https://github.com/Norbyte/bg3se):Baldur's Gate 3 Script Extender -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [OfficialCodeNoodles / 2D-Minecraft](https://github.com/OfficialCodeNoodles/2D-Minecraft): -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51536, 3.3.5 = 3.3.5a.12340) -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [bruhmoment21 / cs2-sdk](https://github.com/bruhmoment21/cs2-sdk):Counter-Strike 2 SDK/Base written in C++. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [ethz-asl / gflags_catkin](https://github.com/ethz-asl/gflags_catkin):A catkin wrapper for Google gflags -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): - -#### Makefile -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [Estomihi100103 / visual-programing-practicum-02](https://github.com/Estomihi100103/visual-programing-practicum-02): -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [olezhek28 / microservices_course_boilerplate](https://github.com/olezhek28/microservices_course_boilerplate):Данный репозиторий содержит boilerplate для выполнения домашних заданий по курсу "Микросервисы как в BigTech-компаниях" от платформы Balun.Courses. Автор курса: Олег Козырев -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [thockin / go-build-template](https://github.com/thockin/go-build-template):A Makefile/Dockerfile example for Go projects. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [instill-ai / base](https://github.com/instill-ai/base):🚀 Instill Base contains components for supporting Instill VDP and Instill Model -* [plone / training](https://github.com/plone/training):Plone Trainings -* [tact-app / fiddle](https://github.com/tact-app/fiddle):🎻 The missing RSS manager. -* [imandra-ai / imandra-stdlib](https://github.com/imandra-ai/imandra-stdlib):Standard library for [Imandra](https://imandra.ai) -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. diff --git a/trending/2023-10-04.md b/trending/2023-10-04.md deleted file mode 100644 index d936272..0000000 --- a/trending/2023-10-04.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-04 - -#### C -* [phitronio / Batch-4-Introduction-to-C-Programming](https://github.com/phitronio/Batch-4-Introduction-to-C-Programming): -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [EdgeTX / edgetx](https://github.com/EdgeTX/edgetx):EdgeTX is the cutting edge open source firmware for your R/C radio -* [bucanero / pkgi-psp](https://github.com/bucanero/pkgi-psp):A PlayStation Portable (PSP) package download tool -* [heysaiyad / Hacktoberfest2023-DSA](https://github.com/heysaiyad/Hacktoberfest2023-DSA):Make your first Pull Request on Hacktoberfest 2023.You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo ⭐️ -* [veracrypt / VeraCrypt](https://github.com/veracrypt/VeraCrypt):Disk encryption with strong security based on TrueCrypt -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [P-H-C / phc-winner-argon2](https://github.com/P-H-C/phc-winner-argon2):The password hash Argon2, winner of PHC -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [webmproject / libwebp](https://github.com/webmproject/libwebp):Mirror only. Please do not send pull requests. - -#### C++ -* [TKazer / CS2_External](https://github.com/TKazer/CS2_External):CS2 external cheat. -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [ossamamehmood / Hacktoberfest2023](https://github.com/ossamamehmood/Hacktoberfest2023):Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉 -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [tomlooman / ActionRoguelike](https://github.com/tomlooman/ActionRoguelike):Third-person Action Roguelike made in Unreal Engine C++. Project for Unreal Engine C++ Course & Stanford University -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [ShahjalalShohag / code-library](https://github.com/ShahjalalShohag/code-library):Templates, algorithms and data structures implemented and collected for programming contests. -* [Saikat2407 / DSA_Hacktoberfest2023](https://github.com/Saikat2407/DSA_Hacktoberfest2023):This Repo will Accept all the quality Hacktoberfest 2023 Contribution ⚡️✅🎉 - -#### CMake -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [conan-io / hello](https://github.com/conan-io/hello):C++ Hello World library and application used Conan C/C++ Package Manager demos and examples -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [eve-autonomy / proj_launch](https://github.com/eve-autonomy/proj_launch): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [tartley / python-regex-cheatsheet](https://github.com/tartley/python-regex-cheatsheet):Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF -* [fairyly / mynodejs](https://github.com/fairyly/mynodejs):nodejs -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [imandra-ai / imandra-stdlib](https://github.com/imandra-ai/imandra-stdlib):Standard library for [Imandra](https://imandra.ai) -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot diff --git a/trending/2023-10-05.md b/trending/2023-10-05.md deleted file mode 100644 index 40de09b..0000000 --- a/trending/2023-10-05.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-05 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [he4rt / he4rtoberfest-2023](https://github.com/he4rt/he4rtoberfest-2023):Repo oficial do He4rtoberfest da He4rt Developers 2023 -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [InterstellarNetwork / Interstellar](https://github.com/InterstellarNetwork/Interstellar):Interstellar is one of the best proxies with blazing fasts speeds and tons of games. -* [veracrypt / VeraCrypt](https://github.com/veracrypt/VeraCrypt):Disk encryption with strong security based on TrueCrypt -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [heysaiyad / Hacktoberfest2023-DSA](https://github.com/heysaiyad/Hacktoberfest2023-DSA):Make your first Pull Request on Hacktoberfest 2023.You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo ⭐️ -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [skynettx / dosraptor](https://github.com/skynettx/dosraptor):Original Raptor Call Of The Shadows version 1.2 DOS source code -* [xperiments-in / xtouch](https://github.com/xperiments-in/xtouch): -* [phitronio / Batch-4-Introduction-to-C-Programming](https://github.com/phitronio/Batch-4-Introduction-to-C-Programming): -* [coreutils / coreutils](https://github.com/coreutils/coreutils):upstream mirror -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [cilium / tetragon](https://github.com/cilium/tetragon):eBPF-based Security Observability and Runtime Enforcement -* [phpredis / phpredis](https://github.com/phpredis/phpredis):A PHP extension for Redis -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. - -#### C++ -* [OfficialCodeNoodles / 2D-Minecraft](https://github.com/OfficialCodeNoodles/2D-Minecraft): -* [TKazer / CS2_External](https://github.com/TKazer/CS2_External):CS2 external cheat. -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [unicode-org / icu](https://github.com/unicode-org/icu):The home of the ICU project source code. -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [DavidGQK / mython_interpreter](https://github.com/DavidGQK/mython_interpreter): -* [iamdestinychild / 30-Days-DSA-Challenge](https://github.com/iamdestinychild/30-Days-DSA-Challenge):A 30 days challange for you to learn data structure and algorithm -* [Saikat2407 / DSA_Hacktoberfest2023](https://github.com/Saikat2407/DSA_Hacktoberfest2023):This Repo will Accept all the quality Hacktoberfest 2023 Contribution ⚡️✅🎉 -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [Prashant0664 / hacktoberfest](https://github.com/Prashant0664/hacktoberfest):You can upload programming ques and projects here for Hacktoberfest 2023 -* [lammps / lammps](https://github.com/lammps/lammps):Public development project of the LAMMPS MD software package -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. - -#### CMake -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [manelpuig / rUBot_tutorial_ws](https://github.com/manelpuig/rUBot_tutorial_ws): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [luncliff / vcpkg-registry](https://github.com/luncliff/vcpkg-registry):vcpkg registry maintained by @luncliff -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [markbates / errx](https://github.com/markbates/errx): -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [sysml / toolchain](https://github.com/sysml/toolchain):C/C++ toolchain for MiniOS -* [92bondstreet / javascript-empire](https://github.com/92bondstreet/javascript-empire):🛣️ 2023 ESILV courses on Web Application Architecture(s) -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [lukas-reineke / ci-template.nvim](https://github.com/lukas-reineke/ci-template.nvim):A template for Neovim plugin CI with GitHub actions -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware diff --git a/trending/2023-10-06.md b/trending/2023-10-06.md deleted file mode 100644 index 7ebceae..0000000 --- a/trending/2023-10-06.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-06 - -#### C -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [AxxAxx / AxxSolder](https://github.com/AxxAxx/AxxSolder):STM32 Based soldering station for JBC cartridges -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [ThrowTheSwitch / CMock](https://github.com/ThrowTheSwitch/CMock):CMock - Mock/stub generator for C -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [ekknod / EC](https://github.com/ekknod/EC):open-source CS:GO/CS2 cheat -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [Cisco-Talos / clamav](https://github.com/Cisco-Talos/clamav):ClamAV - Documentation is here: https://docs.clamav.net -* [espeak-ng / espeak-ng](https://github.com/espeak-ng/espeak-ng):eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents. -* [telekom-security / tpotce](https://github.com/telekom-security/tpotce):🍯 T-Pot - The All In One Honeypot Platform 🐝 -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [GNOME / gimp](https://github.com/GNOME/gimp):Read-only mirror of https://gitlab.gnome.org/GNOME/gimp -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [uber / h3](https://github.com/uber/h3):Hexagonal hierarchical geospatial indexing system - -#### C++ -* [TheD1rkMtr / DocPlz](https://github.com/TheD1rkMtr/DocPlz):Documents Exfiltration project for fun and educational purposes -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [google / graph-mining](https://github.com/google/graph-mining): -* [vitoplantamura / OnnxStream](https://github.com/vitoplantamura/OnnxStream):Stable Diffusion XL 1.0 Base on a Raspberry Pi Zero 2 (or in 298MB of RAM) -* [DHEERAJHARODE / Hacktoberfest2023-Open-source-](https://github.com/DHEERAJHARODE/Hacktoberfest2023-Open-source-):Send your valuable codes here -* [Source2ZE / CS2Fixes](https://github.com/Source2ZE/CS2Fixes):S2ZE modding experiments -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [TKazer / CS2_External](https://github.com/TKazer/CS2_External):CS2 external cheat. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [danielkrupinski / Osiris](https://github.com/danielkrupinski/Osiris):Free and open-source game hack for Counter-Strike 2, written in modern C++. For Windows and Linux. -* [NVIDIA / MatX](https://github.com/NVIDIA/MatX):An efficient C++17 GPU numerical computing library with Python-like syntax - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [IMC-UAS-Krems / OS3ILV-WS23-24-Assignment](https://github.com/IMC-UAS-Krems/OS3ILV-WS23-24-Assignment):Public Repository Hosting the Assignment for OS3ILV WS23/24 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine diff --git a/trending/2023-10-07.md b/trending/2023-10-07.md deleted file mode 100644 index 854f628..0000000 --- a/trending/2023-10-07.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-07 - -#### C -* [leesh3288 / CVE-2023-4911](https://github.com/leesh3288/CVE-2023-4911):PoC for CVE-2023-4911 -* [pinauten / Fugu15_Rootful](https://github.com/pinauten/Fugu15_Rootful):Rootful version of Fugu15 with full tweak support (including arm64 tweaks), for arm64e devices on iOS 15.0 - 15.4.1 -* [RickdeJager / CVE-2023-4911](https://github.com/RickdeJager/CVE-2023-4911):CVE-2023-4911 proof of concept -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [ekknod / EC](https://github.com/ekknod/EC):open-source CS:GO/CS2 cheat -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [AxxAxx / AxxSolder](https://github.com/AxxAxx/AxxSolder):STM32 Based soldering station for JBC cartridges -* [ufrisk / MemProcFS](https://github.com/ufrisk/MemProcFS):MemProcFS -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [skynettx / dosraptor](https://github.com/skynettx/dosraptor):Original Raptor Call Of The Shadows version 1.2 DOS source code -* [InfiniTimeOrg / InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime):Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [luigifreda / slamplay](https://github.com/luigifreda/slamplay):slamplay is a collection of powerful tools to start playing and experimenting with SLAM in C++ -* [RapierXbox / ESP32-Sour-Apple](https://github.com/RapierXbox/ESP32-Sour-Apple):Uses a Exploit found by @Willy-JL and @ECTO-1A to crash IOS17 devices over bluetooth. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [jinyus / related_post_gen](https://github.com/jinyus/related_post_gen):Data Processing benchmark featuring Rust, Go, Swift, Zig etc. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [bkaradzic / bgfx](https://github.com/bkaradzic/bgfx):Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [microsoft / WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK):The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. -* [TKazer / CS2_External](https://github.com/TKazer/CS2_External):CS2 external cheat. -* [isledecomp / isle](https://github.com/isledecomp/isle):A work-in-progress decompilation of LEGO Island (1997) -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [Midway91 / HactoberFest2023](https://github.com/Midway91/HactoberFest2023):This is for HacktoberFest2023 -* [DHEERAJHARODE / Hacktoberfest2023-Open-source-](https://github.com/DHEERAJHARODE/Hacktoberfest2023-Open-source-):Send your valuable codes here -* [lballabio / QuantLib](https://github.com/lballabio/QuantLib):The QuantLib C++ library - -#### CMake -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tackOlab / ImageProcessing2023](https://github.com/tackOlab/ImageProcessing2023):2023年度 画像工学 のリポジトリ -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [JAMO-TYPEFACE / Orbit](https://github.com/JAMO-TYPEFACE/Orbit):Orbit 2022 by JAMO -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [fairyly / mynodejs](https://github.com/fairyly/mynodejs):nodejs -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [lnurl / luds](https://github.com/lnurl/luds):lnurl specifications -* [nestlabs / nlfaultinjection](https://github.com/nestlabs/nlfaultinjection):Nest Labs Fault Injection (nlfaultinjection) is designed to provide a simple, portable fault injection framework. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): diff --git a/trending/2023-10-08.md b/trending/2023-10-08.md deleted file mode 100644 index 964ae40..0000000 --- a/trending/2023-10-08.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-08 - -#### C -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [leesh3288 / CVE-2023-4911](https://github.com/leesh3288/CVE-2023-4911):PoC for CVE-2023-4911 -* [AxxAxx / AxxSolder](https://github.com/AxxAxx/AxxSolder):STM32 Based soldering station for JBC cartridges -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [RickdeJager / CVE-2023-4911](https://github.com/RickdeJager/CVE-2023-4911):CVE-2023-4911 proof of concept -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [Actyx / Actyx](https://github.com/Actyx/Actyx):Local-First Cooperation based on Event Sourcing -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code - -#### C++ -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [luigifreda / slamplay](https://github.com/luigifreda/slamplay):slamplay is a collection of powerful tools to start playing and experimenting with SLAM in C++ -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [jinyus / related_post_gen](https://github.com/jinyus/related_post_gen):Data Processing benchmark featuring Rust, Go, Swift, Zig etc. -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [Midway91 / HactoberFest2023](https://github.com/Midway91/HactoberFest2023):This is for HacktoberFest2023 -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [f3d-app / f3d](https://github.com/f3d-app/f3d):Fast and minimalist 3D viewer. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [TKazer / CS2_External](https://github.com/TKazer/CS2_External):CS2 external cheat. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [obs-ai / obs-localvocal](https://github.com/obs-ai/obs-localvocal):OBS plugin for local speech and text AI processing routines -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [RIT-VEX-U / 2023-2024-1](https://github.com/RIT-VEX-U/2023-2024-1): -* [defenseunicorns / delivery-github-repo-management](https://github.com/defenseunicorns/delivery-github-repo-management): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [JAMO-TYPEFACE / Orbit](https://github.com/JAMO-TYPEFACE/Orbit):Orbit 2022 by JAMO diff --git a/trending/2023-10-09.md b/trending/2023-10-09.md deleted file mode 100644 index 5da03fd..0000000 --- a/trending/2023-10-09.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2023-10-09 - -#### C -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [InfiniTimeOrg / InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime):Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS -* [leesh3288 / CVE-2023-4911](https://github.com/leesh3288/CVE-2023-4911):PoC for CVE-2023-4911 -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [wireshark / wireshark](https://github.com/wireshark/wireshark):Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. -⚠️ -GitHub won't let us disable pull requests. -⚠️ -THEY WILL BE IGNORED HERE -⚠️ -Upload them at GitLab instead. -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [baldurk / renderdoc](https://github.com/baldurk/renderdoc):RenderDoc is a stand-alone graphics debugging tool. -* [WopsS / RED4ext](https://github.com/WopsS/RED4ext):A script extender for REDengine 4 (Cyberpunk 2077). -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [nasa / fprime](https://github.com/nasa/fprime):F' - A flight software and embedded systems framework -* [Neumi / ethersweep](https://github.com/Neumi/ethersweep):Open Source, easy to use Ethernet connected stepper motor controller. Built in FreeCAD, KiCAD and Arduino. -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [danielkrupinski / Osiris](https://github.com/danielkrupinski/Osiris):Free and open-source game hack for Counter-Strike 2, written in modern C++. For Windows and Linux. -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software. -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [moonlight-stream / moonlight-qt](https://github.com/moonlight-stream/moonlight-qt):GameStream client for PCs (Windows, Mac, Linux, and Steam Link) -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [luncliff / vcpkg-registry](https://github.com/luncliff/vcpkg-registry):vcpkg registry maintained by @luncliff -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [PixelExperience-Devices / device_qcom_common](https://github.com/PixelExperience-Devices/device_qcom_common):Dependency of Nubia Mini 5G (TP1803), Xiaomi Mi A2 (jasmine_sprout), Xiaomi POCO X3 (surya), Xiaomi Redmi 10 / 10C / 10 Power (fog), Xiaomi Redmi Note 11 (spes) -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [eecs281staff / Makefile](https://github.com/eecs281staff/Makefile): -* [riscv / riscv-zabha](https://github.com/riscv/riscv-zabha):The Zabha extension provides support for byte and halfword atomic memory operations. -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API diff --git a/trending/2023-10-10.md b/trending/2023-10-10.md deleted file mode 100644 index 1593414..0000000 --- a/trending/2023-10-10.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2023-10-10 - -#### C -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [wireshark / wireshark](https://github.com/wireshark/wireshark):Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. -⚠️ -GitHub won't let us disable pull requests. -⚠️ -THEY WILL BE IGNORED HERE -⚠️ -Upload them at GitLab instead. -* [leesh3288 / CVE-2023-4911](https://github.com/leesh3288/CVE-2023-4911):PoC for CVE-2023-4911 -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [pjsip / pjproject](https://github.com/pjsip/pjproject):PJSIP project -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [flightlessmango / MangoHud](https://github.com/flightlessmango/MangoHud):A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) - -#### C++ -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [huihut / interview](https://github.com/huihut/interview):📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [defold / defold](https://github.com/defold/defold):Defold is a completely free to use game engine for development of desktop, mobile and web games. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51536, 3.3.5 = 3.3.5a.12340) -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [Neumi / ethersweep](https://github.com/Neumi/ethersweep):Open Source, easy to use Ethernet connected stepper motor controller. Built in FreeCAD, KiCAD and Arduino. -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [tindy2013 / subconverter](https://github.com/tindy2013/subconverter):Utility to convert between various subscription format -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [intel / x86-simd-sort](https://github.com/intel/x86-simd-sort):C++ header file library for high performance SIMD based sorting algorithms for primitive datatypes -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [sush2023 / URC](https://github.com/sush2023/URC):Software for URC Rover -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [simonfxr / cmake-utils](https://github.com/simonfxr/cmake-utils): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [Evolution-X / vendor_evolution](https://github.com/Evolution-X/vendor_evolution): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. diff --git a/trending/2023-10-11.md b/trending/2023-10-11.md deleted file mode 100644 index 55dd3e4..0000000 --- a/trending/2023-10-11.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-11 - -#### C -* [reduz / larvita3](https://github.com/reduz/larvita3):Larvita 3 Game Engine -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [Cr4sh / SmmBackdoorNg](https://github.com/Cr4sh/SmmBackdoorNg):Updated version of System Management Mode backdoor for UEFI based platforms: old dog, new tricks -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [OpenIPC / firmware](https://github.com/OpenIPC/firmware):Alternative IP Camera firmware from an open community -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [linxinrao / Shamrock](https://github.com/linxinrao/Shamrock):☘ 基于Xposed实现的Onebot11/12标准QQBot框架 -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ - -#### C++ -* [tindy2013 / subconverter](https://github.com/tindy2013/subconverter):Utility to convert between various subscription format -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [raulmur / ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2):Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities -* [AngusJohnson / Clipper2](https://github.com/AngusJohnson/Clipper2):Polygon Clipping and Offsetting - C++, C# and Delphi -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [zeromq / libzmq](https://github.com/zeromq/libzmq):ZeroMQ core engine in C++, implements ZMTP/3.1 -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [opencv / opencv_contrib](https://github.com/opencv/opencv_contrib):Repository for OpenCV's extra modules -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [Source2ZE / CS2Fixes](https://github.com/Source2ZE/CS2Fixes):S2ZE modding experiments -* [intel / x86-simd-sort](https://github.com/intel/x86-simd-sort):C++ header file library for high performance SIMD based sorting algorithms for primitive datatypes -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ISC-Project-Phoenix / obj_detector](https://github.com/ISC-Project-Phoenix/obj_detector):Project Pheonix Object detector node -* [ISC-Project-Phoenix / obj_tracker](https://github.com/ISC-Project-Phoenix/obj_tracker):Project Phoenix Object Tracking Node -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [proxmox / ksm-control-daemon](https://github.com/proxmox/ksm-control-daemon):KSM tuning daemon -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [markbates / errx](https://github.com/markbates/errx): diff --git a/trending/2023-10-12.md b/trending/2023-10-12.md deleted file mode 100644 index b289917..0000000 --- a/trending/2023-10-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-12 - -#### C -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [gentilkiwi / mimikatz](https://github.com/gentilkiwi/mimikatz):A little tool to play with Windows security -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [linxinrao / Shamrock](https://github.com/linxinrao/Shamrock):☘ 基于Xposed实现的Onebot11/12标准QQBot框架 -* [Cr4sh / SmmBackdoorNg](https://github.com/Cr4sh/SmmBackdoorNg):Updated version of System Management Mode backdoor for UEFI based platforms: old dog, new tricks -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. - -#### C++ -* [ros-planning / moveit2](https://github.com/ros-planning/moveit2):🤖 MoveIt for ROS 2 -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [Ardour / ardour](https://github.com/Ardour/ardour):Mirror of Ardour Source Code -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [google / perfetto](https://github.com/google/perfetto):Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [zrax / pycdc](https://github.com/zrax/pycdc):C++ python bytecode disassembler and decompiler -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [shinchiro / mpv-winbuild-cmake](https://github.com/shinchiro/mpv-winbuild-cmake):CMake-based MinGW-w64 Cross Toolchain -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [Helsinki-NLP / Tatoeba-Challenge](https://github.com/Helsinki-NLP/Tatoeba-Challenge): -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [olxbr / make-snippets](https://github.com/olxbr/make-snippets): -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-10-13.md b/trending/2023-10-13.md deleted file mode 100644 index 252b4db..0000000 --- a/trending/2023-10-13.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-13 - -#### C -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [civetweb / civetweb](https://github.com/civetweb/civetweb):Embedded C/C++ web server -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [gentilkiwi / mimikatz](https://github.com/gentilkiwi/mimikatz):A little tool to play with Windows security -* [ValdikSS / GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI):GoodbyeDPI — Deep Packet Inspection circumvention utility (for Windows) -* [linxinrao / Shamrock](https://github.com/linxinrao/Shamrock):☘ 基于Xposed实现的Onebot11/12标准QQBot框架 -* [Cr4sh / SmmBackdoorNg](https://github.com/Cr4sh/SmmBackdoorNg):Updated version of System Management Mode backdoor for UEFI based platforms: old dog, new tricks -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. - -#### C++ -* [ros-planning / moveit2](https://github.com/ros-planning/moveit2):🤖 MoveIt for ROS 2 -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [Ardour / ardour](https://github.com/Ardour/ardour):Mirror of Ardour Source Code -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [google / perfetto](https://github.com/google/perfetto):Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [zrax / pycdc](https://github.com/zrax/pycdc):C++ python bytecode disassembler and decompiler -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [shinchiro / mpv-winbuild-cmake](https://github.com/shinchiro/mpv-winbuild-cmake):CMake-based MinGW-w64 Cross Toolchain -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [WebAssembly / wasi-crypto](https://github.com/WebAssembly/wasi-crypto):WASI Cryptography API Proposal -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [Helsinki-NLP / Tatoeba-Challenge](https://github.com/Helsinki-NLP/Tatoeba-Challenge): -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [olxbr / make-snippets](https://github.com/olxbr/make-snippets): -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-10-14.md b/trending/2023-10-14.md deleted file mode 100644 index 1c39685..0000000 --- a/trending/2023-10-14.md +++ /dev/null @@ -1,108 +0,0 @@ -## 2023-10-14 - -#### C -* [chompie1337 / Windows_MSKSSRV_LPE_CVE-2023-36802](https://github.com/chompie1337/Windows_MSKSSRV_LPE_CVE-2023-36802):LPE exploit for CVE-2023-36802 -* [linxinrao / Shamrock](https://github.com/linxinrao/Shamrock):☘ 基于Xposed实现的Onebot11/12标准QQBot框架 -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [remzi-arpacidusseau / ostep-code](https://github.com/remzi-arpacidusseau/ostep-code):Code from various chapters in OSTEP (http://www.ostep.org) -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ - -#### C++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [ros-planning / moveit2](https://github.com/ros-planning/moveit2):🤖 MoveIt for ROS 2 -* [AcademySoftwareFoundation / OpenImageIO](https://github.com/AcademySoftwareFoundation/OpenImageIO):Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [nghttp2 / nghttp2](https://github.com/nghttp2/nghttp2):nghttp2 - HTTP/2 C Library and tools -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [hamed-deriv / flutter_tearable_cloth](https://github.com/hamed-deriv/flutter_tearable_cloth):Implementation of tearable cloth in Flutter. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [google / skia](https://github.com/google/skia):Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [tackOlab / ImageProcessing2023](https://github.com/tackOlab/ImageProcessing2023):2023年度 画像工学 のリポジトリ -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [boostorg / headers](https://github.com/boostorg/headers): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [DLR-TS / adore_if_ros_msg](https://github.com/DLR-TS/adore_if_ros_msg):Eclipse ADORe interface package with ros messages - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [SrGesus / PO-2023-TESTS](https://github.com/SrGesus/PO-2023-TESTS):Unit tests for PO project. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [JAMO-TYPEFACE / Orbit](https://github.com/JAMO-TYPEFACE/Orbit):Orbit 2022 by JAMO -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe diff --git a/trending/2023-10-15.md b/trending/2023-10-15.md deleted file mode 100644 index 75e3e78..0000000 --- a/trending/2023-10-15.md +++ /dev/null @@ -1,108 +0,0 @@ -## 2023-10-15 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader -* [chompie1337 / Windows_MSKSSRV_LPE_CVE-2023-36802](https://github.com/chompie1337/Windows_MSKSSRV_LPE_CVE-2023-36802):LPE exploit for CVE-2023-36802 -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [hfiref0x / UACME](https://github.com/hfiref0x/UACME):Defeating Windows User Account Control -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [pjsip / pjproject](https://github.com/pjsip/pjproject):PJSIP project -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [paranoidninja / Cobaltstrike-Detection](https://github.com/paranoidninja/Cobaltstrike-Detection):This repo will contain the core detection, only for Cobaltstrike's leaked versions. Non-leaked version detections wont be shared -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [json-c / json-c](https://github.com/json-c/json-c):https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/ -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [jinxinyang / litechain](https://github.com/jinxinyang/litechain): -* [Immediate-Mode-UI / Nuklear](https://github.com/Immediate-Mode-UI/Nuklear):A single-header ANSI C immediate mode cross-platform GUI library -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [nxp-imx / linux-imx](https://github.com/nxp-imx/linux-imx):i.MX Linux kernel -* [mydumper / mydumper](https://github.com/mydumper/mydumper):Official MyDumper Project -* [lsalzman / enet](https://github.com/lsalzman/enet):ENet reliable UDP networking library -* [labwc / labwc](https://github.com/labwc/labwc):A Wayland window-stacking compositor -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. - -#### C++ -* [ros-planning / moveit2](https://github.com/ros-planning/moveit2):🤖 MoveIt for ROS 2 -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51536, 3.3.5 = 3.3.5a.12340) -* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) -* [pard0p / Cordyceps](https://github.com/pard0p/Cordyceps):C++ self-Injecting dropper based on various EDR evasion techniques. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [Haivision / srt](https://github.com/Haivision/srt):Secure, Reliable, Transport -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library - -#### CMake -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [tackOlab / ImageProcessing2023](https://github.com/tackOlab/ImageProcessing2023):2023年度 画像工学 のリポジトリ -* [rirolab / riro-msgs](https://github.com/rirolab/riro-msgs):Common ROS message and service files -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [obs-ai / obs-localvocal](https://github.com/obs-ai/obs-localvocal):OBS plugin for local speech recognition and captioning using AI -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [eve-autonomy / audio_driver_msgs](https://github.com/eve-autonomy/audio_driver_msgs): - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [proxmox / ksm-control-daemon](https://github.com/proxmox/ksm-control-daemon):KSM tuning daemon -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [nanoninja / docker-nginx-php-mysql](https://github.com/nanoninja/docker-nginx-php-mysql):Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [seebi / dircolors-solarized](https://github.com/seebi/dircolors-solarized):This is a repository of themes for GNU ls (configured via GNU dircolors) that support Ethan Schoonover’s Solarized color scheme. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK diff --git a/trending/2023-10-16.md b/trending/2023-10-16.md deleted file mode 100644 index caf2cdb..0000000 --- a/trending/2023-10-16.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-16 - -#### C -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [OneOfEleven / uv-k5-firmware-custom](https://github.com/OneOfEleven/uv-k5-firmware-custom):A customized version of https://github.com/DualTachyon/uv-k5-firmware -* [xperiments-in / xtouch](https://github.com/xperiments-in/xtouch): -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [pgbouncer / pgbouncer](https://github.com/pgbouncer/pgbouncer):lightweight connection pooler for PostgreSQL -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. -* [pygame / pygame](https://github.com/pygame/pygame):🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 -* [jinxinyang / litechain](https://github.com/jinxinyang/litechain): -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 -* [HarshwardhanPatil07 / HactoberFest2023](https://github.com/HarshwardhanPatil07/HactoberFest2023):A Simple😉 beginner friendly😊 Repo for all programmers and coders. All contributors are requested to star🌟this repo and and folllllow me. Contribute to start your journey with hacktoberfest. Happy Hacking💻!!! -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository - -#### C++ -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is a compact database that assists developers in understanding the fundamental workings of a database. -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [esp8266 / Arduino](https://github.com/esp8266/Arduino):ESP8266 core for Arduino -* [upx / upx](https://github.com/upx/upx):UPX - the Ultimate Packer for eXecutables -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [Vita3K / Vita3K](https://github.com/Vita3K/Vita3K):Experimental PlayStation Vita emulator - -#### CMake -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [boostorg / headers](https://github.com/boostorg/headers): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [JoakimSoderberg / coveralls-cmake](https://github.com/JoakimSoderberg/coveralls-cmake):Coveralls JSON coverage generator and uploader for CMake -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [yzharko / spbspu-labs-2023-aap-master](https://github.com/yzharko/spbspu-labs-2023-aap-master):Лабораторные работы по дисциплине "Алгоритмизация и программирование" групп ПИ[1 | 5 | 6] -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [KoysX / treble_DerpFest_GSI](https://github.com/KoysX/treble_DerpFest_GSI): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): diff --git a/trending/2023-10-17.md b/trending/2023-10-17.md deleted file mode 100644 index 1675663..0000000 --- a/trending/2023-10-17.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-17 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [SoftEtherVPN / SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN):Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [djpohly / dwl](https://github.com/djpohly/dwl):dwm for Wayland -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. - -#### C++ -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [mbucchia / VirtualDesktop-OpenXR](https://github.com/mbucchia/VirtualDesktop-OpenXR):An implementation of the OpenXR standard for Virtual Desktop -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [Saikat2407 / DSA_Hacktoberfest2023](https://github.com/Saikat2407/DSA_Hacktoberfest2023):This Repo will Accept all the quality Hacktoberfest 2023 Contribution ⚡️✅🎉 -* [kokkos / kokkos](https://github.com/kokkos/kokkos):Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51536, 3.3.5 = 3.3.5a.12340) -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [ihhub / fheroes2](https://github.com/ihhub/fheroes2):fheroes2 is a recreation of Heroes of Might and Magic II game engine. -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [Vita3K / Vita3K](https://github.com/Vita3K/Vita3K):Experimental PlayStation Vita emulator -* [random957654 / Hactober-2023-1](https://github.com/random957654/Hactober-2023-1):hacktoberfest, hacktoberfest-accepted, hacktoberfest2023 -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. - -#### CMake -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [zerojiu / pro-cmake](https://github.com/zerojiu/pro-cmake):Cmake template for C/C++/Qt Project. -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [boostorg / headers](https://github.com/boostorg/headers): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [ethz-asl / gflags_catkin](https://github.com/ethz-asl/gflags_catkin):A catkin wrapper for Google gflags -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis - -#### Makefile -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [Volgarenok / spbspu-labs-2023-aap-a](https://github.com/Volgarenok/spbspu-labs-2023-aap-a): -* [saty-a / FlutterHub](https://github.com/saty-a/FlutterHub):FlutterHub: Your source for top Flutter projects! Explore apps, UI components, plugins, and more to fuel your Flutter development. Join the community today!. And give this repo a ⭐ -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [yzharko / spbspu-labs-2023-aap-master](https://github.com/yzharko/spbspu-labs-2023-aap-master):Лабораторные работы по дисциплине "Алгоритмизация и программирование" групп ПИ[1 | 5 | 6] -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [chatwork / dockerfiles](https://github.com/chatwork/dockerfiles): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [KoysX / treble_DerpFest_GSI](https://github.com/KoysX/treble_DerpFest_GSI): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida diff --git a/trending/2023-10-18.md b/trending/2023-10-18.md deleted file mode 100644 index 31b95bb..0000000 --- a/trending/2023-10-18.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-18 - -#### C -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [asdcorp / ohook](https://github.com/asdcorp/ohook):An universal Office "activation" hook with main focus of enabling full functionality of subscription editions -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [SoftEtherVPN / SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN):Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable. -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [omnigres / omnigres](https://github.com/omnigres/omnigres):Postgres as a Platform -* [skeeto / endlessh](https://github.com/skeeto/endlessh):SSH tarpit that slowly sends an endless banner -* [jdah / doomenstein-3d](https://github.com/jdah/doomenstein-3d):Wolfenstein/DOOM style software renderers -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [openslide / openslide](https://github.com/openslide/openslide):C library for reading virtual slide images -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [pgbouncer / pgbouncer](https://github.com/pgbouncer/pgbouncer):lightweight connection pooler for PostgreSQL -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [Xilinx / linux-xlnx](https://github.com/Xilinx/linux-xlnx):The official Linux kernel from Xilinx - -#### C++ -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is a compact database that assists developers in understanding the fundamental workings of a database. -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [zeux / pugixml](https://github.com/zeux/pugixml):Light-weight, simple and fast XML parser for C++ with XPath support -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [kokkos / kokkos](https://github.com/kokkos/kokkos):Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [oroca / oroca-ros-pkg](https://github.com/oroca/oroca-ros-pkg):oroca-ros-pkg is collection of OROCA's ROS(Robot Operating System) packages. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [tackOlab / ImageProcessing2023](https://github.com/tackOlab/ImageProcessing2023):2023年度 画像工学 のリポジトリ -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [steinwurf / expected](https://github.com/steinwurf/expected):tl::expected build script wrapper for the waf build system. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [JoakimSoderberg / coveralls-cmake](https://github.com/JoakimSoderberg/coveralls-cmake):Coveralls JSON coverage generator and uploader for CMake - -#### Makefile -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [Volgarenok / spbspu-labs-2023-aap-a](https://github.com/Volgarenok/spbspu-labs-2023-aap-a): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [yzharko / spbspu-labs-2023-aap-master](https://github.com/yzharko/spbspu-labs-2023-aap-master):Лабораторные работы по дисциплине "Алгоритмизация и программирование" групп ПИ[1 | 5 | 6] -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [feiskyer / kubernetes-handbook](https://github.com/feiskyer/kubernetes-handbook):Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics diff --git a/trending/2023-10-19.md b/trending/2023-10-19.md deleted file mode 100644 index 1f099cb..0000000 --- a/trending/2023-10-19.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-19 - -#### C -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [pgbouncer / pgbouncer](https://github.com/pgbouncer/pgbouncer):lightweight connection pooler for PostgreSQL -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [omnigres / omnigres](https://github.com/omnigres/omnigres):Postgres as a Platform -* [Lienol / openwrt](https://github.com/Lienol/openwrt):Lienol's Modified OpenWrt source -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [86Box / 86Box](https://github.com/86Box/86Box):Emulator of x86-based machines based on PCem. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. - -#### C++ -* [yanfengwu-syser / syserdebugger](https://github.com/yanfengwu-syser/syserdebugger): -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is a compact database that assists developers in understanding the fundamental workings of a database. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [SpiderLabs / ModSecurity](https://github.com/SpiderLabs/ModSecurity):ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analys… -* [lammps / lammps](https://github.com/lammps/lammps):Public development project of the LAMMPS MD software package -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [BenMakesEverything / cyberdeck](https://github.com/BenMakesEverything/cyberdeck): -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [ethz-asl / kalibr](https://github.com/ethz-asl/kalibr):The Kalibr visual-inertial calibration toolbox -* [microsoft / GSL](https://github.com/microsoft/GSL):Guidelines Support Library -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [google / draco](https://github.com/google/draco):Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [code-iai / iai_robots](https://github.com/code-iai/iai_robots):Repo holding descriptions and launch-files for robots in the iai lab. -* [kyubotics / coolq-cpp-sdk](https://github.com/kyubotics/coolq-cpp-sdk):CoolQ C++ SDK -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [boostorg / headers](https://github.com/boostorg/headers): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [hmcts / chart-nodejs](https://github.com/hmcts/chart-nodejs):Nodejs Application Helm chart -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK diff --git a/trending/2023-10-20.md b/trending/2023-10-20.md deleted file mode 100644 index 64edce8..0000000 --- a/trending/2023-10-20.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-20 - -#### C -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [warmcat / libwebsockets](https://github.com/warmcat/libwebsockets):canonical libwebsockets.org networking library -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [attractivechaos / klib](https://github.com/attractivechaos/klib):A standalone and lightweight C library -* [cnlohr / mini-rv32ima](https://github.com/cnlohr/mini-rv32ima):A tiny C header-only risc-v emulator. -* [devbis / z03mmc](https://github.com/devbis/z03mmc):Xiaomi LYWSD03MMC Zigbee Firmware -* [intel / RealTimePathTracingResearchFramework](https://github.com/intel/RealTimePathTracingResearchFramework): -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [binbyu / Reader](https://github.com/binbyu/Reader):A win32 txt file reader -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository - -#### C++ -* [Alex313031 / thorium](https://github.com/Alex313031/thorium):Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md. -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is a compact database that assists developers in understanding the fundamental workings of a database. -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [kimci86 / bkcrack](https://github.com/kimci86/bkcrack):Crack legacy zip encryption with Biham and Kocher's known plaintext attack. -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [TileDB-Inc / TileDB](https://github.com/TileDB-Inc/TileDB):The Universal Storage Engine -* [lballabio / QuantLib](https://github.com/lballabio/QuantLib):The QuantLib C++ library -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [moonlight-stream / moonlight-qt](https://github.com/moonlight-stream/moonlight-qt):GameStream client for PCs (Windows, Mac, Linux, and Steam Link) -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [zxing-cpp / zxing-cpp](https://github.com/zxing-cpp/zxing-cpp):C++ port of ZXing -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [yujinrobot / yocs_msgs](https://github.com/yujinrobot/yocs_msgs):Yujin Open Control System (yocs) messages -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [boostorg / headers](https://github.com/boostorg/headers): -* [tackOlab / ImageProcessing2023](https://github.com/tackOlab/ImageProcessing2023):2023年度 画像工学 のリポジトリ -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [amaysim-au / docker-serverless](https://github.com/amaysim-au/docker-serverless):Docker image containing NodeJS, Serverless Framework and Yarn. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals diff --git a/trending/2023-10-21.md b/trending/2023-10-21.md deleted file mode 100644 index ca695f9..0000000 --- a/trending/2023-10-21.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-21 - -#### C -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [attractivechaos / klib](https://github.com/attractivechaos/klib):A standalone and lightweight C library -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [MrNeRF / gaussian-splatting-cuda](https://github.com/MrNeRF/gaussian-splatting-cuda):3D Gaussian Splatting, reimagined: Unleashing unmatched speed with C++ and CUDA from the ground up! -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [earlephilhower / arduino-pico](https://github.com/earlephilhower/arduino-pico):Raspberry Pi Pico Arduino core, for all RP2040 boards -* [Kitware / CMake](https://github.com/Kitware/CMake):Mirror of CMake upstream repository -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [marella / ctransformers](https://github.com/marella/ctransformers):Python bindings for the Transformer models implemented in C/C++ using GGML library. -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini and Mini+ -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC - -#### C++ -* [Alex313031 / thorium](https://github.com/Alex313031/thorium):Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md. -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [apache / kvrocks](https://github.com/apache/kvrocks):Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is a compact database that assists developers in understanding the fundamental workings of a database. -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [lballabio / QuantLib](https://github.com/lballabio/QuantLib):The QuantLib C++ library -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [gem5 / gem5](https://github.com/gem5/gem5):The official repository for the gem5 computer-system architecture simulator. -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [obs-ai / obs-localvocal](https://github.com/obs-ai/obs-localvocal):OBS plugin for local speech recognition and captioning using AI -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [RWTH-HPC / CMake-codecov](https://github.com/RWTH-HPC/CMake-codecov):CMake module for code coverage - -#### Makefile -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [ublue-os / bazzite](https://github.com/ublue-os/bazzite):Bazzite is an OCI image that serves as an alternative operating system for the Steam Deck, and a ready-to-game SteamOS-like for desktop computers, living room home theater PCs, and numerous other handheld PCs. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [MartinHeinz / python-project-blueprint](https://github.com/MartinHeinz/python-project-blueprint):Blueprint/Boilerplate For Python Projects -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [remonbonbon / makefile-example](https://github.com/remonbonbon/makefile-example):Good Makefile for C/C++ -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [NVIDIA / nvidia-container-runtime](https://github.com/NVIDIA/nvidia-container-runtime):NVIDIA container runtime -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [Volgarenok / spbspu-labs-2023-aap-a](https://github.com/Volgarenok/spbspu-labs-2023-aap-a): -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. diff --git a/trending/2023-10-22.md b/trending/2023-10-22.md deleted file mode 100644 index 46d41d1..0000000 --- a/trending/2023-10-22.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-22 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [unicorn-engine / unicorn](https://github.com/unicorn-engine/unicorn):Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86) -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [geany / geany](https://github.com/geany/geany):A fast and lightweight IDE -* [devbis / z03mmc](https://github.com/devbis/z03mmc):Xiaomi LYWSD03MMC Zigbee Firmware -* [M2Team / NanaZip](https://github.com/M2Team/NanaZip):The 7-Zip derivative intended for the modern Windows experience -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library - -#### C++ -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Alex313031 / thorium](https://github.com/Alex313031/thorium):Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md. -* [BlueMatthew / WechatExporter](https://github.com/BlueMatthew/WechatExporter):Wechat Chat History Exporter 微信聊天记录导出备份程序 -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [hku-mars / FAST_LIO](https://github.com/hku-mars/FAST_LIO):A computationally efficient and robust LiDAR-inertial odometry (LIO) package -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [apache / kvrocks](https://github.com/apache/kvrocks):Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [PowerDNS / pdns](https://github.com/PowerDNS/pdns):PowerDNS Authoritative, PowerDNS Recursor, dnsdist -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [opencv / opencv_contrib](https://github.com/opencv/opencv_contrib):Repository for OpenCV's extra modules -* [zaphoyd / websocketpp](https://github.com/zaphoyd/websocketpp):C++ websocket client/server library - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [Sensing-Intelligent-System / apriltags_ros_test](https://github.com/Sensing-Intelligent-System/apriltags_ros_test): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [apple / swift-cmake-examples](https://github.com/apple/swift-cmake-examples): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [obs-ai / obs-localvocal](https://github.com/obs-ai/obs-localvocal):OBS plugin for local speech recognition and captioning using AI -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [giantswarm / capa-app-collection](https://github.com/giantswarm/capa-app-collection): -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME diff --git a/trending/2023-10-23.md b/trending/2023-10-23.md deleted file mode 100644 index d96256e..0000000 --- a/trending/2023-10-23.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-23 - -#### C -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [sleirsgoevy / ps4jb-payloads](https://github.com/sleirsgoevy/ps4jb-payloads):Extracted payloads from the main repo -* [geany / geany](https://github.com/geany/geany):A fast and lightweight IDE -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [surge-synthesizer / surge](https://github.com/surge-synthesizer/surge):Synthesizer plug-in (previously released as Vember Audio Surge) -* [axboe / liburing](https://github.com/axboe/liburing): -* [wine-mirror / wine](https://github.com/wine-mirror/wine): -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [ntop / n2n](https://github.com/ntop/n2n):Peer-to-peer VPN -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [openshwprojects / OpenBK7231T_App](https://github.com/openshwprojects/OpenBK7231T_App):Open source firmware (Tasmota/Esphome replacement) for BK7231T, BK7231N, BL2028N, T34, XR809, W800/W801, W600/W601 and BL602 -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) - -#### C++ -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Source2ZE / CS2Fixes](https://github.com/Source2ZE/CS2Fixes):S2ZE modding experiments -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [Roblox / luau](https://github.com/Roblox/luau):A fast, small, safe, gradually typed embeddable scripting language derived from Lua -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51754, 3.3.5 = 3.3.5a.12340) -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [facebookresearch / habitat-sim](https://github.com/facebookresearch/habitat-sim):A flexible, high-performance 3D simulator for Embodied AI research. -* [me-no-dev / ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer):Async Web Server for ESP8266 and ESP32 -* [Alex313031 / thorium](https://github.com/Alex313031/thorium):Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md. - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [wangwenx190 / cmake-utils](https://github.com/wangwenx190/cmake-utils):CMake helper utilities -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [ros2 / eigen3_cmake_module](https://github.com/ros2/eigen3_cmake_module):Adds a custom find module for Eigen3 -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio - -#### Makefile -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-tw) translation of the Python Documentation -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [ThankYouMario / proprietary_vendor_xiaomi](https://github.com/ThankYouMario/proprietary_vendor_xiaomi): -* [yzharko / spbspu-labs-2023-aap-master](https://github.com/yzharko/spbspu-labs-2023-aap-master):Лабораторные работы по дисциплине "Алгоритмизация и программирование" групп ПИ[1 | 5 | 6] -* [libopencm3 / libopencm3-examples](https://github.com/libopencm3/libopencm3-examples):Simple example projects showing how to use libopencm3. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [Naereen / badges](https://github.com/Naereen/badges):📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours! -* [frainzy1477 / clash](https://github.com/frainzy1477/clash):Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. diff --git a/trending/2023-10-24.md b/trending/2023-10-24.md deleted file mode 100644 index 010403d..0000000 --- a/trending/2023-10-24.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-24 - -#### C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [outflanknl / C2-Tool-Collection](https://github.com/outflanknl/C2-Tool-Collection):A collection of tools which integrate with Cobalt Strike (and possibly other C2 frameworks) through BOF and reflective DLL loading techniques. -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [jagt / clumsy](https://github.com/jagt/clumsy):clumsy makes your network condition on Windows significantly worse, but in a controlled and interactive manner. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [melonDS-emu / melonDS](https://github.com/melonDS-emu/melonDS):DS emulator, sorta -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [greatscottgadgets / hackrf](https://github.com/greatscottgadgets/hackrf):low cost software radio platform -* [geany / geany](https://github.com/geany/geany):A fast and lightweight IDE -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming - -#### C++ -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [Source2ZE / CS2Fixes](https://github.com/Source2ZE/CS2Fixes):S2ZE modding experiments -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51754, 3.3.5 = 3.3.5a.12340) -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [Dr-TSNG / ZygiskOnKernelSU](https://github.com/Dr-TSNG/ZygiskOnKernelSU):Run Zygisk on KernelSU -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [opentrack / opentrack](https://github.com/opentrack/opentrack):Head tracking software for MS Windows, Linux, and Apple OSX -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [MariaDB / server](https://github.com/MariaDB/server):MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. -* [CedricGuillemet / ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo):Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 - -#### CMake -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. - -#### Makefile -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [yzharko / spbspu-labs-2023-aap-master](https://github.com/yzharko/spbspu-labs-2023-aap-master):Лабораторные работы по дисциплине "Алгоритмизация и программирование" групп ПИ[1 | 5 | 6] -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [IB-2023-2024 / P06-alternatives-iterations](https://github.com/IB-2023-2024/P06-alternatives-iterations): -* [python / python-docs-zh-tw](https://github.com/python/python-docs-zh-tw):Traditional Chinese (zh-tw) translation of the Python Documentation -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [PixelExperience-Staging / device_qcom_sepolicy-legacy-um](https://github.com/PixelExperience-Staging/device_qcom_sepolicy-legacy-um): -* [apache / yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface):Apache YuniKorn Scheduler Interface -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [PixelExperience-Staging / build](https://github.com/PixelExperience-Staging/build): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-10-25.md b/trending/2023-10-25.md deleted file mode 100644 index 48bc395..0000000 --- a/trending/2023-10-25.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-25 - -#### C -* [devbis / z03mmc](https://github.com/devbis/z03mmc):Xiaomi LYWSD03MMC Zigbee Firmware -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [outflanknl / C2-Tool-Collection](https://github.com/outflanknl/C2-Tool-Collection):A collection of tools which integrate with Cobalt Strike (and possibly other C2 frameworks) through BOF and reflective DLL loading techniques. -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [warmcat / libwebsockets](https://github.com/warmcat/libwebsockets):canonical libwebsockets.org networking library -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [jagt / clumsy](https://github.com/jagt/clumsy):clumsy makes your network condition on Windows significantly worse, but in a controlled and interactive manner. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [Source2ZE / CS2Fixes](https://github.com/Source2ZE/CS2Fixes):S2ZE modding experiments -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [gaoxiang12 / slambook2](https://github.com/gaoxiang12/slambook2):edition 2 of the slambook -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [hzeller / rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix):Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [facebook / hhvm](https://github.com/facebook/hhvm):A virtual machine for executing programs written in Hack. -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools: -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [PaddlePaddle / FastDeploy](https://github.com/PaddlePaddle/FastDeploy):⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [dominicpoeschko / cmake_helpers](https://github.com/dominicpoeschko/cmake_helpers): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [shinchiro / mpv-winbuild-cmake](https://github.com/shinchiro/mpv-winbuild-cmake):CMake-based MinGW-w64 Cross Toolchain -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [wangwenx190 / cmake-utils](https://github.com/wangwenx190/cmake-utils):CMake helper utilities -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [kyubotics / coolq-cpp-sdk](https://github.com/kyubotics/coolq-cpp-sdk):CoolQ C++ SDK -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [NVIDIA / nvidia-docker](https://github.com/NVIDIA/nvidia-docker):Build and run Docker containers leveraging NVIDIA GPUs -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [IB-2023-2024 / P06-alternatives-iterations](https://github.com/IB-2023-2024/P06-alternatives-iterations): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [markbates / errx](https://github.com/markbates/errx): -* [kahowang / FAST_LIO_SAM](https://github.com/kahowang/FAST_LIO_SAM):Front_end : fastlio2 Back_end : lio_sam -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more diff --git a/trending/2023-10-26.md b/trending/2023-10-26.md deleted file mode 100644 index b652079..0000000 --- a/trending/2023-10-26.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-26 - -#### C -* [sumatrapdfreader / sumatrapdf](https://github.com/sumatrapdfreader/sumatrapdf):SumatraPDF reader -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [stas00 / the-art-of-debugging](https://github.com/stas00/the-art-of-debugging):The Art of Debugging -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [OpenEtherCATsociety / SOEM](https://github.com/OpenEtherCATsociety/SOEM):Simple Open Source EtherCAT Master -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [kleiton0x00 / Proxy-DLL-Loads](https://github.com/kleiton0x00/Proxy-DLL-Loads):A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [0Nera / BMOSP](https://github.com/0Nera/BMOSP):БМПОС - Базовая Модульная Платформа Операционных Систем для платформы x86_64 -* [github / securitylab](https://github.com/github/securitylab):Resources related to GitHub Security Lab -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [evilashz / PigScheduleTask](https://github.com/evilashz/PigScheduleTask):添加计划任务方法集合 -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [singhhdev / cs2-external-source-kernel](https://github.com/singhhdev/cs2-external-source-kernel): -* [luigifreda / plvs](https://github.com/luigifreda/plvs):PLVS is a real-time SLAM system with points, lines, volumetric mapping and 3D unsupervised incremental segmentation. -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [focus-creative-games / hybridclr](https://github.com/focus-creative-games/hybridclr):HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate. -* [microsoft / react-native-windows](https://github.com/microsoft/react-native-windows):A framework for building native Windows apps with React. -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [nikohoffren / fork-commit-merge](https://github.com/nikohoffren/fork-commit-merge):Fork, Commit, Merge. A project designed to help you familiarize yourself with the open source contribution workflow on GitHub! -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components - -#### Makefile -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [upbound / configuration-aws-database](https://github.com/upbound/configuration-aws-database):AWS Database Configuration -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [markbates / errx](https://github.com/markbates/errx): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project diff --git a/trending/2023-10-27.md b/trending/2023-10-27.md deleted file mode 100644 index 84181b5..0000000 --- a/trending/2023-10-27.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-27 - -#### C -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [jgamblin / Mirai-Source-Code](https://github.com/jgamblin/Mirai-Source-Code):Leaked Mirai Source Code for Research/IoC Development Purposes -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [zlib-ng / zlib-ng](https://github.com/zlib-ng/zlib-ng):zlib replacement with optimizations for "next generation" systems. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [Cisco-Talos / clamav](https://github.com/Cisco-Talos/clamav):ClamAV - Documentation is here: https://docs.clamav.net -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [ntop / nDPI](https://github.com/ntop/nDPI):Open Source Deep Packet Inspection Software Toolkit -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [kleiton0x00 / Proxy-DLL-Loads](https://github.com/kleiton0x00/Proxy-DLL-Loads):A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls. - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [nmslib / hnswlib](https://github.com/nmslib/hnswlib):Header-only C++/python library for fast approximate nearest neighbors -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [Dr-TSNG / ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext):Standalone implementation of Zygisk -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [MAZHARMIK / Interview_DS_Algo](https://github.com/MAZHARMIK/Interview_DS_Algo):Super Repository for Coding Interview Preperation -* [Sergeanur / MGSResolutionPatch](https://github.com/Sergeanur/MGSResolutionPatch): -* [google / nsjail](https://github.com/google/nsjail):A lightweight process isolation tool that utilizes Linux namespaces, cgroups, rlimits and seccomp-bpf syscall filters, leveraging the Kafel BPF language for enhanced security. - -#### CMake -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ros-industrial / ros_industrial_cmake_boilerplate](https://github.com/ros-industrial/ros_industrial_cmake_boilerplate): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples - -#### Makefile -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [upbound / configuration-observability-datadog](https://github.com/upbound/configuration-observability-datadog):A Crossplane Observability Configuration For A Datadog Integration -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [upbound / configuration-aws-eks](https://github.com/upbound/configuration-aws-eks):AWS EKS Configuration -* [upbound / configuration-aws-eks-irsa](https://github.com/upbound/configuration-aws-eks-irsa):AWS EKS IRSA Configuration -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [jesperancinha / isbn-stacks](https://github.com/jesperancinha/isbn-stacks):Worldwide, the ISBN number is used. It is a massive collection of numbers which uniquely identify books per type and edition. Based on that, this project is here to evaluate the recent experimental project from the spring team called Spring-FU. As DSL that, when released, it will allow Spring applications to be developed without the use of annot… -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [imandra-ai / imandra-stdlib](https://github.com/imandra-ai/imandra-stdlib):Standard library for [Imandra](https://imandra.ai) -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2023-10-28.md b/trending/2023-10-28.md deleted file mode 100644 index ee03d05..0000000 --- a/trending/2023-10-28.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-28 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [palera1n / palera1n](https://github.com/palera1n/palera1n):Jailbreak for arm64 devices on iOS 15.0+ -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [ttttupup / wxhelper](https://github.com/ttttupup/wxhelper):Hook WeChat / 微信逆向 -* [neutrinolabs / xrdp](https://github.com/neutrinolabs/xrdp):xrdp: an open source RDP server -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [jgamblin / Mirai-Source-Code](https://github.com/jgamblin/Mirai-Source-Code):Leaked Mirai Source Code for Research/IoC Development Purposes -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [ThrowTheSwitch / CMock](https://github.com/ThrowTheSwitch/CMock):CMock - Mock/stub generator for C -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [zlib-ng / zlib-ng](https://github.com/zlib-ng/zlib-ng):zlib replacement with optimizations for "next generation" systems. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [jjwbruijn / OpenEPaperLink](https://github.com/jjwbruijn/OpenEPaperLink): -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [recastnavigation / recastnavigation](https://github.com/recastnavigation/recastnavigation):Navigation-mesh Toolset for Games -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [Sergeanur / MGSResolutionPatch](https://github.com/Sergeanur/MGSResolutionPatch): -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [upx / upx](https://github.com/upx/upx):UPX - the Ultimate Packer for eXecutables -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [MAZHARMIK / Interview_DS_Algo](https://github.com/MAZHARMIK/Interview_DS_Algo):Super Repository for Coding Interview Preperation -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51886, 3.3.5 = 3.3.5a.12340) -* [DRCL-USC / Hector_Simulation](https://github.com/DRCL-USC/Hector_Simulation):Simulation Software for HECTOR Humanoid Robot (ROS/MATLAB) -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS - -#### CMake -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-industrial / ros_industrial_cmake_boilerplate](https://github.com/ros-industrial/ros_industrial_cmake_boilerplate): -* [iauns / cpm](https://github.com/iauns/cpm):C++ Package Manager -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [shinchiro / mpv-winbuild-cmake](https://github.com/shinchiro/mpv-winbuild-cmake):CMake-based MinGW-w64 Cross Toolchain -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [esp8266 / source-code-examples](https://github.com/esp8266/source-code-examples):Examples of code for the ESP8266 diff --git a/trending/2023-10-29.md b/trending/2023-10-29.md deleted file mode 100644 index f8b1640..0000000 --- a/trending/2023-10-29.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-29 - -#### C -* [jagt / clumsy](https://github.com/jagt/clumsy):clumsy makes your network condition on Windows significantly worse, but in a controlled and interactive manner. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [videolan / vlc](https://github.com/videolan/vlc):VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [citusdata / pg_cron](https://github.com/citusdata/pg_cron):Run periodic jobs in PostgreSQL -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [palera1n / palera1n](https://github.com/palera1n/palera1n):Jailbreak for arm64 devices on iOS 15.0+ -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [GaijinEntertainment / daScript](https://github.com/GaijinEntertainment/daScript):daScript - high-performance statically strong typed scripting language -* [JHRobotics / patcher9x](https://github.com/JHRobotics/patcher9x):Patch for Windows 9x to fix CPU issues -* [ptitSeb / box64](https://github.com/ptitSeb/box64):Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices -* [atc1441 / ATC_MiThermometer](https://github.com/atc1441/ATC_MiThermometer):Custom firmware for the Xiaomi Thermometer LYWSD03MMC and Telink Flasher via USB to Serial converter -* [jjwbruijn / OpenEPaperLink](https://github.com/jjwbruijn/OpenEPaperLink): -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [GaijinEntertainment / DagorEngine](https://github.com/GaijinEntertainment/DagorEngine):Dagor Engine and Tools source code from Gaijin Games KFT -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [PurpleI2P / i2pd](https://github.com/PurpleI2P/i2pd):🛡 I2P: End-to-End encrypted and anonymous Internet -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [halpz / re3](https://github.com/halpz/re3): -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [Snapchat / KeyDB](https://github.com/Snapchat/KeyDB):A Multithreaded Fork of Redis -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [gaoxiang12 / slambook2](https://github.com/gaoxiang12/slambook2):edition 2 of the slambook -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [mavlink / mavros](https://github.com/mavlink/mavros):MAVLink to ROS gateway with proxy for Ground Control Station - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [VMML / vmmlib](https://github.com/VMML/vmmlib):A templatized C++ vector and matrix math library -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [ublue-os / bazzite](https://github.com/ublue-os/bazzite):Bazzite is an OCI image that serves as an alternative operating system for the Steam Deck, and a ready-to-game SteamOS-like for desktop computers, living room home theater PCs, and numerous other handheld PCs. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [utilitywarehouse / kafka-manifests](https://github.com/utilitywarehouse/kafka-manifests): -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [instill-ai / model](https://github.com/instill-ai/model):⚗️ Instill Model contains components for AI model orchestration -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [mxe / mxe](https://github.com/mxe/mxe):MXE (M cross environment) -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model diff --git a/trending/2023-10-30.md b/trending/2023-10-30.md deleted file mode 100644 index 0628e70..0000000 --- a/trending/2023-10-30.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2023-10-30 - -#### C -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [OneOfEleven / uv-k5-firmware-custom](https://github.com/OneOfEleven/uv-k5-firmware-custom):A customized version of https://github.com/DualTachyon/uv-k5-firmware -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [devbis / z03mmc](https://github.com/devbis/z03mmc):Xiaomi LYWSD03MMC Zigbee Firmware -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [dune3d / dune3d](https://github.com/dune3d/dune3d):3D CAD application -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [wireshark / wireshark](https://github.com/wireshark/wireshark):Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. -⚠️ -GitHub won't let us disable pull requests. -⚠️ -THEY WILL BE IGNORED HERE -⚠️ -Upload them at GitLab instead. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [gentilkiwi / mimikatz](https://github.com/gentilkiwi/mimikatz):A little tool to play with Windows security -* [videolan / vlc](https://github.com/videolan/vlc):VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [earlephilhower / arduino-pico](https://github.com/earlephilhower/arduino-pico):Raspberry Pi Pico Arduino core, for all RP2040 boards -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device - -#### C++ -* [halpz / re3](https://github.com/halpz/re3): -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [Lyall / MGSHDFix](https://github.com/Lyall/MGSHDFix):A work-in-progress fix that aims to add custom resolutions and ultrawide support to Metal Gear Solid Master Collection. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [esp8266 / Arduino](https://github.com/esp8266/Arduino):ESP8266 core for Arduino -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [obs-ai / obs-backgroundremoval](https://github.com/obs-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [boostorg / headers](https://github.com/boostorg/headers): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack - -#### Makefile -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [ublue-os / bazzite](https://github.com/ublue-os/bazzite):Bazzite is an OCI image that serves as an alternative operating system for the Steam Deck, and a ready-to-game SteamOS-like for desktop computers, living room home theater PCs, and numerous other handheld PCs. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [mbcrawfo / GenericMakefile](https://github.com/mbcrawfo/GenericMakefile):A generic makefile for use with small/medium C and C++ projects. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [mojoto / morrow.mojo](https://github.com/mojoto/morrow.mojo):Human-friendly date & time for Mojo 🔥 -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [meganukebmp / Switch_90DNS_tester](https://github.com/meganukebmp/Switch_90DNS_tester):A simple homebrew application to test 90DNS or Atmosphere DNS MITM on the switch (https://gitlab.com/a/90dns) -* [practicalli / clojure-cli-config](https://github.com/practicalli/clojure-cli-config):User aliases and Clojure CLI configuration for deps.edn based projects -* [beeware / Python-Apple-support](https://github.com/beeware/Python-Apple-support):A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project. -* [nanoninja / docker-nginx-php-mysql](https://github.com/nanoninja/docker-nginx-php-mysql):Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin diff --git a/trending/2023-10-31.md b/trending/2023-10-31.md deleted file mode 100644 index cee0307..0000000 --- a/trending/2023-10-31.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-10-31 - -#### C -* [witnessmenow / ESP32-Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display):Building a community around a cheap ESP32 Display with a touch screen -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [pymumu / smartdns](https://github.com/pymumu/smartdns):A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。 -* [netero1010 / GhostTask](https://github.com/netero1010/GhostTask): -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [openshwprojects / OpenBK7231T_App](https://github.com/openshwprojects/OpenBK7231T_App):Open source firmware (Tasmota/Esphome replacement) for BK7231T, BK7231N, BL2028N, T34, XR809, W800/W801, W600/W601 and BL602 -* [ImageMagick / ImageMagick](https://github.com/ImageMagick/ImageMagick):🧙‍♂️ ImageMagick 7 -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [i3 / i3](https://github.com/i3/i3):A tiling window manager for X11 -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod - -#### C++ -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [halpz / re3](https://github.com/halpz/re3): -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [jomjol / AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device):Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [praydog / REFramework](https://github.com/praydog/REFramework):Scripting platform, modding framework and VR support for all RE Engine games -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [boostorg / headers](https://github.com/boostorg/headers): -* [myhhub / cmake-project](https://github.com/myhhub/cmake-project):CMake完整使用教程。CMake教程包括一系列循序渐进的任务,介绍CMake信息,展示如何实现目标。 -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [RadeonOpenCompute / rocm-cmake](https://github.com/RadeonOpenCompute/rocm-cmake):CMake modules used within the ROCm libraries -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [TheLartians / Ccache.cmake](https://github.com/TheLartians/Ccache.cmake):🚅 Compile faster with Ccache! A Ccache integration for CMake with Xcode support. -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. - -#### Makefile -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [ublue-os / bazzite](https://github.com/ublue-os/bazzite):Bazzite is an OCI image that serves as an alternative operating system for the Steam Deck, and a ready-to-game SteamOS-like for desktop computers, living room home theater PCs, and numerous other handheld PCs. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [LineageOS / android_device_lineage_car](https://github.com/LineageOS/android_device_lineage_car): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [LineageOS / android_external_chromium-webview_patches](https://github.com/LineageOS/android_external_chromium-webview_patches): -* [ietf-wg-scitt / draft-ietf-scitt-architecture](https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture):An Architecture for Trustworthy Digital Supply Chain Transparency Services -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-11-01.md b/trending/2023-11-01.md deleted file mode 100644 index 7c1e452..0000000 --- a/trending/2023-11-01.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-01 - -#### C -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [witnessmenow / ESP32-Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display):Building a community around a cheap ESP32 Display with a touch screen -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [pymumu / smartdns](https://github.com/pymumu/smartdns):A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。 -* [blasty / unwyze](https://github.com/blasty/unwyze): -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [netero1010 / GhostTask](https://github.com/netero1010/GhostTask): -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [devbis / z03mmc](https://github.com/devbis/z03mmc):Xiaomi LYWSD03MMC Zigbee Firmware -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [phpredis / phpredis](https://github.com/phpredis/phpredis):A PHP extension for Redis -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [robertdavidgraham / masscan](https://github.com/robertdavidgraham/masscan):TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework - -#### C++ -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [Rahiche / riveo_page_curl](https://github.com/Rahiche/riveo_page_curl):Riveo page curl effect in flutter -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [luau-lang / luau](https://github.com/luau-lang/luau):A fast, small, safe, gradually typed embeddable scripting language derived from Lua -* [halpz / re3](https://github.com/halpz/re3): -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [myzxcg / RealBlindingEDR](https://github.com/myzxcg/RealBlindingEDR):Remove AV/EDR Kernel ObRegisterCallbacks、CmRegisterCallback、MiniFilter Callback、PsSetCreateProcessNotifyRoutine Callback、PsSetCreateThreadNotifyRoutine Callback、PsSetLoadImageNotifyRoutine Callback... -* [Lyall / MGSHDFix](https://github.com/Lyall/MGSHDFix):A work-in-progress fix that aims to add custom resolutions and ultrawide support to Metal Gear Solid Master Collection. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [Snapchat / KeyDB](https://github.com/Snapchat/KeyDB):A Multithreaded Fork of Redis -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [myhhub / cmake-project](https://github.com/myhhub/cmake-project):CMake完整使用教程。CMake教程包括一系列循序渐进的任务,介绍CMake信息,展示如何实现目标。 -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [Snaipe / libcsptr](https://github.com/Snaipe/libcsptr):Smart pointers for the (GNU) C programming language -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [utilitywarehouse / kafka-manifests](https://github.com/utilitywarehouse/kafka-manifests): -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [phhusson / vendor_hardware_overlay](https://github.com/phhusson/vendor_hardware_overlay):This includes hardware-specific overlays for Treble ROM -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2023-11-02.md b/trending/2023-11-02.md deleted file mode 100644 index bc1be00..0000000 --- a/trending/2023-11-02.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-02 - -#### C -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [blasty / unwyze](https://github.com/blasty/unwyze): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [devbis / z03mmc](https://github.com/devbis/z03mmc):Xiaomi LYWSD03MMC Zigbee Firmware -* [witnessmenow / ESP32-Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display):Building a community around a cheap ESP32 Display with a touch screen -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [ARMmbed / mbed-os](https://github.com/ARMmbed/mbed-os):Arm Mbed OS is a platform operating system designed for the internet of things -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [libfuse / sshfs](https://github.com/libfuse/sshfs):A network filesystem client to connect to SSH servers -* [c-ares / c-ares](https://github.com/c-ares/c-ares):A C library for asynchronous DNS requests -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC - -#### C++ -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [google / sentencepiece](https://github.com/google/sentencepiece):Unsupervised text tokenizer for Neural Network-based text generation. -* [ckcr4lyf / EvilAppleJuice-ESP32](https://github.com/ckcr4lyf/EvilAppleJuice-ESP32):Spam Apple Proximity Messages via an ESP32 -* [myzxcg / RealBlindingEDR](https://github.com/myzxcg/RealBlindingEDR):Remove AV/EDR Kernel ObRegisterCallbacks、CmRegisterCallback、MiniFilter Callback、PsSetCreateProcessNotifyRoutine Callback、PsSetCreateThreadNotifyRoutine Callback、PsSetLoadImageNotifyRoutine Callback... -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [progschj / ThreadPool](https://github.com/progschj/ThreadPool):A simple C++11 Thread Pool implementation -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [halpz / re3](https://github.com/halpz/re3): -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [ton-blockchain / ton](https://github.com/ton-blockchain/ton):Main TON monorepo -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [gem5 / gem5](https://github.com/gem5/gem5):The official repository for the gem5 computer-system architecture simulator. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [Rahiche / riveo_page_curl](https://github.com/Rahiche/riveo_page_curl):Riveo page curl effect in flutter - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [thebrowsercompany / windows-samples](https://github.com/thebrowsercompany/windows-samples):Sample Apps for Swift on Windows -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [myhhub / cmake-project](https://github.com/myhhub/cmake-project):CMake完整使用教程。CMake教程包括一系列循序渐进的任务,介绍CMake信息,展示如何实现目标。 -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [Bradsol / cs225_example_project](https://github.com/Bradsol/cs225_example_project): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [Falven / cpp-clion-template](https://github.com/Falven/cpp-clion-template):My default template for CLion C++ projects. -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [synesissoftware / Pantheios](https://github.com/synesissoftware/Pantheios):The C/C++ Diagnostic Logging Sweetspot -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [niudai / How-to-be-a-good-programmer](https://github.com/niudai/How-to-be-a-good-programmer):I'm here to tell you some amazing stuff which teacher would never tell you. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. diff --git a/trending/2023-11-03.md b/trending/2023-11-03.md deleted file mode 100644 index 0ef0ee2..0000000 --- a/trending/2023-11-03.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-03 - -#### C -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ElliotKillick / LdrLockLiberator](https://github.com/ElliotKillick/LdrLockLiberator):For when DLLMain is the only way -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [cozis / microtcp](https://github.com/cozis/microtcp):A minimal TCP/IP stack -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [OneOfEleven / uv-k5-firmware-custom](https://github.com/OneOfEleven/uv-k5-firmware-custom):A customized version of https://github.com/DualTachyon/uv-k5-firmware -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [libusb / hidapi](https://github.com/libusb/hidapi):A Simple cross-platform library for communicating with HID devices -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor - -#### C++ -* [GaijinEntertainment / DagorEngine](https://github.com/GaijinEntertainment/DagorEngine):Dagor Engine and Tools source code from Gaijin Games KFT -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [rwengine / openrw](https://github.com/rwengine/openrw):OpenRW "Open ReWrite" is an un-official open source recreation of the classic Grand Theft Auto III game executable -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [ckcr4lyf / EvilAppleJuice-ESP32](https://github.com/ckcr4lyf/EvilAppleJuice-ESP32):Spam Apple Proximity Messages via an ESP32 -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [myhhub / qtPluginApp](https://github.com/myhhub/qtPluginApp):Qt Plugin.QT插件框架 -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [halpz / re3](https://github.com/halpz/re3): -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [marcusabate / dbow2_catkin](https://github.com/marcusabate/dbow2_catkin): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [Azure / azure-sdk-vcpkg-betas](https://github.com/Azure/azure-sdk-vcpkg-betas):Azure SDK Vcpkg Betas -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [Naereen / badges](https://github.com/Naereen/badges):📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours! -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [ublue-os / bazzite](https://github.com/ublue-os/bazzite):Bazzite is an OCI image that serves as an alternative operating system for the Steam Deck, and a ready-to-game SteamOS-like for desktop computers, living room home theater PCs, and numerous other handheld PCs. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics diff --git a/trending/2023-11-04.md b/trending/2023-11-04.md deleted file mode 100644 index f9530f5..0000000 --- a/trending/2023-11-04.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-04 - -#### C -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [s0lst1c3 / eaphammer](https://github.com/s0lst1c3/eaphammer):Targeted evil twin attacks against WPA2-Enterprise networks. Indirect wireless pivots using hostile portal attacks. -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [ElliotKillick / LdrLockLiberator](https://github.com/ElliotKillick/LdrLockLiberator):For when DLLMain is the only way -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [Manawyrm / nvme-int13h-optionrom](https://github.com/Manawyrm/nvme-int13h-optionrom):Option ROM to boot x86 PCs from NVMe drives (legacy BIOS, INT 13h) -* [othermod / PSPi-Version-6](https://github.com/othermod/PSPi-Version-6): -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… - -#### C++ -* [GaijinEntertainment / DagorEngine](https://github.com/GaijinEntertainment/DagorEngine):Dagor Engine and Tools source code from Gaijin Games KFT -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [casper-hansen / AutoAWQ](https://github.com/casper-hansen/AutoAWQ):AutoAWQ implements the AWQ algorithm for 4-bit quantization with a 2x speedup during inference. -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [PaddlePaddle / FastDeploy](https://github.com/PaddlePaddle/FastDeploy):⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support. -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [tindy2013 / subconverter](https://github.com/tindy2013/subconverter):Utility to convert between various subscription format -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Falven / cpp-clion-template](https://github.com/Falven/cpp-clion-template):My default template for CLion C++ projects. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [dlminvestments / go-Infrastructure-server](https://github.com/dlminvestments/go-Infrastructure-server):Golang Infrastructure HTTP Server for REST APIs. Compile binaries to run Middleware Proxies Gateway Services gRPC Ecosystems & Client Route Channels/Tunneling - Envoy Proxy Service Mesh/ Gateway -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [ruslo / leathers](https://github.com/ruslo/leathers):🚀 Warning suppression library (C++) -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frainzy1477 / clash](https://github.com/frainzy1477/clash):Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [MrKiven / PyZh](https://github.com/MrKiven/PyZh):📚 一起写Python文章,一起看Python文章 - 利用readthedocs的Python技术文章的收集和翻译。 -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [pilvikala / c-goof](https://github.com/pilvikala/c-goof):Vulnerable C++ project -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics diff --git a/trending/2023-11-05.md b/trending/2023-11-05.md deleted file mode 100644 index d7b14e1..0000000 --- a/trending/2023-11-05.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-05 - -#### C -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ibireme / yyjson](https://github.com/ibireme/yyjson):The fastest JSON library in C -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [pjsip / pjproject](https://github.com/pjsip/pjproject):PJSIP project -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [libusb / hidapi](https://github.com/libusb/hidapi):A Simple cross-platform library for communicating with HID devices -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [libbpf / libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap):Scaffolding for BPF application development with libbpf and BPF CO-RE -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [json-c / json-c](https://github.com/json-c/json-c):https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/ - -#### C++ -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [GaijinEntertainment / DagorEngine](https://github.com/GaijinEntertainment/DagorEngine):Dagor Engine and Tools source code from Gaijin Games KFT -* [Norbyte / bg3se](https://github.com/Norbyte/bg3se):Baldur's Gate 3 Script Extender -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [Qv2ray / Qv2ray](https://github.com/Qv2ray/Qv2ray):⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐ -* [tindy2013 / subconverter](https://github.com/tindy2013/subconverter):Utility to convert between various subscription format -* [klzgrad / naiveproxy](https://github.com/klzgrad/naiveproxy):Make a fortune quietly -* [pxmkv / Balance-Tech](https://github.com/pxmkv/Balance-Tech):Self Balancing Bicycle using LQR controller -* [AngusJohnson / Clipper2](https://github.com/AngusJohnson/Clipper2):Polygon Clipping and Offsetting - C++, C# and Delphi -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [mmp / pbrt-v4](https://github.com/mmp/pbrt-v4):Source code to pbrt, the ray tracer described in the forthcoming 4th edition of the "Physically Based Rendering: From Theory to Implementation" book. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.1.7.51972, 3.3.5 = 3.3.5a.12340) -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [zeux / meshoptimizer](https://github.com/zeux/meshoptimizer):Mesh optimization library that makes meshes smaller and faster to render -* [googleapis / google-cloud-cpp](https://github.com/googleapis/google-cloud-cpp):C++ Client Libraries for Google Cloud Services -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 C++ Functional Terminal User Interface. ❤️ -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [ros2 / rosidl_defaults](https://github.com/ros2/rosidl_defaults):Default rosidl runtime and generators. -* [ros2 / unique_identifier_msgs](https://github.com/ros2/unique_identifier_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [VMML / vmmlib](https://github.com/VMML/vmmlib):A templatized C++ vector and matrix math library -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frainzy1477 / clash](https://github.com/frainzy1477/clash):Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [temporalio / api-cloud](https://github.com/temporalio/api-cloud):Temporal cloud gRPC API and proto files -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [ublue-os / bazzite](https://github.com/ublue-os/bazzite):Bazzite is an OCI image that serves as an alternative operating system for the Steam Deck, and a ready-to-game SteamOS-like for desktop computers, living room home theater PCs, and numerous other handheld PCs. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [markbates / errx](https://github.com/markbates/errx): -* [chialab / docker-php](https://github.com/chialab/docker-php):🧰 Adding common PHP extensions to some of the official PHP Docker images. diff --git a/trending/2023-11-06.md b/trending/2023-11-06.md deleted file mode 100644 index 0690ee3..0000000 --- a/trending/2023-11-06.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-06 - -#### C -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [ProtonVPN / android-app](https://github.com/ProtonVPN/android-app):Official ProtonVPN Android app -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [MicroLua / MicroLua](https://github.com/MicroLua/MicroLua):Lua for the RP2040 microcontroller - -#### C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Norbyte / bg3se](https://github.com/Norbyte/bg3se):Baldur's Gate 3 Script Extender -* [trojan-gfw / trojan](https://github.com/trojan-gfw/trojan):An unidentifiable mechanism that helps you bypass GFW. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [FlaxEngine / FlaxEngine](https://github.com/FlaxEngine/FlaxEngine):Flax Engine – multi-platform 3D game engine -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [nefarius / ViGEmBus](https://github.com/nefarius/ViGEmBus):Windows kernel-mode driver emulating well-known USB game controllers. -* [Qv2ray / Qv2ray](https://github.com/Qv2ray/Qv2ray):⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐ -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [ckcr4lyf / EvilAppleJuice-ESP32](https://github.com/ckcr4lyf/EvilAppleJuice-ESP32):Spam Apple Proximity Messages via an ESP32 -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [tindy2013 / subconverter](https://github.com/tindy2013/subconverter):Utility to convert between various subscription format -* [ExpressLRS / ExpressLRS](https://github.com/ExpressLRS/ExpressLRS):STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [Alex313031 / thorium](https://github.com/Alex313031/thorium):Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md. - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [marcusabate / dbow2_catkin](https://github.com/marcusabate/dbow2_catkin): -* [ToniRV / opengv_catkin](https://github.com/ToniRV/opengv_catkin):Catkin wrapper for installing [opengv](https://github.com/laurentkneip/opengv) -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [thebrowsercompany / windows-samples](https://github.com/thebrowsercompany/windows-samples):Sample Apps for Swift on Windows -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [v2rayA / v2raya-openwrt](https://github.com/v2rayA/v2raya-openwrt):opkg feed of v2rayA for OpenWrt users -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [matheusmoreira / liblinux](https://github.com/matheusmoreira/liblinux):Linux system calls. -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [kazuhisya / nodejs-rpm](https://github.com/kazuhisya/nodejs-rpm):node.js rpm spec -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [frainzy1477 / clash](https://github.com/frainzy1477/clash):Clash for openwrt [Luci-app-clash] https://github.com/frainzy1477/luci-app-clash -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter diff --git a/trending/2023-11-07.md b/trending/2023-11-07.md deleted file mode 100644 index 7888040..0000000 --- a/trending/2023-11-07.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-07 - -#### C -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [palera1n / palera1n](https://github.com/palera1n/palera1n):Jailbreak for arm64 devices on iOS 15.0+ -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [melonDS-emu / melonDS](https://github.com/melonDS-emu/melonDS):DS emulator, sorta -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [n64decomp / sm64](https://github.com/n64decomp/sm64):A Super Mario 64 decompilation, brought to you by a bunch of clever folks. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer - -#### C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 C++ Functional Terminal User Interface. ❤️ -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, WatermelonDB, Apache Doris, StarRocks -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [godotengine / godot-cpp](https://github.com/godotengine/godot-cpp):C++ bindings for the Godot script API -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [Alex313031 / thorium](https://github.com/Alex313031/thorium):Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md. -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library -* [danielkrupinski / Osiris](https://github.com/danielkrupinski/Osiris):Free and open-source game hack for Counter-Strike 2, written in modern C++. For Windows and Linux. -* [nillerusr / source-engine](https://github.com/nillerusr/source-engine):Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [Paspartout / BoilerplatePP](https://github.com/Paspartout/BoilerplatePP):Boilerplate for your C++ projects -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [ros2 / unique_identifier_msgs](https://github.com/ros2/unique_identifier_msgs): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ros2 / example_interfaces](https://github.com/ros2/example_interfaces):Msg, Srv, etc. ROS interfaces used in examples -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [kuoruan / openwrt-v2ray](https://github.com/kuoruan/openwrt-v2ray):V2Ray for OpenWrt -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter diff --git a/trending/2023-11-08.md b/trending/2023-11-08.md deleted file mode 100644 index 65e17ff..0000000 --- a/trending/2023-11-08.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-08 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [enjoy-digital / litex](https://github.com/enjoy-digital/litex):Build your hardware, easily! -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [tsl0922 / ttyd](https://github.com/tsl0922/ttyd):Share your terminal over the web -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [libvips / libvips](https://github.com/libvips/libvips):A fast image processing library with low memory needs. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [Nero22k / cve-2023-36802](https://github.com/Nero22k/cve-2023-36802):Exploit for CVE-2023-36802 targeting MSKSSRV.SYS driver -* [elFarto / nvidia-vaapi-driver](https://github.com/elFarto/nvidia-vaapi-driver):A VA-API implemention using NVIDIA's NVDEC -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [sudo-project / sudo](https://github.com/sudo-project/sudo):Utility to execute a command as another user -* [go-gl / glfw](https://github.com/go-gl/glfw):Go bindings for GLFW 3 -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager - -#### C++ -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [decoder-it / LocalPotato](https://github.com/decoder-it/LocalPotato): -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [polybar / polybar](https://github.com/polybar/polybar):A fast and easy-to-use status bar -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [gaoxiang12 / slambook2](https://github.com/gaoxiang12/slambook2):edition 2 of the slambook -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [include-what-you-use / include-what-you-use](https://github.com/include-what-you-use/include-what-you-use):A tool for use with clang to analyze #includes in C and C++ source files -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [archercreat / titan](https://github.com/archercreat/titan):Titan is a VMProtect devirtualizer -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [ProjectPhysX / FluidX3D](https://github.com/ProjectPhysX/FluidX3D):The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ethereum / cpp-ethereum-cmake](https://github.com/ethereum/cpp-ethereum-cmake):CMake support files for the C++ (Turbo) Ethereum projects -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [wxmerkt / pybind11_catkin](https://github.com/wxmerkt/pybind11_catkin):Catkin wrapper for pybind11 -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [Polytonic / Glitter](https://github.com/Polytonic/Glitter):Dead Simple OpenGL -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [v2rayA / v2raya-openwrt](https://github.com/v2rayA/v2raya-openwrt):opkg feed of v2rayA for OpenWrt users -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [practicalli / clojure-cli-config](https://github.com/practicalli/clojure-cli-config):User aliases and Clojure CLI configuration for deps.edn based projects -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more diff --git a/trending/2023-11-09.md b/trending/2023-11-09.md deleted file mode 100644 index a48a4ad..0000000 --- a/trending/2023-11-09.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-09 - -#### C -* [Cracked5pider / LdrLibraryEx](https://github.com/Cracked5pider/LdrLibraryEx):A small x64 library to load dll's into memory. -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [jjwbruijn / OpenEPaperLink](https://github.com/jjwbruijn/OpenEPaperLink): -* [ph1p / ikea-led-obegraensad](https://github.com/ph1p/ikea-led-obegraensad):ESP32/Arduino hack for the ikea OBEGRÄNSAD led wall lamp -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [nginx / unit](https://github.com/nginx/unit):NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [lone-lang / lone](https://github.com/lone-lang/lone):The standalone Linux Lisp -* [NixOS / patchelf](https://github.com/NixOS/patchelf):A small utility to modify the dynamic linker and RPATH of ELF executables -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. - -#### C++ -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [archercreat / titan](https://github.com/archercreat/titan):Titan is a VMProtect devirtualizer -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [Tripouille / libftTester](https://github.com/Tripouille/libftTester):Tester for the libft project of 42 school -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [SatDump / SatDump](https://github.com/SatDump/SatDump):A generic satellite data processing software. -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [myhhub / cmake-project](https://github.com/myhhub/cmake-project):CMake完整使用教程。CMake教程包括一系列循序渐进的任务,介绍CMake信息,展示如何实现目标。 -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [boostorg / headers](https://github.com/boostorg/headers): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [mxe / mxe](https://github.com/mxe/mxe):MXE (M cross environment) -* [markbates / errx](https://github.com/markbates/errx): -* [v2rayA / v2raya-openwrt](https://github.com/v2rayA/v2raya-openwrt):opkg feed of v2rayA for OpenWrt users -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [utilitywarehouse / kafka-manifests](https://github.com/utilitywarehouse/kafka-manifests): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. diff --git a/trending/2023-11-10.md b/trending/2023-11-10.md deleted file mode 100644 index 69b8823..0000000 --- a/trending/2023-11-10.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-10 - -#### C -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [Cracked5pider / LdrLibraryEx](https://github.com/Cracked5pider/LdrLibraryEx):A small x64 library to load dll's into memory. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [FeijiangHan / dead_code_analyzer](https://github.com/FeijiangHan/dead_code_analyzer):Using DynamoRIO and XED to find redundant executions (Dead code) -* [fortra / No-Consolation](https://github.com/fortra/No-Consolation):A BOF that runs unmanaged PEs inline -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [Battelle / movfuscator](https://github.com/Battelle/movfuscator):The single instruction C compiler -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [containers / crun](https://github.com/containers/crun):A fast and lightweight fully featured OCI runtime and C library for running containers -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [ufrisk / pcileech](https://github.com/ufrisk/pcileech):Direct Memory Access (DMA) Attack Software -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [ph1p / ikea-led-obegraensad](https://github.com/ph1p/ikea-led-obegraensad):ESP32/Arduino hack for the ikea OBEGRÄNSAD led wall lamp -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software - -#### C++ -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [KanatnikovMax / znanie-drevnix](https://github.com/KanatnikovMax/znanie-drevnix): -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [CoatiSoftware / Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail):Sourcetrail - free and open-source interactive source explorer -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [Tripouille / libftTester](https://github.com/Tripouille/libftTester):Tester for the libft project of 42 school -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools: -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [rapidsai / cudf](https://github.com/rapidsai/cudf):cuDF - GPU DataFrame Library - -#### CMake -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [myhhub / cmake-project](https://github.com/myhhub/cmake-project):CMake完整使用教程。CMake教程包括一系列循序渐进的任务,介绍CMake信息,展示如何实现目标。 -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [occ-ai / obs-localvocal](https://github.com/occ-ai/obs-localvocal):OBS plugin for local speech recognition and captioning using AI -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [department-of-veterans-affairs / acronyms](https://github.com/department-of-veterans-affairs/acronyms):A list of VA acronyms -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [dunkbing / dunkbing](https://github.com/dunkbing/dunkbing):Config files for my GitHub profile. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. diff --git a/trending/2023-11-11.md b/trending/2023-11-11.md deleted file mode 100644 index 18d6acb..0000000 --- a/trending/2023-11-11.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-11 - -#### C -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [enjoy-digital / litex](https://github.com/enjoy-digital/litex):Build your hardware, easily! -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [eclipse / paho.mqtt.c](https://github.com/eclipse/paho.mqtt.c):An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS. API documentation: https://eclipse.github.io/paho.mqtt.c/ -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [baidu / dperf](https://github.com/baidu/dperf):dperf is a 100Gbps network load tester. -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [Xilinx / XRT](https://github.com/Xilinx/XRT):Xilinx Run Time for FPGA -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [ufrisk / pcileech](https://github.com/ufrisk/pcileech):Direct Memory Access (DMA) Attack Software -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod - -#### C++ -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [KanatnikovMax / znanie-drevnix](https://github.com/KanatnikovMax/znanie-drevnix): -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [Abhishek-Saini / educational](https://github.com/Abhishek-Saini/educational):Educational Codes -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [apache / kvrocks](https://github.com/apache/kvrocks):Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [CoatiSoftware / Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail):Sourcetrail - free and open-source interactive source explorer -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [risc0 / risc0](https://github.com/risc0/risc0):RISC Zero is a zero-knowledge verifiable general computing platform based on zk-STARKs and the RISC-V microarchitecture. -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [p-ranav / argparse](https://github.com/p-ranav/argparse):Argument Parser for Modern C++ -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [TKazer / CS2_External](https://github.com/TKazer/CS2_External):CS2 external cheat. -* [rapidsai / cudf](https://github.com/rapidsai/cudf):cuDF - GPU DataFrame Library -* [fish-shell / fish-shell](https://github.com/fish-shell/fish-shell):The user-friendly command line shell. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [boostorg / headers](https://github.com/boostorg/headers): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [code-iai / iai_maps](https://github.com/code-iai/iai_maps):The semantic and ground lab and environment maps for projects in the IAI group in the University of Bremen -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [marcusabate / dbow2_catkin](https://github.com/marcusabate/dbow2_catkin): -* [ToniRV / opengv_catkin](https://github.com/ToniRV/opengv_catkin):Catkin wrapper for installing [opengv](https://github.com/laurentkneip/opengv) -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [code-iai / iai_robots](https://github.com/code-iai/iai_robots):Repo holding descriptions and launch-files for robots in the iai lab. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [kuoruan / openwrt-v2ray](https://github.com/kuoruan/openwrt-v2ray):V2Ray for OpenWrt -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [fl1ger / deleg](https://github.com/fl1ger/deleg):Extensible Delegation for DNS -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [openshift / lightspeed-service](https://github.com/openshift/lightspeed-service):Core repository for an AI-powered OCP assistant service -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) diff --git a/trending/2023-11-12.md b/trending/2023-11-12.md deleted file mode 100644 index 17e9a13..0000000 --- a/trending/2023-11-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-12 - -#### C -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [FeijiangHan / dead_code_analyzer](https://github.com/FeijiangHan/dead_code_analyzer):Using DynamoRIO and XED to find redundant executions (Dead code) -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [Tencent / xLua](https://github.com/Tencent/xLua):xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [xdp-project / xdp-tutorial](https://github.com/xdp-project/xdp-tutorial):XDP tutorial -* [54zorb / Zorb-Framework](https://github.com/54zorb/Zorb-Framework):一个轻量级嵌入式框架 -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [glennrp / libpng](https://github.com/glennrp/libpng):LIBPNG: Portable Network Graphics support, official libpng repository -* [DragonQuestHero / Medusa](https://github.com/DragonQuestHero/Medusa):Radical Windows ARK -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [videolan / vlc](https://github.com/videolan/vlc):VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [Azure / azure-iot-sdk-c](https://github.com/Azure/azure-iot-sdk-c):A C99 SDK for connecting devices to Microsoft Azure IoT services -* [libfuse / sshfs](https://github.com/libfuse/sshfs):A network filesystem client to connect to SSH servers - -#### C++ -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [rapidsai / cudf](https://github.com/rapidsai/cudf):cuDF - GPU DataFrame Library -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [pixie-io / pixie](https://github.com/pixie-io/pixie):Instant Kubernetes-Native Application Observability -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [risc0 / risc0](https://github.com/risc0/risc0):RISC Zero is a zero-knowledge verifiable general computing platform based on zk-STARKs and the RISC-V microarchitecture. -* [efchatz / pandora](https://github.com/efchatz/pandora):A red team tool that assists into extracting/dumping master credentials and/or entries from different password managers. -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [google / skia](https://github.com/google/skia):Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [OpenNMT / CTranslate2](https://github.com/OpenNMT/CTranslate2):Fast inference engine for Transformer models - -#### CMake -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [yujinrobot / kobuki_msgs](https://github.com/yujinrobot/kobuki_msgs):Custom ROS messages for Kobuki -* [boostorg / headers](https://github.com/boostorg/headers): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [conan-io / hello](https://github.com/conan-io/hello):C++ Hello World library and application used Conan C/C++ Package Manager demos and examples -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [IIC2133-PUC / 2023-2](https://github.com/IIC2133-PUC/2023-2): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [openhue / openhue-api](https://github.com/openhue/openhue-api):OpenHue API is an open-source project that provides a comprehensive OpenAPI specification for the Philips Hue REST API -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net diff --git a/trending/2023-11-13.md b/trending/2023-11-13.md deleted file mode 100644 index 5073eaf..0000000 --- a/trending/2023-11-13.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-13 - -#### C -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [devbis / z03mmc](https://github.com/devbis/z03mmc):Xiaomi LYWSD03MMC Zigbee Firmware -* [palera1n / palera1n](https://github.com/palera1n/palera1n):Jailbreak for arm64 devices on iOS 15.0+ -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [InfiniTimeOrg / InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime):Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [fairyglade / ly](https://github.com/fairyglade/ly):display manager with console UI -* [greatscottgadgets / hackrf](https://github.com/greatscottgadgets/hackrf):low cost software radio platform -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [TeraTermProject / teraterm](https://github.com/TeraTermProject/teraterm): - -#### C++ -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [SecretHQ / seal-cuda](https://github.com/SecretHQ/seal-cuda):A GPU implementation of BFV/BGV/CKKS scheme, based on Microsoft SEAL. -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [halpz / re3](https://github.com/halpz/re3): -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [lightvector / KataGo](https://github.com/lightvector/KataGo):GTP engine and self-play learning in Go -* [ValveSoftware / Proton](https://github.com/ValveSoftware/Proton):Compatibility tool for Steam Play based on Wine and additional components -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [esp8266 / Arduino](https://github.com/esp8266/Arduino):ESP8266 core for Arduino -* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [boostorg / headers](https://github.com/boostorg/headers): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [udacity / CppND-Capstone-Hello-World](https://github.com/udacity/CppND-Capstone-Hello-World):A "Hello World!" application using C++ with CMake -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin - -#### Makefile -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [roxma / easymake](https://github.com/roxma/easymake):A handy makefile for simple C/C++ applications -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [v2rayA / v2raya-openwrt](https://github.com/v2rayA/v2raya-openwrt):opkg feed of v2rayA for OpenWrt users -* [ThankYouMario / proprietary_vendor_qcom_common](https://github.com/ThankYouMario/proprietary_vendor_qcom_common): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [nextcloud / admin_overview](https://github.com/nextcloud/admin_overview):Admin Dashboard App -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry diff --git a/trending/2023-11-14.md b/trending/2023-11-14.md deleted file mode 100644 index bab8426..0000000 --- a/trending/2023-11-14.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-14 - -#### C -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [unikraft / unikraft](https://github.com/unikraft/unikraft):Unikraft is an automated system for building specialized OSes known as unikernels. Unikraft can be configured to be POSIX-compliant. (Core repository) -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [dune3d / dune3d](https://github.com/dune3d/dune3d):3D CAD application -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [pimoroni / pimoroni-pico](https://github.com/pimoroni/pimoroni-pico):Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython. -* [hanwckf / immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x): -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [libimobiledevice / libimobiledevice](https://github.com/libimobiledevice/libimobiledevice):A cross-platform protocol library to communicate with iOS devices -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C - -#### C++ -* [halpz / re3](https://github.com/halpz/re3): -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52095, 3.3.5 = 3.3.5a.12340) -* [Lyall / MGSHDFix](https://github.com/Lyall/MGSHDFix):A fix that adds custom resolutions, ultrawide support and much more to the Metal Gear Solid Master Collection. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [obsproject / obs-websocket](https://github.com/obsproject/obs-websocket):Remote-control of OBS Studio through WebSocket -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [nillerusr / source-engine](https://github.com/nillerusr/source-engine):Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [jbcoe / cpp_emplace](https://github.com/jbcoe/cpp_emplace):Non-member emplace for C++ -* [Paspartout / BoilerplatePP](https://github.com/Paspartout/BoilerplatePP):Boilerplate for your C++ projects -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries - -#### Makefile -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [thockin / go-build-template](https://github.com/thockin/go-build-template):A Makefile/Dockerfile example for Go projects. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [dnssd-wg / draft-ietf-dnssd-advertising-proxy](https://github.com/dnssd-wg/draft-ietf-dnssd-advertising-proxy): -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [Ewenwan / Ros](https://github.com/Ewenwan/Ros):机器人操作系统ROS 语音识别 语义理解 视觉控制 gazebo仿真 雷达建图导航 -* [richfelker / musl-cross-make](https://github.com/richfelker/musl-cross-make):Simple makefile-based build for musl cross compiler diff --git a/trending/2023-11-15.md b/trending/2023-11-15.md deleted file mode 100644 index 4388b68..0000000 --- a/trending/2023-11-15.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-15 - -#### C -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [umlaeute / v4l2loopback](https://github.com/umlaeute/v4l2loopback):v4l2-loopback device -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [gojue / ecapture](https://github.com/gojue/ecapture):Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64. -* [dkfans / keeperfx](https://github.com/dkfans/keeperfx):Open source remake and Fan Expansion of Dungeon Keeper. -* [OpenVPN / openvpn](https://github.com/OpenVPN/openvpn):OpenVPN is an open source VPN daemon -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [analogdevicesinc / no-OS](https://github.com/analogdevicesinc/no-OS):Software drivers in C for systems without an operating system -* [devbis / z03mmc](https://github.com/devbis/z03mmc):Xiaomi LYWSD03MMC Zigbee Firmware -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C - -#### C++ -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [WasmEdge / WasmEdge](https://github.com/WasmEdge/WasmEdge):WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [efchatz / pandora](https://github.com/efchatz/pandora):A red team tool that assists into extracting/dumping master credentials and/or entries from different password managers. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [jomjol / AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device):Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [halpz / re3](https://github.com/halpz/re3): -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [AngusJohnson / Clipper2](https://github.com/AngusJohnson/Clipper2):Polygon Clipping and Offsetting - C++, C# and Delphi -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [uNetworking / uWebSockets](https://github.com/uNetworking/uWebSockets):Simple, secure & standards compliant web server for the most demanding of applications -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [oneapi-src / oneTBB](https://github.com/oneapi-src/oneTBB):oneAPI Threading Building Blocks (oneTBB) -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models - -#### CMake -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Falven / cpp-clion-template](https://github.com/Falven/cpp-clion-template):My default template for CLion C++ projects. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [conan-io / hello](https://github.com/conan-io/hello):C++ Hello World library and application used Conan C/C++ Package Manager demos and examples -* [ethereum / cpp-ethereum-cmake](https://github.com/ethereum/cpp-ethereum-cmake):CMake support files for the C++ (Turbo) Ethereum projects -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [sysml / toolchain](https://github.com/sysml/toolchain):C/C++ toolchain for MiniOS -* [openwrt / telephony](https://github.com/openwrt/telephony):The telephony packages feed -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): diff --git a/trending/2023-11-16.md b/trending/2023-11-16.md deleted file mode 100644 index c63ea48..0000000 --- a/trending/2023-11-16.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-16 - -#### C -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [AprilRobotics / apriltag](https://github.com/AprilRobotics/apriltag):AprilTag is a visual fiducial system popular for robotics research. -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [dkfans / keeperfx](https://github.com/dkfans/keeperfx):Open source remake and Fan Expansion of Dungeon Keeper. -* [lem0nSec / ShellGhost](https://github.com/lem0nSec/ShellGhost):A memory-based evasion technique which makes shellcode invisible from process start to end. -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [Foundry376 / Mailspring](https://github.com/Foundry376/Mailspring):💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux. -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html - -#### C++ -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [open-telemetry / opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp):The OpenTelemetry C++ Client -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [cyberbotics / webots](https://github.com/cyberbotics/webots):Webots Robot Simulator -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [Haivision / srt](https://github.com/Haivision/srt):Secure, Reliable, Transport -* [facontidavide / PlotJuggler](https://github.com/facontidavide/PlotJuggler):The Time Series Visualization Tool that you deserve. -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [hku-mars / FAST_LIO](https://github.com/hku-mars/FAST_LIO):A computationally efficient and robust LiDAR-inertial odometry (LIO) package -* [nuggslet / MGSM2Fix](https://github.com/nuggslet/MGSM2Fix):A fix that adds pixel perfect scaling, scanlines and a script debugger to the original Metal Gear Solid within the Master Collection. -* [halpz / re3](https://github.com/halpz/re3): -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [wangyu- / udp2raw](https://github.com/wangyu-/udp2raw):A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [eve-autonomy / proj_launch](https://github.com/eve-autonomy/proj_launch): -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [eve-autonomy / audio_driver_msgs](https://github.com/eve-autonomy/audio_driver_msgs): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [eve-autonomy / v2i_interface_msgs](https://github.com/eve-autonomy/v2i_interface_msgs): -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [beeware / Python-Apple-support](https://github.com/beeware/Python-Apple-support):A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [nanoninja / docker-nginx-php-mysql](https://github.com/nanoninja/docker-nginx-php-mysql):Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [KinesisCorporation / Adv360-Pro-ZMK](https://github.com/KinesisCorporation/Adv360-Pro-ZMK):Production repository for the all-new Advantage360 Professional using ZMK engine -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [danbev / learning-nodejs](https://github.com/danbev/learning-nodejs):Project for learning Node.js internals -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. diff --git a/trending/2023-11-17.md b/trending/2023-11-17.md deleted file mode 100644 index 95f850d..0000000 --- a/trending/2023-11-17.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-17 - -#### C -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [torproject / tor](https://github.com/torproject/tor):unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/ -- -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [jgamblin / Mirai-Source-Code](https://github.com/jgamblin/Mirai-Source-Code):Leaked Mirai Source Code for Research/IoC Development Purposes -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [eunomia-bpf / bpftime](https://github.com/eunomia-bpf/bpftime):Userspace eBPF runtime for fast Uprobe & Syscall hook & Plugins -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [Tencent / puerts](https://github.com/Tencent/puerts):PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript. -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [SatDump / SatDump](https://github.com/SatDump/SatDump):A generic satellite data processing software. -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [hzeller / rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix):Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [lammps / lammps](https://github.com/lammps/lammps):Public development project of the LAMMPS MD software package -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [qt / qtbase](https://github.com/qt/qtbase):Qt Base (Core, Gui, Widgets, Network, ...) -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [commaai / opendbc](https://github.com/commaai/opendbc):democratize access to car decoder rings -* [Brendan-Kirtlan / Video-Encode](https://github.com/Brendan-Kirtlan/Video-Encode):Encodes a file into a video format to store on a cloud video hosting service -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [occ-ai / obs-localvocal](https://github.com/occ-ai/obs-localvocal):OBS plugin for local speech recognition and captioning using AI -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ros-industrial / ros_industrial_cmake_boilerplate](https://github.com/ros-industrial/ros_industrial_cmake_boilerplate): -* [jlangr / c2](https://github.com/jlangr/c2):Chapter First Example -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [tilk / rtcm_msgs](https://github.com/tilk/rtcm_msgs):The rtcm_msgs package contains messages related to data in the RTCM format. -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [joaoventura / full-speed-python](https://github.com/joaoventura/full-speed-python):Full Speed Python: a book for self-learners -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions diff --git a/trending/2023-11-18.md b/trending/2023-11-18.md deleted file mode 100644 index 263646b..0000000 --- a/trending/2023-11-18.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-18 - -#### C -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [zetaloop / ExplorerPatcher](https://github.com/zetaloop/ExplorerPatcher):ExplorerPatcher Chinese Localization - 在 Windows 11 上恢复高效的工作环境 -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [gentilkiwi / mimikatz](https://github.com/gentilkiwi/mimikatz):A little tool to play with Windows security -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [shauninman / MinUI](https://github.com/shauninman/MinUI):A custom launcher for the RGB30, Trimui Smart (and Pro), Miyoo Mini(s), and Anbernic RG35XX with more to come... -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [jgamblin / Mirai-Source-Code](https://github.com/jgamblin/Mirai-Source-Code):Leaked Mirai Source Code for Research/IoC Development Purposes - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [Brendan-Kirtlan / Video-Encode](https://github.com/Brendan-Kirtlan/Video-Encode):Encodes a file into a video format to store on a cloud video hosting service -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [tandasat / CVE-2023-36427](https://github.com/tandasat/CVE-2023-36427):Report and exploit of CVE-2023-36427 -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [COVESA / vsomeip](https://github.com/COVESA/vsomeip):An implementation of Scalable service-Oriented MiddlewarE over IP -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [microsoft / cpprestsdk](https://github.com/microsoft/cpprestsdk):The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [libigl / libigl](https://github.com/libigl/libigl):Simple MPL-2.0-licensed C++ geometry processing library. -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Akagi201 / learning-cmake](https://github.com/Akagi201/learning-cmake):learning cmake -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). - -#### Makefile -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [blkperl / blkperl.github.io](https://github.com/blkperl/blkperl.github.io):My blog -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. diff --git a/trending/2023-11-19.md b/trending/2023-11-19.md deleted file mode 100644 index b6e7e6f..0000000 --- a/trending/2023-11-19.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-19 - -#### C -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [zetaloop / ExplorerPatcher](https://github.com/zetaloop/ExplorerPatcher):ExplorerPatcher Chinese Localization - 在 Windows 11 上恢复高效的工作环境 -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [pjsip / pjproject](https://github.com/pjsip/pjproject):PJSIP project -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [lambertjamesd / portal64](https://github.com/lambertjamesd/portal64):A demake of Portal for the Nintendo 64 -* [FWGS / xash3d-fwgs](https://github.com/FWGS/xash3d-fwgs):Xash3D FWGS engine. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [shauninman / MinUI](https://github.com/shauninman/MinUI):A custom launcher for the RGB30, Trimui Smart (and Pro), Miyoo Mini(s), and Anbernic RG35XX with more to come... -* [palera1n / palera1n](https://github.com/palera1n/palera1n):Jailbreak for arm64 devices on iOS 15.0+ - -#### C++ -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [Tencent / tgfx](https://github.com/Tencent/tgfx):A lightweight 2D graphics library for rendering texts, geometries, and images with high-performance APIs that work across various platforms. -* [maxbbraun / llama4micro](https://github.com/maxbbraun/llama4micro):A "large" language model running on a microcontroller -* [Brendan-Kirtlan / Video-Encode](https://github.com/Brendan-Kirtlan/Video-Encode):Encodes a file into a video format to store on a cloud video hosting service -* [Tencent / libpag](https://github.com/Tencent/libpag):The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms. -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [ros-perception / vision_opencv](https://github.com/ros-perception/vision_opencv): -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [Open-Transactions / vcpkg-overlay](https://github.com/Open-Transactions/vcpkg-overlay): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [Open-Transactions / otcommon](https://github.com/Open-Transactions/otcommon):The otcommon package adds to the modules provided by CMake to perform common tasks and provide consistency by libopentxs and projects which use it -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [thebrowsercompany / windows-samples](https://github.com/thebrowsercompany/windows-samples):Sample Apps for Swift on Windows -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. - -#### Makefile -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [AOSPA / android_device_xiaomi_sky](https://github.com/AOSPA/android_device_xiaomi_sky): -* [inovex / talk-static-vs-dynamic-dispatch-in-rust](https://github.com/inovex/talk-static-vs-dynamic-dispatch-in-rust):Example code for a talk about the differences between static and dynamic dispatch in rust. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe diff --git a/trending/2023-11-20.md b/trending/2023-11-20.md deleted file mode 100644 index 86dfeed..0000000 --- a/trending/2023-11-20.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-20 - -#### C -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [lambertjamesd / portal64](https://github.com/lambertjamesd/portal64):A demake of Portal for the Nintendo 64 -* [FWGS / xash3d-fwgs](https://github.com/FWGS/xash3d-fwgs):Xash3D FWGS engine. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [ruby / prism](https://github.com/ruby/prism):Prism Ruby parser -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini and Mini+ -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [zetaloop / ExplorerPatcher](https://github.com/zetaloop/ExplorerPatcher):ExplorerPatcher Chinese Localization - 在 Windows 11 上恢复高效的工作环境 -* [foobnix / LibreraReader](https://github.com/foobnix/LibreraReader):Book Reader for Android -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [Perfare / Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper):Using Zygisk to dump il2cpp data at runtime -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. - -#### C++ -* [Brendan-Kirtlan / Video-Encode](https://github.com/Brendan-Kirtlan/Video-Encode):Encodes a file into a video format to store on a cloud video hosting service -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [CuarzoSoftware / Louvre](https://github.com/CuarzoSoftware/Louvre):C++ library for building Wayland compositors. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52188, 3.3.5 = 3.3.5a.12340) -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [esp8266 / Arduino](https://github.com/esp8266/Arduino):ESP8266 core for Arduino -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [ihhub / fheroes2](https://github.com/ihhub/fheroes2):fheroes2 is a recreation of Heroes of Might and Magic II game engine. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [changkun / modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial):📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/ -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [f4exb / sdrangel](https://github.com/f4exb/sdrangel):SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi - -#### CMake -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [Xilinx / cmakeModules](https://github.com/Xilinx/cmakeModules): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system - -#### Makefile -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openhue / openhue-api](https://github.com/openhue/openhue-api):OpenHue API is an open-source project that provides a comprehensive OpenAPI specification for the Philips Hue REST API -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [kuoruan / openwrt-v2ray](https://github.com/kuoruan/openwrt-v2ray):V2Ray for OpenWrt -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [spdx / license-list-XML](https://github.com/spdx/license-list-XML):This is the repository for the master files that comprise the SPDX License List -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-11-21.md b/trending/2023-11-21.md deleted file mode 100644 index c349f75..0000000 --- a/trending/2023-11-21.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-21 - -#### C -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [lambertjamesd / portal64](https://github.com/lambertjamesd/portal64):A demake of Portal for the Nintendo 64 -* [FWGS / xash3d-fwgs](https://github.com/FWGS/xash3d-fwgs):Xash3D FWGS engine. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [ruby / prism](https://github.com/ruby/prism):Prism Ruby parser -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini and Mini+ -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [zetaloop / ExplorerPatcher](https://github.com/zetaloop/ExplorerPatcher):ExplorerPatcher Chinese Localization - 在 Windows 11 上恢复高效的工作环境 -* [foobnix / LibreraReader](https://github.com/foobnix/LibreraReader):Book Reader for Android -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [Perfare / Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper):Using Zygisk to dump il2cpp data at runtime -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. - -#### C++ -* [Brendan-Kirtlan / Video-Encode](https://github.com/Brendan-Kirtlan/Video-Encode):Encodes a file into a video format to store on a cloud video hosting service -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [CuarzoSoftware / Louvre](https://github.com/CuarzoSoftware/Louvre):C++ library for building Wayland compositors. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52188, 3.3.5 = 3.3.5a.12340) -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [esp8266 / Arduino](https://github.com/esp8266/Arduino):ESP8266 core for Arduino -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [ihhub / fheroes2](https://github.com/ihhub/fheroes2):fheroes2 is a recreation of Heroes of Might and Magic II game engine. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [changkun / modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial):📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/ -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [f4exb / sdrangel](https://github.com/f4exb/sdrangel):SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [alvr-org / ALVR](https://github.com/alvr-org/ALVR):Stream VR games from your PC to your headset via Wi-Fi - -#### CMake -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [Xilinx / cmakeModules](https://github.com/Xilinx/cmakeModules): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system - -#### Makefile -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openhue / openhue-api](https://github.com/openhue/openhue-api):OpenHue API is an open-source project that provides a comprehensive OpenAPI specification for the Philips Hue REST API -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [kuoruan / openwrt-v2ray](https://github.com/kuoruan/openwrt-v2ray):V2Ray for OpenWrt -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [spdx / license-list-XML](https://github.com/spdx/license-list-XML):This is the repository for the master files that comprise the SPDX License List -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-11-22.md b/trending/2023-11-22.md deleted file mode 100644 index f5184fd..0000000 --- a/trending/2023-11-22.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-22 - -#### C -* [rui314 / chibicc](https://github.com/rui314/chibicc):A small C compiler -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [RIOT-OS / RIOT](https://github.com/RIOT-OS/RIOT):RIOT - The friendly OS for IoT -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [SchedMD / slurm](https://github.com/SchedMD/slurm):Slurm: A Highly Scalable Workload Manager -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [ysanatomic / io_uring_LPE-CVE-2023-2598](https://github.com/ysanatomic/io_uring_LPE-CVE-2023-2598):LPE PoC of a vulnerability in the io_uring subsystem of the Linux Kernel. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [mydumper / mydumper](https://github.com/mydumper/mydumper):Official MyDumper Project -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [allinurl / goaccess](https://github.com/allinurl/goaccess):GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [premake / premake-core](https://github.com/premake/premake-core):Premake -* [id-Software / Quake](https://github.com/id-Software/Quake):Quake GPL Source Release -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [Cisco-Talos / clamav](https://github.com/Cisco-Talos/clamav):ClamAV - Documentation is here: https://docs.clamav.net - -#### C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™, an SDK for high-performance deep learning inference, includes a deep learning inference optimizer and runtime that delivers low latency and high throughput for inference applications. -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [Brendan-Kirtlan / Video-Encode](https://github.com/Brendan-Kirtlan/Video-Encode):Encodes a file into a video format to store on a cloud video hosting service -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [huihut / interview](https://github.com/huihut/interview):📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [idaholab / moose](https://github.com/idaholab/moose):Multiphysics Object Oriented Simulation Environment -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [WinMerge / winmerge](https://github.com/WinMerge/winmerge):WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle. -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [gnuradio / gnuradio](https://github.com/gnuradio/gnuradio):GNU Radio – the Free and Open Software Radio Ecosystem -* [aristocratos / btop](https://github.com/aristocratos/btop):A monitor of resources -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [microsoft / vcpkg-docs](https://github.com/microsoft/vcpkg-docs): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [tux-evse / tux-evse-hub-binding](https://github.com/tux-evse/tux-evse-hub-binding): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [village-kernel / village-kernel](https://github.com/village-kernel/village-kernel): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [LineageOS / android_external_chromium-webview_patches](https://github.com/LineageOS/android_external_chromium-webview_patches): -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [thockin / go-build-template](https://github.com/thockin/go-build-template):A Makefile/Dockerfile example for Go projects. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [markbates / errx](https://github.com/markbates/errx): -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. diff --git a/trending/2023-11-23.md b/trending/2023-11-23.md deleted file mode 100644 index 8ba4ff2..0000000 --- a/trending/2023-11-23.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-23 - -#### C -* [rui314 / chibicc](https://github.com/rui314/chibicc):A small C compiler -* [RalfHacker / Kerbeus-BOF](https://github.com/RalfHacker/Kerbeus-BOF):BOF for Kerberos abuse (an implementation of some important features of the Rubeus). -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ttttupup / wxhelper](https://github.com/ttttupup/wxhelper):Hook WeChat / 微信逆向 -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [Tencent / xLua](https://github.com/Tencent/xLua):xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [miloyip / json-tutorial](https://github.com/miloyip/json-tutorial):从零开始的 JSON 库教程 -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more - -#### C++ -* [Xacone / BestEdrOfTheMarket](https://github.com/Xacone/BestEdrOfTheMarket):Little AV/EDR bypassing lab for training & learning purposes -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [WasmEdge / WasmEdge](https://github.com/WasmEdge/WasmEdge):WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [huihut / interview](https://github.com/huihut/interview):📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [WinMerge / winmerge](https://github.com/WinMerge/winmerge):WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [libcpr / cpr](https://github.com/libcpr/cpr):C++ Requests: Curl for People, a spiritual port of Python Requests. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [official-pikafish / Pikafish](https://github.com/official-pikafish/Pikafish):UCI xiangqi engine - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [Akagi201 / learning-cmake](https://github.com/Akagi201/learning-cmake):learning cmake -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [ethz-asl / benchmark_catkin](https://github.com/ethz-asl/benchmark_catkin):A catkin wrapper for the Google benchmark library -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt - -#### Makefile -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [jesperancinha / isbn-stacks](https://github.com/jesperancinha/isbn-stacks):Worldwide, the ISBN number is used. It is a massive collection of numbers which uniquely identify books per type and edition. Based on that, this project is here to evaluate the recent experimental project from the spring team called Spring-FU. As DSL that, when released, it will allow Spring applications to be developed without the use of annot… -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [PacktPublishing / Linux-Kernel-Programming](https://github.com/PacktPublishing/Linux-Kernel-Programming):Linux Kernel Programming, published by Packt -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI diff --git a/trending/2023-11-24.md b/trending/2023-11-24.md deleted file mode 100644 index 4013bb8..0000000 --- a/trending/2023-11-24.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-24 - -#### C -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [CANopenNode / CANopenNode](https://github.com/CANopenNode/CANopenNode):CANopen protocol stack -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [SchedMD / slurm](https://github.com/SchedMD/slurm):Slurm: A Highly Scalable Workload Manager -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [Foundry376 / Mailspring](https://github.com/Foundry376/Mailspring):💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux. -* [mcu-tools / mcuboot](https://github.com/mcu-tools/mcuboot):Secure boot for 32-bit Microcontrollers! -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). - -#### C++ -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [Bill-Haku / kawaii-gcc](https://github.com/Bill-Haku/kawaii-gcc):GCCコンパイラーを可愛くしましょう!Make your GCC compiler kawaii. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [Xacone / BestEdrOfTheMarket](https://github.com/Xacone/BestEdrOfTheMarket):Little AV/EDR bypassing lab for training & learning purposes -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [COVESA / vsomeip](https://github.com/COVESA/vsomeip):An implementation of Scalable service-Oriented MiddlewarE over IP -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [Green-bms / SmartBMS](https://github.com/Green-bms/SmartBMS):Open source Smart Battery Management System -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [ckcr4lyf / EvilAppleJuice-ESP32](https://github.com/ckcr4lyf/EvilAppleJuice-ESP32):Spam Apple Proximity Messages via an ESP32 -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [ros-planning / panda_moveit_config](https://github.com/ros-planning/panda_moveit_config):The Panda robot is the flagship MoveIt integration robot -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [quarks-tech / protoevent](https://github.com/quarks-tech/protoevent): -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [department-of-veterans-affairs / acronyms](https://github.com/department-of-veterans-affairs/acronyms):A list of VA acronyms -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [markbates / errx](https://github.com/markbates/errx): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [v2rayA / v2raya-openwrt](https://github.com/v2rayA/v2raya-openwrt):opkg feed of v2rayA for OpenWrt users -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): diff --git a/trending/2023-11-25.md b/trending/2023-11-25.md deleted file mode 100644 index 66b9b19..0000000 --- a/trending/2023-11-25.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-25 - -#### C -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [Bill-Haku / kawaii-gcc](https://github.com/Bill-Haku/kawaii-gcc):GCCコンパイラーを可愛くしましょう!Make your GCC compiler kawaii. -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [CANopenNode / CANopenNode](https://github.com/CANopenNode/CANopenNode):CANopen protocol stack -* [UncleRus / esp-idf-lib](https://github.com/UncleRus/esp-idf-lib):Component library for ESP32-xx and ESP8266 -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [earlephilhower / arduino-pico](https://github.com/earlephilhower/arduino-pico):Raspberry Pi Pico Arduino core, for all RP2040 boards -* [EQMOD / EQM_OBDWEB](https://github.com/EQMOD/EQM_OBDWEB):A WEB Based OBDII Dongle Platform using the ESP32 WROVER Module -* [antirez / botlib](https://github.com/antirez/botlib):C Telegram bot framework -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN - -#### C++ -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [Xacone / BestEdrOfTheMarket](https://github.com/Xacone/BestEdrOfTheMarket):Little AV/EDR bypassing lab for training & learning purposes -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [spotify / voyager](https://github.com/spotify/voyager):🛰️ Voyager is an approximate nearest-neighbor search library for Python and Java with a focus on ease of use, simplicity, and deployability. -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [zeux / meshoptimizer](https://github.com/zeux/meshoptimizer):Mesh optimization library that makes meshes smaller and faster to render -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [ethz-asl / kalibr](https://github.com/ethz-asl/kalibr):The Kalibr visual-inertial calibration toolbox -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [eProsima / Fast-DDS](https://github.com/eProsima/Fast-DDS):The most complete DDS - Proven: Plenty of success cases. -* [wenet-e2e / wenet](https://github.com/wenet-e2e/wenet):Production First and Production Ready End-to-End Speech Recognition Toolkit -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. - -#### CMake -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ethz-asl / gflags_catkin](https://github.com/ethz-asl/gflags_catkin):A catkin wrapper for Google gflags -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [remerge / go-timestr](https://github.com/remerge/go-timestr):Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision. -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [spdx / license-list-XML](https://github.com/spdx/license-list-XML):This is the repository for the master files that comprise the SPDX License List -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [remerge / go-env](https://github.com/remerge/go-env):Package env provides a global Env variable, similar to Rails.env. -* [remerge / go-lock_free_timer](https://github.com/remerge/go-lock_free_timer):go-lock_free_timer -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [openwrt / telephony](https://github.com/openwrt/telephony):The telephony packages feed -* [PacktPublishing / Linux-Kernel-Programming](https://github.com/PacktPublishing/Linux-Kernel-Programming):Linux Kernel Programming, published by Packt -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [emlid / code-quality](https://github.com/emlid/code-quality):Emlid coding style diff --git a/trending/2023-11-26.md b/trending/2023-11-26.md deleted file mode 100644 index 9ee50c6..0000000 --- a/trending/2023-11-26.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-26 - -#### C -* [antirez / botlib](https://github.com/antirez/botlib):C Telegram bot framework -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [EQMOD / EQM_OBDWEB](https://github.com/EQMOD/EQM_OBDWEB):A WEB Based OBDII Dongle Platform using the ESP32 WROVER Module -* [Bill-Haku / kawaii-gcc](https://github.com/Bill-Haku/kawaii-gcc):GCCコンパイラーを可愛くしましょう!Make your GCC compiler kawaii. -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [pgbackrest / pgbackrest](https://github.com/pgbackrest/pgbackrest):Reliable PostgreSQL Backup & Restore - -#### C++ -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52188, 3.3.5 = 3.3.5a.12340) -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [zeux / meshoptimizer](https://github.com/zeux/meshoptimizer):Mesh optimization library that makes meshes smaller and faster to render -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [cisco / openh264](https://github.com/cisco/openh264):Open Source H.264 Codec -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine - -#### CMake -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [batterycenter / embed](https://github.com/batterycenter/embed):A CMake/C++20 library to embed resource files at compile time -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [emlid / code-quality](https://github.com/emlid/code-quality):Emlid coding style -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. diff --git a/trending/2023-11-27.md b/trending/2023-11-27.md deleted file mode 100644 index 48c4814..0000000 --- a/trending/2023-11-27.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-27 - -#### C -* [antirez / botlib](https://github.com/antirez/botlib):C Telegram bot framework -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [EQMOD / EQM_OBDWEB](https://github.com/EQMOD/EQM_OBDWEB):A WEB Based OBDII Dongle Platform using the ESP32 WROVER Module -* [Bill-Haku / kawaii-gcc](https://github.com/Bill-Haku/kawaii-gcc):GCCコンパイラーを可愛くしましょう!Make your GCC compiler kawaii. -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [pgbackrest / pgbackrest](https://github.com/pgbackrest/pgbackrest):Reliable PostgreSQL Backup & Restore - -#### C++ -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52188, 3.3.5 = 3.3.5a.12340) -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [zeux / meshoptimizer](https://github.com/zeux/meshoptimizer):Mesh optimization library that makes meshes smaller and faster to render -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [cisco / openh264](https://github.com/cisco/openh264):Open Source H.264 Codec -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine - -#### CMake -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [batterycenter / embed](https://github.com/batterycenter/embed):A CMake/C++20 library to embed resource files at compile time -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [emlid / code-quality](https://github.com/emlid/code-quality):Emlid coding style -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. diff --git a/trending/2023-11-28.md b/trending/2023-11-28.md deleted file mode 100644 index 01828c8..0000000 --- a/trending/2023-11-28.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-28 - -#### C -* [antirez / botlib](https://github.com/antirez/botlib):C Telegram bot framework -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [EQMOD / EQM_OBDWEB](https://github.com/EQMOD/EQM_OBDWEB):A WEB Based OBDII Dongle Platform using the ESP32 WROVER Module -* [Bill-Haku / kawaii-gcc](https://github.com/Bill-Haku/kawaii-gcc):GCCコンパイラーを可愛くしましょう!Make your GCC compiler kawaii. -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [pgbackrest / pgbackrest](https://github.com/pgbackrest/pgbackrest):Reliable PostgreSQL Backup & Restore - -#### C++ -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52188, 3.3.5 = 3.3.5a.12340) -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [emilybache / GildedRose-Refactoring-Kata](https://github.com/emilybache/GildedRose-Refactoring-Kata):Starting code for the GildedRose Refactoring Kata in many programming languages. -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [zeux / meshoptimizer](https://github.com/zeux/meshoptimizer):Mesh optimization library that makes meshes smaller and faster to render -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [cisco / openh264](https://github.com/cisco/openh264):Open Source H.264 Codec -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine - -#### CMake -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [batterycenter / embed](https://github.com/batterycenter/embed):A CMake/C++20 library to embed resource files at compile time -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [sudara / cmake-includes](https://github.com/sudara/cmake-includes):CMake include files used by Pamplejuce, the JUCE CMake template -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ntnu-arl / subt_cave_sim](https://github.com/ntnu-arl/subt_cave_sim):Simulated cave environments -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-foss / awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin):A curated list of amazingly awesome open-source sysadmin resources. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [emlid / code-quality](https://github.com/emlid/code-quality):Emlid coding style -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. diff --git a/trending/2023-11-29.md b/trending/2023-11-29.md deleted file mode 100644 index deb965b..0000000 --- a/trending/2023-11-29.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-29 - -#### C -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [skywind3000 / kcp](https://github.com/skywind3000/kcp):⚡ KCP - A Fast and Reliable ARQ Protocol -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [naev / naev](https://github.com/naev/naev):Naev is a 2d action/rpg space game that combines elements from the action, rpg and simulation genres. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ARMmbed / mbed-os](https://github.com/ARMmbed/mbed-os):Arm Mbed OS is a platform operating system designed for the internet of things -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [Monster-GM / NewBlackbox](https://github.com/Monster-GM/NewBlackbox):new Blackbox -* [haiwen / seafile](https://github.com/haiwen/seafile):High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features. -* [unikraft / unikraft](https://github.com/unikraft/unikraft):Unikraft is an automated system for building specialized OSes known as unikernels. Unikraft can be configured to be POSIX-compliant. (Core repository) -* [factionsecurity / faction](https://github.com/factionsecurity/faction):Pen Test Report Generation and Assessment Collaboration -* [nanomsg / nng](https://github.com/nanomsg/nng):nanomsg-next-generation -- light-weight brokerless messaging -* [antirez / botlib](https://github.com/antirez/botlib):C Telegram bot framework -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [fontforge / fontforge](https://github.com/fontforge/fontforge):Free (libre) font editor for Windows, Mac OS X and GNU+Linux -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [tinyproxy / tinyproxy](https://github.com/tinyproxy/tinyproxy):tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [bitcookies / winrar-keygen](https://github.com/bitcookies/winrar-keygen):Principle of WinRAR key generation. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [BlueMatthew / WechatExporter](https://github.com/BlueMatthew/WechatExporter):Wechat Chat History Exporter 微信聊天记录导出备份程序 -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [WasmEdge / WasmEdge](https://github.com/WasmEdge/WasmEdge):WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [KDE / plasma-wayland-protocols](https://github.com/KDE/plasma-wayland-protocols):Plasma-specific protocols for Wayland -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [markbates / errx](https://github.com/markbates/errx): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [TeoZosa / cookiecutter-cruft-poetry-tox-pre-commit-ci-cd-instance](https://github.com/TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd-instance): -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [cakephp / docs](https://github.com/cakephp/docs):CakePHP CookBook -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification diff --git a/trending/2023-11-30.md b/trending/2023-11-30.md deleted file mode 100644 index 36dad90..0000000 --- a/trending/2023-11-30.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-11-30 - -#### C -* [LouisShark / chatgpt_system_prompt](https://github.com/LouisShark/chatgpt_system_prompt):store all agent's system prompt -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [raspberrypi / firmware](https://github.com/raspberrypi/firmware):This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware. -* [unikraft / unikraft](https://github.com/unikraft/unikraft):Unikraft is an automated system for building specialized OSes known as unikernels. Unikraft can be configured to be POSIX-compliant. (Core repository) -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [rofl0r / proxychains-ng](https://github.com/rofl0r/proxychains-ng):proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead. -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [opa334 / ChOma](https://github.com/opa334/ChOma):C library for manipulating MachO/FAT files and their code signatures -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [pvvx / ZigbeeTLc](https://github.com/pvvx/ZigbeeTLc):Custom firmware for Zigbee 3.0 IoT devices on the TLSR825x chip -* [antirez / botlib](https://github.com/antirez/botlib):C Telegram bot framework -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [buaacyw / GaussianEditor](https://github.com/buaacyw/GaussianEditor): -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [wesnoth / wesnoth](https://github.com/wesnoth/wesnoth):An open source, turn-based strategy game with a high fantasy theme. -* [Snapchat / KeyDB](https://github.com/Snapchat/KeyDB):A Multithreaded Fork of Redis -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. -* [lballabio / QuantLib](https://github.com/lballabio/QuantLib):The QuantLib C++ library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [microsoft / DirectXShaderCompiler](https://github.com/microsoft/DirectXShaderCompiler):This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang. -* [ros-planning / moveit](https://github.com/ros-planning/moveit):🤖 The MoveIt motion planning framework -* [cmderdev / cmder](https://github.com/cmderdev/cmder):Lovely console emulator package for Windows -* [Blueforcer / awtrix-light](https://github.com/Blueforcer/awtrix-light):Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix. Getting started is easy as 1-2-3 -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [boostorg / headers](https://github.com/boostorg/headers): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [uos / tsdf_localization_demo](https://github.com/uos/tsdf_localization_demo):demo / examples for tsdf_localization -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [Nothing-phone-2-Development / android_vendor_nothing_Pong](https://github.com/Nothing-phone-2-Development/android_vendor_nothing_Pong): -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2023-12-01.md b/trending/2023-12-01.md deleted file mode 100644 index 58a3ebe..0000000 --- a/trending/2023-12-01.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-01 - -#### C -* [LouisShark / chatgpt_system_prompt](https://github.com/LouisShark/chatgpt_system_prompt):store all agent's system prompt -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [wh1te4ever / TrollDecryptor](https://github.com/wh1te4ever/TrollDecryptor):Decrypt iOS apps for TrollStore -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [pvvx / ZigbeeTLc](https://github.com/pvvx/ZigbeeTLc):Custom firmware for Zigbee 3.0 IoT devices on the TLSR825x chip -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [nasa / fprime](https://github.com/nasa/fprime):F´ - A flight software and embedded systems framework -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [hku-mars / FAST_LIO](https://github.com/hku-mars/FAST_LIO):A computationally efficient and robust LiDAR-inertial odometry (LIO) package -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [zeromq / libzmq](https://github.com/zeromq/libzmq):ZeroMQ core engine in C++, implements ZMTP/3.1 -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [google / highway](https://github.com/google/highway):Performance-portable, length-agnostic SIMD with runtime dispatch -* [microsoft / DirectXShaderCompiler](https://github.com/microsoft/DirectXShaderCompiler):This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang. -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [facebook / hhvm](https://github.com/facebook/hhvm):A virtual machine for executing programs written in Hack. -* [async-profiler / async-profiler](https://github.com/async-profiler/async-profiler):Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [ros-planning / moveit](https://github.com/ros-planning/moveit):🤖 The MoveIt motion planning framework -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [shinchiro / mpv-winbuild-cmake](https://github.com/shinchiro/mpv-winbuild-cmake):CMake-based MinGW-w64 Cross Toolchain -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [boostorg / headers](https://github.com/boostorg/headers): -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin - -#### Makefile -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [itsnebulalol / trollstore-apps](https://github.com/itsnebulalol/trollstore-apps):A compiled list of common apps for TrollStore, from the official developers of the apps. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [aws-samples / ecs-refarch-cloudformation](https://github.com/aws-samples/ecs-refarch-cloudformation):A reference architecture for deploying containerized microservices with Amazon ECS and AWS CloudFormation (YAML) -* [linuxacademy / content-source-control-git](https://github.com/linuxacademy/content-source-control-git):Kenny's Source Control with Git Public Repo -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [quarks-tech / protoevent](https://github.com/quarks-tech/protoevent): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files diff --git a/trending/2023-12-02.md b/trending/2023-12-02.md deleted file mode 100644 index 88f5d9e..0000000 --- a/trending/2023-12-02.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-02 - -#### C -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [LouisShark / chatgpt_system_prompt](https://github.com/LouisShark/chatgpt_system_prompt):store all agent's system prompt -* [ruby / prism](https://github.com/ruby/prism):Prism Ruby parser -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [facebookresearch / seamless_communication](https://github.com/facebookresearch/seamless_communication):Foundational Models for State-of-the-Art Speech and Text Translation -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [unikraft / unikraft](https://github.com/unikraft/unikraft):Unikraft is an automated system for building specialized OSes known as unikernels. Unikraft can be configured to be POSIX-compliant. (Core repository) -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [koekeishiya / skhd](https://github.com/koekeishiya/skhd):Simple hotkey daemon for macOS -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with Redis developed by Qihoo's infrastructure team. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [mysql / mysql-server](https://github.com/mysql/mysql-server):MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [ztxz16 / fastllm](https://github.com/ztxz16/fastllm):纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行 -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Tencent / tgfx](https://github.com/Tencent/tgfx):A lightweight 2D graphics library for rendering texts, geometries, and images with high-performance APIs that work across various platforms. -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [rr-debugger / rr](https://github.com/rr-debugger/rr):Record and Replay Framework -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [gem5 / gem5](https://github.com/gem5/gem5):The official repository for the gem5 computer-system architecture simulator. -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [shinchiro / mpv-winbuild-cmake](https://github.com/shinchiro/mpv-winbuild-cmake):CMake-based MinGW-w64 Cross Toolchain -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [giantswarm / capa-app-collection](https://github.com/giantswarm/capa-app-collection): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [linuxacademy / content-source-control-git](https://github.com/linuxacademy/content-source-control-git):Kenny's Source Control with Git Public Repo diff --git a/trending/2023-12-03.md b/trending/2023-12-03.md deleted file mode 100644 index 74192d0..0000000 --- a/trending/2023-12-03.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-03 - -#### C -* [facebookresearch / seamless_communication](https://github.com/facebookresearch/seamless_communication):Foundational Models for State-of-the-Art Speech and Text Translation -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [LouisShark / chatgpt_system_prompt](https://github.com/LouisShark/chatgpt_system_prompt):store all agent's system prompt -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [SchedMD / slurm](https://github.com/SchedMD/slurm):Slurm: A Highly Scalable Workload Manager -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [phpredis / phpredis](https://github.com/phpredis/phpredis):A PHP extension for Redis -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [henrypp / simplewall](https://github.com/henrypp/simplewall):Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer. -* [azure-rtos / threadx](https://github.com/azure-rtos/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [OP-TEE / optee_os](https://github.com/OP-TEE/optee_os):Trusted side of the TEE -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) - -#### C++ -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [IfcOpenShell / IfcOpenShell](https://github.com/IfcOpenShell/IfcOpenShell):Open source IFC library and geometry engine -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [AlibabaResearch / AdvancedLiterateMachinery](https://github.com/AlibabaResearch/AdvancedLiterateMachinery):A collection of original, innovative ideas and algorithms towards Advanced Literate Machinery. This project is maintained by the OCR Team in the Language Technology Lab, Alibaba DAMO Academy. -* [MaorSabag / TrueSightKiller](https://github.com/MaorSabag/TrueSightKiller):CPP AV/EDR Killer -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools: -* [facontidavide / PlotJuggler](https://github.com/facontidavide/PlotJuggler):The Time Series Visualization Tool that you deserve. -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [marcoslucianops / DeepStream-Yolo](https://github.com/marcoslucianops/DeepStream-Yolo):NVIDIA DeepStream SDK 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a NoSQL database compatible with Redis developed by Qihoo's infrastructure team. - -#### CMake -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ - -#### Makefile -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [turing-machines / BMC-Firmware](https://github.com/turing-machines/BMC-Firmware):Turing-pi BMC firmware -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [losehu / uv-k5-firmware-chinese](https://github.com/losehu/uv-k5-firmware-chinese):全功能泉盛UV-K5/K6中文固件 -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI diff --git a/trending/2023-12-04.md b/trending/2023-12-04.md deleted file mode 100644 index 199a773..0000000 --- a/trending/2023-12-04.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-04 - -#### C -* [facebookresearch / seamless_communication](https://github.com/facebookresearch/seamless_communication):Foundational Models for State-of-the-Art Speech and Text Translation -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [earlephilhower / arduino-pico](https://github.com/earlephilhower/arduino-pico):Raspberry Pi Pico Arduino core, for all RP2040 boards -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [moonlight-stream / moonlight-android](https://github.com/moonlight-stream/moonlight-android):GameStream client for Android -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [yitter / IdGenerator](https://github.com/yitter/IdGenerator):💎多语言实现,高性能生成唯一数字ID。 💎优化的雪花算法(SnowFlake)——雪花漂移算法,在缩短ID长度的同时,具备极高瞬时并发处理能力(50W/0.1s)。 💎原生支持 C#/Java/Go/Rust/C/JavaScript/TypeScript/Python/Pascal 多语言,提供其它适用于其它语言的多线程安全调用动态库(FFI)。💎支持容器环境自动扩容(自动注册 WorkerId ),单机或分布式唯一IdGenerator。💎顶尖优化,超强效能。 -* [jakkra / ZSWatch](https://github.com/jakkra/ZSWatch):ZSWatch - the Open Source Zephyr™ based Smartwatch, including both HW and FW. -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [FWGS / xash3d-fwgs](https://github.com/FWGS/xash3d-fwgs):Xash3D FWGS engine. -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [OneOfEleven / uv-k5-firmware-custom](https://github.com/OneOfEleven/uv-k5-firmware-custom):A customized version of https://github.com/DualTachyon/uv-k5-firmware -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch - -#### C++ -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [mudler / LocalAI](https://github.com/mudler/LocalAI):🤖 The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs ggml, gguf, GPTQ, onnx, TF compatible models: llama, llama2, rwkv, whisper, vicuna, koala, cerebras, falcon, dolly, starcoder, and many others -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [Warzone2100 / warzone2100](https://github.com/Warzone2100/warzone2100):Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+ -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [meshtastic / firmware](https://github.com/meshtastic/firmware):Meshtastic device firmware -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [godotengine / godot-cpp](https://github.com/godotengine/godot-cpp):C++ bindings for the Godot script API -* [mongodb / mongo](https://github.com/mongodb/mongo):The MongoDB Database -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52301, 3.3.5 = 3.3.5a.12340) -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [FastLED / FastLED](https://github.com/FastLED/FastLED):The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [wangwenx190 / cmake-utils](https://github.com/wangwenx190/cmake-utils):CMake helper utilities -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs - -#### Makefile -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [turing-machines / BMC-Firmware](https://github.com/turing-machines/BMC-Firmware):Turing-pi BMC firmware -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [losehu / uv-k5-firmware-chinese](https://github.com/losehu/uv-k5-firmware-chinese):全功能泉盛UV-K5/K6中文固件 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [v2rayA / v2raya-openwrt](https://github.com/v2rayA/v2raya-openwrt):opkg feed of v2rayA for OpenWrt users -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [darlinghq / darling-usertemplate](https://github.com/darlinghq/darling-usertemplate):Apple's usertemplate -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI diff --git a/trending/2023-12-05.md b/trending/2023-12-05.md deleted file mode 100644 index 34e7c6d..0000000 --- a/trending/2023-12-05.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-05 - -#### C -* [facebookresearch / seamless_communication](https://github.com/facebookresearch/seamless_communication):Foundational Models for State-of-the-Art Speech and Text Translation -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [RIOT-OS / RIOT](https://github.com/RIOT-OS/RIOT):RIOT - The friendly OS for IoT -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [streetpea / chiaki4deck](https://github.com/streetpea/chiaki4deck):Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck and Documentation around how to use -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini and Mini+ - -#### C++ -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [Dr-TSNG / ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext):Standalone implementation of Zygisk -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [meshtastic / firmware](https://github.com/meshtastic/firmware):Meshtastic device firmware -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [StudioCherno / Walnut](https://github.com/StudioCherno/Walnut):Walnut is a simple application framework for Vulkan and Dear ImGui apps - -#### CMake -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [Steci / R-Type](https://github.com/Steci/R-Type): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [ros2 / rosidl_defaults](https://github.com/ros2/rosidl_defaults):Default rosidl runtime and generators. -* [ros2 / unique_identifier_msgs](https://github.com/ros2/unique_identifier_msgs): - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [ew0s / ewos-to-go-hw](https://github.com/ew0s/ewos-to-go-hw): -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [siderolabs / pkgs](https://github.com/siderolabs/pkgs): -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [bouffalolab / bl_iot_sdk_tiny](https://github.com/bouffalolab/bl_iot_sdk_tiny):IoT SDK only for Matter (no toolchain, Matter-specific, non-universal SDK) -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [losehu / uv-k5-firmware-chinese](https://github.com/losehu/uv-k5-firmware-chinese):全功能泉盛UV-K5/K6中文固件 -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others diff --git a/trending/2023-12-06.md b/trending/2023-12-06.md deleted file mode 100644 index a24326e..0000000 --- a/trending/2023-12-06.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-06 - -#### C -* [facebookresearch / seamless_communication](https://github.com/facebookresearch/seamless_communication):Foundational Models for State-of-the-Art Speech and Text Translation -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [aws / s2n-tls](https://github.com/aws/s2n-tls):An implementation of the TLS/SSL protocols -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [mitxela / candle](https://github.com/mitxela/candle): -* [RIOT-OS / RIOT](https://github.com/RIOT-OS/RIOT):RIOT - The friendly OS for IoT -* [greenbone / openvas-scanner](https://github.com/greenbone/openvas-scanner):This repository contains the scanner component for Greenbone Community Edition. -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [quelsolaar / makemake](https://github.com/quelsolaar/makemake): -* [streetpea / chiaki4deck](https://github.com/streetpea/chiaki4deck):Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck and Documentation around how to use -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [tporadowski / redis](https://github.com/tporadowski/redis):Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows. -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [vanhauser-thc / thc-hydra](https://github.com/vanhauser-thc/thc-hydra):hydra -* [donato-fiore / TrollDecrypt](https://github.com/donato-fiore/TrollDecrypt):iOS IPA Decrypter for TrollStore -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [Xilinx / Vitis-Tutorials](https://github.com/Xilinx/Vitis-Tutorials):Vitis In-Depth Tutorials - -#### C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [official-pikafish / Pikafish](https://github.com/official-pikafish/Pikafish):UCI xiangqi engine -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [baldurk / renderdoc](https://github.com/baldurk/renderdoc):RenderDoc is a stand-alone graphics debugging tool. -* [uNetworking / uWebSockets.js](https://github.com/uNetworking/uWebSockets.js):μWebSockets for Node.js back-ends 🤘 -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [google / tcmalloc](https://github.com/google/tcmalloc): -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator - -#### CMake -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [steinwurf / asio](https://github.com/steinwurf/asio):Wrapper for https://github.com/chriskohlhoff/asio -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinwurf / fmt](https://github.com/steinwurf/fmt):fmt build script wrapper for waf build system https://github.com/fmtlib/fmt -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [flagarde / source_location](https://github.com/flagarde/source_location):cross-platform source_location for c++98 to c++20 -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [obsproject / obs-plugintemplate](https://github.com/obsproject/obs-plugintemplate): -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [giantswarm / capa-app-collection](https://github.com/giantswarm/capa-app-collection): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gruberdev / local-gitops](https://github.com/gruberdev/local-gitops):An automated local cluster setup w/ tls, monitoring, ingress and DNS configuration. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [utilitywarehouse / kafka-manifests](https://github.com/utilitywarehouse/kafka-manifests): -* [openshift / build-machinery-go](https://github.com/openshift/build-machinery-go):Shared location for Makefiles, helper scripts, and other common build machinery -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2023-12-07.md b/trending/2023-12-07.md deleted file mode 100644 index 78686fc..0000000 --- a/trending/2023-12-07.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-07 - -#### C -* [facebookresearch / seamless_communication](https://github.com/facebookresearch/seamless_communication):Foundational Models for State-of-the-Art Speech and Text Translation -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [jakkra / ZSWatch](https://github.com/jakkra/ZSWatch):ZSWatch - the Open Source Zephyr™ based Smartwatch, including both HW and FW. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [aws / s2n-tls](https://github.com/aws/s2n-tls):An implementation of the TLS/SSL protocols -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [eclipse-cyclonedds / cyclonedds](https://github.com/eclipse-cyclonedds/cyclonedds):Eclipse Cyclone DDS project -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [lwip-tcpip / lwip](https://github.com/lwip-tcpip/lwip):lwIP mirror from http://git.savannah.gnu.org/cgit/lwip.git -* [robertdavidgraham / masscan](https://github.com/robertdavidgraham/masscan):TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [stellar / stellar-core](https://github.com/stellar/stellar-core):stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. - -#### C++ -* [zeroasiccorp / switchboard](https://github.com/zeroasiccorp/switchboard):Communication framework for RTL simulation and emulation. -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [mamba-org / mamba](https://github.com/mamba-org/mamba):The Fast Cross-Platform Package Manager -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [raulmur / ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2):Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities -* [baldurk / renderdoc](https://github.com/baldurk/renderdoc):RenderDoc is a stand-alone graphics debugging tool. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [gperftools / gperftools](https://github.com/gperftools/gperftools):Main gperftools repository -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros2 / mimick_vendor](https://github.com/ros2/mimick_vendor): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros2 / rosidl_defaults](https://github.com/ros2/rosidl_defaults):Default rosidl runtime and generators. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ros2 / unique_identifier_msgs](https://github.com/ros2/unique_identifier_msgs): -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [ros2 / test_interface_files](https://github.com/ros2/test_interface_files): - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [IObundle / iob-linux](https://github.com/IObundle/iob-linux): -* [snapcrafters / ci](https://github.com/snapcrafters/ci):Repository for shared CI tools and actions -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform diff --git a/trending/2023-12-08.md b/trending/2023-12-08.md deleted file mode 100644 index 9ba283b..0000000 --- a/trending/2023-12-08.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-08 - -#### C -* [DoctorWkt / acwj](https://github.com/DoctorWkt/acwj):A Compiler Writing Journey -* [bsauce / kernel-exploit-factory](https://github.com/bsauce/kernel-exploit-factory):Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [gojue / ecapture](https://github.com/gojue/ecapture):Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [maximegmd / CyberEngineTweaks](https://github.com/maximegmd/CyberEngineTweaks):Cyberpunk 2077 tweaks, hacks and scripting framework -* [losehu / uv-k5-firmware-chinese](https://github.com/losehu/uv-k5-firmware-chinese):全功能泉盛UV-K5/K6中文固件 -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush - -#### C++ -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [wkhtmltopdf / wkhtmltopdf](https://github.com/wkhtmltopdf/wkhtmltopdf):Convert HTML to PDF using Webkit (QtWebKit) -* [google / perfetto](https://github.com/google/perfetto):Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/) -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [Tencent / puerts](https://github.com/Tencent/puerts):PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs - -#### Makefile -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [teslamotors / buildroot](https://github.com/teslamotors/buildroot):Tesla's buildroot repository -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [LegacyXperia / android_device_semc_iyokan](https://github.com/LegacyXperia/android_device_semc_iyokan):SEMC Xperia Pro (MK16i) -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [utilitywarehouse / kafka-manifests](https://github.com/utilitywarehouse/kafka-manifests): -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more diff --git a/trending/2023-12-09.md b/trending/2023-12-09.md deleted file mode 100644 index feb8824..0000000 --- a/trending/2023-12-09.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-09 - -#### C -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [ptitSeb / box64](https://github.com/ptitSeb/box64):Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [DoctorWkt / acwj](https://github.com/DoctorWkt/acwj):A Compiler Writing Journey -* [FeralInteractive / gamemode](https://github.com/FeralInteractive/gamemode):Optimise Linux system performance on demand -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree - -#### C++ -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [OpenSalamander / salamander](https://github.com/OpenSalamander/salamander):Open Salamander -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [google-deepmind / open_spiel](https://github.com/google-deepmind/open_spiel):OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [ml-explore / mlx-data](https://github.com/ml-explore/mlx-data):Efficient framework-agnostic data loading -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [couchbase / fleece](https://github.com/couchbase/fleece):A super-fast, compact, JSON-equivalent binary data format -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [PaddlePaddle / FastDeploy](https://github.com/PaddlePaddle/FastDeploy):⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [boostorg / headers](https://github.com/boostorg/headers): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [teslamotors / buildroot](https://github.com/teslamotors/buildroot):Tesla's buildroot repository -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [meriac / OpenXC7-LiteX](https://github.com/meriac/OpenXC7-LiteX):Container for compiling LiteX HDL FPGA designs using the free OpenXC7 tool chain and GitHub code spaces -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. diff --git a/trending/2023-12-10.md b/trending/2023-12-10.md deleted file mode 100644 index 0b0488a..0000000 --- a/trending/2023-12-10.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-10 - -#### C -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [SoftEtherVPN / SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN):Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [OpenVPN / openvpn](https://github.com/OpenVPN/openvpn):OpenVPN is an open source VPN daemon -* [research-virus / stuxnet](https://github.com/research-virus/stuxnet):Public open-source code of malware Stuxnet (aka MyRTUs). -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [linux-rdma / rdma-core](https://github.com/linux-rdma/rdma-core):RDMA core userspace libraries and daemons -* [onyx-lang / onyx](https://github.com/onyx-lang/onyx):A modern language for WebAssembly. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ImageMagick / ImageMagick](https://github.com/ImageMagick/ImageMagick):🧙‍♂️ ImageMagick 7 -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [peng-zhihui / ElectronBot](https://github.com/peng-zhihui/ElectronBot): -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [telekom-security / tpotce](https://github.com/telekom-security/tpotce):🍯 T-Pot - The All In One Honeypot Platform 🐝 -* [ColinIanKing / stress-ng](https://github.com/ColinIanKing/stress-ng):This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. - -#### C++ -* [jmpoep / vmprotect-3.5.1](https://github.com/jmpoep/vmprotect-3.5.1): -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [OpenSalamander / salamander](https://github.com/OpenSalamander/salamander):Open Salamander -* [es3n1n / obfuscator](https://github.com/es3n1n/obfuscator):Native code PE bin2bin obfuscator -* [microsoft / winget-cli](https://github.com/microsoft/winget-cli):WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface). -* [SafeBreach-Labs / PoolParty](https://github.com/SafeBreach-Labs/PoolParty):A set of fully-undetectable process injection techniques abusing Windows Thread Pools -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [changh95 / fastcampus_slam_codes](https://github.com/changh95/fastcampus_slam_codes):Code exercises for the SLAM course in 'Computer Vision, LiDAR processing, and Sensor Fusion for Autonomous Driving' lecture series -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [dogecoin / dogecoin](https://github.com/dogecoin/dogecoin):very currency -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [cocos2d / cocos2d-x](https://github.com/cocos2d/cocos2d-x):Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [eve-autonomy / proj_launch](https://github.com/eve-autonomy/proj_launch): - -#### Makefile -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [teslamotors / buildroot](https://github.com/teslamotors/buildroot):Tesla's buildroot repository -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [remerge / go-lock_free_timer](https://github.com/remerge/go-lock_free_timer):go-lock_free_timer -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [remerge / go-timestr](https://github.com/remerge/go-timestr):Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision. -* [remerge / go-env](https://github.com/remerge/go-env):Package env provides a global Env variable, similar to Rails.env. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [LineageOS / android_device_lineage_sepolicy](https://github.com/LineageOS/android_device_lineage_sepolicy): -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [niudai / How-to-be-a-good-programmer](https://github.com/niudai/How-to-be-a-good-programmer):I'm here to tell you some amazing stuff which teacher would never tell you. diff --git a/trending/2023-12-11.md b/trending/2023-12-11.md deleted file mode 100644 index 27c8f1b..0000000 --- a/trending/2023-12-11.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-11 - -#### C -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [esp32-open-mac / esp32-open-mac](https://github.com/esp32-open-mac/esp32-open-mac):Reverse engineered wifi driver for the ESP32 -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [greatscottgadgets / hackrf](https://github.com/greatscottgadgets/hackrf):low cost software radio platform -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [raspberrypi / rpi-imager](https://github.com/raspberrypi/rpi-imager):The home of Raspberry Pi Imager, a user-friendly tool for creating bootable media for Raspberry Pi devices. -* [pygame / pygame](https://github.com/pygame/pygame):🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. - -#### C++ -* [jmpoep / vmprotect-3.5.1](https://github.com/jmpoep/vmprotect-3.5.1): -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [ExpressLRS / ExpressLRS](https://github.com/ExpressLRS/ExpressLRS):STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [es3n1n / obfuscator](https://github.com/es3n1n/obfuscator):PE bin2bin obfuscator -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [OpenSalamander / salamander](https://github.com/OpenSalamander/salamander):Open Salamander -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [nefarius / ViGEmBus](https://github.com/nefarius/ViGEmBus):Windows kernel-mode driver emulating well-known USB game controllers. -* [SafeBreach-Labs / PoolParty](https://github.com/SafeBreach-Labs/PoolParty):A set of fully-undetectable process injection techniques abusing Windows Thread Pools -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52393, 3.3.5 = 3.3.5a.12340) -* [CowNowK / AimStar](https://github.com/CowNowK/AimStar):Free and open-source external cheat for CS2, written in C++ -* [Vita3K / Vita3K](https://github.com/Vita3K/Vita3K):Experimental PlayStation Vita emulator -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [microsoft / DirectX-Graphics-Samples](https://github.com/microsoft/DirectX-Graphics-Samples):This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows. - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [liberationfonts / liberation-fonts](https://github.com/liberationfonts/liberation-fonts):The Liberation(tm) Fonts is a font family which aims at metric compatibility with Arial, Times New Roman, and Courier New. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [pwned4ever / Th0r_Freya](https://github.com/pwned4ever/Th0r_Freya):A fully open sourced iOS 11.x.x -12.x.x Jailbreak, unlike any others -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [portainer / templates](https://github.com/portainer/templates):App Templates used by Portainer -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [0xType / 0xProto](https://github.com/0xType/0xProto):Free and Open-source font for programming diff --git a/trending/2023-12-12.md b/trending/2023-12-12.md deleted file mode 100644 index b44b4ba..0000000 --- a/trending/2023-12-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-12 - -#### C -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [xperiments-in / xtouch](https://github.com/xperiments-in/xtouch): -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini and Mini+ -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [unicorn-engine / unicorn](https://github.com/unicorn-engine/unicorn):Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86) -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. - -#### C++ -* [jmpoep / vmprotect-3.5.1](https://github.com/jmpoep/vmprotect-3.5.1): -* [asset-group / 5ghoul-5g-nr-attacks](https://github.com/asset-group/5ghoul-5g-nr-attacks): -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [SafeBreach-Labs / PoolParty](https://github.com/SafeBreach-Labs/PoolParty):A set of fully-undetectable process injection techniques abusing Windows Thread Pools -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [Greedysky / TTKMusicPlayer](https://github.com/Greedysky/TTKMusicPlayer):TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux.(支持网易云音乐、酷我音乐、酷狗音乐) -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [sqlitebrowser / sqlitebrowser](https://github.com/sqlitebrowser/sqlitebrowser):Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [Vita3K / Vita3K](https://github.com/Vita3K/Vita3K):Experimental PlayStation Vita emulator -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [luau-lang / luau](https://github.com/luau-lang/luau):A fast, small, safe, gradually typed embeddable scripting language derived from Lua -* [justcallmekoko / ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder):A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32 -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, WatermelonDB, Apache Doris, Milvus, StarRocks -* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes. -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [obsproject / obs-plugintemplate](https://github.com/obsproject/obs-plugintemplate): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [boostorg / headers](https://github.com/boostorg/headers): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [Project-Awaken / android_build](https://github.com/Project-Awaken/android_build): -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [zoogie / menuhax67](https://github.com/zoogie/menuhax67):A 3DS secondary entrypoint for Home Menu. A meme for all the peasants out there too. Works on 11.15.0-47. -* [Naereen / badges](https://github.com/Naereen/badges):📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours! -* [niudai / How-to-be-a-good-programmer](https://github.com/niudai/How-to-be-a-good-programmer):I'm here to tell you some amazing stuff which teacher would never tell you. -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [remerge / go-env](https://github.com/remerge/go-env):Package env provides a global Env variable, similar to Rails.env. diff --git a/trending/2023-12-13.md b/trending/2023-12-13.md deleted file mode 100644 index 235bb7d..0000000 --- a/trending/2023-12-13.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-13 - -#### C -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ARMmbed / mbed-os](https://github.com/ARMmbed/mbed-os):Arm Mbed OS is a platform operating system designed for the internet of things -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [vedderb / bldc](https://github.com/vedderb/bldc):The VESC motor control firmware -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [m0nad / Diamorphine](https://github.com/m0nad/Diamorphine):LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x/6.x (x86/x86_64 and ARM64) -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [linux-can / can-utils](https://github.com/linux-can/can-utils):Linux-CAN / SocketCAN user space applications -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [gspu / Coherent](https://github.com/gspu/Coherent):Coherent OS -* [BUPT-OS / RROS](https://github.com/BUPT-OS/RROS):RROS is a dual-kernel OS for satellites or other scenarios that need both real-time and general-purpose abilities. RROS = RTOS (Rust) + Linux (C). -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [streetpea / chiaki4deck](https://github.com/streetpea/chiaki4deck):Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck and Documentation around how to use - -#### C++ -* [asset-group / 5ghoul-5g-nr-attacks](https://github.com/asset-group/5ghoul-5g-nr-attacks): -* [SafeBreach-Labs / PoolParty](https://github.com/SafeBreach-Labs/PoolParty):A set of fully-undetectable process injection techniques abusing Windows Thread Pools -* [Greedysky / TTKMusicPlayer](https://github.com/Greedysky/TTKMusicPlayer):TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux.(支持网易云音乐、酷我音乐、酷狗音乐) -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [zaphoyd / websocketpp](https://github.com/zaphoyd/websocketpp):C++ websocket client/server library -* [MihailRis / VoxelEngine-Cpp](https://github.com/MihailRis/VoxelEngine-Cpp):Minecraft-like game engine in C++ with OpenGL -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, WatermelonDB, Apache Doris, Milvus, StarRocks -* [ratgdo / esphome-ratgdo](https://github.com/ratgdo/esphome-ratgdo):ratgdo for ESPHome -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [trustwallet / wallet-core](https://github.com/trustwallet/wallet-core):Cross-platform, cross-blockchain wallet library. -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [cartographer-project / cartographer](https://github.com/cartographer-project/cartographer):Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [hku-mars / FAST_LIO](https://github.com/hku-mars/FAST_LIO):A computationally efficient and robust LiDAR-inertial odometry (LIO) package -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. - -#### CMake -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [markbates / errx](https://github.com/markbates/errx): -* [RisingTechOSS / android_vendor_rising](https://github.com/RisingTechOSS/android_vendor_rising):RisingOS Vendor - Based from LineageOS -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [training-of-new-employees / qon](https://github.com/training-of-new-employees/qon):QuickON backend -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [zigcc / awesome-zig](https://github.com/zigcc/awesome-zig):A collection of some awesome public Zig programming language projects. -* [FyraLabs / submarine](https://github.com/FyraLabs/submarine):An experimental bootloader for ChomeOS's depthcharge -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions diff --git a/trending/2023-12-14.md b/trending/2023-12-14.md deleted file mode 100644 index cde0711..0000000 --- a/trending/2023-12-14.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-14 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [SchedMD / slurm](https://github.com/SchedMD/slurm):Slurm: A Highly Scalable Workload Manager -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [openssh / openssh-portable](https://github.com/openssh/openssh-portable):Portable OpenSSH -* [TobyLobster / multiply_test](https://github.com/TobyLobster/multiply_test):Comparing 6502 multiply routines -* [kamailio / kamailio](https://github.com/kamailio/kamailio):Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms - -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [ZipArchive / ZipArchive](https://github.com/ZipArchive/ZipArchive):ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS. -* [peng-zhihui / ElectronBot](https://github.com/peng-zhihui/ElectronBot): -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor - -#### C++ -* [lean-dojo / LeanCopilot](https://github.com/lean-dojo/LeanCopilot):LLMs as Copilots for Theorem Proving in Lean -* [cartographer-project / cartographer](https://github.com/cartographer-project/cartographer):Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [asset-group / 5ghoul-5g-nr-attacks](https://github.com/asset-group/5ghoul-5g-nr-attacks): -* [SafeBreach-Labs / PoolParty](https://github.com/SafeBreach-Labs/PoolParty):A set of fully-undetectable process injection techniques abusing Windows Thread Pools -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience. -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [lammps / lammps](https://github.com/lammps/lammps):Public development project of the LAMMPS MD software package -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [ckcr4lyf / EvilAppleJuice-ESP32](https://github.com/ckcr4lyf/EvilAppleJuice-ESP32):Spam Apple Proximity Messages via an ESP32 -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52545, 3.3.5 = 3.3.5a.12340) -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [OpenXRay / xray-16](https://github.com/OpenXRay/xray-16):Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;) -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [gperftools / gperftools](https://github.com/gperftools/gperftools):Main gperftools repository -* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [android / ndk-samples](https://github.com/android/ndk-samples):Android NDK samples with Android Studio -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [thebrowsercompany / windows-samples](https://github.com/thebrowsercompany/windows-samples):Sample Apps for Swift on Windows -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [preshing / AcquireRelease](https://github.com/preshing/AcquireRelease): -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [boostorg / headers](https://github.com/boostorg/headers): -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [DjangoGirls / tutorial](https://github.com/DjangoGirls/tutorial):This is a tutorial we are using for Django Girls workshops -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [Lienol / openwrt-packages](https://github.com/Lienol/openwrt-packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [artis3n / ansible-role-tailscale](https://github.com/artis3n/ansible-role-tailscale):Ansible role to install and configure a Tailscale node. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [projectceladon / device-androidia-mixins](https://github.com/projectceladon/device-androidia-mixins): diff --git a/trending/2023-12-15.md b/trending/2023-12-15.md deleted file mode 100644 index ac7f36b..0000000 --- a/trending/2023-12-15.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-15 - -#### C -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software -* [0xEr3bus / PoolPartyBof](https://github.com/0xEr3bus/PoolPartyBof):A beacon object file implementation of PoolParty Process Injection Technique. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [hfiref0x / KDU](https://github.com/hfiref0x/KDU):Kernel Driver Utility -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. - -#### C++ -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [Mes0903 / Cpp-Miner](https://github.com/Mes0903/Cpp-Miner): -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [chromiumembedded / cef](https://github.com/chromiumembedded/cef):Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications. -* [bambulab / BambuStudio](https://github.com/bambulab/BambuStudio):PC Software for BambuLab's 3D printers -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [mysql / mysql-server](https://github.com/mysql/mysql-server):MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. -* [chdb-io / chdb](https://github.com/chdb-io/chdb):chDB is an embedded OLAP SQL Engine 🚀 powered by ClickHouse -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [ethz-asl / kalibr](https://github.com/ethz-asl/kalibr):The Kalibr visual-inertial calibration toolbox -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [HKUST-Aerial-Robotics / VINS-Fusion](https://github.com/HKUST-Aerial-Robotics/VINS-Fusion):An optimization-based multi-sensor state estimator -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [NVIDIA / cccl](https://github.com/NVIDIA/cccl):CUDA C++ Core Libraries - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [savushkin-r-d / PLCnext-howto](https://github.com/savushkin-r-d/PLCnext-howto):Howto C++ with PLCnext Technology -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [boostorg / headers](https://github.com/boostorg/headers): -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [thebrowsercompany / windows-samples](https://github.com/thebrowsercompany/windows-samples):Sample Apps for Swift on Windows -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [poloclub / awesome-grad-school](https://github.com/poloclub/awesome-grad-school):🎓 Advice and resources for thriving and surviving graduate school -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2023-12-16.md b/trending/2023-12-16.md deleted file mode 100644 index ddb3c63..0000000 --- a/trending/2023-12-16.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-16 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [BUPT-OS / RROS](https://github.com/BUPT-OS/RROS):RROS is a dual-kernel OS for satellites or other scenarios that need both real-time and general-purpose abilities. RROS = RTOS (Rust) + Linux (C). -* [DummrenDuck / cgame](https://github.com/DummrenDuck/cgame): -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [rockchip-linux / rknn-toolkit2](https://github.com/rockchip-linux/rknn-toolkit2): -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [rochus-keller / CspChan](https://github.com/rochus-keller/CspChan):A pure C (-std=c89) implementation of Go channels, including blocking and non-blocking selects. -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [ku1ik / stderred](https://github.com/ku1ik/stderred):stderr in red -* [airockchip / rknn_model_zoo](https://github.com/airockchip/rknn_model_zoo): - -#### C++ -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [j-hc / zygisk-detach](https://github.com/j-hc/zygisk-detach):Zygisk module to detach installed apps from Play Store -* [Alex313031 / thorium](https://github.com/Alex313031/thorium):Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md. -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [libcpr / cpr](https://github.com/libcpr/cpr):C++ Requests: Curl for People, a spiritual port of Python Requests. -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [thebrowsercompany / windows-samples](https://github.com/thebrowsercompany/windows-samples):Sample Apps for Swift on Windows -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [boostorg / headers](https://github.com/boostorg/headers): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [daniilidis-group / ffmpeg_image_transport_msgs](https://github.com/daniilidis-group/ffmpeg_image_transport_msgs):ros package for messages for the ffmpeg image transport -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [zigcc / awesome-zig](https://github.com/zigcc/awesome-zig):A collection of some awesome public Zig programming language projects. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [riscv-non-isa / riscv-elf-psabi-doc](https://github.com/riscv-non-isa/riscv-elf-psabi-doc):A RISC-V ELF psABI Document -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [Traceableai / agent-config](https://github.com/Traceableai/agent-config): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [niudai / How-to-be-a-good-programmer](https://github.com/niudai/How-to-be-a-good-programmer):I'm here to tell you some amazing stuff which teacher would never tell you. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. diff --git a/trending/2023-12-17.md b/trending/2023-12-17.md deleted file mode 100644 index dae6c8d..0000000 --- a/trending/2023-12-17.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-17 - -#### C -* [ruby / prism](https://github.com/ruby/prism):Prism Ruby parser -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [0xEr3bus / PoolPartyBof](https://github.com/0xEr3bus/PoolPartyBof):A beacon object file implementation of PoolParty Process Injection Technique. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [SiliconLabs / gecko_sdk](https://github.com/SiliconLabs/gecko_sdk):The Gecko SDK (GSDK) combines all Silicon Labs 32-bit IoT product software development kits (SDKs) based on Gecko Platform into a single, integrated SDK. -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. - -#### C++ -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [Alex313031 / thorium](https://github.com/Alex313031/thorium):Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [GPUOpen-LibrariesAndSDKs / FidelityFX-SDK](https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK):The main repository for the FidelityFX SDK. -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [ConfettiFX / The-Forge](https://github.com/ConfettiFX/The-Forge):The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2 -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) - -#### CMake -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [boostorg / headers](https://github.com/boostorg/headers): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [thebrowsercompany / windows-samples](https://github.com/thebrowsercompany/windows-samples):Sample Apps for Swift on Windows -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [steinwurf / source_location](https://github.com/steinwurf/source_location):source_location build script wrapper for the waf build system. -* [flagarde / source_location](https://github.com/flagarde/source_location):cross-platform source_location for c++98 to c++20 -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [occ-ai / obs-localvocal](https://github.com/occ-ai/obs-localvocal):OBS plugin for local speech recognition and captioning using AI -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [StijnWoestenborghs / dainemo](https://github.com/StijnWoestenborghs/dainemo):A Machine Learning framework from scratch in Mojo 🔥 -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [ProgramTraveler / Road-To-Autonomous-Driving](https://github.com/ProgramTraveler/Road-To-Autonomous-Driving):自动驾驶散修一枚 -> 记录自己对自动驾驶的学习过程和相关学习链接 -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [instill-ai / core](https://github.com/instill-ai/core):🔮 Instill Core contains components for supporting Instill VDP and Instill Model -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [zigcc / awesome-zig](https://github.com/zigcc/awesome-zig):A collection of some awesome public Zig programming language projects. diff --git a/trending/2023-12-18.md b/trending/2023-12-18.md deleted file mode 100644 index 9fc6f7e..0000000 --- a/trending/2023-12-18.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-18 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [ptitSeb / box64](https://github.com/ptitSeb/box64):Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [paxo-phone / PaxOS-8](https://github.com/paxo-phone/PaxOS-8):Code source du système d'exploitation du PaxoPhone -* [adafruit / Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library):Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [SpacehuhnTech / esp8266_deauther](https://github.com/SpacehuhnTech/esp8266_deauther):Affordable WiFi hacking platform for testing and learning -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree - -#### C++ -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [moonlight-stream / moonlight-qt](https://github.com/moonlight-stream/moonlight-qt):GameStream client for PCs (Windows, Mac, Linux, and Steam Link) -* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes. -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 -* [WayfireWM / wayfire](https://github.com/WayfireWM/wayfire):A modular and extensible wayland compositor -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ole / pico-embedded-swift](https://github.com/ole/pico-embedded-swift):Embedded Swift on the Raspberry Pi Pico -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [thebrowsercompany / swift-build](https://github.com/thebrowsercompany/swift-build):Swift toolchain builds by The Browser Company -* [JoakimSoderberg / coveralls-cmake](https://github.com/JoakimSoderberg/coveralls-cmake):Coveralls JSON coverage generator and uploader for CMake -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [LineageOS / android_packages_overlays_Lineage](https://github.com/LineageOS/android_packages_overlays_Lineage): -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [marcpaterno / spack_retreat](https://github.com/marcpaterno/spack_retreat):Working repo for spack retreat -* [StijnWoestenborghs / dainemo](https://github.com/StijnWoestenborghs/dainemo):A Machine Learning framework from scratch in Mojo 🔥 -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [liberationfonts / liberation-fonts](https://github.com/liberationfonts/liberation-fonts):The Liberation(tm) Fonts is a font family which aims at metric compatibility with Arial, Times New Roman, and Courier New. -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. diff --git a/trending/2023-12-19.md b/trending/2023-12-19.md deleted file mode 100644 index 55f8ea1..0000000 --- a/trending/2023-12-19.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-19 - -#### C -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [openshwprojects / OpenBK7231T_App](https://github.com/openshwprojects/OpenBK7231T_App):Open source firmware (Tasmota/Esphome replacement) for BK7231T, BK7231N, BL2028N, T34, XR809, W800/W801, W600/W601 and BL602 -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [davatorium / rofi](https://github.com/davatorium/rofi):Rofi: A window switcher, application launcher and dmenu replacement -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [InfiniTimeOrg / InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime):Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [brunodev85 / winlator](https://github.com/brunodev85/winlator):Android application for running Windows applications with Wine and Box86/Box64 -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [hanwckf / immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x): - -#### C++ -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [GPUOpen-LibrariesAndSDKs / FidelityFX-SDK](https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK):The main repository for the FidelityFX SDK. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52545, 3.3.5 = 3.3.5a.12340) -* [ExpressLRS / ExpressLRS](https://github.com/ExpressLRS/ExpressLRS):STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [atcoder / ac-library](https://github.com/atcoder/ac-library):AtCoder Library -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [kamyu104 / LeetCode-Solutions](https://github.com/kamyu104/LeetCode-Solutions):🏋️ Python / Modern C++ Solutions of All 2968 LeetCode Problems (Weekly Update) -* [WayfireWM / wayfire](https://github.com/WayfireWM/wayfire):A modular and extensible wayland compositor - -#### CMake -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples diff --git a/trending/2023-12-20.md b/trending/2023-12-20.md deleted file mode 100644 index 0cc3ea5..0000000 --- a/trending/2023-12-20.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-20 - -#### C -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [pgbouncer / pgbouncer](https://github.com/pgbouncer/pgbouncer):lightweight connection pooler for PostgreSQL -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [stephane / libmodbus](https://github.com/stephane/libmodbus):A Modbus library for Linux, Mac OS, FreeBSD and Windows -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [gojue / ecapture](https://github.com/gojue/ecapture):Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64. -* [cboxdoerfer / fsearch](https://github.com/cboxdoerfer/fsearch):A fast file search utility for Unix-like systems based on GTK3 -* [cbwang505 / unicorn-whpx](https://github.com/cbwang505/unicorn-whpx):跨平台模拟执行unicorn框架基于Qemu的TCG模式(Tiny Code Generator),以无硬件虚拟化支持方式实现全系统的虚拟化,支持跨平台和架构的CPU指令模拟,本文讨论是一款笔者的实验性项目采用Windows Hypervisor Platform虚拟机模式提供了另一种CPU指令的模拟方式,在保持原有unicorn导出接口不变的情况下,采用Hyper-v支持带硬件虚拟化支持的Windows Hypervisor Platform API接口扩展了底层CPU模拟环境实现,支持X86指令集二进制程序模拟平台和调试器. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [DualCoder / vgpu_unlock](https://github.com/DualCoder/vgpu_unlock):Unlock vGPU functionality for consumer grade GPUs. -* [sabrogden / Ditto](https://github.com/sabrogden/Ditto):Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [prusa3d / Prusa-Firmware-Buddy](https://github.com/prusa3d/Prusa-Firmware-Buddy):Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research. -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [ufrisk / pcileech](https://github.com/ufrisk/pcileech):Direct Memory Access (DMA) Attack Software - -#### C++ -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg). -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [BlackINT3 / OpenArk](https://github.com/BlackINT3/OpenArk):The Next Generation of Anti-Rookit(ARK) tool for Windows. -* [rapidsai / cudf](https://github.com/rapidsai/cudf):cuDF - GPU DataFrame Library -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52607, 3.3.5 = 3.3.5a.12340) -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [myzxcg / RealBlindingEDR](https://github.com/myzxcg/RealBlindingEDR):Remove AV/EDR Kernel ObRegisterCallbacks、CmRegisterCallback、MiniFilter Callback、PsSetCreateProcessNotifyRoutine Callback、PsSetCreateThreadNotifyRoutine Callback、PsSetLoadImageNotifyRoutine Callback... -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [arangodb / arangodb](https://github.com/arangodb/arangodb):🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [PaddlePaddle / FastDeploy](https://github.com/PaddlePaddle/FastDeploy):⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support. -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [openMVG / openMVG](https://github.com/openMVG/openMVG):open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [pixie-io / pixie](https://github.com/pixie-io/pixie):Instant Kubernetes-Native Application Observability -* [wxWidgets / wxWidgets](https://github.com/wxWidgets/wxWidgets):Cross-Platform C++ GUI Library -* [microsoft / winget-cli](https://github.com/microsoft/winget-cli):WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface). -* [TokisanGames / Terrain3D](https://github.com/TokisanGames/Terrain3D):A high performance, editable terrain system for Godot 4. -* [DISTRHO / Cardinal](https://github.com/DISTRHO/Cardinal):Virtual modular synthesizer plugin - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [steinwurf / fmt](https://github.com/steinwurf/fmt):fmt build script wrapper for waf build system https://github.com/fmtlib/fmt -* [flagarde / source_location](https://github.com/flagarde/source_location):cross-platform source_location for c++98 to c++20 -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. diff --git a/trending/2023-12-21.md b/trending/2023-12-21.md deleted file mode 100644 index c361be5..0000000 --- a/trending/2023-12-21.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-21 - -#### C -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [wasm3 / wasm3](https://github.com/wasm3/wasm3):🚀 A fast WebAssembly interpreter and the most universal WASM runtime -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [zhenrong-wang / hpc-now](https://github.com/zhenrong-wang/hpc-now):A Cross-Platform, Multi-Cloud High-Performance Computing Platform -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [ufrisk / pcileech](https://github.com/ufrisk/pcileech):Direct Memory Access (DMA) Attack Software -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [openssh / openssh-portable](https://github.com/openssh/openssh-portable):Portable OpenSSH -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II - -#### C++ -* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg). -* [Librum-Reader / Librum](https://github.com/Librum-Reader/Librum):The Librum client application -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [TokisanGames / Terrain3D](https://github.com/TokisanGames/Terrain3D):A high performance, editable terrain system for Godot 4. -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [keith2018 / SoftGLRender](https://github.com/keith2018/SoftGLRender):Tiny C++ Software Renderer / Rasterizer, and implements OpenGL and Vulkan renderers for comparison -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [cagnulein / qdomyos-zwift](https://github.com/cagnulein/qdomyos-zwift):Zwift bridge for smart treadmills and bike/cyclette -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [mapeditor / tiled](https://github.com/mapeditor/tiled):Flexible level editor -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [arangodb / arangodb](https://github.com/arangodb/arangodb):🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. - -#### CMake -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [petejohanson / blank-slate-zmk-config](https://github.com/petejohanson/blank-slate-zmk-config):ZMK configuration for the Blank Slate keyboard -* [wxmerkt / pybind11_catkin](https://github.com/wxmerkt/pybind11_catkin):Catkin wrapper for pybind11 -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [markbates / errx](https://github.com/markbates/errx): -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more diff --git a/trending/2023-12-22.md b/trending/2023-12-22.md deleted file mode 100644 index 9ac83bc..0000000 --- a/trending/2023-12-22.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-22 - -#### C -* [SJTU-IPADS / PowerInfer](https://github.com/SJTU-IPADS/PowerInfer):High-speed Large Language Model Serving on PCs with Consumer-grade GPUs -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [stephane / libmodbus](https://github.com/stephane/libmodbus):A Modbus library for Linux, Mac OS, FreeBSD and Windows -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [webui-dev / webui](https://github.com/webui-dev/webui):Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib. -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [jakkra / ZSWatch](https://github.com/jakkra/ZSWatch):ZSWatch - the Open Source Zephyr™ based Smartwatch, including both HW and FW. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [nxp-imx / linux-imx](https://github.com/nxp-imx/linux-imx):i.MX Linux kernel -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester - -#### C++ -* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg). -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [34736384 / genshin-fps-unlock](https://github.com/34736384/genshin-fps-unlock):unlocks the 60 fps cap -* [eProsima / Fast-DDS](https://github.com/eProsima/Fast-DDS):The most complete DDS - Proven: Plenty of success cases. -* [chdb-io / chdb](https://github.com/chdb-io/chdb):chDB is an embedded OLAP SQL Engine 🚀 powered by ClickHouse -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [facontidavide / PlotJuggler](https://github.com/facontidavide/PlotJuggler):The Time Series Visualization Tool that you deserve. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs diff --git a/trending/2023-12-23.md b/trending/2023-12-23.md deleted file mode 100644 index 9c7ffee..0000000 --- a/trending/2023-12-23.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-23 - -#### C -* [SJTU-IPADS / PowerInfer](https://github.com/SJTU-IPADS/PowerInfer):High-speed Large Language Model Serving on PCs with Consumer-grade GPUs -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [zhenrong-wang / hpc-now](https://github.com/zhenrong-wang/hpc-now):A Cross-Platform, Multi-Cloud High-Performance Computing Platform -* [bitcoin-core / secp256k1](https://github.com/bitcoin-core/secp256k1):Optimized C library for EC operations on curve secp256k1 -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [lambertjamesd / portal64](https://github.com/lambertjamesd/portal64):A demake of Portal for the Nintendo 64 -* [jakkra / ZSWatch](https://github.com/jakkra/ZSWatch):ZSWatch - the Open Source Zephyr™ based Smartwatch, including both HW and FW. -* [OpenStickCommunity / GP2040-CE](https://github.com/OpenStickCommunity/GP2040-CE): -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [rockchip-linux / rknn-toolkit2](https://github.com/rockchip-linux/rknn-toolkit2): -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [webui-dev / webui](https://github.com/webui-dev/webui):Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [DoctorWkt / acwj](https://github.com/DoctorWkt/acwj):A Compiler Writing Journey -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [54zorb / Zorb-Framework](https://github.com/54zorb/Zorb-Framework):一个轻量级嵌入式框架 -* [s0ngidong3 / TPM-SPOOFER](https://github.com/s0ngidong3/TPM-SPOOFER): - -#### C++ -* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg). -* [Krypteria / AtlasLdr](https://github.com/Krypteria/AtlasLdr):Reflective x64 PE/DLL Loader implemented using Dynamic Indirect Syscalls -* [34736384 / genshin-fps-unlock](https://github.com/34736384/genshin-fps-unlock):unlocks the 60 fps cap -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [Snapchat / KeyDB](https://github.com/Snapchat/KeyDB):A Multithreaded Fork of Redis -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [chdb-io / chdb](https://github.com/chdb-io/chdb):chDB is an embedded OLAP SQL Engine 🚀 powered by ClickHouse -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [zeromq / libzmq](https://github.com/zeromq/libzmq):ZeroMQ core engine in C++, implements ZMTP/3.1 -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [bdring / FluidNC](https://github.com/bdring/FluidNC):The next generation of motion control firmware -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts -* [learning-process / ppc-2023-mpi-reports](https://github.com/learning-process/ppc-2023-mpi-reports): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [occ-ai / obs-localvocal](https://github.com/occ-ai/obs-localvocal):OBS plugin for local speech recognition and captioning using AI -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project - -#### Makefile -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): diff --git a/trending/2023-12-24.md b/trending/2023-12-24.md deleted file mode 100644 index a124096..0000000 --- a/trending/2023-12-24.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-24 - -#### C -* [SJTU-IPADS / PowerInfer](https://github.com/SJTU-IPADS/PowerInfer):High-speed Large Language Model Serving on PCs with Consumer-grade GPUs -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [gtworek / PSBits](https://github.com/gtworek/PSBits):Simple (relatively) things allowing you to dig a bit deeper than usual. -* [airockchip / rknn_model_zoo](https://github.com/airockchip/rknn_model_zoo): -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [axboe / liburing](https://github.com/axboe/liburing): -* [antirez / smallchat](https://github.com/antirez/smallchat):A minimal programming example for a chat server -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [h2o / h2o](https://github.com/h2o/h2o):H2O - the optimized HTTP/1, HTTP/2, HTTP/3 server -* [RfidResearchGroup / ChameleonUltra](https://github.com/RfidResearchGroup/ChameleonUltra):The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards. -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini and Mini+ -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at - -#### C++ -* [infiniflow / infinity](https://github.com/infiniflow/infinity):The AI-native database built for LLM applications, providing incredibly fast vector and full-text search -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [Krypteria / AtlasLdr](https://github.com/Krypteria/AtlasLdr):Reflective x64 PE/DLL Loader implemented using Dynamic Indirect Syscalls -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [mudler / LocalAI](https://github.com/mudler/LocalAI):🤖 The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs ggml, gguf, GPTQ, onnx, TF compatible models: llama, llama2, rwkv, whisper, vicuna, koala, cerebras, falcon, dolly, starcoder, and many others -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [gnuradio / gnuradio](https://github.com/gnuradio/gnuradio):GNU Radio – the Free and Open Software Radio Ecosystem -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [microsoft / Detours](https://github.com/microsoft/Detours):Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form. -* [zaphoyd / websocketpp](https://github.com/zaphoyd/websocketpp):C++ websocket client/server library -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [openframeworks / openFrameworks](https://github.com/openframeworks/openFrameworks):openFrameworks is a community-developed cross platform toolkit for creative coding in C++. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [ValveSoftware / Proton](https://github.com/ValveSoftware/Proton):Compatibility tool for Steam Play based on Wine and additional components -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [wangzhaode / mnn-llm](https://github.com/wangzhaode/mnn-llm):llm deploy project based mnn. -* [rui314 / mold](https://github.com/rui314/mold):Mold: A Modern Linker 🦠 -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [zerotier / ZeroTierOne](https://github.com/zerotier/ZeroTierOne):A Smart Ethernet Switch for Earth -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [chdb-io / chdb](https://github.com/chdb-io/chdb):chDB is an embedded OLAP SQL Engine 🚀 powered by ClickHouse - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Lvcky-gg / notNotOdd](https://github.com/Lvcky-gg/notNotOdd):The codebase is haunted -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [learning-process / ppc-2023-mpi-reports](https://github.com/learning-process/ppc-2023-mpi-reports): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [instill-ai / core](https://github.com/instill-ai/core):🔮 Instill Core contains components for supporting Instill VDP and Instill Model -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [markbates / errx](https://github.com/markbates/errx): -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [zigcc / awesome-zig](https://github.com/zigcc/awesome-zig):A collection of some awesome public Zig programming language projects. -* [Evolution-X / vendor_evolution](https://github.com/Evolution-X/vendor_evolution): diff --git a/trending/2023-12-25.md b/trending/2023-12-25.md deleted file mode 100644 index d4cff40..0000000 --- a/trending/2023-12-25.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-25 - -#### C -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [kindawindytoday / M](https://github.com/kindawindytoday/M):new dynamically-loading tool for "园什“ -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [hanwckf / immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x): -* [xperiments-in / xtouch](https://github.com/xperiments-in/xtouch): -* [RfidResearchGroup / ChameleonUltra](https://github.com/RfidResearchGroup/ChameleonUltra):The new generation chameleon based on NRF52840 makes the performance of card emulation more stable. And gave the chameleon the ability to read, write, and decrypt cards. -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [videolan / vlc](https://github.com/videolan/vlc):VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [FluidSynth / fluidsynth](https://github.com/FluidSynth/fluidsynth):Software synthesizer based on the SoundFont 2 specifications -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [SJTU-IPADS / PowerInfer](https://github.com/SJTU-IPADS/PowerInfer):High-speed Large Language Model Serving on PCs with Consumer-grade GPUs -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark - -#### C++ -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [tdlib / telegram-bot-api](https://github.com/tdlib/telegram-bot-api):Telegram Bot API server -* [intel / intel-extension-for-transformers](https://github.com/intel/intel-extension-for-transformers):⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡ -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [bambulab / BambuStudio](https://github.com/bambulab/BambuStudio):PC Software for BambuLab's 3D printers -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [pbek / QOwnNotes](https://github.com/pbek/QOwnNotes):QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration. -* [infiniflow / infinity](https://github.com/infiniflow/infinity):The AI-native database built for LLM applications, providing incredibly fast vector and full-text search -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [jomjol / AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device):Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [spdx / license-list-XML](https://github.com/spdx/license-list-XML):This is the repository for the master files that comprise the SPDX License List -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [apache / yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface):Apache YuniKorn Scheduler Interface -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [LineageOS / android_packages_overlays_Lineage](https://github.com/LineageOS/android_packages_overlays_Lineage): -* [LineageOS / android_device_lineage_car](https://github.com/LineageOS/android_device_lineage_car): -* [DroidX-UI / Release_changelogs](https://github.com/DroidX-UI/Release_changelogs): -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK diff --git a/trending/2023-12-26.md b/trending/2023-12-26.md deleted file mode 100644 index 81088ec..0000000 --- a/trending/2023-12-26.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-26 - -#### C -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [labwc / labwc](https://github.com/labwc/labwc):A Wayland window-stacking compositor -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ExistentialAudio / BlackHole](https://github.com/ExistentialAudio/BlackHole):BlackHole is a modern macOS audio loopback driver that allows applications to pass audio to other applications with zero additional latency. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [palera1n / palera1n](https://github.com/palera1n/palera1n):Jailbreak for arm64 devices on iOS 15.0+ -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [kindawindytoday / M](https://github.com/kindawindytoday/M):new dynamically-loading tool for "园什“ -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository - -#### C++ -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [Z3Prover / z3](https://github.com/Z3Prover/z3):The Z3 Theorem Prover -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [Pagghiu / SaneCppLibraries](https://github.com/Pagghiu/SaneCppLibraries):Sane C++ Libraries -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [infiniflow / infinity](https://github.com/infiniflow/infinity):The AI-native database built for LLM applications, providing incredibly fast vector and full-text search -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): - -#### CMake -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [boostorg / headers](https://github.com/boostorg/headers): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. - -#### Makefile -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [LineageOS / android_device_lineage_sepolicy](https://github.com/LineageOS/android_device_lineage_sepolicy): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [DroidX-UI / Release_changelogs](https://github.com/DroidX-UI/Release_changelogs): -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [LineageOS / android_external_chromium-webview_patches](https://github.com/LineageOS/android_external_chromium-webview_patches): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [richfelker / musl-cross-make](https://github.com/richfelker/musl-cross-make):Simple makefile-based build for musl cross compiler diff --git a/trending/2023-12-27.md b/trending/2023-12-27.md deleted file mode 100644 index 934352c..0000000 --- a/trending/2023-12-27.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-27 - -#### C -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS -* [rswier / c4](https://github.com/rswier/c4):C in four functions -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [labwc / labwc](https://github.com/labwc/labwc):A Wayland window-stacking compositor -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [ExistentialAudio / BlackHole](https://github.com/ExistentialAudio/BlackHole):BlackHole is a modern macOS audio loopback driver that allows applications to pass audio to other applications with zero additional latency. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [palera1n / palera1n](https://github.com/palera1n/palera1n):Jailbreak for arm64 devices on iOS 15.0+ -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [kindawindytoday / M](https://github.com/kindawindytoday/M):new dynamically-loading tool for "园什“ -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository - -#### C++ -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [Z3Prover / z3](https://github.com/Z3Prover/z3):The Z3 Theorem Prover -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [Pagghiu / SaneCppLibraries](https://github.com/Pagghiu/SaneCppLibraries):Sane C++ Libraries -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [infiniflow / infinity](https://github.com/infiniflow/infinity):The AI-native database built for LLM applications, providing incredibly fast vector and full-text search -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [tdlib / td](https://github.com/tdlib/td):Cross-platform library for building Telegram clients -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): - -#### CMake -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [boostorg / headers](https://github.com/boostorg/headers): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. - -#### Makefile -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [LineageOS / android_device_lineage_sepolicy](https://github.com/LineageOS/android_device_lineage_sepolicy): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [DroidX-UI / Release_changelogs](https://github.com/DroidX-UI/Release_changelogs): -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [LineageOS / android_external_chromium-webview_patches](https://github.com/LineageOS/android_external_chromium-webview_patches): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [richfelker / musl-cross-make](https://github.com/richfelker/musl-cross-make):Simple makefile-based build for musl cross compiler diff --git a/trending/2023-12-28.md b/trending/2023-12-28.md deleted file mode 100644 index 1c864a9..0000000 --- a/trending/2023-12-28.md +++ /dev/null @@ -1,56 +0,0 @@ -## 2023-12-28 - -#### C -* [KpwnZ / Def1nit3lyN0tAJa1lbr3akTool](https://github.com/KpwnZ/Def1nit3lyN0tAJa1lbr3akTool):A jailbreak tool for all arm64 devices on iOS 16.0 to iOS 16.5 -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [proh14 / ptext](https://github.com/proh14/ptext):A nano like text editor built with pure C -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [ruby / prism](https://github.com/ruby/prism):Prism Ruby parser - -#### C++ -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [Z3Prover / z3](https://github.com/Z3Prover/z3):The Z3 Theorem Prover -* [dragonflydb / dragonfly](https://github.com/dragonflydb/dragonfly):A modern replacement for Redis and Memcached -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [halpz / re3](https://github.com/halpz/re3): -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos - -#### Makefile -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [Cyfrin / 3-passwordstore-audit](https://github.com/Cyfrin/3-passwordstore-audit): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files diff --git a/trending/2023-12-29.md b/trending/2023-12-29.md deleted file mode 100644 index 9da5bf1..0000000 --- a/trending/2023-12-29.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-29 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [hrvach / deskhop](https://github.com/hrvach/deskhop):Fast Desktop Switching Device -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [pjsip / pjproject](https://github.com/pjsip/pjproject):PJSIP project -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [input-leap / input-leap](https://github.com/input-leap/input-leap):Open-source KVM software -* [openssh / openssh-portable](https://github.com/openssh/openssh-portable):Portable OpenSSH -* [netero1010 / EDRSilencer](https://github.com/netero1010/EDRSilencer):A tool uses Windows Filtering Platform (WFP) to block Endpoint Detection and Response (EDR) agents from reporting security events to the server. -* [Aleksoid1978 / MPC-BE](https://github.com/Aleksoid1978/MPC-BE):MPC-BE – универсальный проигрыватель аудио и видеофайлов для операционной системы Windows. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [MaJerle / stm32f429](https://github.com/MaJerle/stm32f429):Keil projects and libraries for STM32F4xx devices -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [wine-mirror / wine](https://github.com/wine-mirror/wine): -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [robertdavidgraham / masscan](https://github.com/robertdavidgraham/masscan):TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. - -#### C++ -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [wesnoth / wesnoth](https://github.com/wesnoth/wesnoth):An open source, turn-based strategy game with a high fantasy theme. -* [oceanbase / miniob](https://github.com/oceanbase/miniob):MiniOB is a compact database that assists developers in understanding the fundamental workings of a database. -* [halpz / re3](https://github.com/halpz/re3): -* [justcallmekoko / ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder):A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32 -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [gaoxiang12 / slambook2](https://github.com/gaoxiang12/slambook2):edition 2 of the slambook -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course -* [bkaradzic / bgfx](https://github.com/bkaradzic/bgfx):Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [goldendict / goldendict](https://github.com/goldendict/goldendict):A feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case. -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [ratgdo / esphome-ratgdo](https://github.com/ratgdo/esphome-ratgdo):ratgdo for ESPHome - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [obsproject / obs-plugintemplate](https://github.com/obsproject/obs-plugintemplate): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ultralight-ux / Ultralight](https://github.com/ultralight-ux/Ultralight):Lightweight, high-performance HTML renderer for game and app developers. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [filipdutescu / modern-cpp-template](https://github.com/filipdutescu/modern-cpp-template):A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [code-iai / iai_maps](https://github.com/code-iai/iai_maps):The semantic and ground lab and environment maps for projects in the IAI group in the University of Bremen -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [Cyfrin / 3-passwordstore-audit](https://github.com/Cyfrin/3-passwordstore-audit): -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [stratisproject / StratisEVM](https://github.com/stratisproject/StratisEVM): -* [crdroidandroid / android_build](https://github.com/crdroidandroid/android_build):Android Build System (crDroid Android) -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [JAMO-TYPEFACE / Orbit](https://github.com/JAMO-TYPEFACE/Orbit):Orbit 2022 by JAMO -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack diff --git a/trending/2023-12-31.md b/trending/2023-12-31.md deleted file mode 100644 index 4b7eab4..0000000 --- a/trending/2023-12-31.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2023-12-31 - -#### C -* [stacksmashing / tamarin-c](https://github.com/stacksmashing/tamarin-c):A tool to explore USB-C on Apple devices using the Tamarin C Hardware. -* [hrvach / deskhop](https://github.com/hrvach/deskhop):Fast Desktop Switching Device -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [flowdriveai / flowpilot](https://github.com/flowdriveai/flowpilot):flow-pilot is an openpilot based driver assistance system that runs on linux, windows and android powered machines. -* [netero1010 / EDRSilencer](https://github.com/netero1010/EDRSilencer):A tool uses Windows Filtering Platform (WFP) to block Endpoint Detection and Response (EDR) agents from reporting security events to the server. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [jjwbruijn / OpenEPaperLink](https://github.com/jjwbruijn/OpenEPaperLink): -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [sekigon-gonnoc / Pico-PIO-USB](https://github.com/sekigon-gonnoc/Pico-PIO-USB):USB host/device implementation using PIO of raspberry pi pico (RP2040). -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. - -#### C++ -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [zrax / pycdc](https://github.com/zrax/pycdc):C++ python bytecode disassembler and decompiler -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52649, 3.3.5 = 3.3.5a.12340) -* [cloudflare / workerd](https://github.com/cloudflare/workerd):The JavaScript / Wasm runtime that powers Cloudflare Workers -* [melonDS-emu / melonDS](https://github.com/melonDS-emu/melonDS):DS emulator, sorta -* [PowerDNS / pdns](https://github.com/PowerDNS/pdns):PowerDNS Authoritative, PowerDNS Recursor, dnsdist -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [cyberbotics / webots](https://github.com/cyberbotics/webots):Webots Robot Simulator -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [boostorg / headers](https://github.com/boostorg/headers): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): - -#### Makefile -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [libretro-thumbnails / libretro-thumbnails](https://github.com/libretro-thumbnails/libretro-thumbnails):Thumbnails for RetroArch -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [instill-ai / core](https://github.com/instill-ai/core):🔮 Instill Core contains components for supporting Instill VDP and Instill Model diff --git a/trending/2024-01-01.md b/trending/2024-01-01.md deleted file mode 100644 index 1c4f4e5..0000000 --- a/trending/2024-01-01.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-01 - -#### C -* [flowdriveai / flowpilot](https://github.com/flowdriveai/flowpilot):flow-pilot is an openpilot based driver assistance system that runs on linux, windows and android powered machines. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [Maldev-Academy / Christmas](https://github.com/Maldev-Academy/Christmas): -* [netero1010 / EDRSilencer](https://github.com/netero1010/EDRSilencer):A tool uses Windows Filtering Platform (WFP) to block Endpoint Detection and Response (EDR) agents from reporting security events to the server. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [hrvach / deskhop](https://github.com/hrvach/deskhop):Fast Desktop Switching Device -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [stacksmashing / tamarin-c](https://github.com/stacksmashing/tamarin-c):A tool to explore USB-C on Apple devices using the Tamarin C Hardware. -* [asdcorp / ohook](https://github.com/asdcorp/ohook):An universal Office "activation" hook with main focus of enabling full functionality of subscription editions -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. - -#### C++ -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [MihailRis / VoxelEngine-Cpp](https://github.com/MihailRis/VoxelEngine-Cpp):Minecraft-like game engine in C++ with OpenGL -* [jomjol / AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device):Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world -* [hackerhouse-opensource / SignToolEx](https://github.com/hackerhouse-opensource/SignToolEx):Patching "signtool.exe" to accept expired certificates for code-signing. -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [scummvm / scummvm](https://github.com/scummvm/scummvm):ScummVM main repository -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [hackerhouse-opensource / Marble](https://github.com/hackerhouse-opensource/Marble):The CIA's Marble Framework is designed to allow for flexible and easy-to-use obfuscation when developing tools. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [jmpoep / vmprotect-3.5.1](https://github.com/jmpoep/vmprotect-3.5.1): -* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52649, 3.3.5 = 3.3.5a.12340) -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [meshtastic / firmware](https://github.com/meshtastic/firmware):Meshtastic device firmware -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [PolarityWorks / zmk-config-adv360](https://github.com/PolarityWorks/zmk-config-adv360):Adv360 zmk config -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [code-iai / iai_maps](https://github.com/code-iai/iai_maps):The semantic and ground lab and environment maps for projects in the IAI group in the University of Bremen -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [spdx / license-list-XML](https://github.com/spdx/license-list-XML):This is the repository for the master files that comprise the SPDX License List -* [LineageOS / android_external_chromium-webview_patches](https://github.com/LineageOS/android_external_chromium-webview_patches): -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [LineageOS / android_build](https://github.com/LineageOS/android_build): -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [meganukebmp / Switch_90DNS_tester](https://github.com/meganukebmp/Switch_90DNS_tester):A simple homebrew application to test 90DNS or Atmosphere DNS MITM on the switch (https://gitlab.com/a/90dns) -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi diff --git a/trending/2024-01-02.md b/trending/2024-01-02.md deleted file mode 100644 index f3f7988..0000000 --- a/trending/2024-01-02.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-02 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [flowdriveai / flowpilot](https://github.com/flowdriveai/flowpilot):flow-pilot is an openpilot based driver assistance system that runs on linux, windows and android powered machines. -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [wasm3 / wasm3](https://github.com/wasm3/wasm3):🚀 A fast WebAssembly interpreter and the most universal WASM runtime -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [Maldev-Academy / Christmas](https://github.com/Maldev-Academy/Christmas): -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [lambertjamesd / portal64](https://github.com/lambertjamesd/portal64):A demake of Portal for the Nintendo 64 -* [HansKristian-Work / vkd3d-proton](https://github.com/HansKristian-Work/vkd3d-proton):Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation. -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [ThirteenAG / GTAIV.EFLC.FusionFix](https://github.com/ThirteenAG/GTAIV.EFLC.FusionFix):This project aims to fix or address some issues in Grand Theft Auto IV Complete Edition -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [AlexGalhardo / Software-Engineering](https://github.com/AlexGalhardo/Software-Engineering):Learning Software Engineering 🐢 -* [greenbone / openvas-scanner](https://github.com/greenbone/openvas-scanner):This repository contains the scanner component for Greenbone Community Edition. -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 -* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. - -#### C++ -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [me-no-dev / ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer):Async Web Server for ESP8266 and ESP32 -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52649, 3.3.5 = 3.3.5a.12340) -* [hackerhouse-opensource / Marble](https://github.com/hackerhouse-opensource/Marble):The CIA's Marble Framework is designed to allow for flexible and easy-to-use obfuscation when developing tools. -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [thelastoutpostworkshop / gpio_viewer](https://github.com/thelastoutpostworkshop/gpio_viewer):GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards -* [hackerhouse-opensource / SignToolEx](https://github.com/hackerhouse-opensource/SignToolEx):Patching "signtool.exe" to accept expired certificates for code-signing. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [hackerhouse-opensource / WMIProcessWatcher](https://github.com/hackerhouse-opensource/WMIProcessWatcher):A CIA tradecraft technique to asynchronously detect when a process is created using WMI. -* [MihailRis / VoxelEngine-Cpp](https://github.com/MihailRis/VoxelEngine-Cpp):Minecraft-like game engine in C++ with OpenGL -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Orphis / boost-cmake](https://github.com/Orphis/boost-cmake):Easy Boost integration in CMake projects -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [boostorg / headers](https://github.com/boostorg/headers): -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [obsproject / obs-plugintemplate](https://github.com/obsproject/obs-plugintemplate): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): - -#### Makefile -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn): -* [zigcc / awesome-zig](https://github.com/zigcc/awesome-zig):A collection of some awesome public Zig programming language projects. -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [derphilipp / Flachwitze](https://github.com/derphilipp/Flachwitze):A list of german puns/dad jokes -* [ThankYouMario / proprietary_vendor_qcom_common](https://github.com/ThankYouMario/proprietary_vendor_qcom_common): -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [lyz-code / blue-book](https://github.com/lyz-code/blue-book):My personal knowledge repository -* [lg-devs / android_device_lge_h815](https://github.com/lg-devs/android_device_lge_h815):International LG G4 -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. diff --git a/trending/2024-01-03.md b/trending/2024-01-03.md deleted file mode 100644 index b3acb43..0000000 --- a/trending/2024-01-03.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-03 - -#### C -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [webui-dev / webui](https://github.com/webui-dev/webui):Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib. -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [Gnucash / gnucash](https://github.com/Gnucash/gnucash):GnuCash Double-Entry Accounting Program. -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [0015 / ThatProject](https://github.com/0015/ThatProject):*That Project's project repository -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [Ralim / IronOS](https://github.com/Ralim/IronOS):Open Source Soldering Iron firmware -* [fastfetch-cli / fastfetch](https://github.com/fastfetch-cli/fastfetch):Like neofetch, but much faster because written mostly in C. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [tsoding / nobuild](https://github.com/tsoding/nobuild):Header only library for writing build recipes in C. -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [nesbox / TIC-80](https://github.com/nesbox/TIC-80):TIC-80 is a fantasy computer for making, playing and sharing tiny games. -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. Pull requests are not accepted. Use the mailing list to submit patches. -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [hackerhouse-opensource / Artillery](https://github.com/hackerhouse-opensource/Artillery):CIA UAC bypass implementation that utilizes elevated COM object to write to System32 and an auto-elevated process to execute as administrator. - -#### C++ -* [thelastoutpostworkshop / gpio_viewer](https://github.com/thelastoutpostworkshop/gpio_viewer):GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [praydog / UEVR](https://github.com/praydog/UEVR):Universal Unreal Engine VR Mod (4/5) -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [praydog / REFramework](https://github.com/praydog/REFramework):Scripting platform, modding framework and VR support for all RE Engine games -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [geode-sdk / geode](https://github.com/geode-sdk/geode):The ultimate Geometry Dash modding toolkit -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [TobyAdd / GDH](https://github.com/TobyAdd/GDH):Cheat menu for Geometry Dash. Powered by ImGui -* [Librum-Reader / Librum](https://github.com/Librum-Reader/Librum):The Librum client application -* [me-no-dev / ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer):Async Web Server for ESP8266 and ESP32 -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [SFML / SFML](https://github.com/SFML/SFML):Simple and Fast Multimedia Library - -#### CMake -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [iggy-rs / iggy-cpp-client](https://github.com/iggy-rs/iggy-cpp-client):Lightweight C++ client for Iggy.rs -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [ole / pico-embedded-swift](https://github.com/ole/pico-embedded-swift):Embedded Swift on the Raspberry Pi Pico -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [sisaha9 / grpc_vendor](https://github.com/sisaha9/grpc_vendor): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [boostorg / headers](https://github.com/boostorg/headers): - -#### Makefile -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [zigcc / awesome-zig](https://github.com/zigcc/awesome-zig):A collection of some awesome public Zig programming language projects. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe diff --git a/trending/2024-01-04.md b/trending/2024-01-04.md deleted file mode 100644 index e3b6c15..0000000 --- a/trending/2024-01-04.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-04 - -#### C -* [webui-dev / webui](https://github.com/webui-dev/webui):Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib. -* [felix-pb / kfd](https://github.com/felix-pb/kfd):kfd, short for kernel file descriptor, is a project to read and write kernel memory on Apple devices. -* [PureKFD / PureKFD](https://github.com/PureKFD/PureKFD):A KFD Focused Package Manager that supports 14.0-16.6.1! -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [GStreamer / gstreamer](https://github.com/GStreamer/gstreamer):GStreamer open-source multimedia framework -* [airockchip / rknn_model_zoo](https://github.com/airockchip/rknn_model_zoo): -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [Xilinx / linux-xlnx](https://github.com/Xilinx/linux-xlnx):The official Linux kernel from Xilinx -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [libffi / libffi](https://github.com/libffi/libffi):A portable foreign-function interface library. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [ioi / isolate](https://github.com/ioi/isolate):Sandbox for securely executing untrusted programs -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C - -#### C++ -* [praydog / UEVR](https://github.com/praydog/UEVR):Universal Unreal Engine VR Mod (4/5) -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [thelastoutpostworkshop / gpio_viewer](https://github.com/thelastoutpostworkshop/gpio_viewer):GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [canonical / multipass](https://github.com/canonical/multipass):Multipass orchestrates virtual Ubuntu instances -* [Neargye / magic_enum](https://github.com/Neargye/magic_enum):Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [Librum-Reader / Librum](https://github.com/Librum-Reader/Librum):The Librum client application -* [danmar / cppcheck](https://github.com/danmar/cppcheck):static analysis of C/C++ code -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [google / perfetto](https://github.com/google/perfetto):Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [Modern-CMake-CN / Modern-CMake-zh_CN](https://github.com/Modern-CMake-CN/Modern-CMake-zh_CN):CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [franneck94 / UdemyCmake](https://github.com/franneck94/UdemyCmake): -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [boostorg / headers](https://github.com/boostorg/headers): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament - -#### Makefile -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [SuperiorOS / android_vendor_superior](https://github.com/SuperiorOS/android_vendor_superior):Our Junkyard.. 😋 -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [noahgift / continuous-integration](https://github.com/noahgift/continuous-integration):This is a sample repo -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [Naereen / badges](https://github.com/Naereen/badges):📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours! -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [AOSPA / android_device_qcom_qssi](https://github.com/AOSPA/android_device_qcom_qssi): diff --git a/trending/2024-01-05.md b/trending/2024-01-05.md deleted file mode 100644 index 8204272..0000000 --- a/trending/2024-01-05.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-05 - -#### C -* [webui-dev / webui](https://github.com/webui-dev/webui):Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib. -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [zhenrong-wang / hpc-now](https://github.com/zhenrong-wang/hpc-now):A Cross-Platform, Multi-Cloud High-Performance Computing Platform -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [PureKFD / PureKFD](https://github.com/PureKFD/PureKFD):A KFD Focused Package Manager that supports 14.0-16.6.1! -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [leaningktower / Analog-GPS-data-receiver](https://github.com/leaningktower/Analog-GPS-data-receiver):An full analog GPS receiver using discrete rf components and TinyFPGA -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [felix-pb / kfd](https://github.com/felix-pb/kfd):kfd, short for kernel file descriptor, is a project to read and write kernel memory on Apple devices. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 - -#### C++ -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [praydog / UEVR](https://github.com/praydog/UEVR):Universal Unreal Engine VR Mod (4.8 - 5.3) -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [thelastoutpostworkshop / gpio_viewer](https://github.com/thelastoutpostworkshop/gpio_viewer):GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / perfetto](https://github.com/google/perfetto):Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/) -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [li-plus / chatglm.cpp](https://github.com/li-plus/chatglm.cpp):C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [ratgdo / homekit-ratgdo](https://github.com/ratgdo/homekit-ratgdo):A native HomeKit implementation of a Security+ 2.0 garage door controller based on ratgdo hardware -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [code-iai / iai_maps](https://github.com/code-iai/iai_maps):The semantic and ground lab and environment maps for projects in the IAI group in the University of Bremen -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [boostorg / headers](https://github.com/boostorg/headers): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [RisingTechOSS / android_vendor_rising](https://github.com/RisingTechOSS/android_vendor_rising):RisingOS Vendor - Based from LineageOS -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [vvatelot / mosquitto-docker-compose](https://github.com/vvatelot/mosquitto-docker-compose):A simple Mosquitto Docker Compose template -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [nicolastinkl / UUVPN](https://github.com/nicolastinkl/UUVPN):基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。 -* [CherishOS / android_vendor_cherish](https://github.com/CherishOS/android_vendor_cherish): diff --git a/trending/2024-01-06.md b/trending/2024-01-06.md deleted file mode 100644 index da2a267..0000000 --- a/trending/2024-01-06.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-06 - -#### C -* [attractivechaos / plb2](https://github.com/attractivechaos/plb2):A programming language benchmark -* [webui-dev / webui](https://github.com/webui-dev/webui):Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [zhenrong-wang / hpc-now](https://github.com/zhenrong-wang/hpc-now):A Cross-Platform, Multi-Cloud High-Performance Computing Platform -* [leaningktower / Analog-GPS-data-receiver](https://github.com/leaningktower/Analog-GPS-data-receiver):An full analog GPS receiver using discrete rf components and TinyFPGA -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [XProger / OpenLara](https://github.com/XProger/OpenLara):Classic Tomb Raider open-source engine -* [rodarima / libwa](https://github.com/rodarima/libwa):WhatsApp C library -* [stellar / stellar-core](https://github.com/stellar/stellar-core):stellar-core is the reference implementation for the peer to peer agent that manages the Stellar network -* [NVIDIA / open-gpu-kernel-modules](https://github.com/NVIDIA/open-gpu-kernel-modules):NVIDIA Linux open GPU kernel module source -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [cs50 / libcs50](https://github.com/cs50/libcs50):This is CS50's Library for C. - -#### C++ -* [ktock / container2wasm](https://github.com/ktock/container2wasm):Container to WASM converter -* [praydog / UEVR](https://github.com/praydog/UEVR):Universal Unreal Engine VR Mod (4.8 - 5.3) -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [GregoryCannon / StackRabbit](https://github.com/GregoryCannon/StackRabbit):An AI for playing NES Tetris at a high level. Based primarily on search & heuristic, with high quality board evaluation through value iteration. -* [hackerhouse-opensource / Stinger](https://github.com/hackerhouse-opensource/Stinger):CIA UAC bypass implementation of Stinger that obtains the token from an auto-elevated process, modifies it, and reuses it to execute as Administrator. -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [J-JLucas / SCM](https://github.com/J-JLucas/SCM): -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [Tencent / puerts](https://github.com/Tencent/puerts):PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [franneck94 / CppProjectTemplate](https://github.com/franneck94/CppProjectTemplate):C++ project template with unit-tests, documentation, ci-testing and workflows. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [SkafteNicki / mlops_template](https://github.com/SkafteNicki/mlops_template): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [DutchDevelop / BLLEDController](https://github.com/DutchDevelop/BLLEDController): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [vvatelot / mosquitto-docker-compose](https://github.com/vvatelot/mosquitto-docker-compose):A simple Mosquitto Docker Compose template diff --git a/trending/2024-01-07.md b/trending/2024-01-07.md deleted file mode 100644 index 8d03367..0000000 --- a/trending/2024-01-07.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-07 - -#### C -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [zhenrong-wang / hpc-now](https://github.com/zhenrong-wang/hpc-now):A Cross-Platform, Multi-Cloud High-Performance Computing Platform -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 -* [openwch / arduino_core_ch32](https://github.com/openwch/arduino_core_ch32):Core library for CH32duino -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [InfiniTimeOrg / InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime):Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [spotify / sparkey](https://github.com/spotify/sparkey):Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts. -* [pjreddie / darknet](https://github.com/pjreddie/darknet):Convolutional Neural Networks -* [kokke / tiny-AES-c](https://github.com/kokke/tiny-AES-c):Small portable AES128/192/256 in C -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [XProger / OpenLara](https://github.com/XProger/OpenLara):Classic Tomb Raider open-source engine -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size - -#### C++ -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [GregoryCannon / StackRabbit](https://github.com/GregoryCannon/StackRabbit):An AI for playing NES Tetris at a high level. Based primarily on search & heuristic, with high quality board evaluation through value iteration. -* [eProsima / Fast-DDS](https://github.com/eProsima/Fast-DDS):The most complete DDS - Proven: Plenty of success cases. -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [wxWidgets / wxWidgets](https://github.com/wxWidgets/wxWidgets):Cross-Platform C++ GUI Library -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [wpilibsuite / allwpilib](https://github.com/wpilibsuite/allwpilib):Official Repository of WPILibJ and WPILibC -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [arangodb / arangodb](https://github.com/arangodb/arangodb):🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [QuantFabric / QuantFabric](https://github.com/QuantFabric/QuantFabric):QuantFabric主项目 -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [sisaha9 / grpc_vendor](https://github.com/sisaha9/grpc_vendor): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [vvatelot / mosquitto-docker-compose](https://github.com/vvatelot/mosquitto-docker-compose):A simple Mosquitto Docker Compose template -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK diff --git a/trending/2024-01-08.md b/trending/2024-01-08.md deleted file mode 100644 index 6c1f7b4..0000000 --- a/trending/2024-01-08.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-08 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [joncampbell123 / dosbox-x](https://github.com/joncampbell123/dosbox-x):DOSBox-X fork of the DOSBox project -* [attractivechaos / plb2](https://github.com/attractivechaos/plb2):A programming language benchmark -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [cpq / bare-metal-programming-guide](https://github.com/cpq/bare-metal-programming-guide):A bare metal programming guide (ARM microcontrollers) -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release - -#### C++ -* [janhq / nitro](https://github.com/janhq/nitro):A fast, lightweight, embeddable inference engine to supercharge your apps with local AI. OpenAI-compatible API -* [wpilibsuite / allwpilib](https://github.com/wpilibsuite/allwpilib):Official Repository of WPILibJ and WPILibC -* [Dr-TSNG / ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext):Standalone implementation of Zygisk -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [YosysHQ / yosys](https://github.com/YosysHQ/yosys):Yosys Open SYnthesis Suite -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [trustwallet / wallet-core](https://github.com/trustwallet/wallet-core):Cross-platform, cross-blockchain wallet library. -* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg). -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [yuzu-emu / yuzu-mainline](https://github.com/yuzu-emu/yuzu-mainline): -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [drogonframework / drogon](https://github.com/drogonframework/drogon):Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows -* [StudioCherno / Walnut](https://github.com/StudioCherno/Walnut):Walnut is a simple application framework for Vulkan and Dear ImGui apps -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Xilinx / cmakeModules](https://github.com/Xilinx/cmakeModules): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [CodyReichert / awesome-cl](https://github.com/CodyReichert/awesome-cl):A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [runfinch / finch-core](https://github.com/runfinch/finch-core):Core dependencies for Finch -* [OpenTTD / OpenSFX](https://github.com/OpenTTD/OpenSFX):Sound Base Set for OpenTTD -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI diff --git a/trending/2024-01-09.md b/trending/2024-01-09.md deleted file mode 100644 index 18dc756..0000000 --- a/trending/2024-01-09.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-09 - -#### C -* [rswier / swieros](https://github.com/rswier/swieros):A tiny hand crafted CPU emulator, C compiler, and Operating System -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [warmcat / libwebsockets](https://github.com/warmcat/libwebsockets):canonical libwebsockets.org networking library -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [Immediate-Mode-UI / Nuklear](https://github.com/Immediate-Mode-UI/Nuklear):A single-header ANSI C immediate mode cross-platform GUI library -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [witnessmenow / ESP32-Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display):Building a community around a cheap ESP32 Display with a touch screen -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [HarbourMasters / Shipwright](https://github.com/HarbourMasters/Shipwright): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [moonlight-stream / moonlight-android](https://github.com/moonlight-stream/moonlight-android):GameStream client for Android -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader - -#### C++ -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [janhq / nitro](https://github.com/janhq/nitro):A fast, lightweight, embeddable inference engine to supercharge your apps with local AI. OpenAI-compatible API -* [facebookresearch / habitat-sim](https://github.com/facebookresearch/habitat-sim):A flexible, high-performance 3D simulator for Embodied AI research. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [rizinorg / cutter](https://github.com/rizinorg/cutter):Free and Open Source Reverse Engineering Platform powered by rizin -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg). -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52649, 3.3.5 = 3.3.5a.12340) -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [erincatto / box2d](https://github.com/erincatto/box2d):Box2D is a 2D physics engine for games -* [Librum-Reader / Librum](https://github.com/Librum-Reader/Librum):The Librum client application -* [wpilibsuite / allwpilib](https://github.com/wpilibsuite/allwpilib):Official Repository of WPILibJ and WPILibC - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [sisaha9 / grpc_vendor](https://github.com/sisaha9/grpc_vendor): -* [luncliff / vcpkg-registry](https://github.com/luncliff/vcpkg-registry):vcpkg registry maintained by @luncliff -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [yaya131 / AX6-AX3600_Almighty-Edition_Config](https://github.com/yaya131/AX6-AX3600_Almighty-Edition_Config):此版本是全能版本,也是自定义版本,包含无NSS的AX6和AX3600的编译配置,涵盖机型:AX6-5.15-AX3600-5.15-AX9000-5.15,想要榨干路由器性能和内存的朋友可以尝试刷入。支持已刷WEB升级的openwrt固件,刷入方式:首选恢复出厂设置,然后再系统升级不保留配置刷入。全能版每天都会拉取最新源码更新 -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [practicalli / clojure-cli-config](https://github.com/practicalli/clojure-cli-config):User aliases and Clojure CLI configuration for deps.edn based projects -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) diff --git a/trending/2024-01-10.md b/trending/2024-01-10.md deleted file mode 100644 index 2ca9724..0000000 --- a/trending/2024-01-10.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-10 - -#### C -* [SJTU-IPADS / PowerInfer](https://github.com/SJTU-IPADS/PowerInfer):High-speed Large Language Model Serving on PCs with Consumer-grade GPUs -* [hrtowii / Serotonin](https://github.com/hrtowii/Serotonin): -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [cc65 / cc65](https://github.com/cc65/cc65):cc65 - a freeware C compiler for 6502 based systems -* [OP-TEE / optee_os](https://github.com/OP-TEE/optee_os):Trusted side of the TEE -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [n0xa / m5stick-nemo](https://github.com/n0xa/m5stick-nemo):M5 Stick C firmware for high-tech pranks -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [gtworek / PSBits](https://github.com/gtworek/PSBits):Simple (relatively) things allowing you to dig a bit deeper than usual. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [sysprog21 / shecc](https://github.com/sysprog21/shecc):A self-hosting and educational C optimizing compiler -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [awslabs / amazon-kinesis-video-streams-webrtc-sdk-c](https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c):Amazon Kinesis Video Streams Webrtc SDK is for developers to install and customize realtime communication between devices and enable secure streaming of video, audio to Kinesis Video Streams. -* [memtest86plus / memtest86plus](https://github.com/memtest86plus/memtest86plus):Official repo for Memtest86+ -* [libvips / libvips](https://github.com/libvips/libvips):A fast image processing library with low memory needs. -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [Cisco-Talos / clamav](https://github.com/Cisco-Talos/clamav):ClamAV - Documentation is here: https://docs.clamav.net -* [veo / nginx_shell](https://github.com/veo/nginx_shell):nginx WebShell/内存马,更优雅的nignx backdoor -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. - -#### C++ -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [janhq / nitro](https://github.com/janhq/nitro):A fast, lightweight, embeddable inference engine to supercharge your apps with local AI. OpenAI-compatible API -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [Librum-Reader / Librum](https://github.com/Librum-Reader/Librum):The Librum client application -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [facebookresearch / habitat-sim](https://github.com/facebookresearch/habitat-sim):A flexible, high-performance 3D simulator for Embodied AI research. -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [wpilibsuite / allwpilib](https://github.com/wpilibsuite/allwpilib):Official Repository of WPILibJ and WPILibC -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [gnuradio / gnuradio](https://github.com/gnuradio/gnuradio):GNU Radio – the Free and Open Software Radio Ecosystem -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ATLFlight / cmake_hexagon](https://github.com/ATLFlight/cmake_hexagon):CMake toolchain and rules for building apps for Hexagon DSP and apps processor on Qualcomm SoCs -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [QuantFabric / QuantFabric](https://github.com/QuantFabric/QuantFabric):QuantFabric主项目 -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [steinwurf / srt](https://github.com/steinwurf/srt):SRT dependency, wrapper around https://github.com/Haivision/srt/tree/master -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [franneck94 / CppProjectTemplate](https://github.com/franneck94/CppProjectTemplate):C++ project template with unit-tests, documentation, ci-testing and workflows. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf - -#### Makefile -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [markbates / errx](https://github.com/markbates/errx): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [LegacyXperia / proprietary_vendor_semc](https://github.com/LegacyXperia/proprietary_vendor_semc): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): diff --git a/trending/2024-01-11.md b/trending/2024-01-11.md deleted file mode 100644 index 52c0b18..0000000 --- a/trending/2024-01-11.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-11 - -#### C -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [bmax121 / KernelPatch](https://github.com/bmax121/KernelPatch):Patching and hooking the Linux kernel with only a stripped Linux kernel image. -* [mineek / Serotonin](https://github.com/mineek/Serotonin): -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [gcc-mirror / gcc](https://github.com/gcc-mirror/gcc): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [libjpeg-turbo / libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo):Main libjpeg-turbo repository -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [Xilinx / Vitis-Tutorials](https://github.com/Xilinx/Vitis-Tutorials):Vitis In-Depth Tutorials -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [ossc-db / pg_rman](https://github.com/ossc-db/pg_rman):Backup and restore management tool for PostgreSQL -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [FelixKratz / SketchyBar](https://github.com/FelixKratz/SketchyBar):A highly customizable macOS status bar replacement -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [n0xa / m5stick-nemo](https://github.com/n0xa/m5stick-nemo):M5 Stick C firmware for high-tech pranks -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [SJTU-IPADS / PowerInfer](https://github.com/SJTU-IPADS/PowerInfer):High-speed Large Language Model Serving on PCs with Consumer-grade GPUs -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [bitcoin-core / secp256k1](https://github.com/bitcoin-core/secp256k1):Optimized C library for EC operations on curve secp256k1 - -#### C++ -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [janhq / nitro](https://github.com/janhq/nitro):A fast, lightweight, embeddable inference engine to supercharge your apps with local AI. OpenAI-compatible API -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [Dr-TSNG / ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext):Standalone implementation of Zygisk -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python - -#### CMake -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [aminosbh / sdl2-cmake-modules](https://github.com/aminosbh/sdl2-cmake-modules):Modern CMake modules for finding and using the SDL2 library as well as other related libraries: SDL2_image, SDL2_ttf, SDL2_net, SDL2_mixer and SDL2_gfx. (Targets: SDL2::Core, SDL2::Main, SDL2::Image, SDL2::TTF, SDL2::Net, SDL2::Mixer and SDL2::GFX). Mirror of https://gitlab.com/aminosbh/sdl2-cmake-modules -* [Bronek / functional](https://github.com/Bronek/functional):Extending C++ library for functional programming -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [nestauk / -asf_HP_installer_chatbot](https://github.com/nestauk/-asf_HP_installer_chatbot):A Whatsapp chatbot prototype powered by an LLM which assists heat pump installers with their queries on the job. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [elastic / profiler-package](https://github.com/elastic/profiler-package):Elastic Integration Package for Universal Profiling -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [LegacyXperia / proprietary_vendor_semc](https://github.com/LegacyXperia/proprietary_vendor_semc): -* [TogoFire / packages_apps_ViPER4AndroidFX](https://github.com/TogoFire/packages_apps_ViPER4AndroidFX):🎧 v4a re diff --git a/trending/2024-01-12.md b/trending/2024-01-12.md deleted file mode 100644 index c45a8cb..0000000 --- a/trending/2024-01-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-12 - -#### C -* [mineek / Serotonin](https://github.com/mineek/Serotonin): -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [espeak-ng / espeak-ng](https://github.com/espeak-ng/espeak-ng):eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents. -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [openvswitch / ovs](https://github.com/openvswitch/ovs):Open vSwitch -* [espressif / esp32-camera](https://github.com/espressif/esp32-camera): -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [joexbayer / RetrOS-32](https://github.com/joexbayer/RetrOS-32):32bit Hobby Operatingsystem with graphics, multitasking and networking on i386 architecture. -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [SJTU-IPADS / PowerInfer](https://github.com/SJTU-IPADS/PowerInfer):High-speed Large Language Model Serving on PCs with Consumer-grade GPUs -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [FelixKratz / SketchyBar](https://github.com/FelixKratz/SketchyBar):A highly customizable macOS status bar replacement -* [eclipse-threadx / threadx](https://github.com/eclipse-threadx/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [airockchip / rknn_model_zoo](https://github.com/airockchip/rknn_model_zoo): - -#### C++ -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [linkdd / aitoolkit](https://github.com/linkdd/aitoolkit):Give a brain to your game's NPCs -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [hku-mars / M-detector](https://github.com/hku-mars/M-detector): -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [dusty-nv / jetson-inference](https://github.com/dusty-nv/jetson-inference):Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [franneck94 / CppProjectTemplate](https://github.com/franneck94/CppProjectTemplate):C++ project template with unit-tests, documentation, ci-testing and workflows. -* [ncbdrck / UniROS](https://github.com/ncbdrck/UniROS):A comprehensive framework for reinforcement learning in robotics, which allows users to train their robots in both simulated and real-world environments. - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [yaya131 / RedMi-AX6-NSS](https://github.com/yaya131/RedMi-AX6-NSS):仅编译AX6&AX3600,涵盖:ipq807X的AX6和AX3600,两者配置通用,默认AX3600,一次只能编译一个 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [grafana / drone-test-public-repo](https://github.com/grafana/drone-test-public-repo): -* [grafana / xk6-notification](https://github.com/grafana/xk6-notification):A k6 extension for creating notifications. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [Naereen / badges](https://github.com/Naereen/badges):📝 Markdown code for lots of small badges 🎀 📌 (shields.io, forthebadge.com etc) 😎. Contributions are welcome! Please add yours! -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library diff --git a/trending/2024-01-13.md b/trending/2024-01-13.md deleted file mode 100644 index c2fadb5..0000000 --- a/trending/2024-01-13.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-13 - -#### C -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [mineek / Serotonin](https://github.com/mineek/Serotonin): -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [Hugobros3 / shady](https://github.com/Hugobros3/shady):Research shading language IR -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [eclipse-threadx / threadx](https://github.com/eclipse-threadx/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. - -#### C++ -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [mudler / LocalAI](https://github.com/mudler/LocalAI):🤖 The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs ggml, gguf, GPTQ, onnx, TF compatible models: llama, llama2, rwkv, whisper, vicuna, koala, cerebras, falcon, dolly, starcoder, and many others -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [infiniflow / infinity](https://github.com/infiniflow/infinity):The AI-native database built for LLM applications, providing incredibly fast vector and full-text search -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [oneapi-src / oneTBB](https://github.com/oneapi-src/oneTBB):oneAPI Threading Building Blocks (oneTBB) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [Polytonic / Glitter](https://github.com/Polytonic/Glitter):Dead Simple OpenGL -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [dreamworksanimation / openmoonray](https://github.com/dreamworksanimation/openmoonray):MoonRay is DreamWorks’ open-source, award-winning, state-of-the-art production MCRT renderer. -* [ncbdrck / UniROS](https://github.com/ncbdrck/UniROS):A comprehensive framework for reinforcement learning in robotics, which allows users to train their robots in both simulated and real-world environments. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. - -#### Makefile -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [upbound / configuration-gcp-network](https://github.com/upbound/configuration-gcp-network):GCP Network Configuration -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [openwrt / telephony](https://github.com/openwrt/telephony):The telephony packages feed -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [flameaway / RemoveConfidential](https://github.com/flameaway/RemoveConfidential):Removes the "Confidential & Proprietary" text from the lockscreen -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [netconf-wg / restconf-trace-ctx-headers](https://github.com/netconf-wg/restconf-trace-ctx-headers): -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. diff --git a/trending/2024-01-14.md b/trending/2024-01-14.md deleted file mode 100644 index 17bb3b6..0000000 --- a/trending/2024-01-14.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-14 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [EpicGames / raddebugger](https://github.com/EpicGames/raddebugger):A native, user-mode, multi-process, graphical debugger. -* [zhenrong-wang / hpc-now](https://github.com/zhenrong-wang/hpc-now):A Cross-Platform, Multi-Cloud High-Performance Computing Platform -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [LuaJIT / LuaJIT](https://github.com/LuaJIT/LuaJIT):Mirror of the LuaJIT git repository -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [n0xa / m5stick-nemo](https://github.com/n0xa/m5stick-nemo):M5 Stick C firmware for high-tech pranks -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) -* [cockpit-project / cockpit](https://github.com/cockpit-project/cockpit):Cockpit is a web-based graphical interface for servers. -* [tenclass / mvisor](https://github.com/tenclass/mvisor):A mini x86 hypervisor -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. - -#### C++ -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [cameron314 / concurrentqueue](https://github.com/cameron314/concurrentqueue):A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [spaceandtimelabs / blitzar](https://github.com/spaceandtimelabs/blitzar):Zero-knowledge proof acceleration with GPUs for C++ and Rust -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [hku-mars / FAST_LIO](https://github.com/hku-mars/FAST_LIO):A computationally efficient and robust LiDAR-inertial odometry (LIO) package -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [boostorg / headers](https://github.com/boostorg/headers): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [markbates / errx](https://github.com/markbates/errx): -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [QubesOS / qubes-doc](https://github.com/QubesOS/qubes-doc):Qubes documentation -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. diff --git a/trending/2024-01-15.md b/trending/2024-01-15.md deleted file mode 100644 index b6a2e3c..0000000 --- a/trending/2024-01-15.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-15 - -#### C -* [EpicGames / raddebugger](https://github.com/EpicGames/raddebugger):A native, user-mode, multi-process, graphical debugger. -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [opa334 / TrollStore](https://github.com/opa334/TrollStore):Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [GPUOpen-LibrariesAndSDKs / VulkanMemoryAllocator](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator):Easy to integrate Vulkan memory allocation library -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [yshui / picom](https://github.com/yshui/picom):A lightweight compositor for X11 -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [Aleksoid1978 / MPC-BE](https://github.com/Aleksoid1978/MPC-BE):MPC-BE – универсальный проигрыватель аудио и видеофайлов для операционной системы Windows. - -#### C++ -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [polybar / polybar](https://github.com/polybar/polybar):A fast and easy-to-use status bar -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [Seneca-244200 / OOP-Workshops](https://github.com/Seneca-244200/OOP-Workshops): -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [spaceandtimelabs / blitzar](https://github.com/spaceandtimelabs/blitzar):Zero-knowledge proof acceleration with GPUs for C++ and Rust -* [s-kachroo / SamsungPractice](https://github.com/s-kachroo/SamsungPractice):Problems for Samsung Research Institute, India - 3 hours Online Test. -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [m417z / CVE-2023-36003-POC](https://github.com/m417z/CVE-2023-36003-POC):Privilege escalation using the XAML diagnostics API (CVE-2023-36003) -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [citizenfx / fivem](https://github.com/citizenfx/fivem):The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer. -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52808, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [dogecoin / dogecoin](https://github.com/dogecoin/dogecoin):very currency -* [moonlight-stream / moonlight-qt](https://github.com/moonlight-stream/moonlight-qt):GameStream client for PCs (Windows, Mac, Linux, and Steam Link) -* [transmission / transmission](https://github.com/transmission/transmission):Official Transmission BitTorrent client repository -* [verilator / verilator](https://github.com/verilator/verilator):Verilator open-source SystemVerilog simulator and lint system -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server - -#### Makefile -* [losehu / uv-k5-firmware-chinese](https://github.com/losehu/uv-k5-firmware-chinese):全功能泉盛UV-K5/K6中文固件 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [openwrt / telephony](https://github.com/openwrt/telephony):The telephony packages feed -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [zigcc / awesome-zig](https://github.com/zigcc/awesome-zig):A collection of some awesome public Zig programming language projects. -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [runfinch / finch-core](https://github.com/runfinch/finch-core):Core dependencies for Finch -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [portainer / templates](https://github.com/portainer/templates):App Templates used by Portainer -* [raspberrypi / noobs](https://github.com/raspberrypi/noobs):NOOBS (New Out Of Box Software) - An easy Operating System install manager for the Raspberry Pi -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter diff --git a/trending/2024-01-16.md b/trending/2024-01-16.md deleted file mode 100644 index 831179a..0000000 --- a/trending/2024-01-16.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-16 - -#### C -* [EpicGames / raddebugger](https://github.com/EpicGames/raddebugger):A native, user-mode, multi-process, graphical debugger. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [hrvach / deskhop](https://github.com/hrvach/deskhop):Fast Desktop Switching Device -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [mwpenny / portal64-still-alive](https://github.com/mwpenny/portal64-still-alive):A demake of Portal for the Nintendo 64 -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [hanwckf / immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x): -* [yshui / picom](https://github.com/yshui/picom):A lightweight compositor for X11 - -#### C++ -* [Stellarium / stellarium](https://github.com/Stellarium/stellarium):Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.0.52808, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [MihailRis / VoxelEngine-Cpp](https://github.com/MihailRis/VoxelEngine-Cpp):Minecraft-like game engine in C++ with OpenGL -* [spaceandtimelabs / blitzar](https://github.com/spaceandtimelabs/blitzar):Zero-knowledge proof acceleration with GPUs for C++ and Rust -* [RPCSX / rpcsx](https://github.com/RPCSX/rpcsx): -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [DafeMipt213 / algorithms_2nd](https://github.com/DafeMipt213/algorithms_2nd): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [losehu / uv-k5-firmware-chinese](https://github.com/losehu/uv-k5-firmware-chinese):全功能泉盛UV-K5/K6中文固件 -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn):The most(might) detailed Kubernetes tutorials in Chinese. 全网最(可能)详细的Kubernetes中文教程。 -* [0dayResearchLab / msFuzz](https://github.com/0dayResearchLab/msFuzz):Targeting Windows Kernel Driver Fuzzer -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [pinecone-io / go-pinecone](https://github.com/pinecone-io/go-pinecone):Pinecone.io Golang Client -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [meganukebmp / Switch_90DNS_tester](https://github.com/meganukebmp/Switch_90DNS_tester):A simple homebrew application to test 90DNS or Atmosphere DNS MITM on the switch (https://gitlab.com/a/90dns) -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi diff --git a/trending/2024-01-17.md b/trending/2024-01-17.md deleted file mode 100644 index bb5c676..0000000 --- a/trending/2024-01-17.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-17 - -#### C -* [EpicGames / raddebugger](https://github.com/EpicGames/raddebugger):A native, user-mode, multi-process, graphical debugger. -* [eclipse-threadx / threadx](https://github.com/eclipse-threadx/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [limine-bootloader / limine](https://github.com/limine-bootloader/limine):Modern, advanced, portable, multiprotocol bootloader. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [c22dev / Geranium](https://github.com/c22dev/Geranium):LocSim, Daemon Manager, Cleaner and Superviser for TrollStore -* [hrvach / deskhop](https://github.com/hrvach/deskhop):Fast Desktop Switching Device -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [bfengj / eBPFeXPLOIT](https://github.com/bfengj/eBPFeXPLOIT):Exploit tool implemented using ebpf. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [libgit2 / libgit2](https://github.com/libgit2/libgit2):A cross-platform, linkable library implementation of Git that you can use in your application. -* [ClemensElflein / OpenMower](https://github.com/ClemensElflein/OpenMower):Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots! - -#### C++ -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [Wh04m1001 / CVE-2024-20656](https://github.com/Wh04m1001/CVE-2024-20656): -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [ThePhD / sol2](https://github.com/ThePhD/sol2):Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation: -* [interpretml / interpret](https://github.com/interpretml/interpret):Fit interpretable models. Explain blackbox machine learning. -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [v8 / v8](https://github.com/v8/v8):The official mirror of the V8 Git repository -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [OpenAtomFoundation / pika](https://github.com/OpenAtomFoundation/pika):Pika is a Redis-Compatible database developed by Qihoo's infrastructure team. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Alinshans / MyTinySTL](https://github.com/Alinshans/MyTinySTL):Achieve a tiny STL in C++11 -* [UniversalRobots / Universal_Robots_ROS_Driver](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver):Universal Robots ROS driver supporting CB3 and e-Series -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [Seneca-244200 / OOP-Workshops](https://github.com/Seneca-244200/OOP-Workshops): -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [oatpp / oatpp](https://github.com/oatpp/oatpp):🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable. -* [fwsGonzo / rvscript](https://github.com/fwsGonzo/rvscript):Fast RISC-V-based scripting backend for game engines - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [flathub / com.bambulab.BambuStudio](https://github.com/flathub/com.bambulab.BambuStudio): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Polytonic / Glitter](https://github.com/Polytonic/Glitter):Dead Simple OpenGL -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [losehu / uv-k5-firmware-chinese](https://github.com/losehu/uv-k5-firmware-chinese):全功能泉盛UV-K5/K6中文固件 -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn):The most(might) detailed Kubernetes tutorials in Chinese. 全网最(可能)详细的Kubernetes中文教程。 -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [runfinch / finch-core](https://github.com/runfinch/finch-core):Core dependencies for Finch -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [siderolabs / pkgs](https://github.com/siderolabs/pkgs): -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [openwrt / telephony](https://github.com/openwrt/telephony):The telephony packages feed -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 diff --git a/trending/2024-01-18.md b/trending/2024-01-18.md deleted file mode 100644 index 4efad52..0000000 --- a/trending/2024-01-18.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-18 - -#### C -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [TheWover / donut](https://github.com/TheWover/donut):Generates x86, x64, or AMD64+x86 position-independent shellcode that loads .NET Assemblies, PE files, and other Windows payloads from memory and runs them with parameters -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [streetpea / chiaki4deck](https://github.com/streetpea/chiaki4deck):Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck and Documentation around how to use -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [ginsudev / YTMusicUltimate](https://github.com/ginsudev/YTMusicUltimate):The best tweak for YouTube Music iOS. -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) -* [86Box / 86Box](https://github.com/86Box/86Box):Emulator of x86-based machines based on PCem. -* [Seneca-144100 / IPC-Workshops](https://github.com/Seneca-144100/IPC-Workshops): -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [mwpenny / portal64-still-alive](https://github.com/mwpenny/portal64-still-alive):A demake of Portal for the Nintendo 64 -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [Azure / azure-iot-sdk-c](https://github.com/Azure/azure-iot-sdk-c):A C99 SDK for connecting devices to Microsoft Azure IoT services -* [open5gs / open5gs](https://github.com/open5gs/open5gs):Open5GS is a C-language Open Source implementation for 5G Core and EPC, i.e. the core network of LTE/NR network (Release-17) -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. - -#### C++ -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [efchatz / pandora](https://github.com/efchatz/pandora):A red team tool that assists into extracting/dumping master credentials and/or entries from different password managers. -* [zaphoyd / websocketpp](https://github.com/zaphoyd/websocketpp):C++ websocket client/server library -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google / tcmalloc](https://github.com/google/tcmalloc): -* [apache / thrift](https://github.com/apache/thrift):Apache Thrift -* [klzgrad / naiveproxy](https://github.com/klzgrad/naiveproxy):Make a fortune quietly -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [eclipse-iceoryx / iceoryx](https://github.com/eclipse-iceoryx/iceoryx):Eclipse iceoryx™ - true zero-copy inter-process-communication -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [MariaDB / server](https://github.com/MariaDB/server):MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [hku-mars / FAST_LIO](https://github.com/hku-mars/FAST_LIO):A computationally efficient and robust LiDAR-inertial odometry (LIO) package -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [os-fpga / logic_synthesis-rs](https://github.com/os-fpga/logic_synthesis-rs): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [zigcc / awesome-zig](https://github.com/zigcc/awesome-zig):A collection of some awesome public Zig programming language projects. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 diff --git a/trending/2024-01-19.md b/trending/2024-01-19.md deleted file mode 100644 index 35adad9..0000000 --- a/trending/2024-01-19.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-19 - -#### C -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [sched-ext / scx](https://github.com/sched-ext/scx):sched_ext schedulers and tools -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [streetpea / chiaki4deck](https://github.com/streetpea/chiaki4deck):Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck and Documentation around how to use -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [SecWiki / windows-kernel-exploits](https://github.com/SecWiki/windows-kernel-exploits):windows-kernel-exploits Windows平台提权漏洞集合 -* [Cisco-Talos / clamav](https://github.com/Cisco-Talos/clamav):ClamAV - Documentation is here: https://docs.clamav.net -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [buzzm / postgresbson](https://github.com/buzzm/postgresbson):postgres support for BSON -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... - -#### C++ -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [JakubMelka / PDF4QT](https://github.com/JakubMelka/PDF4QT):Open source PDF editor. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Celemony / ARA_SDK](https://github.com/Celemony/ARA_SDK):Umbrella installer for all ARA SDK submodules -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [vittorioromeo / SSVAutoUpdater](https://github.com/vittorioromeo/SSVAutoUpdater):C++14 simple utility/library to automatically update files from a server -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [christianrauch / apriltag_msgs](https://github.com/christianrauch/apriltag_msgs):AprilTag message definitions -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [boostorg / headers](https://github.com/boostorg/headers): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn):The most(might) detailed Kubernetes tutorials in Chinese. 全网最(可能)详细的Kubernetes中文教程。 -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification diff --git a/trending/2024-01-20.md b/trending/2024-01-20.md deleted file mode 100644 index 42760ff..0000000 --- a/trending/2024-01-20.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-20 - -#### C -* [kparc / ksimple](https://github.com/kparc/ksimple):bare minimum atw-style interpreter for learning purposes -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [janoglezcampos / llvm-yx-callobfuscator](https://github.com/janoglezcampos/llvm-yx-callobfuscator):LLVM plugin to transparently apply stack spoofing and indirect syscalls to Windows x64 native calls at compile time. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [ipxe / ipxe](https://github.com/ipxe/ipxe):iPXE network bootloader -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [pgbackrest / pgbackrest](https://github.com/pgbackrest/pgbackrest):Reliable PostgreSQL Backup & Restore -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) -* [sched-ext / scx](https://github.com/sched-ext/scx):sched_ext schedulers and tools -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [google / sanitizers](https://github.com/google/sanitizers):AddressSanitizer, ThreadSanitizer, MemorySanitizer - -#### C++ -* [microsoft / STL](https://github.com/microsoft/STL):MSVC's implementation of the C++ Standard Library. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [id-Software / DOOM](https://github.com/id-Software/DOOM):DOOM Open Source Release -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [bkaradzic / bgfx](https://github.com/bkaradzic/bgfx):Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering -* [inferflow / inferflow](https://github.com/inferflow/inferflow):Inferflow is an efficient and highly configurable inference engine for large language models (LLMs). -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [boostorg / headers](https://github.com/boostorg/headers): -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [openwrt / telephony](https://github.com/openwrt/telephony):The telephony packages feed -* [analogicus / cnr_gr08_sky130nm](https://github.com/analogicus/cnr_gr08_sky130nm): diff --git a/trending/2024-01-21.md b/trending/2024-01-21.md deleted file mode 100644 index 3c8db3b..0000000 --- a/trending/2024-01-21.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-21 - -#### C -* [AnonymousAAArdvark / qi](https://github.com/AnonymousAAArdvark/qi):Lightweight and fast programming language designed to be written in Chinese. -* [janoglezcampos / llvm-yx-callobfuscator](https://github.com/janoglezcampos/llvm-yx-callobfuscator):LLVM plugin to transparently apply stack spoofing and indirect syscalls to Windows x64 native calls at compile time. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [pymumu / smartdns](https://github.com/pymumu/smartdns):A local DNS server to obtain the fastest website IP for the best Internet experience, support DoT, DoH. 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。 -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [pnggroup / libpng](https://github.com/pnggroup/libpng):LIBPNG: Portable Network Graphics support, official libpng repository -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [mitre-cyber-academy / 2024-ectf-insecure-example](https://github.com/mitre-cyber-academy/2024-ectf-insecure-example):Insecure reference example for the 2024 Collegiate eCTF -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [tenclass / mvisor](https://github.com/tenclass/mvisor):A mini x86 hypervisor -* [netdata / netdata](https://github.com/netdata/netdata):Monitor your servers, containers, and applications, in high-resolution and in real-time! -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [rockchip-linux / rknn-toolkit2](https://github.com/rockchip-linux/rknn-toolkit2): -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [SJTU-IPADS / PowerInfer](https://github.com/SJTU-IPADS/PowerInfer):High-speed Large Language Model Serving on PCs with Consumer-grade GPUs -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [witnessmenow / ESP32-Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display):Building a community around a cheap ESP32 Display with a touch screen -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 - -#### C++ -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [pixpark / gpupixel](https://github.com/pixpark/gpupixel):Cross-Platform AI Beauty Effects Library, Achieving Commercial-Grade Beauty Effects. Written in C++11, Based on OpenGL/ES and VNN. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [senzee1984 / MutationGate](https://github.com/senzee1984/MutationGate):Use hardware breakpoint to dynamically change SSN in run-time -* [CowNowK / AimStar](https://github.com/CowNowK/AimStar):Free and open-source external cheat for CS2, written in C++ -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [unicode-org / icu](https://github.com/unicode-org/icu):The home of the ICU project source code. -* [baldurk / renderdoc](https://github.com/baldurk/renderdoc):RenderDoc is a stand-alone graphics debugging tool. -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture - -#### Makefile -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [eecs281staff / l01-music-sorting](https://github.com/eecs281staff/l01-music-sorting): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. diff --git a/trending/2024-01-22.md b/trending/2024-01-22.md deleted file mode 100644 index ea40ada..0000000 --- a/trending/2024-01-22.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-22 - -#### C -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [TheAlgorithms / C](https://github.com/TheAlgorithms/C):Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes. -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [ptitSeb / box64](https://github.com/ptitSeb/box64):Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [Awesome-HarmonyOS / HarmonyOS](https://github.com/Awesome-HarmonyOS/HarmonyOS):A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。 -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming - -#### C++ -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [WebAssembly / wabt](https://github.com/WebAssembly/wabt):The WebAssembly Binary Toolkit -* [wesnoth / wesnoth](https://github.com/wesnoth/wesnoth):An open source, turn-based strategy game with a high fantasy theme. -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [TokisanGames / Terrain3D](https://github.com/TokisanGames/Terrain3D):A high performance, editable terrain system for Godot 4. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [ValveSoftware / Proton](https://github.com/ValveSoftware/Proton):Compatibility tool for Steam Play based on Wine and additional components -* [flyinghead / flycast](https://github.com/flyinghead/flycast):Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator -* [Maplespe / ExplorerBlurMica](https://github.com/Maplespe/ExplorerBlurMica):Add background Blur effect or Acrylic (Mica for win11) effect to explorer for win10 and win11 -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [cloudflare / workerd](https://github.com/cloudflare/workerd):The JavaScript / Wasm runtime that powers Cloudflare Workers -* [tbnobody / OpenDTU](https://github.com/tbnobody/OpenDTU):Software for ESP32 to talk to Hoymiles Inverters -* [praydog / UEVR](https://github.com/praydog/UEVR):Universal Unreal Engine VR Mod (4.8 - 5.3) -* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes. -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [boostorg / headers](https://github.com/boostorg/headers): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform - -#### Makefile -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [siderolabs / pkgs](https://github.com/siderolabs/pkgs): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. diff --git a/trending/2024-01-23.md b/trending/2024-01-23.md deleted file mode 100644 index 1a88008..0000000 --- a/trending/2024-01-23.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-23 - -#### C -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [FelixKratz / SketchyBar](https://github.com/FelixKratz/SketchyBar):A highly customizable macOS status bar replacement -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. - -#### C++ -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53007, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [async-profiler / async-profiler](https://github.com/async-profiler/async-profiler):Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [hsutter / cppfront](https://github.com/hsutter/cppfront):A personal experimental C++ Syntax 2 -> Syntax 1 compiler -* [tbnobody / OpenDTU](https://github.com/tbnobody/OpenDTU):Software for ESP32 to talk to Hoymiles Inverters -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game engine with easy modding and game creation -* [AlexandreRouma / SDRPlusPlus](https://github.com/AlexandreRouma/SDRPlusPlus):Cross-Platform SDR Software -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [hzeller / rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix):Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [AHXR / ghost](https://github.com/AHXR/ghost):👻 RAT (Remote Access Trojan) - Silent Botnet - Full Remote Command-Line Access - Download & Execute Programs - Spread Virus' & Malware -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [mudler / LocalAI](https://github.com/mudler/LocalAI):🤖 The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs ggml, gguf, GPTQ, onnx, TF compatible models: llama, llama2, rwkv, whisper, vicuna, koala, cerebras, falcon, dolly, starcoder, and many others -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [TriBITSPub / TriBITS](https://github.com/TriBITSPub/TriBITS):TriBITS: Tribal Build, Integrate, and Test System, -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [DexaiRobotics / protodefs](https://github.com/DexaiRobotics/protodefs):protobuf message and gRPC service definitions for the PlanningService -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [paulnopaul / cpp-base](https://github.com/paulnopaul/cpp-base): -* [rochacbruno / python-project-template](https://github.com/rochacbruno/python-project-template):DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and PowKiddy RGB20S devices. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [GUDHI / gudhi-deploy](https://github.com/GUDHI/gudhi-deploy):A repository to deploy gudhi : build docker images for gudhi-devel CI thanks to DockerHub, and stores *requirements.txt for gudhi-devel -* [remerge / go-env](https://github.com/remerge/go-env):Package env provides a global Env variable, similar to Rails.env. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. diff --git a/trending/2024-01-24.md b/trending/2024-01-24.md deleted file mode 100644 index 9871e21..0000000 --- a/trending/2024-01-24.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-24 - -#### C -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [neutrinolabs / xrdp](https://github.com/neutrinolabs/xrdp):xrdp: an open source RDP server -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [eclipse-cyclonedds / cyclonedds](https://github.com/eclipse-cyclonedds/cyclonedds):Eclipse Cyclone DDS project -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [KpwnZ / Def1nit3lyN0tAJa1lbr3akTool](https://github.com/KpwnZ/Def1nit3lyN0tAJa1lbr3akTool):A jailbreak tool for all arm64 devices on iOS 16.0 to iOS 16.5 -* [openucx / ucx](https://github.com/openucx/ucx):Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group) -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [telekom-security / tpotce](https://github.com/telekom-security/tpotce):🍯 T-Pot - The All In One Honeypot Platform 🐝 -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. - -#### C++ -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [Maplespe / DWMBlurGlass](https://github.com/Maplespe/DWMBlurGlass):Add blur effect to global system title bar, support win10 and win11. -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. -* [praydog / REFramework](https://github.com/praydog/REFramework):Scripting platform, modding framework and VR support for all RE Engine games -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [UE4SS-RE / RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS):Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [eProsima / Fast-DDS](https://github.com/eProsima/Fast-DDS):The most complete DDS - Proven: Plenty of success cases. -* [iovisor / bpftrace](https://github.com/iovisor/bpftrace):High-level tracing language for Linux eBPF -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [musescore / MuseScore](https://github.com/musescore/MuseScore):MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! -* [infiniflow / infinity](https://github.com/infiniflow/infinity):The AI-native database built for LLM applications, providing incredibly fast vector and full-text search -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [google / skia](https://github.com/google/skia):Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [ssloy / tinyrenderer](https://github.com/ssloy/tinyrenderer):A brief computer graphics / rendering course -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow - -#### CMake -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [XMuli / windows-defender-close](https://github.com/XMuli/windows-defender-close):Windows Defender Close. | 亦极简的电脑管家,一键关闭 Windows Defender (Anti-Virus)。 -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [TriBITSPub / TriBITS](https://github.com/TriBITSPub/TriBITS):TriBITS: Tribal Build, Integrate, and Test System, -* [filipdutescu / modern-cpp-template](https://github.com/filipdutescu/modern-cpp-template):A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [eecs281staff / l01-music-sorting](https://github.com/eecs281staff/l01-music-sorting): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [meganukebmp / Switch_90DNS_tester](https://github.com/meganukebmp/Switch_90DNS_tester):A simple homebrew application to test 90DNS or Atmosphere DNS MITM on the switch (https://gitlab.com/a/90dns) -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [Nothing-phone-2-Development / android_vendor_nothing_Pong](https://github.com/Nothing-phone-2-Development/android_vendor_nothing_Pong): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK diff --git a/trending/2024-01-25.md b/trending/2024-01-25.md deleted file mode 100644 index 652e5ea..0000000 --- a/trending/2024-01-25.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-25 - -#### C -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [RedSiege / GraphStrike](https://github.com/RedSiege/GraphStrike):Cobalt Strike HTTPS beaconing over Microsoft Graph API -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [Maldev-Academy / RemoteTLSCallbackInjection](https://github.com/Maldev-Academy/RemoteTLSCallbackInjection):Utilizing TLS callbacks to execute a payload without spawning any threads in a remote process -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [libusb / libusb](https://github.com/libusb/libusb):A cross-platform library to access USB devices -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [remzi-arpacidusseau / ostep-code](https://github.com/remzi-arpacidusseau/ostep-code):Code from various chapters in OSTEP (http://www.ostep.org) -* [the-tcpdump-group / libpcap](https://github.com/the-tcpdump-group/libpcap):the LIBpcap interface to various kernel packet capture mechanism -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [wechat-miniprogram / minigame-unity-webgl-transform](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform): -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [OpenVPN / openvpn](https://github.com/OpenVPN/openvpn):OpenVPN is an open source VPN daemon -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [osqzss / gps-sdr-sim](https://github.com/osqzss/gps-sdr-sim):Software-Defined GPS Signal Simulator -* [Nassim-Asrir / ZDI-24-020](https://github.com/Nassim-Asrir/ZDI-24-020): -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod - -#### C++ -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [idaholab / moose](https://github.com/idaholab/moose):Multiphysics Object Oriented Simulation Environment -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [eProsima / Fast-DDS](https://github.com/eProsima/Fast-DDS):The most complete DDS - Proven: Plenty of success cases. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [gem5 / gem5](https://github.com/gem5/gem5):The official repository for the gem5 computer-system architecture simulator. -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU - -#### CMake -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [boostorg / headers](https://github.com/boostorg/headers): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [meganukebmp / Switch_90DNS_tester](https://github.com/meganukebmp/Switch_90DNS_tester):A simple homebrew application to test 90DNS or Atmosphere DNS MITM on the switch (https://gitlab.com/a/90dns) -* [nd-cse-20312-sp24 / cse-20312-sp24-assignments](https://github.com/nd-cse-20312-sp24/cse-20312-sp24-assignments):CSE 20312 Data Structures (Spring 2024) - Assignments -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [iam-veeramalla / cis-istio-integration](https://github.com/iam-veeramalla/cis-istio-integration):Integration of F5 CIS Ingress Controller with Istio Service Mesh for Kubernetes and Openshift -* [paulnopaul / cpp-base](https://github.com/paulnopaul/cpp-base): -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [eecs281staff / l01-music-sorting](https://github.com/eecs281staff/l01-music-sorting): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [okp4 / networks](https://github.com/okp4/networks):🌐 Genesis and node configuration elements for joining OKP4 networks. -* [nicolastinkl / UUVPN](https://github.com/nicolastinkl/UUVPN):基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。 -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics diff --git a/trending/2024-01-26.md b/trending/2024-01-26.md deleted file mode 100644 index 04aaacd..0000000 --- a/trending/2024-01-26.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-26 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [fastfetch-cli / fastfetch](https://github.com/fastfetch-cli/fastfetch):Like neofetch, but much faster because written mostly in C. -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [KpwnZ / Def1nit3lyN0tAJa1lbr3akTool](https://github.com/KpwnZ/Def1nit3lyN0tAJa1lbr3akTool):A jailbreak tool for all arm64 devices on iOS 16.0 to iOS 16.5 -* [kleiton0x00 / Proxy-DLL-Loads](https://github.com/kleiton0x00/Proxy-DLL-Loads):A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls. -* [xdp-project / xdp-tutorial](https://github.com/xdp-project/xdp-tutorial):XDP tutorial -* [apple-oss-distributions / xnu](https://github.com/apple-oss-distributions/xnu): -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [linux-nvme / nvme-cli](https://github.com/linux-nvme/nvme-cli):NVMe management command line interface. -* [P001water / yuze](https://github.com/P001water/yuze):A socksv5 proxy tool Written by CLang. 一款纯C实现的基于socks5协议的轻量内网穿透工具,支持ew的全部数据转发方式 -* [osqzss / gps-sdr-sim](https://github.com/osqzss/gps-sdr-sim):Software-Defined GPS Signal Simulator -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [rockchip-linux / rknn-toolkit2](https://github.com/rockchip-linux/rknn-toolkit2): - -#### C++ -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [idaholab / moose](https://github.com/idaholab/moose):Multiphysics Object Oriented Simulation Environment -* [swordbluesword / PalWorld-NetCrack](https://github.com/swordbluesword/PalWorld-NetCrack): -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [justcallmekoko / ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder):A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32 -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [rapidsai / cudf](https://github.com/rapidsai/cudf):cuDF - GPU DataFrame Library -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [microsoft / WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK):The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [openMVG / openMVG](https://github.com/openMVG/openMVG):open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. -* [microsoft / AirSim](https://github.com/microsoft/AirSim):Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [UE4SS-RE / RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS):Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [google / highway](https://github.com/google/highway):Performance-portable, length-agnostic SIMD with runtime dispatch - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package - -#### Makefile -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [nicolastinkl / UUVPN](https://github.com/nicolastinkl/UUVPN):基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。 -* [kostya / benchmarks](https://github.com/kostya/benchmarks):Some benchmarks of different languages -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [olezhek28 / microservices_course_boilerplate](https://github.com/olezhek28/microservices_course_boilerplate):Данный репозиторий содержит boilerplate для выполнения домашних заданий по курсу "Микросервисы как в BigTech-компаниях". Автор курса: Олег Козырев -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [Xilinx / Vitis_Accel_Examples](https://github.com/Xilinx/Vitis_Accel_Examples):Vitis_Accel_Examples -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions diff --git a/trending/2024-01-27.md b/trending/2024-01-27.md deleted file mode 100644 index f30f11b..0000000 --- a/trending/2024-01-27.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-27 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [floesen / EventLogCrasher](https://github.com/floesen/EventLogCrasher): -* [libdriver / bmp280](https://github.com/libdriver/bmp280):BMP280 full function driver library for general MCU and Linux. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [google / AFL](https://github.com/google/AFL):american fuzzy lop - a security-oriented fuzzer -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [pnggroup / libpng](https://github.com/pnggroup/libpng):LIBPNG: Portable Network Graphics support, official libpng repository -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [pschatzmann / arduino-audio-tools](https://github.com/pschatzmann/arduino-audio-tools):Arduino Audio Tools (a powerful Audio library not only for Arduino) -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [akopytov / sysbench](https://github.com/akopytov/sysbench):Scriptable database and system performance benchmark -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [flame / blis](https://github.com/flame/blis):BLAS-like Library Instantiation Software Framework - -#### C++ -* [swordbluesword / PalWorld-NetCrack](https://github.com/swordbluesword/PalWorld-NetCrack): -* [UE4SS-RE / RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS):Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games -* [localcc / PalworldModdingKit](https://github.com/localcc/PalworldModdingKit):A modding kit for Palworld -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [facebook / hermes](https://github.com/facebook/hermes):A JavaScript engine optimized for running React Native. -* [spaceandtimelabs / blitzar](https://github.com/spaceandtimelabs/blitzar):Zero-knowledge proof acceleration with GPUs for C++ and Rust -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [justcallmekoko / ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder):A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32 -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [radj307 / ARRCON](https://github.com/radj307/ARRCON):Lightweight Source RCON client that works on Windows, macOS, & Linux. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [wang-xinyu / tensorrtx](https://github.com/wang-xinyu/tensorrtx):Implementation of popular deep learning networks with TensorRT network definition API - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [Plutonium141 / XiaoMi-R4A-Gigabit-Actions-OpenWrt](https://github.com/Plutonium141/XiaoMi-R4A-Gigabit-Actions-OpenWrt):小米路由器R4A千兆版云编译openwrt,解决通过breed控制台刷入后无限重启问题 -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [SuperiorExtended / android_vendor_superior](https://github.com/SuperiorExtended/android_vendor_superior): -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [fl1ger / deleg](https://github.com/fl1ger/deleg):Extensible Delegation for DNS -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [hmcts / chart-job](https://github.com/hmcts/chart-job):Helm chart repository for Kubernetes Jobs and Cron Jobs diff --git a/trending/2024-01-28.md b/trending/2024-01-28.md deleted file mode 100644 index 41f1853..0000000 --- a/trending/2024-01-28.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-28 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [zhenrong-wang / hpc-now](https://github.com/zhenrong-wang/hpc-now):A Cross-Platform, Multi-Cloud High-Performance Computing Platform -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [libgit2 / libgit2](https://github.com/libgit2/libgit2):A cross-platform, linkable library implementation of Git that you can use in your application. -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [InfiniTimeOrg / InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime):Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS -* [robertdavidgraham / masscan](https://github.com/robertdavidgraham/masscan):TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [pschatzmann / arduino-audio-tools](https://github.com/pschatzmann/arduino-audio-tools):Arduino Audio Tools (a powerful Audio library not only for Arduino) -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [henrypp / memreduct](https://github.com/henrypp/memreduct):Lightweight real-time memory management application to monitor and clean system memory on your computer. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [rhboot / shim](https://github.com/rhboot/shim):UEFI shim loader - -#### C++ -* [swordbluesword / PalWorld-NetCrack](https://github.com/swordbluesword/PalWorld-NetCrack): -* [localcc / PalworldModdingKit](https://github.com/localcc/PalworldModdingKit):A modding kit for Palworld -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53040, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [zodiacon / QuickAsm](https://github.com/zodiacon/QuickAsm): -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [pixpark / gpupixel](https://github.com/pixpark/gpupixel):Cross-Platform AI Beauty Effects Library, Achieving Commercial-Grade Beauty Effects. Written in C++11, Based on OpenGL/ES and VNN. -* [idaholab / moose](https://github.com/idaholab/moose):Multiphysics Object Oriented Simulation Environment -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows -* [google / highway](https://github.com/google/highway):Performance-portable, length-agnostic SIMD with runtime dispatch -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [InternLM / lmdeploy](https://github.com/InternLM/lmdeploy):LMDeploy is a toolkit for compressing, deploying, and serving LLMs. -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [franneck94 / UdemyCmake](https://github.com/franneck94/UdemyCmake): -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [boostorg / headers](https://github.com/boostorg/headers): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): - -#### Makefile -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [wulffern / cnr_atr_sky130nm](https://github.com/wulffern/cnr_atr_sky130nm):Transistor library for analog design -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [analogicus / cnr_gr04_sky130nm](https://github.com/analogicus/cnr_gr04_sky130nm): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [analogicus / cnr_gr00_sky130nm](https://github.com/analogicus/cnr_gr00_sky130nm): -* [analogicus / cnr_gr09_sky130nm](https://github.com/analogicus/cnr_gr09_sky130nm): -* [analogicus / cnr_gr07_sky130nm](https://github.com/analogicus/cnr_gr07_sky130nm): -* [analogicus / cnr_gr06_sky130nm](https://github.com/analogicus/cnr_gr06_sky130nm): -* [analogicus / cnr_gr05_sky130nm](https://github.com/analogicus/cnr_gr05_sky130nm): -* [analogicus / cnr_gr02_sky130nm](https://github.com/analogicus/cnr_gr02_sky130nm): -* [analogicus / cnr_gr03_sky130nm](https://github.com/analogicus/cnr_gr03_sky130nm): -* [analogicus / cnr_gr10_sky130nm](https://github.com/analogicus/cnr_gr10_sky130nm): -* [analogicus / cnr_gr08_sky130nm](https://github.com/analogicus/cnr_gr08_sky130nm): diff --git a/trending/2024-01-29.md b/trending/2024-01-29.md deleted file mode 100644 index e1c0893..0000000 --- a/trending/2024-01-29.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-29 - -#### C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [aircrack-ng / aircrack-ng](https://github.com/aircrack-ng/aircrack-ng):WiFi security auditing tools suite -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [duck-sec / CVE-2023-28252-Compiled-exe](https://github.com/duck-sec/CVE-2023-28252-Compiled-exe):A modification to fortra's CVE-2023-28252 exploit, compiled to exe -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [amd / xdna-driver](https://github.com/amd/xdna-driver): -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems - -#### C++ -* [swordbluesword / PalWorld-NetCrack](https://github.com/swordbluesword/PalWorld-NetCrack): -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [UE4SS-RE / RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS):Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games -* [XRPLF / rippled](https://github.com/XRPLF/rippled):Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++ -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [SourMesen / Mesen2](https://github.com/SourMesen/Mesen2):Multi-system emulator (NES, SNES, GB, PCE, SMS/GG) for Windows, Linux and macOS -* [MAZHARMIK / Interview_DS_Algo](https://github.com/MAZHARMIK/Interview_DS_Algo):Super Repository for Coding Interview Preperation -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [rutura / The-C-20-Masterclass-Source-Code](https://github.com/rutura/The-C-20-Masterclass-Source-Code):Source code for the C++ 20 Masterclass on udemy -* [opentrack / opentrack](https://github.com/opentrack/opentrack):Head tracking software for MS Windows, Linux, and Apple OSX -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience. -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [AlexanderDzhoganov / ComfyTextures](https://github.com/AlexanderDzhoganov/ComfyTextures):Unreal Engine ⚔️ ComfyUI - Automatic texturing using generative diffusion models - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros2 / yaml_cpp_vendor](https://github.com/ros2/yaml_cpp_vendor):Vendor package for providing yaml cpp within a cmake package -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [confluentinc / demos-docker-common](https://github.com/confluentinc/demos-docker-common): -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu diff --git a/trending/2024-01-30.md b/trending/2024-01-30.md deleted file mode 100644 index 1010839..0000000 --- a/trending/2024-01-30.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-01-30 - -#### C -* [KaisenAmin / c_std](https://github.com/KaisenAmin/c_std):Implementation of C++ standard libraries in C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):安卓电视直播软件,内置直播源 -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [OpenIntelWireless / itlwm](https://github.com/OpenIntelWireless/itlwm):Intel Wi-Fi Drivers for macOS -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [TsudaKageyu / minhook](https://github.com/TsudaKageyu/minhook):The Minimalistic x86/x64 API Hooking Library for Windows -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [floooh / sokol](https://github.com/floooh/sokol):minimal cross-platform standalone C headers -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code - -#### C++ -* [kroma-network / tachyon](https://github.com/kroma-network/tachyon):Modular ZK(Zero Knowledge) backend accelerated by GPU -* [swordbluesword / PalWorld-NetCrack](https://github.com/swordbluesword/PalWorld-NetCrack): -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [geode-sdk / geode](https://github.com/geode-sdk/geode):The ultimate Geometry Dash modding toolkit -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [AlexanderDzhoganov / ComfyTextures](https://github.com/AlexanderDzhoganov/ComfyTextures):Unreal Engine ⚔️ ComfyUI - Automatic texturing using generative diffusion models -* [UE4SS-RE / RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS):Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [YimMenu / YimMenu](https://github.com/YimMenu/YimMenu):YimMenu, a GTA V menu protecting against a wide ranges of the public crashes and improving the overall experience. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [cp-algorithms / cp-algorithms](https://github.com/cp-algorithms/cp-algorithms):Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [dominicpoeschko / cmake_helpers](https://github.com/dominicpoeschko/cmake_helpers): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [CogniPilot / synapse_msgs](https://github.com/CogniPilot/synapse_msgs):Synapse messages -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [CogniPilot / dream_world](https://github.com/CogniPilot/dream_world):Gazebo based simulator for CogniPilot -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [biojppm / cmake](https://github.com/biojppm/cmake):Useful cmake scripts - -#### Makefile -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [liberationfonts / liberation-fonts](https://github.com/liberationfonts/liberation-fonts):The Liberation(tm) Fonts is a font family which aims at metric compatibility with Arial, Times New Roman, and Courier New. -* [netdata / aclk-schemas](https://github.com/netdata/aclk-schemas):Protobuf schemas used in ACLK connection -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. diff --git a/trending/2024-01-31.md b/trending/2024-01-31.md deleted file mode 100644 index 0f2b0f6..0000000 --- a/trending/2024-01-31.md +++ /dev/null @@ -1,108 +0,0 @@ -## 2024-01-31 - -#### C -* [KaisenAmin / c_std](https://github.com/KaisenAmin/c_std):Implementation of C++ standard libraries in C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [SchedMD / slurm](https://github.com/SchedMD/slurm):Slurm: A Highly Scalable Workload Manager -* [analogdevicesinc / linux](https://github.com/analogdevicesinc/linux):Linux kernel variant from Analog Devices; see README.md for details -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [Cracked5pider / Stardust](https://github.com/Cracked5pider/Stardust):A modern 64-bit position independent implant template -* [rockchip-linux / rknn-toolkit2](https://github.com/rockchip-linux/rknn-toolkit2): -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [sudo-project / sudo](https://github.com/sudo-project/sudo):Utility to execute a command as another user -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [stephane / libmodbus](https://github.com/stephane/libmodbus):A Modbus library for Linux, Mac OS, FreeBSD and Windows -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [tianocore / edk2-platforms](https://github.com/tianocore/edk2-platforms):EDK II sample platform branches and tags -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree - -#### C++ -* [carbon-language / carbon-lang](https://github.com/carbon-language/carbon-lang):Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor -* [pixpark / gpupixel](https://github.com/pixpark/gpupixel):Fully cross-platform AI beauty filter library: achieving commercial-grade beauty effects. Written in C++11, based on OpenGL/ES and VNN. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [UE4SS-RE / RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS):Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [facebookresearch / habitat-sim](https://github.com/facebookresearch/habitat-sim):A flexible, high-performance 3D simulator for Embodied AI research. -* [AlibabaResearch / AdvancedLiterateMachinery](https://github.com/AlibabaResearch/AdvancedLiterateMachinery):A collection of original, innovative ideas and algorithms towards Advanced Literate Machinery. This project is maintained by the OCR Team in the Language Technology Lab, Alibaba DAMO Academy. -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [uzh-rpg / assimp_catkin](https://github.com/uzh-rpg/assimp_catkin):A catkin wrapper for assimp -* [dominicpoeschko / cmake_helpers](https://github.com/dominicpoeschko/cmake_helpers): -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [counteractive / incident-response-plan-template](https://github.com/counteractive/incident-response-plan-template):A concise, directive, specific, flexible, and free incident response plan template -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [KhronosGroup / Vulkan-Guide](https://github.com/KhronosGroup/Vulkan-Guide):One stop shop for getting started with the Vulkan API -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. diff --git a/trending/2024-02-01.md b/trending/2024-02-01.md deleted file mode 100644 index 9f0ebec..0000000 --- a/trending/2024-02-01.md +++ /dev/null @@ -1,9 +0,0 @@ -## 2024-02-01 - -#### C - -#### C++ - -#### CMake - -#### Makefile diff --git a/trending/2024-02-02.md b/trending/2024-02-02.md deleted file mode 100644 index 1e908b3..0000000 --- a/trending/2024-02-02.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-02 - -#### C -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [chrismaltby / gb-studio](https://github.com/chrismaltby/gb-studio):A quick and easy to use drag and drop retro game creator for your favourite handheld video game system -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [eggert / tz](https://github.com/eggert/tz):Time zone database and code -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [greenbone / openvas-scanner](https://github.com/greenbone/openvas-scanner):This repository contains the scanner component for Greenbone Community Edition. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [inspektor-gadget / inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget):The eBPF tool and systems inspection framework for Kubernetes, containers and Linux hosts. -* [redis / hiredis](https://github.com/redis/hiredis):Minimalistic C client for Redis >= 1.2 - -#### C++ -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [timeplus-io / proton](https://github.com/timeplus-io/proton):A streaming SQL engine, a fast and lightweight alternative to Apache Flink, 🚀 powered by ClickHouse. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [RyuZhihao123 / CoralRugosity](https://github.com/RyuZhihao123/CoralRugosity):A C++ software for coral rugosity computation (made for HKUST VGD). -* [ton-blockchain / ton](https://github.com/ton-blockchain/ton):Main TON monorepo -* [VeroFess / PalWorld-Server-Unoffical-Api](https://github.com/VeroFess/PalWorld-Server-Unoffical-Api):A PalWorld Server API like minecraft bukkit, not finish yet -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [microsoft / WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK):The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [scylladb / scylladb](https://github.com/scylladb/scylladb):NoSQL data store using the seastar framework, compatible with Apache Cassandra -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools: -* [IntelRealSense / librealsense](https://github.com/IntelRealSense/librealsense):Intel® RealSense™ SDK -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [BehaviorTree / BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP):Behavior Trees Library in C++. Batteries included. -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [ros2 / rosidl_defaults](https://github.com/ros2/rosidl_defaults):Default rosidl runtime and generators. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [microsoft / vcpkg-docs](https://github.com/microsoft/vcpkg-docs): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [yaya131 / RedMi-AX6-NSS](https://github.com/yaya131/RedMi-AX6-NSS):仅测试ipq807x带有NSS编译涵盖:ipq807X的AX6和AX3600,两者配置通用,默认AX3600,一次只能编译一个 diff --git a/trending/2024-02-03.md b/trending/2024-02-03.md deleted file mode 100644 index d7393ec..0000000 --- a/trending/2024-02-03.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-03 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [chrismaltby / gb-studio](https://github.com/chrismaltby/gb-studio):A quick and easy to use drag and drop retro game creator for your favourite handheld video game system -* [facebook / zstd](https://github.com/facebook/zstd):Zstandard - Fast real-time compression algorithm -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [stephane / libmodbus](https://github.com/stephane/libmodbus):A Modbus library for Linux, Mac OS, FreeBSD and Windows -* [snyk / leaky-vessels-dynamic-detector](https://github.com/snyk/leaky-vessels-dynamic-detector):Leaky Vessels Dynamic Detector -* [ruby / prism](https://github.com/ruby/prism):Prism Ruby parser -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [GNOME / libxml2](https://github.com/GNOME/libxml2):Read-only mirror of https://gitlab.gnome.org/GNOME/libxml2 -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [redeflesq / firewall-bypass](https://github.com/redeflesq/firewall-bypass):Download data from the internet bypassing the firewall using process injection -* [inspektor-gadget / inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget):The eBPF tool and systems inspection framework for Kubernetes, containers and Linux hosts. - -#### C++ -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [v8 / v8](https://github.com/v8/v8):The official mirror of the V8 Git repository -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [zaphoyd / websocketpp](https://github.com/zaphoyd/websocketpp):C++ websocket client/server library -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [ton-blockchain / ton](https://github.com/ton-blockchain/ton):Main TON monorepo -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [VeroFess / PalWorld-Server-Unoffical-Api](https://github.com/VeroFess/PalWorld-Server-Unoffical-Api):A PalWorld Server API like minecraft bukkit, not finish yet -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [bpftrace / bpftrace](https://github.com/bpftrace/bpftrace):High-level tracing language for Linux eBPF -* [scylladb / seastar](https://github.com/scylladb/seastar):High performance server-side application framework -* [ossrs / srs](https://github.com/ossrs/srs):SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181. -* [recastnavigation / recastnavigation](https://github.com/recastnavigation/recastnavigation):Industry-standard navigation-mesh toolset for games -* [microsoft / WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK):The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. -* [hoffstadt / DearPyGui](https://github.com/hoffstadt/DearPyGui):Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [boostorg / headers](https://github.com/boostorg/headers): -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [Azure / azure-sdk-vcpkg-betas](https://github.com/Azure/azure-sdk-vcpkg-betas):Azure SDK Vcpkg Betas -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages - -#### Makefile -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [dell / csm](https://github.com/dell/csm):Dell Container Storage Modules (CSM) -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [berachain / swe-guidelines](https://github.com/berachain/swe-guidelines):The Berachain SWE Guidelines -* [shytikov / pragmasevka](https://github.com/shytikov/pragmasevka):Pragmata Pro doppelgänger made of Iosevka SS08 -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [Nexellia-Network / nexellia-miner](https://github.com/Nexellia-Network/nexellia-miner):A fast CPU/GPU miner for NExellia -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. diff --git a/trending/2024-02-04.md b/trending/2024-02-04.md deleted file mode 100644 index 2ca831a..0000000 --- a/trending/2024-02-04.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-04 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [chrismaltby / gb-studio](https://github.com/chrismaltby/gb-studio):A quick and easy to use drag and drop retro game creator for your favourite handheld video game system -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [eclipse-threadx / threadx](https://github.com/eclipse-threadx/threadx):Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [codeplea / genann](https://github.com/codeplea/genann):simple neural network library in ANSI C -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [ruby / prism](https://github.com/ruby/prism):Prism Ruby parser -* [dgllghr / stanchion](https://github.com/dgllghr/stanchion):A SQLite extension that brings column-oriented tables to SQLite -* [xCuri0 / ReBarUEFI](https://github.com/xCuri0/ReBarUEFI):Resizable BAR for (almost) any UEFI system -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [SanderMertens / flecs](https://github.com/SanderMertens/flecs):A fast entity component system (ECS) for C & C++ - -#### C++ -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [WasmEdge / WasmEdge](https://github.com/WasmEdge/WasmEdge):WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [open-source-parsers / jsoncpp](https://github.com/open-source-parsers/jsoncpp):A C++ library for interacting with JSON. -* [versatica / mediasoup](https://github.com/versatica/mediasoup):Cutting Edge WebRTC Video Conferencing -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [TokisanGames / Terrain3D](https://github.com/TokisanGames/Terrain3D):A high performance, editable terrain system for Godot 4. -* [huihut / interview](https://github.com/huihut/interview):📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [bpftrace / bpftrace](https://github.com/bpftrace/bpftrace):High-level tracing language for Linux eBPF -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [paoloemilioselva / uffTest](https://github.com/paoloemilioselva/uffTest):Example FileFormat plugin -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [dell / csm](https://github.com/dell/csm):Dell Container Storage Modules (CSM) -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [nicolastinkl / UUVPN](https://github.com/nicolastinkl/UUVPN):基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。 -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn):The most(might) detailed Kubernetes tutorials in Chinese. 全网最(可能)详细的Kubernetes中文教程。 -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code diff --git a/trending/2024-02-05.md b/trending/2024-02-05.md deleted file mode 100644 index 1ae0862..0000000 --- a/trending/2024-02-05.md +++ /dev/null @@ -1,84 +0,0 @@ -## 2024-02-05 - -#### C - -#### C++ -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [minetest / minetest](https://github.com/minetest/minetest):Minetest is an open source voxel game-creation platform with easy modding and game creation -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [finalburnneo / FBNeo](https://github.com/finalburnneo/FBNeo):FinalBurn Neo - We are Team FBNeo. -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository -* [lfranke / TRIPS](https://github.com/lfranke/TRIPS): -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [skypjack / entt](https://github.com/skypjack/entt):Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more -* [TokisanGames / Terrain3D](https://github.com/TokisanGames/Terrain3D):A high performance, editable terrain system for Godot 4. -* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg). -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software. -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes. -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 - -#### CMake -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [FS-Driverless / fs_msgs](https://github.com/FS-Driverless/fs_msgs):Common Formula Student ROS msgs -* [TheLartians / Ccache.cmake](https://github.com/TheLartians/Ccache.cmake):🚅 Compile faster with Ccache! A Ccache integration for CMake with Xcode support. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [obsproject / obs-plugintemplate](https://github.com/obsproject/obs-plugintemplate): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Tran97 / AMR_dev](https://github.com/Tran97/AMR_dev): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [analogicus / cnr_gr05_sky130nm](https://github.com/analogicus/cnr_gr05_sky130nm): -* [dell / csm](https://github.com/dell/csm):Dell Container Storage Modules (CSM) -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [okp4 / networks](https://github.com/okp4/networks):🌐 Genesis and node configuration elements for joining OKP4 networks. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [LineageOS / android_external_chromium-webview_patches](https://github.com/LineageOS/android_external_chromium-webview_patches): -* [seebi / dircolors-solarized](https://github.com/seebi/dircolors-solarized):This is a repository of themes for GNU ls (configured via GNU dircolors) that support Ethan Schoonover’s Solarized color scheme. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and other compatible devices. -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter diff --git a/trending/2024-02-06.md b/trending/2024-02-06.md deleted file mode 100644 index a8f39fc..0000000 --- a/trending/2024-02-06.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-06 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [veracrypt / VeraCrypt](https://github.com/veracrypt/VeraCrypt):Disk encryption with strong security based on TrueCrypt -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [hanwckf / immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x): - -#### C++ -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [lfranke / TRIPS](https://github.com/lfranke/TRIPS): -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [TheAlgorithms / C-Plus-Plus](https://github.com/TheAlgorithms/C-Plus-Plus):Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes. -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: open-source LLM chatbots that you can run anywhere -* [v8 / v8](https://github.com/v8/v8):The official mirror of the V8 Git repository -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53162, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [ExpressLRS / ExpressLRS](https://github.com/ExpressLRS/ExpressLRS):STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [ethz-asl / gflags_catkin](https://github.com/ethz-asl/gflags_catkin):A catkin wrapper for Google gflags -* [ethz-asl / eigen_catkin](https://github.com/ethz-asl/eigen_catkin):Eigen convenience for catkin -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [ME495-Navigation / nuturtlebot_msgs](https://github.com/ME495-Navigation/nuturtlebot_msgs):ROS Messages for low-level control of the turtlebot3 -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [shanep / git-send-email](https://github.com/shanep/git-send-email): -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [dell / csm](https://github.com/dell/csm):Dell Container Storage Modules (CSM) -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and other compatible devices. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [netdata / aclk-schemas](https://github.com/netdata/aclk-schemas):Protobuf schemas used in ACLK connection -* [AOSPA / android_device_qcom_common](https://github.com/AOSPA/android_device_qcom_common): -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers diff --git a/trending/2024-02-07.md b/trending/2024-02-07.md deleted file mode 100644 index dc205bd..0000000 --- a/trending/2024-02-07.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-07 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [stacksmashing / pico-tpmsniffer](https://github.com/stacksmashing/pico-tpmsniffer):A simple, very experimental TPM sniffer for LPC bus -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [xCuri0 / ReBarUEFI](https://github.com/xCuri0/ReBarUEFI):Resizable BAR for (almost) any UEFI system -* [snyk / leaky-vessels-dynamic-detector](https://github.com/snyk/leaky-vessels-dynamic-detector):Leaky Vessels Dynamic Detector -* [grafana / beyla](https://github.com/grafana/beyla):eBPF-based autoinstrumentation of HTTP and HTTPS services -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [ARM-software / arm-trusted-firmware](https://github.com/ARM-software/arm-trusted-firmware):Read-only mirror of Trusted Firmware-A -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. It's boosted by a professional yet affordable drag and drop UI editor, called SquareLine Studio. -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [robertdavidgraham / masscan](https://github.com/robertdavidgraham/masscan):TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [openresty / lua-nginx-module](https://github.com/openresty/lua-nginx-module):Embed the Power of Lua into NGINX HTTP servers -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [wg / wrk](https://github.com/wg/wrk):Modern HTTP benchmarking tool -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [netdata / netdata](https://github.com/netdata/netdata):The open-source observability platform everyone needs! -* [umutsevdi / wear-pico](https://github.com/umutsevdi/wear-pico):An open source Smartwatch firmware written in C for the Raspberry Pi Pico -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch - -#### C++ -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [libjxl / libjxl](https://github.com/libjxl/libjxl):JPEG XL image format reference implementation -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [justcallmekoko / ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder):A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32 -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [Nukem9 / dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3):Adds AMD FSR 3 Frame Generation to games by replacing Nvidia DLSS-G Frame Generation (nvngx_dlssg). -* [cmderdev / cmder](https://github.com/cmderdev/cmder):Lovely console emulator package for Windows -* [chriskohlhoff / asio](https://github.com/chriskohlhoff/asio):Asio C++ Library -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, WatermelonDB, Apache Doris, Milvus, StarRocks -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [oneapi-src / oneTBB](https://github.com/oneapi-src/oneTBB):oneAPI Threading Building Blocks (oneTBB) - -#### CMake -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [andrew-hardin / cmake-git-version-tracking](https://github.com/andrew-hardin/cmake-git-version-tracking):Embed Git metadata in a C/C++ compatible static library using CMake (e.g. commit ID, author, date, and message). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [obsproject / obs-plugintemplate](https://github.com/obsproject/obs-plugintemplate): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [pybind / scikit_build_example](https://github.com/pybind/scikit_build_example):An example combining scikit-build and pybind11 - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [shanep / git-send-email](https://github.com/shanep/git-send-email): -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [ajstarks / dubois-data-portraits](https://github.com/ajstarks/dubois-data-portraits):Recreations of W.E.B Dubois's Data Portraits -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [RedHatInsights / floorist-operator](https://github.com/RedHatInsights/floorist-operator):Operator to manage scheduling of metrics export with floorist -* [spdx / license-list-XML](https://github.com/spdx/license-list-XML):This is the repository for the master files that comprise the SPDX License List -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet diff --git a/trending/2024-02-08.md b/trending/2024-02-08.md deleted file mode 100644 index 2d58059..0000000 --- a/trending/2024-02-08.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-08 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [xCuri0 / ReBarUEFI](https://github.com/xCuri0/ReBarUEFI):Resizable BAR for (almost) any UEFI system -* [netdata / netdata](https://github.com/netdata/netdata):The open-source observability platform everyone needs! -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [xroche / httrack](https://github.com/xroche/httrack):HTTrack Website Copier, copy websites to your computer (Official repository) -* [citusdata / pg_cron](https://github.com/citusdata/pg_cron):Run periodic jobs in PostgreSQL -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [KpwnZ / Def1nit3lyN0tAJa1lbr3akTool](https://github.com/KpwnZ/Def1nit3lyN0tAJa1lbr3akTool):A jailbreak tool for all arm64 devices on iOS 16.0 to iOS 16.6.1 -* [spdk / spdk](https://github.com/spdk/spdk):Storage Performance Development Kit -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [hfiref0x / UACME](https://github.com/hfiref0x/UACME):Defeating Windows User Account Control -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [libexpat / libexpat](https://github.com/libexpat/libexpat):🌿 Fast streaming XML parser written in C99 with >90% test coverage; moved from SourceForge to GitHub -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC - -#### C++ -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [tenstorrent-metal / tt-metal](https://github.com/tenstorrent-metal/tt-metal):ttnn - a python API and OP library. TT-Metalium - a low level kernel programming model. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [OneLoneCoder / olcUTIL_Geometry2D](https://github.com/OneLoneCoder/olcUTIL_Geometry2D):A Single-Header 2D Geometry Analysis Library -* [libjxl / libjxl](https://github.com/libjxl/libjxl):JPEG XL image format reference implementation -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [OpenGene / fastp](https://github.com/OpenGene/fastp):An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...) -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [RibShark / SafeDiscShim](https://github.com/RibShark/SafeDiscShim):SafeDiscShim is a compatibility tool that allows for SafeDisc protected games which utilize the insecure Macrovision Security Driver ("secdrv.sys") to run on modern versions of Windows . -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [rui314 / mold](https://github.com/rui314/mold):Mold: A Modern Linker 🦠 -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [llvm / torch-mlir](https://github.com/llvm/torch-mlir):The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem. -* [osquery / osquery](https://github.com/osquery/osquery):SQL powered operating system instrumentation, monitoring, and analytics. -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [franneck94 / CppProjectTemplate](https://github.com/franneck94/CppProjectTemplate):C++ project template with unit-tests, documentation, ci-testing and workflows. -* [ethz-asl / lpsolve_catkin](https://github.com/ethz-asl/lpsolve_catkin):Catkin wrapper for http://lpsolve.sourceforge.net/ -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / maplab_msgs](https://github.com/ethz-asl/maplab_msgs):Custom ROS messages for maplab -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [microsoft / vcpkg-docs](https://github.com/microsoft/vcpkg-docs): -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [Celemony / ARA_SDK](https://github.com/Celemony/ARA_SDK):Umbrella installer for all ARA SDK submodules -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs - -#### Makefile -* [ajstarks / dubois-data-portraits](https://github.com/ajstarks/dubois-data-portraits):Recreations of W.E.B Dubois's Data Portraits -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [shanep / git-send-email](https://github.com/shanep/git-send-email): -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [eecs281staff / Makefile](https://github.com/eecs281staff/Makefile): -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [yzharko / spbspu-labs-2024-aads](https://github.com/yzharko/spbspu-labs-2024-aads):Лабораторные работы по дисциплине "Алгоритмы и Структуры Данных" групп ПИ[1 | 5 | 6] -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [DLR-TS / apt_cacher_ng_docker](https://github.com/DLR-TS/apt_cacher_ng_docker):A docker wrapper around apt-cacher-ng, provides a service, docker compose file and example consumers -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. diff --git a/trending/2024-02-09.md b/trending/2024-02-09.md deleted file mode 100644 index 6874be5..0000000 --- a/trending/2024-02-09.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-09 - -#### C -* [stacksmashing / pico-tpmsniffer](https://github.com/stacksmashing/pico-tpmsniffer):A simple, very experimental TPM sniffer for LPC bus -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [tsoding / raylib.js](https://github.com/tsoding/raylib.js):Unofficial Implementation of Subset of Raylib API in JavaScript -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [npurson / vscode-server-toolchain-workaround](https://github.com/npurson/vscode-server-toolchain-workaround):Workaround for the raised toolchain requirements of VS Code Server 1.86+ -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [hrvach / deskhop](https://github.com/hrvach/deskhop):Fast Desktop Switching Device -* [neutrinolabs / xrdp](https://github.com/neutrinolabs/xrdp):xrdp: an open source RDP server -* [gluster / glusterfs](https://github.com/gluster/glusterfs):Gluster Filesystem : Build your distributed storage in minutes -* [Xeeynamo / sotn-decomp](https://github.com/Xeeynamo/sotn-decomp):Decompilation of Castlevania: Symphony of the Night (PSX+Saturn) -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [xCuri0 / ReBarUEFI](https://github.com/xCuri0/ReBarUEFI):Resizable BAR for (almost) any UEFI system -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [Rakashazi / emu-ex-plus-alpha](https://github.com/Rakashazi/emu-ex-plus-alpha):Multi-platform computer & game console emulation system including supporting code (EmuFramework) and core engine (Imagine) -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [apple-oss-distributions / xnu](https://github.com/apple-oss-distributions/xnu): -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [gentilkiwi / mimikatz](https://github.com/gentilkiwi/mimikatz):A little tool to play with Windows security -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [LongSoft / UEFITool](https://github.com/LongSoft/UEFITool):UEFI firmware image viewer and editor - -#### C++ -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [CowNowK / AimStar](https://github.com/CowNowK/AimStar):Free and open-source external cheat for CS2, written in C++, has 100+ features -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [stacksmashing / LPCClocklessAnalyzer](https://github.com/stacksmashing/LPCClocklessAnalyzer):A Saleae Analyzer for TPM traffic that only requires the LADD & LFRAME signals, no clock. -* [CN-annotation-team / leveldb-chinese-annotated](https://github.com/CN-annotation-team/leveldb-chinese-annotated):leveldb chinese annotation -* [Lyall / GBFRelinkFix](https://github.com/Lyall/GBFRelinkFix):A fix for Granblue Fantasy: Relink that adds support for custom resolutions, ultrawide and more. -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [libcpr / cpr](https://github.com/libcpr/cpr):C++ Requests: Curl for People, a spiritual port of Python Requests. -* [TheCherno / Hazel](https://github.com/TheCherno/Hazel):Hazel Engine -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [meshtastic / firmware](https://github.com/meshtastic/firmware):Meshtastic device firmware -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [RibShark / SafeDiscShim](https://github.com/RibShark/SafeDiscShim):SafeDiscShim is a compatibility tool that allows for SafeDisc protected games which utilize the insecure Macrovision Security Driver ("secdrv.sys") to run on modern versions of Windows . -* [KhronosGroup / Vulkan-Samples](https://github.com/KhronosGroup/Vulkan-Samples):One stop solution for all Vulkan samples -* [microsoft / WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK):The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. - -#### CMake -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [microsoft / vcpkg-docs](https://github.com/microsoft/vcpkg-docs): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [gazebo-release / gz_math6_vendor](https://github.com/gazebo-release/gz_math6_vendor):Vendor package for providing ign-math6 in ROS 2 -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [ros-visualization / tango_icons_vendor](https://github.com/ros-visualization/tango_icons_vendor):Provides Tango icons for non-linux systems -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ - -#### Makefile -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [shanep / git-send-email](https://github.com/shanep/git-send-email): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [yzharko / spbspu-labs-2024-aads](https://github.com/yzharko/spbspu-labs-2024-aads):Лабораторные работы по дисциплине "Алгоритмы и Структуры Данных" групп ПИ[1 | 5 | 6] -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): diff --git a/trending/2024-02-10.md b/trending/2024-02-10.md deleted file mode 100644 index 484e65a..0000000 --- a/trending/2024-02-10.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-10 - -#### C -* [stacksmashing / pico-tpmsniffer](https://github.com/stacksmashing/pico-tpmsniffer):A simple, very experimental TPM sniffer for LPC bus -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [Xre0uS / MultiDump](https://github.com/Xre0uS/MultiDump):MultiDump is a post-exploitation tool for dumping and extracting LSASS memory discreetly. -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [netdata / netdata](https://github.com/netdata/netdata):The open-source observability platform everyone needs! -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [xdp-project / xdp-tutorial](https://github.com/xdp-project/xdp-tutorial):XDP tutorial -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [agvxov / cursed_c](https://github.com/agvxov/cursed_c):An attempt to create the worst C program ever by repeatedly abusing obscure features. See c.c for the core code. Note that there were no version restraints imposed and extensions are also included. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [hrvach / deskhop](https://github.com/hrvach/deskhop):Fast Desktop Switching Device -* [Cisco-Talos / clamav](https://github.com/Cisco-Talos/clamav):ClamAV - Documentation is here: https://docs.clamav.net -* [tsoding / raylib.js](https://github.com/tsoding/raylib.js):Unofficial Implementation of Subset of Raylib API in JavaScript -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. - -#### C++ -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [google / skia](https://github.com/google/skia):Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [stacksmashing / LPCClocklessAnalyzer](https://github.com/stacksmashing/LPCClocklessAnalyzer):A Saleae Analyzer for TPM traffic that only requires the LADD & LFRAME signals, no clock. -* [redpanda-data / redpanda](https://github.com/redpanda-data/redpanda):Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM! -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [RibShark / SafeDiscShim](https://github.com/RibShark/SafeDiscShim):SafeDiscShim is a compatibility tool that allows for SafeDisc protected games which utilize the insecure Macrovision Security Driver ("secdrv.sys") to run on modern versions of Windows . -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [CowNowK / AimStar](https://github.com/CowNowK/AimStar):Free and open-source external cheat for CS2, written in C++, has 100+ features -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [Maplespe / DWMBlurGlass](https://github.com/Maplespe/DWMBlurGlass):Add custom effect to global system title bar, support win10 and win11. -* [Seneca-244200 / OOP-Workshops](https://github.com/Seneca-244200/OOP-Workshops): -* [geoffdavis / esphome-mitsubishiheatpump](https://github.com/geoffdavis/esphome-mitsubishiheatpump):ESPHome Climate Component for Mitsubishi Heatpumps using direct serial connection -* [XRPLF / rippled](https://github.com/XRPLF/rippled):Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++ - -#### CMake -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [mint-lab / 3dv_tutorial](https://github.com/mint-lab/3dv_tutorial):An Invitation to 3D Vision: A Tutorial for Everyone -* [TriBITSPub / TriBITS](https://github.com/TriBITSPub/TriBITS):TriBITS: Tribal Build, Integrate, and Test System, -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer - -#### Makefile -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [shanep / git-send-email](https://github.com/shanep/git-send-email): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [yzharko / spbspu-labs-2024-tp](https://github.com/yzharko/spbspu-labs-2024-tp):Лабораторные работы по дисциплине "Технологии Программирования" -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [yzharko / spbspu-labs-2024-aads](https://github.com/yzharko/spbspu-labs-2024-aads):Лабораторные работы по дисциплине "Алгоритмы и Структуры Данных" групп ПИ[1 | 5 | 6] -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [MythicalGames / saga-sdk-proto](https://github.com/MythicalGames/saga-sdk-proto):Saga SDK protobuf/gRPC files -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida diff --git a/trending/2024-02-11.md b/trending/2024-02-11.md deleted file mode 100644 index d4ad103..0000000 --- a/trending/2024-02-11.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-11 - -#### C -* [cyberus-technology / virtualbox-kvm](https://github.com/cyberus-technology/virtualbox-kvm):VirtualBox with KVM Backend -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. -* [Xre0uS / MultiDump](https://github.com/Xre0uS/MultiDump):MultiDump is a post-exploitation tool for dumping and extracting LSASS memory discreetly. -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [fwupd / fwupd](https://github.com/fwupd/fwupd):A system daemon to allow session software to update firmware -* [omnigres / omnigres](https://github.com/omnigres/omnigres):Postgres as a Platform -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [Cisco-Talos / clamav](https://github.com/Cisco-Talos/clamav):ClamAV - Documentation is here: https://docs.clamav.net -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size - -#### C++ -* [microsoft / WindowsAppSDK](https://github.com/microsoft/WindowsAppSDK):The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet. -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [CowNowK / AimStar](https://github.com/CowNowK/AimStar):Free and open-source external cheat for CS2, written in C++, has 100+ features -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [RobotLocomotion / drake](https://github.com/RobotLocomotion/drake):Model-based design and verification for robotics. -* [meshtastic / firmware](https://github.com/meshtastic/firmware):Meshtastic device firmware -* [Maplespe / DWMBlurGlass](https://github.com/Maplespe/DWMBlurGlass):Add custom effect to global system title bar, support win10 and win11. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [valhalla / valhalla](https://github.com/valhalla/valhalla):Open Source Routing Engine for OpenStreetMap -* [MAZHARMIK / Interview_DS_Algo](https://github.com/MAZHARMIK/Interview_DS_Algo):Super Repository for Coding Interview Preperation -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [Haivision / srt](https://github.com/Haivision/srt):Secure, Reliable, Transport -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [RibShark / SafeDiscShim](https://github.com/RibShark/SafeDiscShim):SafeDiscShim is a compatibility tool that allows for SafeDisc protected games which utilize the insecure Macrovision Security Driver ("secdrv.sys") to run on modern versions of Windows . -* [esp8266 / Arduino](https://github.com/esp8266/Arduino):ESP8266 core for Arduino -* [ChefKissInc / NootedRed](https://github.com/ChefKissInc/NootedRed):Lilu plugin for AMD Vega iGPUs. No commercial use. -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [xtensor-stack / xparrow](https://github.com/xtensor-stack/xparrow): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [ros-industrial / ros_industrial_cmake_boilerplate](https://github.com/ros-industrial/ros_industrial_cmake_boilerplate): -* [rtlabs-com / cmake-tools](https://github.com/rtlabs-com/cmake-tools): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [shanep / git-send-email](https://github.com/shanep/git-send-email): -* [yzharko / spbspu-labs-2024-tp](https://github.com/yzharko/spbspu-labs-2024-tp):Лабораторные работы по дисциплине "Технологии Программирования" -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [yzharko / spbspu-labs-2024-aads](https://github.com/yzharko/spbspu-labs-2024-aads):Лабораторные работы по дисциплине "Алгоритмы и Структуры Данных" групп ПИ[1 | 5 | 6] -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [paulnopaul / cpp-base](https://github.com/paulnopaul/cpp-base): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [department-of-veterans-affairs / acronyms](https://github.com/department-of-veterans-affairs/acronyms):A list of VA acronyms -* [cartesi / grpc-interfaces](https://github.com/cartesi/grpc-interfaces):Cartesi gRPC Interfaces -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [educ8s / Raylib-CPP-Starter-Template-for-VSCODE-V2](https://github.com/educ8s/Raylib-CPP-Starter-Template-for-VSCODE-V2):Raylib C++ Starter Template for VSCODE V2 diff --git a/trending/2024-02-12.md b/trending/2024-02-12.md deleted file mode 100644 index 03ed214..0000000 --- a/trending/2024-02-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-12 - -#### C -* [cyberus-technology / virtualbox-kvm](https://github.com/cyberus-technology/virtualbox-kvm):VirtualBox with KVM Backend -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [yshui / picom](https://github.com/yshui/picom):A lightweight compositor for X11 -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [openshwprojects / OpenBK7231T_App](https://github.com/openshwprojects/OpenBK7231T_App):Open source firmware (Tasmota/Esphome replacement) for BK7231T, BK7231N, BL2028N, T34, XR809, W800/W801, W600/W601 and BL602 -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [branc116 / brplot](https://github.com/branc116/brplot):+256,000,000 points per plot, +60 Fps on shity laptop. Only limit is the size of your RAM. -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [PSP-Archive / ARK-4](https://github.com/PSP-Archive/ARK-4):Custom Firmware for the PSP and PS Vita. - -#### C++ -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [simdjson / simdjson](https://github.com/simdjson/simdjson):Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, WatermelonDB, Apache Doris, Milvus, StarRocks -* [microsoft / DirectXShaderCompiler](https://github.com/microsoft/DirectXShaderCompiler):This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang. -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [cp-algorithms / cp-algorithms](https://github.com/cp-algorithms/cp-algorithms):Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53262, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [hyprwm / hyprpaper](https://github.com/hyprwm/hyprpaper):Hyprpaper is a blazing fast wayland wallpaper utility with IPC controls. -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [ValveSoftware / openvr](https://github.com/ValveSoftware/openvr):OpenVR SDK -* [google / sentencepiece](https://github.com/google/sentencepiece):Unsupervised text tokenizer for Neural Network-based text generation. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [cloudflare / workerd](https://github.com/cloudflare/workerd):The JavaScript / Wasm runtime that powers Cloudflare Workers -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [letscontrolit / ESPEasy](https://github.com/letscontrolit/ESPEasy):Easy MultiSensor device based on ESP8266/ESP32 -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [visualboyadvance-m / visualboyadvance-m](https://github.com/visualboyadvance-m/visualboyadvance-m):The continuing development of the legendary VBA gameboy advance emulator. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server -* [dominicpoeschko / cmake_helpers](https://github.com/dominicpoeschko/cmake_helpers): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [ros-sports / biped_interfaces](https://github.com/ros-sports/biped_interfaces):A package defining interfaces used for a biped robot. -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [berachain / swe-guidelines](https://github.com/berachain/swe-guidelines):The Berachain SWE Guidelines -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [LineageOS / android_device_lineage_sepolicy](https://github.com/LineageOS/android_device_lineage_sepolicy): -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [olezhek28 / microservices_course_boilerplate](https://github.com/olezhek28/microservices_course_boilerplate):Данный репозиторий содержит boilerplate для выполнения домашних заданий по курсу "Микросервисы как в BigTech-компаниях". Автор курса: Олег Козырев -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [LineageOS / android_device_lineage_car](https://github.com/LineageOS/android_device_lineage_car): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LineageOS / android_packages_overlays_Lineage](https://github.com/LineageOS/android_packages_overlays_Lineage): -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [educ8s / Raylib-CPP-Starter-Template-for-VSCODE-V2](https://github.com/educ8s/Raylib-CPP-Starter-Template-for-VSCODE-V2):Raylib C++ Starter Template for VSCODE V2 -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi diff --git a/trending/2024-02-13.md b/trending/2024-02-13.md deleted file mode 100644 index 772720f..0000000 --- a/trending/2024-02-13.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-13 - -#### C -* [cyberus-technology / virtualbox-kvm](https://github.com/cyberus-technology/virtualbox-kvm):VirtualBox with KVM Backend. With our current development model, we cannot easily accept pull requests here. If you'd like to contribute, feel free to reach out to us, we are happy to find a solution. -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [EpicGames / raddebugger](https://github.com/EpicGames/raddebugger):A native, user-mode, multi-process, graphical debugger. -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [bellard / quickjs](https://github.com/bellard/quickjs):Public repository of the QuickJS Javascript Engine. -* [i3 / i3](https://github.com/i3/i3):A tiling window manager for X11 -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [wojciech-graj / doom-ascii](https://github.com/wojciech-graj/doom-ascii):DooM in the terminal! -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [palera1n / palera1n](https://github.com/palera1n/palera1n):Jailbreak for arm64 devices on iOS 15.0+ -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [MarlinFirmware / Configurations](https://github.com/MarlinFirmware/Configurations):Configurations for Marlin Firmware -* [blackmagic-debug / blackmagic](https://github.com/blackmagic-debug/blackmagic):In application debugger for ARM Cortex microcontrollers. -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager - -#### C++ -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [meshtastic / firmware](https://github.com/meshtastic/firmware):Meshtastic device firmware -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [livinamuk / Hell2024](https://github.com/livinamuk/Hell2024): -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [blender / blender](https://github.com/blender/blender):Official mirror of Blender -* [godotengine / godot-cpp](https://github.com/godotengine/godot-cpp):C++ bindings for the Godot script API -* [geode-sdk / geode](https://github.com/geode-sdk/geode):The ultimate Geometry Dash modding toolkit -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [jomjol / AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device):Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world -* [nasa / fprime](https://github.com/nasa/fprime):F´ - A flight software and embedded systems framework -* [mudler / LocalAI](https://github.com/mudler/LocalAI):🤖 The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs ggml, gguf, GPTQ, onnx, TF compatible models: llama, llama2, rwkv, whisper, vicuna, koala, cerebras, falcon, dolly, starcoder, and many others -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [PrismLauncher / PrismLauncher](https://github.com/PrismLauncher/PrismLauncher):A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC) -* [jrouwe / JoltPhysics](https://github.com/jrouwe/JoltPhysics):A multi core friendly rigid body physics and collision detection library, written in C++, suitable for games and VR applications. -* [cp-algorithms / cp-algorithms](https://github.com/cp-algorithms/cp-algorithms):Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) -* [Z3Prover / z3](https://github.com/Z3Prover/z3):The Z3 Theorem Prover -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [microsoft / vcpkg-docs](https://github.com/microsoft/vcpkg-docs): -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [Stability-AI / api-interfaces](https://github.com/Stability-AI/api-interfaces):Interface definitions for API interactions between components -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [Andersama / obs-asio](https://github.com/Andersama/obs-asio):ASIO plugin for OBS-Studio -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [yzharko / spbspu-labs-2024-aads](https://github.com/yzharko/spbspu-labs-2024-aads):Лабораторные работы по дисциплине "Алгоритмы и Структуры Данных" групп ПИ[1 | 5 | 6] -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [olezhek28 / microservices_course_boilerplate](https://github.com/olezhek28/microservices_course_boilerplate):Данный репозиторий содержит boilerplate для выполнения домашних заданий по курсу "Микросервисы как в BigTech-компаниях". Автор курса: Олег Козырев -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [yzharko / spbspu-labs-2024-tp](https://github.com/yzharko/spbspu-labs-2024-tp):Лабораторные работы по дисциплине "Технологии Программирования" -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [inpyjama / c-ninja-listings](https://github.com/inpyjama/c-ninja-listings):Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [paulnopaul / cpp-base](https://github.com/paulnopaul/cpp-base): -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [procount / pinn](https://github.com/procount/pinn):An enhanced Operating System installer for the Raspberry Pi -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and other compatible devices. -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [phhusson / vendor_hardware_overlay](https://github.com/phhusson/vendor_hardware_overlay):This includes hardware-specific overlays for Treble ROM diff --git a/trending/2024-02-14.md b/trending/2024-02-14.md deleted file mode 100644 index 42a87c4..0000000 --- a/trending/2024-02-14.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-14 - -#### C -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [reveng007 / DarkWidow](https://github.com/reveng007/DarkWidow):Indirect Dynamic Syscall, SSN + Syscall address sorting via Modified TartarusGate approach + Remote Process Injection via APC Early Bird + Spawns a sacrificial Process as target process + (ACG+BlockDll) mitigation policy on spawned process + PPID spoofing + Api resolving from TIB + API hashing -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [portapack-mayhem / mayhem-firmware](https://github.com/portapack-mayhem/mayhem-firmware):Custom firmware for the HackRF+PortaPack H1/H2 -* [cyberus-technology / virtualbox-kvm](https://github.com/cyberus-technology/virtualbox-kvm):VirtualBox with KVM Backend. With our current development model, we cannot easily accept pull requests here. If you'd like to contribute, feel free to reach out to us, we are happy to find a solution. -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered permasigned jailbreak for iOS 15 -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [greenbone / openvas-scanner](https://github.com/greenbone/openvas-scanner):This repository contains the scanner component for Greenbone Community Edition. -* [olikraus / u8g2](https://github.com/olikraus/u8g2):U8glib library for monochrome displays, version 2 -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [wolfSSL / wolfssl](https://github.com/wolfSSL/wolfssl):The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3! -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [pgbouncer / pgbouncer](https://github.com/pgbouncer/pgbouncer):lightweight connection pooler for PostgreSQL -* [jjwbruijn / OpenEPaperLink](https://github.com/jjwbruijn/OpenEPaperLink): -* [libdriver / bmp280](https://github.com/libdriver/bmp280):BMP280 full function driver library for general MCU and Linux. -* [google / sanitizers](https://github.com/google/sanitizers):AddressSanitizer, ThreadSanitizer, MemorySanitizer -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [jgamblin / Mirai-Source-Code](https://github.com/jgamblin/Mirai-Source-Code):Leaked Mirai Source Code for Research/IoC Development Purposes - -#### C++ -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [willem-pennings / balancing-cube](https://github.com/willem-pennings/balancing-cube):A cube that balances itself in a corner or edge using reaction wheels -* [arplaboratory / learning-to-fly](https://github.com/arplaboratory/learning-to-fly):Training transferable end-to-end quadrotor control policies on a laptop in 18 seconds. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [e2002 / yoradio](https://github.com/e2002/yoradio):Web-radio based on ESP32-audioI2S library -* [prusa3d / PrusaSlicer](https://github.com/prusa3d/PrusaSlicer):G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [rapidsai / cudf](https://github.com/rapidsai/cudf):cuDF - GPU DataFrame Library -* [cp-algorithms / cp-algorithms](https://github.com/cp-algorithms/cp-algorithms):Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [bulletphysics / bullet3](https://github.com/bulletphysics/bullet3):Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [doxygen / doxygen](https://github.com/doxygen/doxygen):Official doxygen git repository -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [google / or-tools](https://github.com/google/or-tools):Google's Operations Research tools: -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [BnuuySolutions / OculusAmeliorated](https://github.com/BnuuySolutions/OculusAmeliorated):Clean & revitalize your Oculus PCVR experience with Oculus Ameliorated, a minimal Oculus PCVR installation package. -* [official-pikafish / Pikafish](https://github.com/official-pikafish/Pikafish):UCI xiangqi engine - -#### CMake -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [RethinkRobotics / intera_common](https://github.com/RethinkRobotics/intera_common):ROS Messages and tools description files for Rethink Robotics robots. -* [RethinkRobotics / sawyer_robot](https://github.com/RethinkRobotics/sawyer_robot):Sawyer-specific components for the Sawyer robot for use with the intera_sdk. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [microsoft / vcpkg-docs](https://github.com/microsoft/vcpkg-docs): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [boostorg / headers](https://github.com/boostorg/headers): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [rapidsai / rapids-cmake](https://github.com/rapidsai/rapids-cmake): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [giantswarm / capz-app-collection](https://github.com/giantswarm/capz-app-collection): -* [IObundle / iob-linux](https://github.com/IObundle/iob-linux): -* [jetstack / google-cas-issuer](https://github.com/jetstack/google-cas-issuer):cert-manager issuer for Google CA Service -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [ajstarks / dubois-data-portraits](https://github.com/ajstarks/dubois-data-portraits):Recreations of W.E.B Dubois's Data Portraits -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [LairdCP / wb-buildroot](https://github.com/LairdCP/wb-buildroot):Laird's Buildroot component for the WB projects -* [inpyjama / c-ninja-listings](https://github.com/inpyjama/c-ninja-listings):Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [Activiti / activiti-cloud-full-chart](https://github.com/Activiti/activiti-cloud-full-chart):Umbrella Helm chart for Activiti Cloud -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [DLR-TS / adore_cli](https://github.com/DLR-TS/adore_cli): -* [markbates / errx](https://github.com/markbates/errx): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack diff --git a/trending/2024-02-15.md b/trending/2024-02-15.md deleted file mode 100644 index 397adcc..0000000 --- a/trending/2024-02-15.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-15 - -#### C -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [Perfare / Zygisk-Il2CppDumper](https://github.com/Perfare/Zygisk-Il2CppDumper):Using Zygisk to dump il2cpp data at runtime -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [earlephilhower / arduino-pico](https://github.com/earlephilhower/arduino-pico):Raspberry Pi Pico Arduino core, for all RP2040 boards -* [blackmagic-debug / blackmagic](https://github.com/blackmagic-debug/blackmagic):In application debugger for ARM Cortex microcontrollers. -* [NLnetLabs / unbound](https://github.com/NLnetLabs/unbound):Unbound is a validating, recursive, and caching DNS resolver. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [yugabyte / yugabyte-db](https://github.com/yugabyte/yugabyte-db):YugabyteDB - the cloud native distributed SQL database for mission-critical applications. -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [sumatrapdfreader / sumatrapdf](https://github.com/sumatrapdfreader/sumatrapdf):SumatraPDF reader -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [pgbackrest / pgbackrest](https://github.com/pgbackrest/pgbackrest):Reliable PostgreSQL Backup & Restore - -#### C++ -* [willem-pennings / balancing-cube](https://github.com/willem-pennings/balancing-cube):A cube that balances itself in a corner or edge using reaction wheels -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [doxygen / doxygen](https://github.com/doxygen/doxygen):Official doxygen git repository -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [arplaboratory / learning-to-fly](https://github.com/arplaboratory/learning-to-fly):Training transferable end-to-end quadrotor control policies on a laptop in 18 seconds. -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [rathena / rathena](https://github.com/rathena/rathena):rAthena is an open-source cross-platform MMORPG server. -* [scottbez1 / smartknob](https://github.com/scottbez1/smartknob):Haptic input knob with software-defined endstops and virtual detents -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [google / skia](https://github.com/google/skia):Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [SteveMacenski / slam_toolbox](https://github.com/SteveMacenski/slam_toolbox):Slam Toolbox for lifelong mapping and localization in potentially massive maps with ROS - -#### CMake -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [boostorg / headers](https://github.com/boostorg/headers): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [Volgarenok / spbspu-labs-2024-tp-a](https://github.com/Volgarenok/spbspu-labs-2024-tp-a): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [curl / curl-docker](https://github.com/curl/curl-docker):official docker image for curl -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [ajstarks / dubois-data-portraits](https://github.com/ajstarks/dubois-data-portraits):Recreations of W.E.B Dubois's Data Portraits -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [siderolabs / pkgs](https://github.com/siderolabs/pkgs): -* [berachain / swe-guidelines](https://github.com/berachain/swe-guidelines):The Berachain SWE Guidelines diff --git a/trending/2024-02-16.md b/trending/2024-02-16.md deleted file mode 100644 index 6780138..0000000 --- a/trending/2024-02-16.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-16 - -#### C -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [VirusTotal / yara](https://github.com/VirusTotal/yara):The pattern matching swiss knife -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [XProger / OpenLara](https://github.com/XProger/OpenLara):Classic Tomb Raider open-source engine -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [hades-emu / Hades](https://github.com/hades-emu/Hades):🔥 A Nintendo Game Boy Advance Emulator -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [tmux / tmux](https://github.com/tmux/tmux):tmux source code -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 -* [timescale / timescaledb](https://github.com/timescale/timescaledb):An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension. -* [ElementsProject / lightning](https://github.com/ElementsProject/lightning):Core Lightning — Lightning Network implementation focusing on spec compliance and performance -* [NLnetLabs / unbound](https://github.com/NLnetLabs/unbound):Unbound is a validating, recursive, and caching DNS resolver. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [openucx / ucx](https://github.com/openucx/ucx):Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group) - -#### C++ -* [willem-pennings / balancing-cube](https://github.com/willem-pennings/balancing-cube):A cube that balances itself in a corner or edge using reaction wheels -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [darkluar / cosmic-station](https://github.com/darkluar/cosmic-station):🧪Exclusive Android Sony Playstation 2 emulator, from scratch, using Kotlin, C++ 20, OpenGLES, Vulkan, and Cubes -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [typesense / typesense](https://github.com/typesense/typesense):Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [Vita3K / Vita3K-Android](https://github.com/Vita3K/Vita3K-Android):Public releases and CI for the Vita3K Android app -* [CGAL / cgal](https://github.com/CGAL/cgal):The public CGAL repository, see the README below -* [apple / foundationdb](https://github.com/apple/foundationdb):FoundationDB - the open source, distributed, transactional key-value store -* [Vita3K / Vita3K](https://github.com/Vita3K/Vita3K):Experimental PlayStation Vita emulator -* [nuggslet / MGSM2Fix](https://github.com/nuggslet/MGSM2Fix):A fix that adds custom resolutions, analog input, pixel perfect scaling and more to the original Metal Gear Solid within the Master Collection. -* [wisdompeak / LeetCode](https://github.com/wisdompeak/LeetCode):This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks. -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [TriBITSPub / TriBITS](https://github.com/TriBITSPub/TriBITS):TriBITS: Tribal Build, Integrate, and Test System, -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [si0ls / talos-orangepi5](https://github.com/si0ls/talos-orangepi5):Tools and patches to build Talos Linux for Orange Pi 5 -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [kubernetes / design-proposals-archive](https://github.com/kubernetes/design-proposals-archive):Archive of Kubernetes Design Proposals -* [LineageOS / android_device_lineage_sepolicy](https://github.com/LineageOS/android_device_lineage_sepolicy): -* [openshift / build-machinery-go](https://github.com/openshift/build-machinery-go):Shared location for Makefiles, helper scripts, and other common build machinery -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [LineageOS / android_packages_overlays_Lineage](https://github.com/LineageOS/android_packages_overlays_Lineage): diff --git a/trending/2024-02-17.md b/trending/2024-02-17.md deleted file mode 100644 index a0fc0d3..0000000 --- a/trending/2024-02-17.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-17 - -#### C -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [winsiderss / systeminformer](https://github.com/winsiderss/systeminformer):A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [sqlite / sqlite](https://github.com/sqlite/sqlite):Official Git mirror of the SQLite source tree -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [Wind4 / vlmcsd](https://github.com/Wind4/vlmcsd):KMS Emulator in C (currently runs on Linux including Android, FreeBSD, Solaris, Minix, Mac OS, iOS, Windows with or without Cygwin) -* [webserver-llc / angie](https://github.com/webserver-llc/angie):Angie - drop-in replacement for Nginx -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [netdata / netdata](https://github.com/netdata/netdata):The open-source observability platform everyone needs! -* [jcs / progman](https://github.com/jcs/progman):progman.exe^H^H^H^H -* [48d31kh413k / 1337-Piscine-42](https://github.com/48d31kh413k/1337-Piscine-42):June Piscine 2021 from 1337 Benguerir 42 Network. -* [XProger / OpenLara](https://github.com/XProger/OpenLara):Classic Tomb Raider open-source engine - -#### C++ -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [google / mediapipe](https://github.com/google/mediapipe):Cross-platform, customizable ML solutions for live and streaming media. -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [jesyspa / linear-cpp](https://github.com/jesyspa/linear-cpp):An attempt at a C++ tutorial. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [MalwareTech / EDR-Preloader](https://github.com/MalwareTech/EDR-Preloader):An EDR bypass that prevents EDRs from hooking or loading DLLs into our process by hijacking the AppVerifier layer -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [facebook / yoga](https://github.com/facebook/yoga):Yoga is a cross-platform layout engine which implements Flexbox. Follow https://twitter.com/yogalayout for updates. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [google / skia](https://github.com/google/skia):Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [willem-pennings / balancing-cube](https://github.com/willem-pennings/balancing-cube):A cube that balances itself in a corner or edge using reaction wheels -* [AGWA / git-crypt](https://github.com/AGWA/git-crypt):Transparent file encryption in git -* [oneapi-src / oneTBB](https://github.com/oneapi-src/oneTBB):oneAPI Threading Building Blocks (oneTBB) -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ros / urdf_tutorial](https://github.com/ros/urdf_tutorial): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages -* [ros-industrial / ros_industrial_cmake_boilerplate](https://github.com/ros-industrial/ros_industrial_cmake_boilerplate): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [rancher / renovate-config](https://github.com/rancher/renovate-config): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [instill-ai / vdp](https://github.com/instill-ai/vdp):💧 Instill VDP (Versatile Data Pipeline) is an open-source tool to seamlessly integrate AI to process unstructured data in the modern data stack -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [rancher / fluent-bit-package](https://github.com/rancher/fluent-bit-package): -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [Volgarenok / spbspu-labs-2024-tp-a](https://github.com/Volgarenok/spbspu-labs-2024-tp-a): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. diff --git a/trending/2024-02-18.md b/trending/2024-02-18.md deleted file mode 100644 index d24e96b..0000000 --- a/trending/2024-02-18.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2024-02-18 - -#### C -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [jedisct1 / libsodium](https://github.com/jedisct1/libsodium):A modern, portable, easy to use crypto library. -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server -* [vedderb / bldc](https://github.com/vedderb/bldc):The VESC motor control firmware -* [wireshark / wireshark](https://github.com/wireshark/wireshark):Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. -⚠️ -GitHub won't let us disable pull requests. -⚠️ -THEY WILL BE IGNORED HERE -⚠️ -Upload them at GitLab instead. -* [jcs / progman](https://github.com/jcs/progman):progman.exe^H^H^H^H -* [AFLplusplus / AFLplusplus](https://github.com/AFLplusplus/AFLplusplus):The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! -* [jasonporritt / rg351_m8c](https://github.com/jasonporritt/rg351_m8c):m8 headless for rg351 devices -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [ruby / prism](https://github.com/ruby/prism):Prism Ruby parser -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. - -#### C++ -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: run open-source LLMs anywhere -* [letscontrolit / ESPEasy](https://github.com/letscontrolit/ESPEasy):Easy MultiSensor device based on ESP8266/ESP32 -* [dosbox-staging / dosbox-staging](https://github.com/dosbox-staging/dosbox-staging):DOSBox Staging is a modern continuation of DOSBox with advanced features and current development practices. -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [taichi-dev / taichi](https://github.com/taichi-dev/taichi):Productive & portable high-performance programming in Python. -* [flutter / engine](https://github.com/flutter/engine):The Flutter engine -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [official-pikafish / Pikafish](https://github.com/official-pikafish/Pikafish):UCI xiangqi engine -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Celemony / ARA_SDK](https://github.com/Celemony/ARA_SDK):Umbrella installer for all ARA SDK submodules -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [LineageOS / android_device_qcom_sepolicy_vndr](https://github.com/LineageOS/android_device_qcom_sepolicy_vndr): -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [inpyjama / c-ninja-listings](https://github.com/inpyjama/c-ninja-listings):Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book. -* [xmos / lib_xassert](https://github.com/xmos/lib_xassert):Lightweight assertions library -* [rancher / renovate-config](https://github.com/rancher/renovate-config): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [crdroidandroid / android_build](https://github.com/crdroidandroid/android_build):Android Build System (crDroid Android) -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions diff --git a/trending/2024-02-19.md b/trending/2024-02-19.md deleted file mode 100644 index b06acb6..0000000 --- a/trending/2024-02-19.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-19 - -#### C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [portapack-mayhem / mayhem-firmware](https://github.com/portapack-mayhem/mayhem-firmware):Custom firmware for the HackRF+PortaPack H1/H2 -* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS) -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [espressif / esp32-camera](https://github.com/espressif/esp32-camera): -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [Immediate-Mode-UI / Nuklear](https://github.com/Immediate-Mode-UI/Nuklear):A single-header ANSI C immediate mode cross-platform GUI library -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [jcs / progman](https://github.com/jcs/progman):progman.exe^H^H^H^H -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [icyguider / UAC-BOF-Bonanza](https://github.com/icyguider/UAC-BOF-Bonanza):Collection of UAC Bypass Techniques Weaponized as BOFs -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) - -#### C++ -* [ros-perception / image_pipeline](https://github.com/ros-perception/image_pipeline):An image processing pipeline for ROS. -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [mixxxdj / mixxx](https://github.com/mixxxdj/mixxx):Mixxx is Free DJ software that gives you everything you need to perform live mixes. -* [diasurgical / devilutionX](https://github.com/diasurgical/devilutionX):Diablo build for modern operating systems -* [erincatto / box2d](https://github.com/erincatto/box2d):Box2D is a 2D physics engine for games -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [ArthurSonzogni / FTXUI](https://github.com/ArthurSonzogni/FTXUI):💻 C++ Functional Terminal User Interface. ❤️ -* [official-pikafish / Pikafish](https://github.com/official-pikafish/Pikafish):UCI xiangqi engine -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [xenia-project / xenia](https://github.com/xenia-project/xenia):Xbox 360 Emulator Research Project -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [Norbyte / bg3se](https://github.com/Norbyte/bg3se):Baldur's Gate 3 Script Extender -* [meshtastic / firmware](https://github.com/meshtastic/firmware):Meshtastic device firmware -* [google-deepmind / mujoco](https://github.com/google-deepmind/mujoco):Multi-Joint dynamics with Contact. A general purpose physics simulator. -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [TriBITSPub / TriBITS](https://github.com/TriBITSPub/TriBITS):TriBITS: Tribal Build, Integrate, and Test System, -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [sudara / melatonin_perfetto](https://github.com/sudara/melatonin_perfetto):Use google's perfetto performance tracing in JUCE plugins and apps -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [vector-of-bool / cmrc](https://github.com/vector-of-bool/cmrc):A Resource Compiler in a Single CMake Script -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [esp-rs / esp-idf-template](https://github.com/esp-rs/esp-idf-template):A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework. - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [andi-abdullah-pangeran / JagaPemilu2024](https://github.com/andi-abdullah-pangeran/JagaPemilu2024): -* [AOSPA / android_device_qcom_qssi](https://github.com/AOSPA/android_device_qcom_qssi): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [AOSPA / android_device_qcom_common](https://github.com/AOSPA/android_device_qcom_common): -* [emlid / code-quality](https://github.com/emlid/code-quality):Emlid coding style -* [remerge / go-env](https://github.com/remerge/go-env):Package env provides a global Env variable, similar to Rails.env. -* [yaap / device_qcom_common](https://github.com/yaap/device_qcom_common): -* [chatwork / dockerfiles](https://github.com/chatwork/dockerfiles): -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI diff --git a/trending/2024-02-20.md b/trending/2024-02-20.md deleted file mode 100644 index c65ae05..0000000 --- a/trending/2024-02-20.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-20 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [karpathy / llama2.c](https://github.com/karpathy/llama2.c):Inference Llama 2 in one file of pure C -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [icyguider / UAC-BOF-Bonanza](https://github.com/icyguider/UAC-BOF-Bonanza):Collection of UAC Bypass Techniques Weaponized as BOFs -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [Immediate-Mode-UI / Nuklear](https://github.com/Immediate-Mode-UI/Nuklear):A single-header ANSI C immediate mode cross-platform GUI library -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [portapack-mayhem / mayhem-firmware](https://github.com/portapack-mayhem/mayhem-firmware):Custom firmware for the HackRF+PortaPack H1/H2 -* [peng-zhihui / Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot):我的超迷你机械臂机器人项目。 -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input - -#### C++ -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [ros-perception / image_pipeline](https://github.com/ros-perception/image_pipeline):An image processing pipeline for ROS. -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [xenia-project / xenia](https://github.com/xenia-project/xenia):Xbox 360 Emulator Research Project -* [hrydgard / ppsspp](https://github.com/hrydgard/ppsspp):A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53262, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [mumble-voip / mumble](https://github.com/mumble-voip/mumble):Mumble is an open-source, low-latency, high quality voice chat software. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [chancerly / jtik](https://github.com/chancerly/jtik):Dynamic java method hook for Android,Implemented by jvmti -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [TriBITSPub / TriBITS](https://github.com/TriBITSPub/TriBITS):TriBITS: Tribal Build, Integrate, and Test System, -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [vector-of-bool / cmrc](https://github.com/vector-of-bool/cmrc):A Resource Compiler in a Single CMake Script -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [chatwork / dockerfiles](https://github.com/chatwork/dockerfiles): -* [paulnopaul / cpp-base](https://github.com/paulnopaul/cpp-base): -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [AOSPA / android_device_qcom_qssi](https://github.com/AOSPA/android_device_qcom_qssi): -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [LineageOS / android_device_lineage_atv](https://github.com/LineageOS/android_device_lineage_atv): -* [Volgarenok / spbspu-labs-2024-tp-a](https://github.com/Volgarenok/spbspu-labs-2024-tp-a): -* [hyperbox / hyperbox](https://github.com/hyperbox/hyperbox):Virtual Infrastructure Manager for VirtualBox -* [sbwml / r4s_build_script](https://github.com/sbwml/r4s_build_script):个人自用 OpenWrt 构建脚本 -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [ThankYouMario / proprietary_vendor_qcom_common](https://github.com/ThankYouMario/proprietary_vendor_qcom_common): diff --git a/trending/2024-02-21.md b/trending/2024-02-21.md deleted file mode 100644 index d899725..0000000 --- a/trending/2024-02-21.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-21 - -#### C -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. -* [icyguider / UAC-BOF-Bonanza](https://github.com/icyguider/UAC-BOF-Bonanza):Collection of UAC Bypass Techniques Weaponized as BOFs -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [the-tcpdump-group / libpcap](https://github.com/the-tcpdump-group/libpcap):the LIBpcap interface to various kernel packet capture mechanism -* [microsoft / Sora](https://github.com/microsoft/Sora):The Microsoft Research Software Radio (Sora) is a programmable software radio platform based on the commodity multicore CPU in a host PC. The SDK provides the drivers, user mode 802.11a/b/n samples, and a debug plot tool. -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [gentilkiwi / mimikatz](https://github.com/gentilkiwi/mimikatz):A little tool to play with Windows security -* [istoreos / istoreos](https://github.com/istoreos/istoreos):提供一个人人会用的的路由、NAS系统 (目前活跃的分支是 istoreos-22.03) -* [RediSearch / RediSearch](https://github.com/RediSearch/RediSearch):A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [ImageMagick / ImageMagick](https://github.com/ImageMagick/ImageMagick):🧙‍♂️ ImageMagick 7 -* [bilibili / ijkplayer](https://github.com/bilibili/ijkplayer):Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support. -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library - -#### C++ -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [ros-perception / image_pipeline](https://github.com/ros-perception/image_pipeline):An image processing pipeline for ROS. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [notepad-plus-plus / notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus):Notepad++ official repository -* [electronicarts / CnC_Remastered_Collection](https://github.com/electronicarts/CnC_Remastered_Collection): -* [lballabio / QuantLib](https://github.com/lballabio/QuantLib):The QuantLib C++ library -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [opencv / opencv_contrib](https://github.com/opencv/opencv_contrib):Repository for OpenCV's extra modules -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53262, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [changkun / modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial):📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/ -* [hyprwm / hypridle](https://github.com/hyprwm/hypridle):Hyprland's idle daemon -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [Project-OSRM / osrm-backend](https://github.com/Project-OSRM/osrm-backend):Open Source Routing Machine - C++ backend -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [NNTU-CS / ADS-0](https://github.com/NNTU-CS/ADS-0): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [tiacsys / bridle](https://github.com/tiacsys/bridle):Bridle and kite line for embedded systems based on Zephyr. -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leggedrobotics / ocs2_robotic_assets](https://github.com/leggedrobotics/ocs2_robotic_assets):Various robotic assets for OCS2 Toolbox -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [holepunchto / cmake-toolchains](https://github.com/holepunchto/cmake-toolchains):Clang-based toolchain definitions for easy cross compilation -* [holepunchto / cmake-gn](https://github.com/holepunchto/cmake-gn):Bridging CMake and GN, the meta-build system from Google -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt - -#### Makefile -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [Volgarenok / spbspu-labs-2024-aads-a](https://github.com/Volgarenok/spbspu-labs-2024-aads-a): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [inpyjama / c-ninja-listings](https://github.com/inpyjama/c-ninja-listings):Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [giantswarm / cluster-autoscaler-app](https://github.com/giantswarm/cluster-autoscaler-app):Helm chart for cluster-autoscaler in Kubernetes tenant clusters -* [nginxinc / nginx-ingress-helm-operator](https://github.com/nginxinc/nginx-ingress-helm-operator):NGINX Ingress Operator for NGINX and NGINX Plus Ingress Controllers. Based on the Helm chart for NGINX Ingress Controller - https://github.com/nginxinc/helm-charts -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [artis3n / ansible-role-tailscale](https://github.com/artis3n/ansible-role-tailscale):Ansible role to install and configure a Tailscale node. -* [jetstack / google-cas-issuer](https://github.com/jetstack/google-cas-issuer):cert-manager issuer for Google CA Service diff --git a/trending/2024-02-22.md b/trending/2024-02-22.md deleted file mode 100644 index 932b51a..0000000 --- a/trending/2024-02-22.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-22 - -#### C -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [BojanJurca / Esp32_oscilloscope](https://github.com/BojanJurca/Esp32_oscilloscope):ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [esnet / iperf](https://github.com/esnet/iperf):iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [analogdevicesinc / linux](https://github.com/analogdevicesinc/linux):Linux kernel variant from Analog Devices; see README.md for details -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [mattn / go-sqlite3](https://github.com/mattn/go-sqlite3):sqlite3 driver for go using database/sql -* [codeplea / genann](https://github.com/codeplea/genann):simple neural network library in ANSI C -* [google / security-research](https://github.com/google/security-research):This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code. -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [microsoft / Sora](https://github.com/microsoft/Sora):The Microsoft Research Software Radio (Sora) is a programmable software radio platform based on the commodity multicore CPU in a host PC. The SDK provides the drivers, user mode 802.11a/b/n samples, and a debug plot tool. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree - -#### C++ -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [InfpPointPlus / Raptor](https://github.com/InfpPointPlus/Raptor):第三方阿里云盘桌面应用客户端 -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [google / sentencepiece](https://github.com/google/sentencepiece):Unsupervised text tokenizer for Neural Network-based text generation. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [Tencent / ncnn](https://github.com/Tencent/ncnn):ncnn is a high-performance neural network inference framework optimized for the mobile platform -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [cocos / cocos-engine](https://github.com/cocos/cocos-engine):Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment. -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [hyprwm / hyprlock](https://github.com/hyprwm/hyprlock):Hyprland's GPU-accelerated screen locking utility -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [zeek / zeek](https://github.com/zeek/zeek):Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [CMU-Perceptual-Computing-Lab / openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose):OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [microsoft / Detours](https://github.com/microsoft/Detours):Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ctu-mrs / mrs_liosam_estimator_plugin](https://github.com/ctu-mrs/mrs_liosam_estimator_plugin):State estimation plugin based on corrections from the LIO-SAM LiDAR SLAM algorithm. Can be loaded by EstimationManager to be used for state estimation in the control feedback loop. -* [leggedrobotics / ocs2_robotic_assets](https://github.com/leggedrobotics/ocs2_robotic_assets):Various robotic assets for OCS2 Toolbox -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [NNTU-CS / ADS-0](https://github.com/NNTU-CS/ADS-0): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [ros-planning / moveit_msgs](https://github.com/ros-planning/moveit_msgs):ROS messages used by MoveIt -* [occ-ai / obs-localvocal](https://github.com/occ-ai/obs-localvocal):OBS plugin for local speech recognition and captioning using AI -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [Volgarenok / spbspu-labs-2024-aads-a](https://github.com/Volgarenok/spbspu-labs-2024-aads-a): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [remerge / go-lock_free_timer](https://github.com/remerge/go-lock_free_timer):go-lock_free_timer -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and other compatible devices. -* [LineageOS / android_device_lineage_sepolicy](https://github.com/LineageOS/android_device_lineage_sepolicy): -* [anncode1 / Curso-de-Flutter-Avanzado-en-Platzi](https://github.com/anncode1/Curso-de-Flutter-Avanzado-en-Platzi): diff --git a/trending/2024-02-23.md b/trending/2024-02-23.md deleted file mode 100644 index 2a06e4c..0000000 --- a/trending/2024-02-23.md +++ /dev/null @@ -1,34 +0,0 @@ -## 2024-02-23 - -#### C - -#### C++ - -#### CMake - -#### Makefile -* [kagisearch / bangs](https://github.com/kagisearch/bangs):Repository of bangs used by Kagi Search -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [remerge / ansible-role-zfs](https://github.com/remerge/ansible-role-zfs):Install ZFS repository and packages with Ansible. -* [remerge / ansible-role-grafana-agent](https://github.com/remerge/ansible-role-grafana-agent):Install and configure Grafana Agent. -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [ELEC-331 / skel-pa1](https://github.com/ELEC-331/skel-pa1): -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [LineageOS / android_device_lineage_car](https://github.com/LineageOS/android_device_lineage_car): -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK diff --git a/trending/2024-02-24.md b/trending/2024-02-24.md deleted file mode 100644 index 4abf495..0000000 --- a/trending/2024-02-24.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-24 - -#### C -* [flightlessmango / MangoHud](https://github.com/flightlessmango/MangoHud):A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb -* [hathach / tinyusb](https://github.com/hathach/tinyusb):An open source cross-platform USB stack for embedded system -* [microsoft / Windows-driver-samples](https://github.com/microsoft/Windows-driver-samples):This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. -* [HansKristian-Work / vkd3d-proton](https://github.com/HansKristian-Work/vkd3d-proton):Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [RT-Thread / rt-thread](https://github.com/RT-Thread/rt-thread):RT-Thread is an open source IoT real-time operating system (RTOS). -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [fw876 / helloworld](https://github.com/fw876/helloworld): -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [postgres / postgres](https://github.com/postgres/postgres):Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [ofiwg / libfabric](https://github.com/ofiwg/libfabric):Open Fabric Interfaces - -#### C++ -* [google / gemma.cpp](https://github.com/google/gemma.cpp):lightweight, standalone C++ inference engine for Google's Gemma models. -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [open-telemetry / opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp):The OpenTelemetry C++ Client -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [nomic-ai / gpt4all](https://github.com/nomic-ai/gpt4all):gpt4all: run open-source LLMs anywhere -* [google / sentencepiece](https://github.com/google/sentencepiece):Unsupervised text tokenizer for Neural Network-based text generation. -* [InfpPointPlus / Raptor](https://github.com/InfpPointPlus/Raptor):第三方阿里云盘桌面应用客户端 -* [ValveSoftware / steam-audio](https://github.com/ValveSoftware/steam-audio):Steam Audio -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [tensorflow / tensorflow](https://github.com/tensorflow/tensorflow):An Open Source Machine Learning Framework for Everyone -* [google / highway](https://github.com/google/highway):Performance-portable, length-agnostic SIMD with runtime dispatch -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. -* [SatDump / SatDump](https://github.com/SatDump/SatDump):A generic satellite data processing software. -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [esphome / esphome](https://github.com/esphome/esphome):ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [boostorg / headers](https://github.com/boostorg/headers): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [franneck94 / UdemyCmake](https://github.com/franneck94/UdemyCmake): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [pal-robotics / hey5_description](https://github.com/pal-robotics/hey5_description): - -#### Makefile -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [Volgarenok / spbspu-labs-2024-aads-a](https://github.com/Volgarenok/spbspu-labs-2024-aads-a): -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [remerge / ansible-role-scaleft](https://github.com/remerge/ansible-role-scaleft):Install ScaleFT repository and packages with Ansible. -* [remerge / ansible-role-dell](https://github.com/remerge/ansible-role-dell):Install Dell repository and packages with Ansible. -* [remerge / ansible-role-nomad](https://github.com/remerge/ansible-role-nomad):Install and configure Nomad with Ansible -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [ELEC-331 / skel-pa1](https://github.com/ELEC-331/skel-pa1): -* [qmk / qmk_userspace](https://github.com/qmk/qmk_userspace):Userspace for the open-source QMK keyboard firmware. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more diff --git a/trending/2024-02-25.md b/trending/2024-02-25.md deleted file mode 100644 index 9a5ebd8..0000000 --- a/trending/2024-02-25.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-25 - -#### C -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [EpicGames / raddebugger](https://github.com/EpicGames/raddebugger):A native, user-mode, multi-process, graphical debugger. -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [RIOT-OS / RIOT](https://github.com/RIOT-OS/RIOT):RIOT - The friendly OS for IoT -* [openzfs / zfs](https://github.com/openzfs/zfs):OpenZFS on Linux and FreeBSD -* [OpenMathLib / OpenBLAS](https://github.com/OpenMathLib/OpenBLAS):OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [BojanJurca / Esp32_oscilloscope](https://github.com/BojanJurca/Esp32_oscilloscope):ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them -* [nihui / ruapu](https://github.com/nihui/ruapu):Detect CPU features with single-file -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [libfuse / libfuse](https://github.com/libfuse/libfuse):The reference implementation of the Linux FUSE (Filesystem in Userspace) interface -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [cfenollosa / os-tutorial](https://github.com/cfenollosa/os-tutorial):How to create an OS from scratch -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [netdata / netdata](https://github.com/netdata/netdata):The open-source observability platform everyone needs! -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [pjreddie / darknet](https://github.com/pjreddie/darknet):Convolutional Neural Networks -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [fastfetch-cli / fastfetch](https://github.com/fastfetch-cli/fastfetch):Like neofetch, but much faster because written mostly in C. - -#### C++ -* [google / gemma.cpp](https://github.com/google/gemma.cpp):lightweight, standalone C++ inference engine for Google's Gemma models. -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):Port of Facebook's LLaMA model in C/C++ -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [open-telemetry / opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp):The OpenTelemetry C++ Client -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [google / highway](https://github.com/google/highway):Performance-portable, length-agnostic SIMD with runtime dispatch -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [veyon / veyon](https://github.com/veyon/veyon):Cross-platform computer monitoring and classroom management -* [tranek / GASDocumentation](https://github.com/tranek/GASDocumentation):My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project. -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [raknet-python / raknet-python](https://github.com/raknet-python/raknet-python):Python bindings for RakNet, a cross-platform networking engine for game programmers. -* [WasmEdge / WasmEdge](https://github.com/WasmEdge/WasmEdge):WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [emscripten-core / emscripten](https://github.com/emscripten-core/emscripten):Emscripten: An LLVM-to-WebAssembly Compiler -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [facebook / rocksdb](https://github.com/facebook/rocksdb):A library that provides an embeddable, persistent key-value store for fast storage. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [assimp / assimp](https://github.com/assimp/assimp):The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [ros / ros_comm_msgs](https://github.com/ros/ros_comm_msgs): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [OpenCyphal-Garage / libcyphal](https://github.com/OpenCyphal-Garage/libcyphal):Portable reference implementation of the Cyphal protocol stack in C++ for embedded systems and Linux. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ethz-asl / suitesparse](https://github.com/ethz-asl/suitesparse):A catkin wrapper package for Dr. Tim Davis Suitesparse 4.2.1 (with PIC) http://faculty.cse.tamu.edu/davis/suitesparse.html -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [EVerest / everest-cmake](https://github.com/EVerest/everest-cmake):CMake utility scripts for everest -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. - -#### Makefile -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [mxe / mxe](https://github.com/mxe/mxe):MXE (M cross environment) -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [kagisearch / bangs](https://github.com/kagisearch/bangs):Repository of bangs used by Kagi Search -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and other compatible devices. diff --git a/trending/2024-02-26.md b/trending/2024-02-26.md deleted file mode 100644 index c615c75..0000000 --- a/trending/2024-02-26.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-26 - -#### C -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++ -* [BojanJurca / Esp32_oscilloscope](https://github.com/BojanJurca/Esp32_oscilloscope):ESP32 oscilloscope - see the signals through Web browser the way ESP32 sees them -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [betaflight / betaflight](https://github.com/betaflight/betaflight):Open Source Flight Controller Firmware -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [tsoding / musializer](https://github.com/tsoding/musializer):Music Visualizer -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [Immediate-Mode-UI / Nuklear](https://github.com/Immediate-Mode-UI/Nuklear):A single-header ANSI C immediate mode cross-platform GUI library -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [pret / pokeemerald](https://github.com/pret/pokeemerald):Decompilation of Pokémon Emerald -* [ish-app / ish](https://github.com/ish-app/ish):Linux shell for iOS - -#### C++ -* [google / gemma.cpp](https://github.com/google/gemma.cpp):lightweight, standalone C++ inference engine for Google's Gemma models. -* [google / highway](https://github.com/google/highway):Performance-portable, length-agnostic SIMD with runtime dispatch -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [pierotofy / OpenSplat](https://github.com/pierotofy/OpenSplat):Free and open source 3D gaussian splatting in C++ 💦 -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [cms-sw / cmssw](https://github.com/cms-sw/cmssw):CMS Offline Software -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [ValveSoftware / Proton](https://github.com/ValveSoftware/Proton):Compatibility tool for Steam Play based on Wine and additional components -* [FreeCAD / FreeCAD](https://github.com/FreeCAD/FreeCAD):This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. -* [PixarAnimationStudios / OpenUSD](https://github.com/PixarAnimationStudios/OpenUSD):Universal Scene Description -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [ethereum / solidity](https://github.com/ethereum/solidity):Solidity, the Smart Contract Programming Language -* [root-project / root](https://github.com/root-project/root):The official repository for ROOT: analyzing, storing and visualizing big data, scientifically -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [jomjol / AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device):Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [open-telemetry / opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp):The OpenTelemetry C++ Client -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [boostorg / headers](https://github.com/boostorg/headers): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [zeek / cmake](https://github.com/zeek/cmake):CMake scripts used in Zeek -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) - -#### Makefile -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [wulffern / tech_sky130B](https://github.com/wulffern/tech_sky130B):Technology files for sky130B, requires PDK installed -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [olezhek28 / microservices_course_boilerplate](https://github.com/olezhek28/microservices_course_boilerplate):Данный репозиторий содержит boilerplate для выполнения домашних заданий по курсу "Микросервисы как в BigTech-компаниях". Автор курса: Олег Козырев -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [PostgresApp / PostgresApp](https://github.com/PostgresApp/PostgresApp):The easiest way to get started with PostgreSQL on the Mac -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [libretro / Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC):Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. -* [inpyjama / c-ninja-listings](https://github.com/inpyjama/c-ninja-listings):Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot diff --git a/trending/2024-02-27.md b/trending/2024-02-27.md deleted file mode 100644 index 458f21a..0000000 --- a/trending/2024-02-27.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-27 - -#### C -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [jarun / nnn](https://github.com/jarun/nnn):n³ The unorthodox terminal file manager -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3 -* [greatscottgadgets / hackrf](https://github.com/greatscottgadgets/hackrf):low cost software radio platform -* [raspberrypi / pico-sdk](https://github.com/raspberrypi/pico-sdk): -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [pschatzmann / arduino-audio-tools](https://github.com/pschatzmann/arduino-audio-tools):Arduino Audio Tools (a powerful Audio library not only for Arduino) -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [moonlight-stream / moonlight-android](https://github.com/moonlight-stream/moonlight-android):GameStream client for Android -* [darktable-org / darktable](https://github.com/darktable-org/darktable):darktable is an open source photography workflow application and raw developer -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... - -#### C++ -* [google / gemma.cpp](https://github.com/google/gemma.cpp):lightweight, standalone C++ inference engine for Google's Gemma models. -* [google / highway](https://github.com/google/highway):Performance-portable, length-agnostic SIMD with runtime dispatch -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [dail8859 / NotepadNext](https://github.com/dail8859/NotepadNext):A cross-platform, reimplementation of Notepad++ -* [KhronosGroup / Vulkan-Samples](https://github.com/KhronosGroup/Vulkan-Samples):One stop solution for all Vulkan samples -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [o3de / o3de](https://github.com/o3de/o3de):Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations. -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [dogecoin / dogecoin](https://github.com/dogecoin/dogecoin):very currency -* [melonDS-emu / melonDS](https://github.com/melonDS-emu/melonDS):DS emulator, sorta -* [JoeyDeVries / LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL):Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com -* [CowNowK / AimStar](https://github.com/CowNowK/AimStar):Free and open-source external cheat for CS2, written in C++, has 100+ features -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53441, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) - -#### CMake -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [NNTU-CS / ADS-0](https://github.com/NNTU-CS/ADS-0): -* [luncliff / vcpkg-registry](https://github.com/luncliff/vcpkg-registry):vcpkg registry maintained by @luncliff -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [boostorg / headers](https://github.com/boostorg/headers): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core - -#### Makefile -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [instill-ai / instill-core](https://github.com/instill-ai/instill-core):🔮 Instill Core is an open-source no-/low-code data, AI, and pipelines orchestration platform -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [SineVector241 / VoiceCraft-MCBE_Proximity_Chat](https://github.com/SineVector241/VoiceCraft-MCBE_Proximity_Chat):VoiceCraft software to implement proximity VC for Minecraft Bedrock Edition -* [Xilinx / qemu-devicetrees](https://github.com/Xilinx/qemu-devicetrees):Device trees used by QEMU to describe the hardware -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): diff --git a/trending/2024-02-28.md b/trending/2024-02-28.md deleted file mode 100644 index 9161e60..0000000 --- a/trending/2024-02-28.md +++ /dev/null @@ -1,115 +0,0 @@ -## 2024-02-28 - -#### C -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [pjreddie / darknet](https://github.com/pjreddie/darknet):Convolutional Neural Networks -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [checkpoint-restore / criu](https://github.com/checkpoint-restore/criu):Checkpoint/Restore tool -* [bytecodealliance / wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime):WebAssembly Micro Runtime (WAMR) -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [kamailio / kamailio](https://github.com/kamailio/kamailio):Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms - -* [sqlcipher / sqlcipher](https://github.com/sqlcipher/sqlcipher):SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features. -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [GStreamer / gstreamer](https://github.com/GStreamer/gstreamer):GStreamer open-source multimedia framework -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [wireshark / wireshark](https://github.com/wireshark/wireshark):Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. -⚠️ -GitHub won't let us disable pull requests. -⚠️ -THEY WILL BE IGNORED HERE -⚠️ -Upload them at GitLab instead. -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [mit-pdos / xv6-public](https://github.com/mit-pdos/xv6-public):xv6 OS -* [skyfloogle / red-viper](https://github.com/skyfloogle/red-viper):A Virtual Boy emulator for the 3DS -* [ggerganov / ggml](https://github.com/ggerganov/ggml):Tensor library for machine learning -* [open-mpi / ompi](https://github.com/open-mpi/ompi):Open MPI main development repository -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres - -#### C++ -* [google / gemma.cpp](https://github.com/google/gemma.cpp):lightweight, standalone C++ inference engine for Google's Gemma models. -* [google / highway](https://github.com/google/highway):Performance-portable, length-agnostic SIMD with runtime dispatch -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [SteveMacenski / slam_toolbox](https://github.com/SteveMacenski/slam_toolbox):Slam Toolbox for lifelong mapping and localization in potentially massive maps with ROS -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [mudler / LocalAI](https://github.com/mudler/LocalAI):🤖 The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. It allows to generate Text, Audio, Video, Images. Also with voice cloning capabilities. -* [dail8859 / NotepadNext](https://github.com/dail8859/NotepadNext):A cross-platform, reimplementation of Notepad++ -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [finos / perspective](https://github.com/finos/perspective):A data visualization and analytics component, especially well-suited for large and/or streaming datasets. -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [huihut / interview](https://github.com/huihut/interview):📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [zeromq / cppzmq](https://github.com/zeromq/cppzmq):Header-only C++ binding for libzmq -* [NVIDIA / TensorRT](https://github.com/NVIDIA/TensorRT):NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [xbmc / xbmc](https://github.com/xbmc/xbmc):Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. -* [NVIDIA / FasterTransformer](https://github.com/NVIDIA/FasterTransformer):Transformer related optimization, including BERT, GPT -* [k2-fsa / sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx):Speech-to-text, text-to-speech, and speaker recongition using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, x86_64 servers, websocket server/client, C/C++, Python, Kotlin, C#, Go, NodeJS, Java, Swift -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [pingcap / kvproto](https://github.com/pingcap/kvproto):Protocol buffer files for TiKV -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [KhronosGroup / OpenCL-Guide](https://github.com/KhronosGroup/OpenCL-Guide):A guide to help developers get up and running quickly with the OpenCL programming framework -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [gazebosim / gz-cmake](https://github.com/gazebosim/gz-cmake):A set of CMake modules that are used by the C++-based Gazebo projects. -* [sudara / melatonin_perfetto](https://github.com/sudara/melatonin_perfetto):Use google's perfetto performance tracing in JUCE plugins and apps - -#### Makefile -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [markbates / errx](https://github.com/markbates/errx): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [instill-ai / instill-core](https://github.com/instill-ai/instill-core):🔮 Instill Core is an open-source no-/low-code data, AI, and pipelines orchestration platform -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [sdf8057 / packages](https://github.com/sdf8057/packages): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [gmh5225 / android-kernel-driver-template](https://github.com/gmh5225/android-kernel-driver-template):A GKI Android kernel driver(AArch64) template compiled by llvm-msvc -* [ondrachwiedziuk / Kategorie](https://github.com/ondrachwiedziuk/Kategorie): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. diff --git a/trending/2024-02-29.md b/trending/2024-02-29.md deleted file mode 100644 index 0266922..0000000 --- a/trending/2024-02-29.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-02-29 - -#### C -* [skyfloogle / red-viper](https://github.com/skyfloogle/red-viper):A Virtual Boy emulator for the 3DS -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [open-quantum-safe / liboqs](https://github.com/open-quantum-safe/liboqs):C library for prototyping and experimenting with quantum-resistant cryptography -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. -* [telekom-security / tpotce](https://github.com/telekom-security/tpotce):🍯 T-Pot - The All In One Honeypot Platform 🐝 -* [libarchive / libarchive](https://github.com/libarchive/libarchive):Multi-format archive and compression library -* [eunomia-bpf / bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial):eBPF Developer Tutorial: Learning eBPF Step by Step with Examples -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [nginx / unit](https://github.com/nginx/unit):NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes. -* [OpenVPN / openvpn](https://github.com/OpenVPN/openvpn):OpenVPN is an open source VPN daemon -* [FRRouting / frr](https://github.com/FRRouting/frr):The FRRouting Protocol Suite -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [openssh / openssh-portable](https://github.com/openssh/openssh-portable):Portable OpenSSH -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [kamailio / kamailio](https://github.com/kamailio/kamailio):Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms - -* [Xilinx / Vitis-Tutorials](https://github.com/Xilinx/Vitis-Tutorials):Vitis In-Depth Tutorials -* [TelegramMessenger / MTProxy](https://github.com/TelegramMessenger/MTProxy): -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. - -#### C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [dail8859 / NotepadNext](https://github.com/dail8859/NotepadNext):A cross-platform, reimplementation of Notepad++ -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering (CVPR 2024) -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [taskflow / taskflow](https://github.com/taskflow/taskflow):A General-purpose Parallel and Heterogeneous Task Programming System -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [mudler / LocalAI](https://github.com/mudler/LocalAI):🤖 The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. It allows to generate Text, Audio, Video, Images. Also with voice cloning capabilities. -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53441, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [raulmur / ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2):Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [rhasspy / piper](https://github.com/rhasspy/piper):A fast, local neural text to speech system -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) -* [tensorflow / tflite-micro](https://github.com/tensorflow/tflite-micro):Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors). -* [NVIDIA / TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM):TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines. -* [epezent / implot](https://github.com/epezent/implot):Immediate Mode Plotting -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [sddm / sddm](https://github.com/sddm/sddm):QML based X11 and Wayland display manager -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. - -#### CMake -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [rapyuta-robotics / UE_msgs](https://github.com/rapyuta-robotics/UE_msgs): -* [sakra / cotire](https://github.com/sakra/cotire):CMake module to speed up builds. -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [meta-toolkit / meta-cmake](https://github.com/meta-toolkit/meta-cmake):CMake scripts/modules used for MeTA's build system -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [Celemony / ARA_SDK](https://github.com/Celemony/ARA_SDK):Umbrella installer for all ARA SDK submodules -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [machineware-gmbh / cmake](https://github.com/machineware-gmbh/cmake):CMake utilities for MachineWare projects -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [joaopauloaramuni / algoritmos-e-estruturas-de-dados-i](https://github.com/joaopauloaramuni/algoritmos-e-estruturas-de-dados-i):Repo Algoritmos e Estruturas de Dados I -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [phpbrew / phpbrew](https://github.com/phpbrew/phpbrew):Brew & manage PHP versions in pure PHP at HOME -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. diff --git a/trending/2024-03-01.md b/trending/2024-03-01.md deleted file mode 100644 index fa64b87..0000000 --- a/trending/2024-03-01.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-01 - -#### C -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [memcached / memcached](https://github.com/memcached/memcached):memcached development tree -* [arthenica / ffmpeg-kit](https://github.com/arthenica/ffmpeg-kit):FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [audacity / audacity](https://github.com/audacity/audacity):Audio Editor -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [neutrinolabs / xrdp](https://github.com/neutrinolabs/xrdp):xrdp: an open source RDP server -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [remzi-arpacidusseau / ostep-code](https://github.com/remzi-arpacidusseau/ostep-code):Code from various chapters in OSTEP (http://www.ostep.org) -* [analogdevicesinc / no-OS](https://github.com/analogdevicesinc/no-OS):Software drivers in C for systems without an operating system -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [zhenrong-wang / hpc-now](https://github.com/zhenrong-wang/hpc-now):A Cross-Platform, Multi-Cloud High-Performance Computing Platform -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [krallin / tini](https://github.com/krallin/tini):A tiny but valid `init` for containers -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [remzi-arpacidusseau / ostep-projects](https://github.com/remzi-arpacidusseau/ostep-projects):Projects for an undergraduate OS course -* [Helixo32 / CrimsonEDR](https://github.com/Helixo32/CrimsonEDR):Simulate the behavior of AV/EDR for malware development training. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [microsoft / msquic](https://github.com/microsoft/msquic):Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. -* [hanwckf / immortalwrt-mt798x](https://github.com/hanwckf/immortalwrt-mt798x): - -#### C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [yuzu-emu / yuzu-mainline](https://github.com/yuzu-emu/yuzu-mainline): -* [SuperTux / supertux](https://github.com/SuperTux/supertux):SuperTux source code -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [qinguoyi / TinyWebServer](https://github.com/qinguoyi/TinyWebServer):🔥 Linux下C++轻量级WebServer服务器 -* [Vahera / godot-orchestrator](https://github.com/Vahera/godot-orchestrator):Godot Engine (4.2+) Visual Scripting with Orchestrator. -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [ihhub / fheroes2](https://github.com/ihhub/fheroes2):fheroes2 is a recreation of Heroes of Might and Magic II game engine. -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [ApolloAuto / apollo](https://github.com/ApolloAuto/apollo):An open autonomous driving platform -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [amnezia-vpn / amnezia-client](https://github.com/amnezia-vpn/amnezia-client):Amnezia VPN Client (Desktop+Mobile) -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [citra-emu / citra](https://github.com/citra-emu/citra):A Nintendo 3DS Emulator -* [loveBabbar / CodeHelp-DSA-Busted-Series](https://github.com/loveBabbar/CodeHelp-DSA-Busted-Series):This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series. -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering (CVPR 2024) -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [aristocratos / btop](https://github.com/aristocratos/btop):A monitor of resources -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [UNN-CS / ST-1](https://github.com/UNN-CS/ST-1):GoogleTest C++ (1) -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [sudara / melatonin_perfetto](https://github.com/sudara/melatonin_perfetto):Use google's perfetto performance tracing in JUCE plugins and apps -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [edward0181 / android_device_samsung_a23xq](https://github.com/edward0181/android_device_samsung_a23xq):TWRP Device Tree for Samsung Galaxy A23 5G -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): diff --git a/trending/2024-03-02.md b/trending/2024-03-02.md deleted file mode 100644 index c50a6fd..0000000 --- a/trending/2024-03-02.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-02 - -#### C -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [grafana / pyroscope](https://github.com/grafana/pyroscope):Continuous Profiling Platform. Debug performance issues down to a single line of code -* [arcsysu / SYsU-lang2](https://github.com/arcsysu/SYsU-lang2):中山大学编译原理课程实验(完全重构版本) -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [screetsec / TheFatRat](https://github.com/screetsec/TheFatRat):Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw… -* [meetecho / janus-gateway](https://github.com/meetecho/janus-gateway):Janus WebRTC Server -* [netdata / netdata](https://github.com/netdata/netdata):The open-source observability platform everyone needs! -* [ffmpegwasm / ffmpeg.wasm](https://github.com/ffmpegwasm/ffmpeg.wasm):FFmpeg for browser, powered by WebAssembly -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [open-quantum-safe / liboqs](https://github.com/open-quantum-safe/liboqs):C library for prototyping and experimenting with quantum-resistant cryptography -* [warmcat / libwebsockets](https://github.com/warmcat/libwebsockets):canonical libwebsockets.org networking library -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [nginx / nginx](https://github.com/nginx/nginx):An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [remzi-arpacidusseau / ostep-code](https://github.com/remzi-arpacidusseau/ostep-code):Code from various chapters in OSTEP (http://www.ostep.org) -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [mackron / miniaudio](https://github.com/mackron/miniaudio):Audio playback and capture library written in C, in a single source file. -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows - -#### C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [yuzu-emu / yuzu-mainline](https://github.com/yuzu-emu/yuzu-mainline): -* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a free analytics DBMS for big data -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [libjxl / libjxl](https://github.com/libjxl/libjxl):JPEG XL image format reference implementation -* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):一款足够简单、足够好用、足够强的免费 WAF。基于业界领先的语义引擎检测技术,作为反向代理接入,保护你的网站不受黑客攻击。 -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [ihhub / fheroes2](https://github.com/ihhub/fheroes2):fheroes2 is a recreation of Heroes of Might and Magic II game engine. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [PointCloudLibrary / pcl](https://github.com/PointCloudLibrary/pcl):Point Cloud Library (PCL) -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [autowarefoundation / autoware.universe](https://github.com/autowarefoundation/autoware.universe): -* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):LLM inference in C/C++ -* [dogecoin / dogecoin](https://github.com/dogecoin/dogecoin):very currency -* [openxla / iree](https://github.com/openxla/iree):A retargetable MLIR-based machine learning compiler and runtime toolkit. -* [COVESA / vsomeip](https://github.com/COVESA/vsomeip):An implementation of Scalable service-Oriented MiddlewarE over IP -* [PX4 / PX4-Autopilot](https://github.com/PX4/PX4-Autopilot):PX4 Autopilot Software -* [google / glog](https://github.com/google/glog):C++ implementation of the Google logging module -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [NNTU-CS / ADS-0](https://github.com/NNTU-CS/ADS-0): -* [nasa / cFS](https://github.com/nasa/cFS):The Core Flight System (cFS) -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [wzpan / cmake-demo](https://github.com/wzpan/cmake-demo):《CMake入门实战》源码 -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / opencv3_catkin](https://github.com/ethz-asl/opencv3_catkin):Catkin wrapper for opencv3 - -#### Makefile -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [dbt-labs / dbt-codegen](https://github.com/dbt-labs/dbt-codegen):Macros that generate dbt code -* [deepfence / agent-plugins-grpc](https://github.com/deepfence/agent-plugins-grpc):Agent plugins' gRPC definitions -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [remerge / go-timestr](https://github.com/remerge/go-timestr):Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [siderolabs / pkgs](https://github.com/siderolabs/pkgs): -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. diff --git a/trending/2024-03-03.md b/trending/2024-03-03.md deleted file mode 100644 index d5df696..0000000 --- a/trending/2024-03-03.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-03 - -#### C -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [SchedMD / slurm](https://github.com/SchedMD/slurm):Slurm: A Highly Scalable Workload Manager -* [shauninman / MinUI](https://github.com/shauninman/MinUI):A custom launcher and libretro frontend for the RGB30, M17 (early revs), Trimui Smart (and Pro), Miyoo Mini (and Plus), and Anbernic RG35XX (and Plus) with more to come... -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱 -* [pocoproject / poco](https://github.com/pocoproject/poco):The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [WiringPi / WiringPi](https://github.com/WiringPi/WiringPi):The arguably fastest GPIO Library for the Raspberry Pi -* [rockchip-linux / rknn-toolkit2](https://github.com/rockchip-linux/rknn-toolkit2): -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [raspberrypi / pico-examples](https://github.com/raspberrypi/pico-examples): -* [nesbox / TIC-80](https://github.com/nesbox/TIC-80):TIC-80 is a fantasy computer for making, playing and sharing tiny games. -* [nxp-imx / linux-imx](https://github.com/nxp-imx/linux-imx):i.MX Linux kernel - -#### C++ -* [yuzu-emu / yuzu](https://github.com/yuzu-emu/yuzu):Nintendo Switch emulator -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [KhronosGroup / Vulkan-Samples](https://github.com/KhronosGroup/Vulkan-Samples):One stop solution for all Vulkan samples -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research. -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):yuzu Early Access source code -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [owasp-modsecurity / ModSecurity](https://github.com/owasp-modsecurity/ModSecurity):ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analys… -* [libjxl / libjxl](https://github.com/libjxl/libjxl):JPEG XL image format reference implementation -* [microsoft / IoT-For-Beginners](https://github.com/microsoft/IoT-For-Beginners):12 Weeks, 24 Lessons, IoT for All! -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [endless-sky / endless-sky](https://github.com/endless-sky/endless-sky):Space exploration, trading, and combat game. -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [thorvg / thorvg](https://github.com/thorvg/thorvg):Thor Vector Graphics is a lightweight portable library used for drawing vector-based scenes and animations including SVG and Lottie. It can be freely utilized across various software platforms and applications to visualize graphical contents. -* [falcosecurity / falco](https://github.com/falcosecurity/falco):Cloud Native Runtime Security -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [google / filament](https://github.com/google/filament):Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2 -* [Anttwo / SuGaR](https://github.com/Anttwo/SuGaR):Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering (CVPR 2024) -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [Celemony / ARA_SDK](https://github.com/Celemony/ARA_SDK):Umbrella installer for all ARA SDK submodules -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [NNTU-CS / ADS-0](https://github.com/NNTU-CS/ADS-0): -* [bilke / cmake-modules](https://github.com/bilke/cmake-modules):Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules) -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [ros-perception / pcl_msgs](https://github.com/ros-perception/pcl_msgs):ROS package containing PCL-related messages -* [UNN-CS / ST-1](https://github.com/UNN-CS/ST-1):GoogleTest C++ (1) -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [PickNikRobotics / picknik_accessories](https://github.com/PickNikRobotics/picknik_accessories):Various accessories used for studio configuration packages - -#### Makefile -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [PacktPublishing / Linux-Kernel-Programming_2E](https://github.com/PacktPublishing/Linux-Kernel-Programming_2E):Linux Kernel Programming 2E - published by Packt -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [instill-ai / instill-core](https://github.com/instill-ai/instill-core):🔮 Instill Core is an open-source no-/low-code data, AI, and pipelines orchestration platform -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [OXID-eSales / docker-eshop-sdk](https://github.com/OXID-eSales/docker-eshop-sdk):Development Environment for OXID eShop based on docker -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [remerge / go-worker_pool](https://github.com/remerge/go-worker_pool):go-worker_pool -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [remerge / go-env](https://github.com/remerge/go-env):Package env provides a global Env variable, similar to Rails.env. diff --git a/trending/2024-03-04.md b/trending/2024-03-04.md deleted file mode 100644 index d7b5ad0..0000000 --- a/trending/2024-03-04.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-04 - -#### C -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [swaywm / sway](https://github.com/swaywm/sway):i3-compatible Wayland compositor -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [OpenIPC / firmware](https://github.com/OpenIPC/firmware):Alternative IP Camera firmware from an open community -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [nothings / stb](https://github.com/nothings/stb):stb single-file public domain libraries for C/C++ -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [OnionUI / Onion](https://github.com/OnionUI/Onion):OS overhaul for Miyoo Mini and Mini+ -* [wazuh / wazuh](https://github.com/wazuh/wazuh):Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads. -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [n0xa / m5stick-nemo](https://github.com/n0xa/m5stick-nemo):M5 Stick C firmware for high-tech pranks -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [valinet / ExplorerPatcher](https://github.com/valinet/ExplorerPatcher):This project aims to enhance the working environment on Windows -* [moonlight-stream / moonlight-android](https://github.com/moonlight-stream/moonlight-android):GameStream client for Android - -#### C++ -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [meshtastic / firmware](https://github.com/meshtastic/firmware):Meshtastic device firmware -* [R3nzTheCodeGOD / R3nzSkin](https://github.com/R3nzTheCodeGOD/R3nzSkin):Skin changer for League of Legends (LOL) -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [libjxl / libjxl](https://github.com/libjxl/libjxl):JPEG XL image format reference implementation -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [dogecoin / dogecoin](https://github.com/dogecoin/dogecoin):very currency -* [jbeder / yaml-cpp](https://github.com/jbeder/yaml-cpp):A YAML parser and emitter in C++ -* [yuzu-emu / yuzu-android](https://github.com/yuzu-emu/yuzu-android): -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53441, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [KhronosGroup / Vulkan-Samples](https://github.com/KhronosGroup/Vulkan-Samples):One stop solution for all Vulkan samples -* [x64dbg / x64dbg](https://github.com/x64dbg/x64dbg):An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis. -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [nRF24 / RF24](https://github.com/nRF24/RF24):OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices - -#### CMake -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [UNN-CS / ST-1](https://github.com/UNN-CS/ST-1):GoogleTest C++ (1) -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NNTU-CS / ADS-0](https://github.com/NNTU-CS/ADS-0): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [boostorg / cmake](https://github.com/boostorg/cmake):CMake support infrastructure Boost submodule -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [KDE / extra-cmake-modules](https://github.com/KDE/extra-cmake-modules):Extra modules and scripts for CMake. -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile - -#### Makefile -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [PacktPublishing / Linux-Kernel-Programming_2E](https://github.com/PacktPublishing/Linux-Kernel-Programming_2E):Linux Kernel Programming 2E - published by Packt -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [CSCE-313-SP24-Kebo / quiz-2-2-b](https://github.com/CSCE-313-SP24-Kebo/quiz-2-2-b): -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [ProgramTraveler / Road-To-Autonomous-Driving](https://github.com/ProgramTraveler/Road-To-Autonomous-Driving):自动驾驶散修一枚 -> 记录自己对自动驾驶的学习过程和相关学习链接 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [tinygo-org / stm32-svd](https://github.com/tinygo-org/stm32-svd): -* [chatwork / dockerfiles](https://github.com/chatwork/dockerfiles): -* [drivendataorg / snomed-ct-entity-linking-runtime](https://github.com/drivendataorg/snomed-ct-entity-linking-runtime):Runtime repository for the SNOMED CT Entity Linking challenge on DrivenData -* [instill-ai / instill-core](https://github.com/instill-ai/instill-core):🔮 Instill Core is an open-source no-/low-code data, AI, and pipelines orchestration platform -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [CSCE-313-SP24-Kebo / quiz-2-2-a](https://github.com/CSCE-313-SP24-Kebo/quiz-2-2-a): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [temporalio / api](https://github.com/temporalio/api):Temporal gRPC API and proto files diff --git a/trending/2024-03-05.md b/trending/2024-03-05.md deleted file mode 100644 index 8c84f7e..0000000 --- a/trending/2024-03-05.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-05 - -#### C -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [Flipper-XFW / Xtreme-Firmware](https://github.com/Flipper-XFW/Xtreme-Firmware):The Dom amongst the Flipper Zero Firmware. Give your Flipper the power and freedom it is really craving. Let it show you its true form. Dont delay, switch to the one and only true Master today! -* [hashcat / hashcat](https://github.com/hashcat/hashcat):World's fastest and most advanced password recovery utility -* [DarkFlippers / unleashed-firmware](https://github.com/DarkFlippers/unleashed-firmware):Flipper Zero Unleashed Firmware -* [mackron / miniaudio](https://github.com/mackron/miniaudio):Audio playback and capture library written in C, in a single source file. -* [atar-axis / xpadneo](https://github.com/atar-axis/xpadneo):Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S) -* [fastfetch-cli / fastfetch](https://github.com/fastfetch-cli/fastfetch):Like neofetch, but much faster because written mostly in C. -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [nvim-telescope / telescope-fzf-native.nvim](https://github.com/nvim-telescope/telescope-fzf-native.nvim):FZF sorter for telescope written in c -* [Bodmer / TFT_eSPI](https://github.com/Bodmer/TFT_eSPI):Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips -* [zigzap / zap](https://github.com/zigzap/zap):blazingly fast backends in zig -* [reactos / reactos](https://github.com/reactos/reactos):A free Windows-compatible Operating System -* [TelegramMessenger / Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS):Telegram-iOS -* [openwrt / openwrt](https://github.com/openwrt/openwrt):This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. -* [witnessmenow / ESP32-Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display):Building a community around a cheap ESP32 Display with a touch screen - -#### C++ -* [SoftFever / OrcaSlicer](https://github.com/SoftFever/OrcaSlicer):G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.) -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [Aircoookie / WLED](https://github.com/Aircoookie/WLED):Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! -* [organicmaps / organicmaps](https://github.com/organicmaps/organicmaps):🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development! -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [Serial-Studio / Serial-Studio](https://github.com/Serial-Studio/Serial-Studio):Multi-purpose serial data visualization & processing program -* [hyprwm / hyprlock](https://github.com/hyprwm/hyprlock):Hyprland's GPU-accelerated screen locking utility -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [envoyproxy / envoy](https://github.com/envoyproxy/envoy):Cloud-native high-performance edge/middle/service proxy -* [qbittorrent / qBittorrent](https://github.com/qbittorrent/qBittorrent):qBittorrent BitTorrent client -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [mltframework / shotcut](https://github.com/mltframework/shotcut):cross-platform (Qt), open-source (GPLv3) video editor -* [love2d / love](https://github.com/love2d/love):LÖVE is an awesome 2D game framework for Lua. -* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux) -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! -* [openscad / openscad](https://github.com/openscad/openscad):OpenSCAD - The Programmers Solid 3D CAD Modeller -* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++ -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts. -* [dogecoin / dogecoin](https://github.com/dogecoin/dogecoin):very currency -* [LMMS / lmms](https://github.com/LMMS/lmms):Cross-platform music production software - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [UNN-CS / ST-1](https://github.com/UNN-CS/ST-1):GoogleTest C++ (1) -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [steinbergmedia / vst3_cmake](https://github.com/steinbergmedia/vst3_cmake): -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv - -#### Makefile -* [PacktPublishing / Linux-Kernel-Programming_2E](https://github.com/PacktPublishing/Linux-Kernel-Programming_2E):Linux Kernel Programming 2E - published by Packt -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [MisterZtr / PixelOS_gsi](https://github.com/MisterZtr/PixelOS_gsi):Script and patches for building PHH-Treble based PixelOS GSI -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [masebb / openwrt-WAB-I1750-PS](https://github.com/masebb/openwrt-WAB-I1750-PS): -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [AOSPA / android_vendor_aospa](https://github.com/AOSPA/android_vendor_aospa): -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [portainer / templates](https://github.com/portainer/templates):App Templates used by Portainer -* [chatwork / dockerfiles](https://github.com/chatwork/dockerfiles): -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [GarlicOS / buildroot](https://github.com/GarlicOS/buildroot): -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. diff --git a/trending/2024-03-06.md b/trending/2024-03-06.md deleted file mode 100644 index 73db5a0..0000000 --- a/trending/2024-03-06.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-06 - -#### C -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [Klipper3d / klipper](https://github.com/Klipper3d/klipper):Klipper is a 3d-printer firmware -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push):React Native module for CodePush -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [open62541 / open62541](https://github.com/open62541/open62541):Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0 -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [rfaile313 / draw_game](https://github.com/rfaile313/draw_game):Draw! is a small game that was developed in C -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [eclipse-threadx / threadx](https://github.com/eclipse-threadx/threadx):Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [sonic-net / sonic-buildimage](https://github.com/sonic-net/sonic-buildimage):Scripts which perform an installable binary image build for SONiC -* [unicorn-engine / unicorn](https://github.com/unicorn-engine/unicorn):Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86) -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [tomojitakasu / RTKLIB](https://github.com/tomojitakasu/RTKLIB): -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [FFmpeg / FFmpeg](https://github.com/FFmpeg/FFmpeg):Mirror of https://git.ffmpeg.org/ffmpeg.git -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [qemu / qemu](https://github.com/qemu/qemu):Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. -* [gojue / ecapture](https://github.com/gojue/ecapture):Capture SSL/TLS text content without a CA certificate using eBPF. This tool is compatible with Linux/Android x86_64/Aarch64. -* [riscv-software-src / riscv-isa-sim](https://github.com/riscv-software-src/riscv-isa-sim):Spike, a RISC-V ISA Simulator -* [witnessmenow / ESP32-Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display):Building a community around a cheap ESP32 Display with a touch screen -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [Genymobile / scrcpy](https://github.com/Genymobile/scrcpy):Display and control your Android device -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. - -#### C++ -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):A former citrus fruit-named emulator's Early Access source code -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [LizardByte / Sunshine](https://github.com/LizardByte/Sunshine):Self-hosted game stream host for Moonlight. -* [Serial-Studio / Serial-Studio](https://github.com/Serial-Studio/Serial-Studio):Multi-purpose serial data visualization & processing program -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [b4rtaz / distributed-llama](https://github.com/b4rtaz/distributed-llama):Run LLMs on weak devices or make powerful devices even more powerful by distributing the workload and dividing the RAM usage. -* [ros-planning / navigation2](https://github.com/ros-planning/navigation2):ROS2 Navigation Framework and System -* [mamedev / mame](https://github.com/mamedev/mame):MAME -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [NVIDIA / nccl](https://github.com/NVIDIA/nccl):Optimized primitives for collective multi-GPU communication -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [project-chip / connectedhomeip](https://github.com/project-chip/connectedhomeip):Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance. -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [cmu-db / bustub](https://github.com/cmu-db/bustub):The BusTub Relational Database Management System (Educational) -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [huihut / interview](https://github.com/huihut/interview):📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [ethz-asl / kalibr](https://github.com/ethz-asl/kalibr):The Kalibr visual-inertial calibration toolbox -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [versatica / mediasoup](https://github.com/versatica/mediasoup):Cutting Edge WebRTC Video Conferencing -* [SerenityOS / serenity](https://github.com/SerenityOS/serenity):The Serenity Operating System 🐞 -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [UNN-CS / ST-1](https://github.com/UNN-CS/ST-1):GoogleTest C++ (1) -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [autowarefoundation / autoware_individual_params](https://github.com/autowarefoundation/autoware_individual_params): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [stdware / vcpkg-overlay](https://github.com/stdware/vcpkg-overlay):Custom overlay configuration for vcpkg. -* [ros-planning / navigation_msgs](https://github.com/ros-planning/navigation_msgs):Message packages required by the navigation stack -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ament / ament_cmake](https://github.com/ament/ament_cmake):Supporting CMake packages for working with ament -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [ros2 / example_interfaces](https://github.com/ros2/example_interfaces):Msg, Srv, etc. ROS interfaces used in examples -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): - -#### Makefile -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [ustclug / Linux101-docs](https://github.com/ustclug/Linux101-docs):Linux 101 学生课程教材与讲义 -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [DHDAXCW / OpenWRT_x86_x64](https://github.com/DHDAXCW/OpenWRT_x86_x64):基于 lede 源码建构 x86 的 OpenWrt 固件。 -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [richfelker / musl-cross-make](https://github.com/richfelker/musl-cross-make):Simple makefile-based build for musl cross compiler -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [instill-ai / deprecated-core](https://github.com/instill-ai/deprecated-core):🔮 Instill Core contains components for supporting Instill VDP and Instill Model -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [pinecone-io / go-pinecone](https://github.com/pinecone-io/go-pinecone):Pinecone.io Golang Client -* [moul / http2curl](https://github.com/moul/http2curl):📐 Convert Golang's http.Request to CURL command line -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform diff --git a/trending/2024-03-07.md b/trending/2024-03-07.md deleted file mode 100644 index 29a5e28..0000000 --- a/trending/2024-03-07.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-07 - -#### C -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [CTCaer / hekate](https://github.com/CTCaer/hekate):hekate - A GUI based Nintendo Switch Bootloader -* [raspberrypi / linux](https://github.com/raspberrypi/linux):Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [microsoft / mimalloc](https://github.com/microsoft/mimalloc):mimalloc is a compact general purpose allocator with excellent performance. -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. -* [Lovepreet-Singh-LPSK / MultiThreadedProxyServerClient](https://github.com/Lovepreet-Singh-LPSK/MultiThreadedProxyServerClient): -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [axboe / fio](https://github.com/axboe/fio):Flexible I/O Tester -* [OISF / suricata](https://github.com/OISF/suricata):Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine developed by the OISF and the Suricata community. -* [OpenVPN / openvpn](https://github.com/OpenVPN/openvpn):OpenVPN is an open source VPN daemon -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel. -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [portapack-mayhem / mayhem-firmware](https://github.com/portapack-mayhem/mayhem-firmware):Custom firmware for the HackRF+PortaPack H1/H2 -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [s1204IT / Lockpick_RCM](https://github.com/s1204IT/Lockpick_RCM):DO NOT FORK !! : Import and redistribute this repository. -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [fastfetch-cli / fastfetch](https://github.com/fastfetch-cli/fastfetch):Like neofetch, but much faster because written mostly in C. - -#### C++ -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [yuzu-mirror / yuzu](https://github.com/yuzu-mirror/yuzu):Nintendo Switch emulator (unofficial mirror fork) -* [PabloMK7 / citra](https://github.com/PabloMK7/citra):A Nintendo 3DS Emulator -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):A former citrus fruit-named emulator's Early Access source code -* [Atmosphere-NX / Atmosphere](https://github.com/Atmosphere-NX/Atmosphere):Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. -* [cemu-project / Cemu](https://github.com/cemu-project/Cemu):Cemu - Wii U emulator -* [manticoresoftware / manticoresearch](https://github.com/manticoresoftware/manticoresearch):Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [android / ndk-samples](https://github.com/android/ndk-samples):Android NDK samples with Android Studio -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [wheremyfoodat / Panda3DS](https://github.com/wheremyfoodat/Panda3DS):HLE 3DS emulator -* [facebookresearch / faiss](https://github.com/facebookresearch/faiss):A library for efficient similarity search and clustering of dense vectors. -* [amwatson / CitraVR](https://github.com/amwatson/CitraVR):Port of the leading 3DS emulator, Citra — designed for playing 3DS homebrew and personal game backups in 3D on the go with your Quest. -* [ourfavoritefruits / citra-nightly](https://github.com/ourfavoritefruits/citra-nightly): -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [ashvardanian / StringZilla](https://github.com/ashvardanian/StringZilla):Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging SWAR and SIMD on Arm Neon and x86 AVX2 & AVX-512-capable chips to accelerate search, sort, edit distances, alignment scores, etc 🦖 -* [skyline-emu / skyline](https://github.com/skyline-emu/skyline):Run Nintendo Switch homebrew & games on your Android device! -* [PCSX2 / pcsx2](https://github.com/PCSX2/pcsx2):PCSX2 - The Playstation 2 Emulator -* [dmlc / xgboost](https://github.com/dmlc/xgboost):Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [zerotier / ZeroTierOne](https://github.com/zerotier/ZeroTierOne):A Smart Ethernet Switch for Earth - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [abdes / cryptopp-cmake](https://github.com/abdes/cryptopp-cmake):A modern CMake build project for Crypto++ (https://github.com/weidai11/cryptopp). -* [astuff / astuff_sensor_msgs](https://github.com/astuff/astuff_sensor_msgs):A set of messages specific to each sensor supported by AutonomouStuff. -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [GEOS-ESM / ESMA_cmake](https://github.com/GEOS-ESM/ESMA_cmake):Custom CMake macros for the GEOS Earth System Model -* [ethz-asl / protobuf_catkin](https://github.com/ethz-asl/protobuf_catkin):A catkin wrapper for Google protocol buffers -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn):The most(might) detailed Kubernetes tutorials in Chinese. 全网最(可能)详细的Kubernetes中文教程。 -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [instill-ai / instill-core](https://github.com/instill-ai/instill-core):🔮 Instill Core is an open-source no-/low-code data, AI, and pipelines orchestration platform -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [cs2i-p18 / php-pg-docker](https://github.com/cs2i-p18/php-pg-docker):Docker Compose for PHP and PostgreSQL -* [ustclug / Linux101-docs](https://github.com/ustclug/Linux101-docs):Linux 101 学生课程教材与讲义 -* [remerge / go-lock_free_timer](https://github.com/remerge/go-lock_free_timer):go-lock_free_timer -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [remerge / go-env](https://github.com/remerge/go-env):Package env provides a global Env variable, similar to Rails.env. -* [remerge / go-timestr](https://github.com/remerge/go-timestr):Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision. -* [kagisearch / bangs](https://github.com/kagisearch/bangs):Repository of bangs used by Kagi Search -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [immortalwrt / packages](https://github.com/immortalwrt/packages):Community maintained packages for ImmortalWrt. -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [kahowang / Livox_Color_View_And_Mpping](https://github.com/kahowang/Livox_Color_View_And_Mpping):A module to color the Livox Frame and FASTLIO2's map, inorder to checkout our extrinsicT ~ diff --git a/trending/2024-03-08.md b/trending/2024-03-08.md deleted file mode 100644 index e9a2475..0000000 --- a/trending/2024-03-08.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-08 - -#### C -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [google / boringssl](https://github.com/google/boringssl):Mirror of BoringSSL -* [systemd / systemd](https://github.com/systemd/systemd):The systemd System and Service Manager -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [redis / redis](https://github.com/redis/redis):Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. -* [mit-pdos / xv6-riscv](https://github.com/mit-pdos/xv6-riscv):Xv6 for RISC-V -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [jemalloc / jemalloc](https://github.com/jemalloc/jemalloc): -* [rfaile313 / draw_game](https://github.com/rfaile313/draw_game):Draw! is a small game that was developed in C -* [Lovepreet-Singh-LPSK / MultiThreadedProxyServerClient](https://github.com/Lovepreet-Singh-LPSK/MultiThreadedProxyServerClient): -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [sandboxie-plus / Sandboxie](https://github.com/sandboxie-plus/Sandboxie):Sandboxie Plus & Classic -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [pgvector / pgvector](https://github.com/pgvector/pgvector):Open-source vector similarity search for Postgres -* [neobrain / citra](https://github.com/neobrain/citra):Nintendo 3DS emulator/debugger -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [nrfconnect / sdk-nrf](https://github.com/nrfconnect/sdk-nrf):nRF Connect SDK main repository -* [fluent / fluent-bit](https://github.com/fluent/fluent-bit):Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows -* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC - -#### C++ -* [Crimson-Hawk / suyu](https://github.com/Crimson-Hawk/suyu): -* [yuzu-mirror / yuzu](https://github.com/yuzu-mirror/yuzu):Nintendo Switch emulator (unofficial mirror fork) -* [yuzu-mirror / yuzu-mainline](https://github.com/yuzu-mirror/yuzu-mainline):(unofficial mirror fork) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [pineappleEA / pineapple-src](https://github.com/pineappleEA/pineapple-src):A former citrus fruit-named emulator's Early Access source code -* [PabloMK7 / citra](https://github.com/PabloMK7/citra):A Nintendo 3DS Emulator -* [wheremyfoodat / Panda3DS](https://github.com/wheremyfoodat/Panda3DS):HLE 3DS emulator -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [OSGeo / gdal](https://github.com/OSGeo/gdal):GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -* [google / re2](https://github.com/google/re2):RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [Light-City / CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings):C++那些事 -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [aidanmcb1 / Citra](https://github.com/aidanmcb1/Citra):Reupload of 3DS emulator citra because it might die with Yuzu -* [huihut / interview](https://github.com/huihut/interview):📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation… -* [apple / swift](https://github.com/apple/swift):The Swift Programming Language -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [squid-cache / squid](https://github.com/squid-cache/squid):Squid Web Proxy Cache -* [strato-emu / strato](https://github.com/strato-emu/strato):Run Nintendo Switch homebrew & games on your Android device! -* [google / libphonenumber](https://github.com/google/libphonenumber):Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [emersonmello / libprg](https://github.com/emersonmello/libprg):A minimal C library template using Modern CMake -* [qt / qttranslations](https://github.com/qt/qttranslations):Qt Translations -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [gioanateora / PCS2024_Exercises](https://github.com/gioanateora/PCS2024_Exercises):This repository contains exercises for the PCS course. -* [couchbase / tlm](https://github.com/couchbase/tlm):top level makefile -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [ethz-asl / catkin_boost_python_buildtool](https://github.com/ethz-asl/catkin_boost_python_buildtool):catkin 'buildtool' for boost python c++ libraries -* [CogRob / catkin_grpc](https://github.com/CogRob/catkin_grpc):Integrates gRPC into Catkin/ROS ecosystem. -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [autowarefoundation / autoware_internal_msgs](https://github.com/autowarefoundation/autoware_internal_msgs): -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [filipdutescu / modern-cpp-template](https://github.com/filipdutescu/modern-cpp-template):A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion. - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [aristanetworks / ci-workshops-avd](https://github.com/aristanetworks/ci-workshops-avd):AVD workshop repository to deliver workshop content specific to AVD. -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [xmos / lib_trycatch](https://github.com/xmos/lib_trycatch):Try/catch exception handling library -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [Clever / discovery-go](https://github.com/Clever/discovery-go):Programmatically find services -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [sbwml / packages_lang_golang](https://github.com/sbwml/packages_lang_golang): -* [ustclug / Linux101-docs](https://github.com/ustclug/Linux101-docs):Linux 101 学生课程教材与讲义 -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [bouffalolab / bl_iot_sdk_tiny](https://github.com/bouffalolab/bl_iot_sdk_tiny):IoT SDK only for Matter (no toolchain, Matter-specific, non-universal SDK) -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [waveaccounting / terraform-aws-chatbot-slack-configuration](https://github.com/waveaccounting/terraform-aws-chatbot-slack-configuration):Module to enable Chatbot Slack channel configuration in Terraform -* [open-telemetry / oteps](https://github.com/open-telemetry/oteps):OpenTelemetry Enhancement Proposals -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout diff --git a/trending/2024-03-09.md b/trending/2024-03-09.md deleted file mode 100644 index 769da14..0000000 --- a/trending/2024-03-09.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-09 - -#### C -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [php / php-src](https://github.com/php/php-src):The PHP Interpreter -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [MadMax1960 / Femc-Reloaded-Project](https://github.com/MadMax1960/Femc-Reloaded-Project):Repo for Femc Reloaded Project -* [google / boringssl](https://github.com/google/boringssl):Mirror of BoringSSL -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [ldpreload / BlackLotus](https://github.com/ldpreload/BlackLotus):BlackLotus UEFI Windows Bootkit -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [taosdata / TDengine](https://github.com/taosdata/TDengine):TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps. -* [confluentinc / librdkafka](https://github.com/confluentinc/librdkafka):The Apache Kafka C/C++ library -* [strongswan / strongswan](https://github.com/strongswan/strongswan):strongSwan - IPsec-based VPN -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [libbpf / libbpf](https://github.com/libbpf/libbpf):Automated upstream mirror for libbpf stand-alone build. -* [citusdata / pg_cron](https://github.com/citusdata/pg_cron):Run periodic jobs in PostgreSQL -* [containers / crun](https://github.com/containers/crun):A fast and lightweight fully featured OCI runtime and C library for running containers -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size - -#### C++ -* [emoisback / Helldivers-2-Internal-Hack-Dll-Proxy-PoC](https://github.com/emoisback/Helldivers-2-Internal-Hack-Dll-Proxy-PoC):Proof of Concept Internal Hack Using Dll Proxy for Helldivers 2 -* [ceph / ceph](https://github.com/ceph/ceph):Ceph is a distributed object, block, and file storage platform -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [microsoft / LightGBM](https://github.com/microsoft/LightGBM):A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. -* [yuzu-mirror / yuzu](https://github.com/yuzu-mirror/yuzu):Nintendo Switch emulator (unofficial mirror fork) -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [openvinotoolkit / openvino](https://github.com/openvinotoolkit/openvino):OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference -* [dolphin-emu / dolphin](https://github.com/dolphin-emu/dolphin):Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. -* [ZLMediaKit / ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit):WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11 -* [KhronosGroup / Vulkan-Samples](https://github.com/KhronosGroup/Vulkan-Samples):One stop solution for all Vulkan samples -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [colmap / colmap](https://github.com/colmap/colmap):COLMAP - Structure-from-Motion and Multi-View Stereo -* [bpftrace / bpftrace](https://github.com/bpftrace/bpftrace):High-level tracing language for Linux eBPF -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [UZ-SLAMLab / ORB_SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3):ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM -* [ArduPilot / ardupilot](https://github.com/ArduPilot/ardupilot):ArduPlane, ArduCopter, ArduRover, ArduSub source -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [Serial-Studio / Serial-Studio](https://github.com/Serial-Studio/Serial-Studio):Multi-purpose serial data visualization & processing program -* [google / leveldb](https://github.com/google/leveldb):LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [microsoft / DirectX-Graphics-Samples](https://github.com/microsoft/DirectX-Graphics-Samples):This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows. - -#### CMake -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [ros-drivers / nmea_msgs](https://github.com/ros-drivers/nmea_msgs):nmea_msgs is a ROS package containing messages related to the NMEA standard -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [cpp-best-practices / cmake_template](https://github.com/cpp-best-practices/cmake_template):CMake for C++ Best Practices -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [usdot-fhwa-stol / carma-msgs](https://github.com/usdot-fhwa-stol/carma-msgs):ROS Message definitions used by the CARMA Platform -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [yumagulovrn / dao-zmk-config](https://github.com/yumagulovrn/dao-zmk-config):Repository with zmk-config for Dao keyboard firmware -* [UNN-CS / ST-2](https://github.com/UNN-CS/ST-2):GoogleTest C++ (2) -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [geoschem / GCClassic](https://github.com/geoschem/GCClassic):This repository contains the "superproject" wrapper for the "Classic" configuration of the GEOS-Chem model of atmospheric chemistry and composition. - -#### Makefile -* [uber-go / guide](https://github.com/uber-go/guide):The Uber Go Style Guide. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [kciter / react-barcode](https://github.com/kciter/react-barcode):A component for use with React. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [IIC2133-PUC / 2024-1](https://github.com/IIC2133-PUC/2024-1):El repositorio del semestre 2024-1 -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [twilio / twilio-oai](https://github.com/twilio/twilio-oai):The Twilio OpenAPI Specification -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [Clever / go-process-metrics](https://github.com/Clever/go-process-metrics):A library for tracking golang process metrics -* [upbound / build](https://github.com/upbound/build):Upbound build and CI scripts -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [mkubecek / vmware-host-modules](https://github.com/mkubecek/vmware-host-modules):Patches needed to build VMware (Player and Workstation) host modules against recent kernels -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [Vadimohka / Fundamentals-of-algorithmization-and-programming](https://github.com/Vadimohka/Fundamentals-of-algorithmization-and-programming):Labs work first course of BSUIR -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [gobuffalo / gitgen](https://github.com/gobuffalo/gitgen): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout diff --git a/trending/2024-03-10.md b/trending/2024-03-10.md deleted file mode 100644 index 6702983..0000000 --- a/trending/2024-03-10.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-10 - -#### C -* [egzumer / uv-k5-firmware-custom](https://github.com/egzumer/uv-k5-firmware-custom):A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [lifehackerhansol / FBI](https://github.com/lifehackerhansol/FBI):Open source title manager for the 3DS. (Archive) -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [littlefs-project / littlefs](https://github.com/littlefs-project/littlefs):A little fail-safe filesystem designed for microcontrollers -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [cloudwu / skynet](https://github.com/cloudwu/skynet):A lightweight online game framework -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [capstone-engine / capstone](https://github.com/capstone-engine/capstone):Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), BPF, Ethereum VM, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86. -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [Cyan4973 / xxHash](https://github.com/Cyan4973/xxHash):Extremely fast non-cryptographic hash algorithm -* [DPDK / dpdk](https://github.com/DPDK/dpdk):Data Plane Development Kit -* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C -* [MatthewKuKanich / FindMyFlipper](https://github.com/MatthewKuKanich/FindMyFlipper):The FindMy Flipper app turns your FlipperZero into an effective tracking device, compatible with both Apple AirTag and Samsung SmartTag. It uses the BLE beacon to broadcast, allowing users to clone existing tags, generate OpenHaystack key pairs for Apple's FindMy network, and customize beacon intervals and transmit power. -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [signalwire / freeswitch](https://github.com/signalwire/freeswitch):FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device. -* [FreeRDP / FreeRDP](https://github.com/FreeRDP/FreeRDP):FreeRDP is a free remote desktop protocol library and clients -* [microsoft / WSL2-Linux-Kernel](https://github.com/microsoft/WSL2-Linux-Kernel):The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2) -* [jqlang / jq](https://github.com/jqlang/jq):Command-line JSON processor -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org) -* [kingToolbox / WindTerm](https://github.com/kingToolbox/WindTerm):A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal. - -#### C++ -* [emoisback / Helldivers-2-Internal-Hack-Dll-Proxy-PoC](https://github.com/emoisback/Helldivers-2-Internal-Hack-Dll-Proxy-PoC):Proof of Concept Internal Hack Using Dll Proxy for Helldivers 2 -* [ProjectDreamland / area51](https://github.com/ProjectDreamland/area51):Source code for Area 51 (2005) -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [Tencent / MMKV](https://github.com/Tencent/MMKV):An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. -* [sudachi-emu / sudachi](https://github.com/sudachi-emu/sudachi): -* [davisking / dlib](https://github.com/davisking/dlib):A toolkit for making real world machine learning and data analysis applications in C++ -* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library. -* [Tencent / rapidjson](https://github.com/Tencent/rapidjson):A fast JSON parser/generator for C++ with both SAX/DOM style API -* [juce-framework / JUCE](https://github.com/juce-framework/JUCE):JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. -* [apache / brpc](https://github.com/apache/brpc):brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC". -* [WerWolv / ImHex](https://github.com/WerWolv/ImHex):🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. -* [Mozilla-Ocho / llamafile](https://github.com/Mozilla-Ocho/llamafile):Distribute and run LLMs with a single file. -* [azerothcore / azerothcore-wotlk](https://github.com/azerothcore/azerothcore-wotlk):Complete Open Source and Modular solution for MMO -* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) -* [google / flatbuffers](https://github.com/google/flatbuffers):FlatBuffers: Memory Efficient Serialization Library -* [pybind / pybind11](https://github.com/pybind/pybind11):Seamless operability between C++11 and Python -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [doitsujin / dxvk](https://github.com/doitsujin/dxvk):Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine -* [eProsima / Fast-DDS](https://github.com/eProsima/Fast-DDS):The most complete DDS - Proven: Plenty of success cases. Looking for commercial support? Contact info@eprosima.com -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [CLIUtils / CLI11](https://github.com/CLIUtils/CLI11):CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface. -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [opencv / opencv](https://github.com/opencv/opencv):Open Source Computer Vision Library -* [openxla / xla](https://github.com/openxla/xla):A machine learning compiler for GPUs, CPUs, and ML accelerators - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [UNN-IASR / mod-lab01-fa-cpp](https://github.com/UNN-IASR/mod-lab01-fa-cpp): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [GEOS-ESM / GEOSgcm](https://github.com/GEOS-ESM/GEOSgcm):GEOS Earth System Model GEOSgcm Fixture -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [NOAA-EMC / CMakeModules](https://github.com/NOAA-EMC/CMakeModules):Common cmake module files used by spack and cmake to find dependencies -* [ros-controls / control_msgs](https://github.com/ros-controls/control_msgs): -* [ethz-asl / metis_catkin](https://github.com/ethz-asl/metis_catkin):Catkin wrapper for http://glaros.dtc.umn.edu/gkhome/metis -* [ros-industrial / ur_msgs](https://github.com/ros-industrial/ur_msgs):ROS messages and services for Universal Robots robot controllers. -* [steinbergmedia / vst3sdk](https://github.com/steinbergmedia/vst3sdk):VST 3 Plug-In SDK -* [KDE / plasma-wayland-protocols](https://github.com/KDE/plasma-wayland-protocols):Plasma-specific protocols for Wayland -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [arsenm / sanitizers-cmake](https://github.com/arsenm/sanitizers-cmake):CMake modules to help use sanitizers -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services - -#### Makefile -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [yuk7 / ArchWSL](https://github.com/yuk7/ArchWSL):ArchLinux based WSL Distribution. Supports multiple install. -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [kagisearch / bangs](https://github.com/kagisearch/bangs):Repository of bangs used by Kagi Search -* [IIC2133-PUC / 2024-1](https://github.com/IIC2133-PUC/2024-1):El repositorio del semestre 2024-1 -* [moumoulongs / raycast-2d](https://github.com/moumoulongs/raycast-2d): -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [awesome-selfhosted / awesome-selfhosted-data](https://github.com/awesome-selfhosted/awesome-selfhosted-data):machine-readable data for https://awesome-selfhosted.net -* [PacktPublishing / Linux-Kernel-Programming_2E](https://github.com/PacktPublishing/Linux-Kernel-Programming_2E):Linux Kernel Programming 2E - published by Packt -* [ChargePoint / buildroot](https://github.com/ChargePoint/buildroot):ChargePoint internal mirror of buildroot. Upstream: git://git.busybox.net/buildroot -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [cloudposse / build-harness](https://github.com/cloudposse/build-harness):Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. diff --git a/trending/2024-03-11.md b/trending/2024-03-11.md deleted file mode 100644 index 08e8c07..0000000 --- a/trending/2024-03-11.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-11 - -#### C -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [MadMax1960 / Femc-Reloaded-Project](https://github.com/MadMax1960/Femc-Reloaded-Project):Repo for Femc Reloaded Project -* [obsproject / obs-studio](https://github.com/obsproject/obs-studio):OBS Studio - Free and open source software for live streaming and screen recording -* [openwall / john](https://github.com/openwall/john):John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [fastfetch-cli / fastfetch](https://github.com/fastfetch-cli/fastfetch):Like neofetch, but much faster because written mostly in C. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [jart / cosmopolitan](https://github.com/jart/cosmopolitan):build-once run-anywhere c library -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [Kitware / CMake](https://github.com/Kitware/CMake):Mirror of CMake upstream repository -* [u-boot / u-boot](https://github.com/u-boot/u-boot):"Das U-Boot" Source Tree -* [MatthewKuKanich / FindMyFlipper](https://github.com/MatthewKuKanich/FindMyFlipper):The FindMy Flipper app turns your FlipperZero into an effective tracking device, compatible with both Apple AirTag and Samsung SmartTag. It uses the BLE beacon to broadcast, allowing users to clone existing tags, generate OpenHaystack key pairs for Apple's FindMy network, and customize beacon intervals and transmit power. -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [ginsudev / YTMusicUltimate](https://github.com/ginsudev/YTMusicUltimate):The best tweak for YouTube Music iOS. -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [Dav1dde / glad](https://github.com/Dav1dde/glad):Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. -* [tursodatabase / libsql](https://github.com/tursodatabase/libsql):libSQL is a fork of SQLite that is both Open Source, and Open Contributions. -* [NVIDIA / cuda-samples](https://github.com/NVIDIA/cuda-samples):Samples for CUDA Developers which demonstrates features in CUDA Toolkit - -#### C++ -* [davisking / dlib](https://github.com/davisking/dlib):A toolkit for making real world machine learning and data analysis applications in C++ -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [duckdb / duckdb](https://github.com/duckdb/duckdb):DuckDB is an in-process SQL OLAP Database Management System -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [MatsuriDayo / nekoray](https://github.com/MatsuriDayo/nekoray):Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box) -* [official-stockfish / Stockfish](https://github.com/official-stockfish/Stockfish):A free and strong UCI chess engine -* [aria2 / aria2](https://github.com/aria2/aria2):aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. -* [topjohnwu / Magisk](https://github.com/topjohnwu/Magisk):The Magic Mask for Android -* [CoatiSoftware / Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail):Sourcetrail - free and open-source interactive source explorer -* [filecxx / FileCentipede](https://github.com/filecxx/FileCentipede):Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client. -* [UE4SS-RE / RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS):Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games -* [official-pikafish / Pikafish](https://github.com/official-pikafish/Pikafish):UCI xiangqi engine -* [MarlinFirmware / Marlin](https://github.com/MarlinFirmware/Marlin):Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [OpenRCT2 / OpenRCT2](https://github.com/OpenRCT2/OpenRCT2):An open source re-implementation of RollerCoaster Tycoon 2 🎢 -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [sudachi-emu / sudachi](https://github.com/sudachi-emu/sudachi): -* [hyprwm / hyprlock](https://github.com/hyprwm/hyprlock):Hyprland's GPU-accelerated screen locking utility -* [facebookincubator / velox](https://github.com/facebookincubator/velox):A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. -* [ValveSoftware / Proton](https://github.com/ValveSoftware/Proton):Compatibility tool for Steam Play based on Wine and additional components -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53584, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.52237) -* [nextcloud / desktop](https://github.com/nextcloud/desktop):💻 Desktop sync client for Nextcloud - -#### CMake -* [UNN-IASR / mod-lab01-fa-cpp](https://github.com/UNN-IASR/mod-lab01-fa-cpp): -* [apple / swift-installer-scripts](https://github.com/apple/swift-installer-scripts): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [UNN-CS / ST-2](https://github.com/UNN-CS/ST-2):GoogleTest C++ (2) -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [editorconfig / editorconfig-core-test](https://github.com/editorconfig/editorconfig-core-test):Testings for EditorConfig Core -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [flathub / shared-modules](https://github.com/flathub/shared-modules):Common Flatpak modules that can be used as a git submodule -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [TheLartians / ModernCppStarter](https://github.com/TheLartians/ModernCppStarter):🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [OpenCyphal-Garage / libcyphal](https://github.com/OpenCyphal-Garage/libcyphal):Portable reference implementation of the Cyphal protocol stack in C++ for embedded systems and Linux. -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [mavlink / mavlink-gbp-release](https://github.com/mavlink/mavlink-gbp-release):git-buildpackage repository for releasing mavlink as 3-rd party library for ROS -* [dragandbot / dragandbot_common](https://github.com/dragandbot/dragandbot_common):Contains dragandbot messages and services -* [ros2 / mimick_vendor](https://github.com/ros2/mimick_vendor): -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [ethz-asl / gflags_catkin](https://github.com/ethz-asl/gflags_catkin):A catkin wrapper for Google gflags -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [TLeonardUK / ds3os](https://github.com/TLeonardUK/ds3os):Dark Souls - Open Server -* [leggedrobotics / ocs2_robotic_assets](https://github.com/leggedrobotics/ocs2_robotic_assets):Various robotic assets for OCS2 Toolbox - -#### Makefile -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [theos / theos](https://github.com/theos/theos):A cross-platform suite of tools for building and deploying software for iOS and other platforms. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [0xType / 0xProto](https://github.com/0xType/0xProto):A programming font focused on source code legibility -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [GaryOderNichts / UFDiine](https://github.com/GaryOderNichts/UFDiine):Wii U Update Folder Deleter -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [wulffern / aicex](https://github.com/wulffern/aicex):Files for Advanced Integrated Circuits -* [duckdb / extension-ci-tools](https://github.com/duckdb/extension-ci-tools):Repository containing reusable workflows / actions for building DuckDB extensions -* [meganukebmp / Switch_90DNS_tester](https://github.com/meganukebmp/Switch_90DNS_tester):A simple homebrew application to test 90DNS or Atmosphere DNS MITM on the switch (https://gitlab.com/a/90dns) -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and other compatible devices. -* [typoes / harry-potter-gen-z](https://github.com/typoes/harry-potter-gen-z):Harry Potter: The Gen Z Edition -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [ahnet-69 / treble_evo](https://github.com/ahnet-69/treble_evo):Patches to build Evolution-X as Trebbledroid GSI. -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [puncsky / system-design-and-architecture](https://github.com/puncsky/system-design-and-architecture):Learn how to design large-scale systems. Prep for the system design interview. diff --git a/trending/2024-03-12.md b/trending/2024-03-12.md deleted file mode 100644 index bb24598..0000000 --- a/trending/2024-03-12.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-12 - -#### C -* [HandBrake / HandBrake](https://github.com/HandBrake/HandBrake):HandBrake's main development repository -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [glfw / glfw](https://github.com/glfw/glfw):A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input -* [xmrig / xmrig](https://github.com/xmrig/xmrig):RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark -* [arendst / Tasmota](https://github.com/arendst/Tasmota):Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at -* [mgba-emu / mgba](https://github.com/mgba-emu/mgba):mGBA Game Boy Advance Emulator -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming -* [freebsd / freebsd-src](https://github.com/freebsd/freebsd-src):The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests.... -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [termux / termux-x11](https://github.com/termux/termux-x11):Termux X11 add-on application. -* [zmkfirmware / zmk](https://github.com/zmkfirmware/zmk):ZMK Firmware Repository -* [SoftEtherVPN / SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN):Cross-platform multi-protocol VPN software. Pull requests are welcome. The stable version is available at https://github.com/SoftEtherVPN/SoftEtherVPN_Stable. -* [MatthewKuKanich / FindMyFlipper](https://github.com/MatthewKuKanich/FindMyFlipper):The FindMy Flipper app turns your FlipperZero into an effective tracking device, compatible with both Apple AirTag and Samsung SmartTag. It uses the BLE beacon to broadcast, allowing users to clone existing tags, generate OpenHaystack key pairs for Apple's FindMy network, and customize beacon intervals and transmit power. -* [libretro / RetroArch](https://github.com/libretro/RetroArch):Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. -* [merbanan / rtl_433](https://github.com/merbanan/rtl_433):Program to decode radio transmissions from devices on the ISM bands (and other frequencies) -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [coolsnowwolf / lede](https://github.com/coolsnowwolf/lede):Lean's LEDE source -* [BitMaker-hub / NerdMiner_v2](https://github.com/BitMaker-hub/NerdMiner_v2):Improved version of first ESP32 NerdMiner -* [immortalwrt / immortalwrt](https://github.com/immortalwrt/immortalwrt):An opensource OpenWrt variant for mainland China users. -* [iNavFlight / inav](https://github.com/iNavFlight/inav):INAV: Navigation-enabled flight control software -* [mpv-player / mpv](https://github.com/mpv-player/mpv):🎥 Command line video player -* [ventoy / Ventoy](https://github.com/ventoy/Ventoy):A new bootable USB solution. -* [lua / lua](https://github.com/lua/lua):The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html -* [acidanthera / OpenCorePkg](https://github.com/acidanthera/OpenCorePkg):OpenCore bootloader - -#### C++ -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [stenzek / duckstation](https://github.com/stenzek/duckstation):Fast PlayStation 1 emulator for x86-64/AArch32/AArch64/RV64 -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree -* [telegramdesktop / tdesktop](https://github.com/telegramdesktop/tdesktop):Telegram Desktop messaging app -* [lightvector / KataGo](https://github.com/lightvector/KataGo):GTP engine and self-play learning in Go -* [fxsound2 / fxsound-app](https://github.com/fxsound2/fxsound-app):FxSound application and DSP source code -* [davisking / dlib](https://github.com/davisking/dlib):A toolkit for making real world machine learning and data analysis applications in C++ -* [RPCS3 / rpcs3](https://github.com/RPCS3/rpcs3):PS3 emulator/debugger -* [OpenTTD / OpenTTD](https://github.com/OpenTTD/OpenTTD):OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe -* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32 -* [UE4SS-RE / RE-UE4SS](https://github.com/UE4SS-RE/RE-UE4SS):Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games -* [MAZHARMIK / Interview_DS_Algo](https://github.com/MAZHARMIK/Interview_DS_Algo):Super Repository for Coding Interview Preperation -* [zhongyang219 / TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor):这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。 -* [me-no-dev / ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer):Async Web Server for ESP8266 and ESP32 -* [keepassxreboot / keepassxc](https://github.com/keepassxreboot/keepassxc):KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”. -* [sudachi-emu / sudachi](https://github.com/sudachi-emu/sudachi): -* [Alexays / Waybar](https://github.com/Alexays/Waybar):Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉 -* [ExpressLRS / ExpressLRS](https://github.com/ExpressLRS/ExpressLRS):STM32/ESP32/ESP8285-based High-Performance Radio Link for RC applications -* [MaaAssistantArknights / MaaAssistantArknights](https://github.com/MaaAssistantArknights/MaaAssistantArknights):《明日方舟》小助手,全日常一键长草!| A one-click tool for the daily tasks of Arknights, supporting all clients. -* [f4exb / sdrangel](https://github.com/f4exb/sdrangel):SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay RSP1 and FunCube -* [arvidn / libtorrent](https://github.com/arvidn/libtorrent):an efficient feature complete C++ bittorrent implementation -* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [UNN-IASR / mod-lab01-fa-cpp](https://github.com/UNN-IASR/mod-lab01-fa-cpp): -* [UNN-CS / ST-2](https://github.com/UNN-CS/ST-2):GoogleTest C++ (2) -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [NNTU-CS / ADS-3](https://github.com/NNTU-CS/ADS-3): -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [uzh-rpg / dbow2_catkin](https://github.com/uzh-rpg/dbow2_catkin):Catkin wrapper for https://github.com/dorian3d/DBoW2 -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [KDE / plasma-wayland-protocols](https://github.com/KDE/plasma-wayland-protocols):Plasma-specific protocols for Wayland -* [ethz-asl / ceres_catkin](https://github.com/ethz-asl/ceres_catkin):This repository contains ros-catkin files and a download/make script to checkout and build ceres. -* [MIT-SPARK / dbow2_catkin](https://github.com/MIT-SPARK/dbow2_catkin): -* [friendlyanon / cmake-init](https://github.com/friendlyanon/cmake-init):The missing CMake project initializer -* [fcitx5-android / anthy-cmake](https://github.com/fcitx5-android/anthy-cmake):Build Anthy with CMake -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [LizardByte / build-deps](https://github.com/LizardByte/build-deps):Prebuilt dependencies for LizardByte projects. -* [ethz-asl / glog_catkin](https://github.com/ethz-asl/glog_catkin):A catkin wrapper for Google glog -* [Mr-Ojii / L-SMASH-Works-Auto-Builds](https://github.com/Mr-Ojii/L-SMASH-Works-Auto-Builds): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [occ-ai / obs-backgroundremoval](https://github.com/occ-ai/obs-backgroundremoval):An OBS plugin for removing background in portrait images (video), making it easy to replace the background when recording or streaming. - -#### Makefile -* [teaxyz / white-paper](https://github.com/teaxyz/white-paper):how will the protocol work? -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [foostan / crkbd](https://github.com/foostan/crkbd):Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys. -* [HaveAGitGat / Tdarr](https://github.com/HaveAGitGat/Tdarr):Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker) -* [manna-harbour / miryoku](https://github.com/manna-harbour/miryoku):Miryoku is an ergonomic, minimal, orthogonal, and universal keyboard layout. -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn):The most(might) detailed Kubernetes tutorials in Chinese. 全网最(可能)详细的Kubernetes中文教程。 -* [instill-ai / instill-core](https://github.com/instill-ai/instill-core):🔮 Instill Core is an open-source no-/low-code data, AI, and pipelines orchestration platform -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [ucan-lab / docker-laravel](https://github.com/ucan-lab/docker-laravel):🐳 Build a simple laravel development environment with docker-compose. -* [jobbole / awesome-python-cn](https://github.com/jobbole/awesome-python-cn):Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。 -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. -* [Infineon / recipe-make-cat1a](https://github.com/Infineon/recipe-make-cat1a):The ModusToolbox Recipe Make Library provides a make based build system for Category 1A devices including PSoC 6. -* [tree-sitter / tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json):JSON grammar for tree-sitter -* [lorien / awesome-web-scraping](https://github.com/lorien/awesome-web-scraping):List of libraries, tools and APIs for web scraping and data processing. -* [LibreELEC / LibreELEC.tv](https://github.com/LibreELEC/LibreELEC.tv):Just enough OS for KODI -* [WerWolv / Tesla-Menu](https://github.com/WerWolv/Tesla-Menu):The Nintendo Switch overlay menu -* [marco-calautti / SigpatchesModuleWiiU](https://github.com/marco-calautti/SigpatchesModuleWiiU): -* [motioneye-project / motioneyeos](https://github.com/motioneye-project/motioneyeos):A Video Surveillance OS For Single-board Computers -* [SynoCommunity / spksrc](https://github.com/SynoCommunity/spksrc):Cross compilation framework to create native packages for the Synology's NAS -* [CoreELEC / CoreELEC](https://github.com/CoreELEC/CoreELEC):A lightweight OS for KODI -* [AmberELEC / AmberELEC](https://github.com/AmberELEC/AmberELEC):Handheld firmware optimized for the Anbernic RG351P/M/V/MP, RG552 and other compatible devices. -* [LineageOS / android_packages_providers_BookmarkProvider](https://github.com/LineageOS/android_packages_providers_BookmarkProvider): diff --git a/trending/2024-03-13.md b/trending/2024-03-13.md deleted file mode 100644 index 25251d1..0000000 --- a/trending/2024-03-13.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-13 - -#### C -* [flipperdevices / flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware):Flipper Zero firmware source code -* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O -* [Next-Flip / Momentum-Firmware](https://github.com/Next-Flip/Momentum-Firmware):🐬 Feature-rich, stable and customizable Flipper firmware -* [SysRay / psOff_public](https://github.com/SysRay/psOff_public):Playstation 4 Windows Emulator -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [redcanaryco / atomic-red-team](https://github.com/redcanaryco/atomic-red-team):Small and highly portable detection tests based on MITRE's ATT&CK. -* [ThrowTheSwitch / Unity](https://github.com/ThrowTheSwitch/Unity):Simple Unit Testing for C -* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos. -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [warmcat / libwebsockets](https://github.com/warmcat/libwebsockets):canonical libwebsockets.org networking library -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [opa334 / Dopamine](https://github.com/opa334/Dopamine):Dopamine is a semi-untethered jailbreak for iOS 15 and 16 -* [ithewei / libhv](https://github.com/ithewei/libhv):🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server. -* [nrfconnect / sdk-zephyr](https://github.com/nrfconnect/sdk-zephyr):NCS downstream of https://github.com/zephyrproject-rtos/zephyr -* [libevent / libevent](https://github.com/libevent/libevent):Event notification library -* [coturn / coturn](https://github.com/coturn/coturn):coturn TURN server project -* [madler / zlib](https://github.com/madler/zlib):A massively spiffy yet delicately unobtrusive compression library. -* [openssl / openssl](https://github.com/openssl/openssl):TLS/SSL and crypto library -* [rockchip-linux / rknn-toolkit2](https://github.com/rockchip-linux/rknn-toolkit2): -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [davatorium / rofi](https://github.com/davatorium/rofi):Rofi: A window switcher, application launcher and dmenu replacement -* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server - -#### C++ -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [davisking / dlib](https://github.com/davisking/dlib):A toolkit for making real world machine learning and data analysis applications in C++ -* [Const-me / Whisper](https://github.com/Const-me/Whisper):High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model -* [suyu-emu / suyu](https://github.com/suyu-emu/suyu):suyu, pronounced "sue-you" (wink wink) is the continuation of the world's most popular, open-source, Nintendo Switch emulator, yuzu. It is written in C++ with portability in mind, and we actively maintain builds for Windows, Linux and Android. -* [hyprwm / Hyprland](https://github.com/hyprwm/Hyprland):Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. -* [keepassxreboot / keepassxc](https://github.com/keepassxreboot/keepassxc):KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”. -* [pytorch / executorch](https://github.com/pytorch/executorch):End-to-end solution for enabling on-device AI across mobile and edge devices for PyTorch models -* [TrinityCore / TrinityCore](https://github.com/TrinityCore/TrinityCore):TrinityCore Open Source MMO Framework (master = 10.2.5.53584, 3.3.5 = 3.3.5a.12340, wotlk_classic = 3.4.3.53622) -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [abseil / abseil-cpp](https://github.com/abseil/abseil-cpp):Abseil Common Libraries (C++) -* [halpz / re3](https://github.com/halpz/re3): -* [TrenchBroom / TrenchBroom](https://github.com/TrenchBroom/TrenchBroom):Cross-Platform Level Editor -* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework -* [CoatiSoftware / Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail):Sourcetrail - free and open-source interactive source explorer -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [openai / triton](https://github.com/openai/triton):Development repository for the Triton language and compiler -* [wolfpld / tracy](https://github.com/wolfpld/tracy):Frame profiler -* [official-pikafish / Pikafish](https://github.com/official-pikafish/Pikafish):UCI xiangqi engine -* [monero-project / monero](https://github.com/monero-project/monero):Monero: the secure, private, untraceable cryptocurrency -* [CrowCpp / Crow](https://github.com/CrowCpp/Crow):A Fast and Easy to use microframework for the web. -* [zama-ai / concrete](https://github.com/zama-ai/concrete):Concrete: TFHE Compiler that converts python programs into FHE equivalent - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [friendlyanon / pimpl-but-the-p-is-silent](https://github.com/friendlyanon/pimpl-but-the-p-is-silent):C++ PIMPL idiom without an allocation involved -* [NNTU-CS / ADS-3](https://github.com/NNTU-CS/ADS-3): -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [leetal / ios-cmake](https://github.com/leetal/ios-cmake):A CMake toolchain file for iOS, macOS, watchOS & tvOS C/C++/Obj-C++ development -* [SFML / cmake-sfml-project](https://github.com/SFML/cmake-sfml-project):Repository template for SFML projects using CMake -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [pingcap / tipb](https://github.com/pingcap/tipb):TiDB protobuf -* [xmos / xmos_cmake_toolchain](https://github.com/xmos/xmos_cmake_toolchain): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [cpm-cmake / CPM.cmake](https://github.com/cpm-cmake/CPM.cmake):📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -* [ttroy50 / cmake-examples](https://github.com/ttroy50/cmake-examples):Useful CMake Examples -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [emersonmello / libprg](https://github.com/emersonmello/libprg):A minimal C library template using Modern CMake -* [NilFoundation / crypto3](https://github.com/NilFoundation/crypto3):Modern Cryptography Suite in C++17 -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [PX4 / uavcan_board_ident](https://github.com/PX4/uavcan_board_ident): -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [PX4 / px4_msgs](https://github.com/PX4/px4_msgs):ROS/ROS2 messages that match the uORB messages counterparts on the PX4 Firmware -* [autowarefoundation / sample_vehicle_launch](https://github.com/autowarefoundation/sample_vehicle_launch): -* [ojdkbuild / ojdkbuild](https://github.com/ojdkbuild/ojdkbuild):Community builds using source code from OpenJDK project - -#### Makefile -* [eu-digital-identity-wallet / eudi-doc-architecture-and-reference-framework](https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework):The European Digital Identity Wallet -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [zh-google-styleguide / zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide):Google 开源项目风格指南 (中文版) -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [moumoulongs / raycast-2d](https://github.com/moumoulongs/raycast-2d): -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [chaseSpace / k8s-tutorial-cn](https://github.com/chaseSpace/k8s-tutorial-cn):The most(might) detailed Kubernetes tutorials in Chinese. 全网最(可能)详细的Kubernetes中文教程。 -* [open-telemetry / opamp-spec](https://github.com/open-telemetry/opamp-spec):OpAMP Specification -* [nestlabs / nlunit-test](https://github.com/nestlabs/nlunit-test):Nest Labs Unit Test (nlunit-test) is a simple, portable unit test suite framework, capable of running on just about any system, no matter how constrained and depends only on the C Standard Library. -* [IIC2133-PUC / 2024-1](https://github.com/IIC2133-PUC/2024-1):El repositorio del semestre 2024-1 -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [aws-samples / eks-blueprints-workloads](https://github.com/aws-samples/eks-blueprints-workloads): -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [remerge / go-timestr](https://github.com/remerge/go-timestr):Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision. -* [JustEnoughLinuxOS / distribution](https://github.com/JustEnoughLinuxOS/distribution):Home of the JELOS Linux distribution. -* [lightstep / lightstep-tracer-common](https://github.com/lightstep/lightstep-tracer-common):Files shared by most or all of the Lightstep tracer implementations -* [Infineon / core-make](https://github.com/Infineon/core-make):Core make files and scripts for building and programming ModusToolbox applications. diff --git a/trending/2024-03-14.md b/trending/2024-03-14.md deleted file mode 100644 index 10091f5..0000000 --- a/trending/2024-03-14.md +++ /dev/null @@ -1,109 +0,0 @@ -## 2024-03-14 - -#### C -* [lizongying / my-tv](https://github.com/lizongying/my-tv):我的电视 电视直播软件,安装即可使用 -* [Next-Flip / Momentum-Firmware](https://github.com/Next-Flip/Momentum-Firmware):🐬 Feature-rich, stable and customizable Flipper firmware -* [curl / curl](https://github.com/curl/curl):A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features -* [apache / age](https://github.com/apache/age):Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. -* [nmap / nmap](https://github.com/nmap/nmap):Nmap - the Network Mapper. Github mirror of official SVN repository. -* [Mbed-TLS / mbedtls](https://github.com/Mbed-TLS/mbedtls):An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases. -* [lz4 / lz4](https://github.com/lz4/lz4):Extremely Fast Compression algorithm -* [greenplum-db / gpdb](https://github.com/greenplum-db/gpdb):Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI. -* [nanopb / nanopb](https://github.com/nanopb/nanopb):Protocol Buffers with small code size -* [koekeishiya / yabai](https://github.com/koekeishiya/yabai):A tiling window manager for macOS based on binary space partitioning -* [torvalds / linux](https://github.com/torvalds/linux):Linux kernel source tree -* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type. -* [git / git](https://github.com/git/git):Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. -* [asterisk / asterisk](https://github.com/asterisk/asterisk):The official Asterisk Project repository. -* [tianocore / edk2](https://github.com/tianocore/edk2):EDK II -* [eclipse-threadx / threadx](https://github.com/eclipse-threadx/threadx):Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications. -* [zephyrproject-rtos / zephyr](https://github.com/zephyrproject-rtos/zephyr):Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures. -* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families -* [micropython / micropython](https://github.com/micropython/micropython):MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -* [espressif / esp-idf](https://github.com/espressif/esp-idf):Espressif IoT Development Framework. Official development framework for Espressif SoCs. -* [EpicGamesExt / raddebugger](https://github.com/EpicGamesExt/raddebugger):A native, user-mode, multi-process, graphical debugger. -* [UberGuidoZ / Flipper](https://github.com/UberGuidoZ/Flipper):Playground (and dump) of stuff I make or modify for the Flipper Zero -* [eclipse / mosquitto](https://github.com/eclipse/mosquitto):Eclipse Mosquitto - An open source MQTT broker -* [radareorg / radare2](https://github.com/radareorg/radare2):UNIX-like reverse engineering framework and command-line toolset -* [rkaehn / cr_task.h](https://github.com/rkaehn/cr_task.h):Header-only library for asynchronous tasks in C - -#### C++ -* [suyu-emu / suyu](https://github.com/suyu-emu/suyu):suyu, pronounced "sue-you" (wink wink) is the continuation of the world's most popular, open-source, Nintendo Switch emulator, yuzu. It is written in C++ with portability in mind, and we actively maintain builds for Windows, Linux and Android. -* [ocornut / imgui](https://github.com/ocornut/imgui):Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies -* [ml-explore / mlx](https://github.com/ml-explore/mlx):MLX: An array framework for Apple silicon -* [NixOS / nix](https://github.com/NixOS/nix):Nix, the purely functional package manager -* [thiagopeixoto / winsos-poc](https://github.com/thiagopeixoto/winsos-poc):A PoC demonstrating code execution via DLL Side-Loading in WinSxS binaries. -* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -* [facebook / react-native](https://github.com/facebook/react-native):A framework for building native applications using React -* [doctest / doctest](https://github.com/doctest/doctest):The fastest feature-rich C++11/14/17/20/23 single-header testing framework -* [microsoft / onnxruntime](https://github.com/microsoft/onnxruntime):ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator -* [electron / electron](https://github.com/electron/electron):Build cross-platform desktop apps with JavaScript, HTML, and CSS -* [oceanbase / oceanbase](https://github.com/oceanbase/oceanbase):OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. -* [fmtlib / fmt](https://github.com/fmtlib/fmt):A modern formatting library -* [apache / arrow](https://github.com/apache/arrow):Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -* [grpc / grpc](https://github.com/grpc/grpc):The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) -* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook. -* [capnproto / capnproto](https://github.com/capnproto/capnproto):Cap'n Proto serialization/RPC system - core tools and C++ library -* [yhirose / cpp-httplib](https://github.com/yhirose/cpp-httplib):A C++ header-only HTTP/HTTPS server and client library -* [NVIDIA / cutlass](https://github.com/NVIDIA/cutlass):CUDA Templates for Linear Algebra Subroutines -* [tesseract-ocr / tesseract](https://github.com/tesseract-ocr/tesseract):Tesseract Open Source OCR Engine (main repository) -* [sudachi-emu / sudachi](https://github.com/sudachi-emu/sudachi): -* [encrypted-def / basic-algo-lecture](https://github.com/encrypted-def/basic-algo-lecture):바킹독의 실전 알고리즘 강의 자료 -* [alibaba / MNN](https://github.com/alibaba/MNN):MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba -* [google / benchmark](https://github.com/google/benchmark):A microbenchmark support library -* [catchorg / Catch2](https://github.com/catchorg/Catch2):A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch) -* [microsoft / terminal](https://github.com/microsoft/terminal):The new Windows Terminal and the original Windows console host, all in the same place! - -#### CMake -* [microsoft / vcpkg](https://github.com/microsoft/vcpkg):C++ Library Manager for Windows, Linux, and MacOS -* [TartanLlama / tl-cmake](https://github.com/TartanLlama/tl-cmake): -* [minecraft-linux / mcpelauncher-manifest](https://github.com/minecraft-linux/mcpelauncher-manifest):The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher. -* [tier4 / lexus_description.iv](https://github.com/tier4/lexus_description.iv):lexus_description for autoware.iv -* [ethz-asl / nlopt](https://github.com/ethz-asl/nlopt):This package integrates NL opt with Catkin -* [mosra / toolchains](https://github.com/mosra/toolchains):Toolchains for crosscompiling with CMake. -* [Azure / c-testrunnerswitcher](https://github.com/Azure/c-testrunnerswitcher):C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos -* [swift-nav / cmake](https://github.com/swift-nav/cmake):Swift's commonly used CMake modules -* [autowarefoundation / autoware_adapi_msgs](https://github.com/autowarefoundation/autoware_adapi_msgs): -* [tier4 / autoware_individual_params](https://github.com/tier4/autoware_individual_params): -* [vthiery / cpp-statsd-client](https://github.com/vthiery/cpp-statsd-client):A header-only StatsD client implemented in C++ -* [corrosion-rs / corrosion](https://github.com/corrosion-rs/corrosion):Marrying Rust and CMake - Easy Rust and C/C++ Integration! -* [tier4 / autoware_auto_msgs](https://github.com/tier4/autoware_auto_msgs):Forked from https://gitlab.com/autowarefoundation/autoware.auto/autoware_auto_msgs -* [ethz-asl / yaml_cpp_catkin](https://github.com/ethz-asl/yaml_cpp_catkin):Yaml cpp catkin package -* [NNTU-CS / ADS-3](https://github.com/NNTU-CS/ADS-3): -* [eProsima / foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor):foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com -* [MORAI-Autonomous / MORAI-ROS2_morai_msgs](https://github.com/MORAI-Autonomous/MORAI-ROS2_morai_msgs):MORAI Simulator ROS2 message set -* [jrl-umi3218 / jrl-cmakemodules](https://github.com/jrl-umi3218/jrl-cmakemodules):CMake utility toolbox -* [autowarefoundation / autoware_msgs](https://github.com/autowarefoundation/autoware_msgs): -* [ecmwf / ecbuild](https://github.com/ecmwf/ecbuild):A CMake-based build system, consisting of a collection of CMake macros and functions that ease the managing of software build systems -* [eve-autonomy / autoware_state_machine_msgs](https://github.com/eve-autonomy/autoware_state_machine_msgs): -* [eve-autonomy / shutdown_manager_msgs](https://github.com/eve-autonomy/shutdown_manager_msgs): -* [ethz-asl / maplab_test_data](https://github.com/ethz-asl/maplab_test_data): -* [eve-autonomy / go_interface_msgs](https://github.com/eve-autonomy/go_interface_msgs): -* [eve-autonomy / audio_driver_msgs](https://github.com/eve-autonomy/audio_driver_msgs): - -#### Makefile -* [open-telemetry / opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto):OpenTelemetry protocol (OTLP) specification and Protobuf definitions -* [openwrt / packages](https://github.com/openwrt/packages):Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md -* [deepseek-ai / DeepSeek-LLM](https://github.com/deepseek-ai/DeepSeek-LLM):DeepSeek LLM: Let there be answers -* [buildroot / buildroot](https://github.com/buildroot/buildroot):Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here. -* [frida / frida](https://github.com/frida/frida):Clone this repo to build Frida -* [Vadimohka / Fundamentals-of-algorithmization-and-programming](https://github.com/Vadimohka/Fundamentals-of-algorithmization-and-programming):Labs work first course of BSUIR -* [prometheus / client_model](https://github.com/prometheus/client_model):Data model artifacts for Prometheus. -* [container-storage-interface / spec](https://github.com/container-storage-interface/spec):Container Storage Interface (CSI) Specification. -* [open-telemetry / opentelemetry-proto-go](https://github.com/open-telemetry/opentelemetry-proto-go):Generated code for OpenTelemetry protobuf data model -* [remerge / go-lock_free_timer](https://github.com/remerge/go-lock_free_timer):go-lock_free_timer -* [aquasecurity / trivy-plugin-aqua](https://github.com/aquasecurity/trivy-plugin-aqua): -* [golang-standards / project-layout](https://github.com/golang-standards/project-layout):Standard Go Project Layout -* [SiftScience / sift-ios](https://github.com/SiftScience/sift-ios):Sift iOS SDK -* [eyeseast / self-hosted-maps-codespace](https://github.com/eyeseast/self-hosted-maps-codespace):An example self-hosted map with all dependencies included -* [istio / client-go](https://github.com/istio/client-go):Go client libraries for the Istio API. -* [open-telemetry / opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification):Specifications for OpenTelemetry -* [giantswarm / cloud-director-app-collection](https://github.com/giantswarm/cloud-director-app-collection): -* [gogo / googleapis](https://github.com/gogo/googleapis):googleapis generated with gogoprotobuf -* [remerge / go-env](https://github.com/remerge/go-env):Package env provides a global Env variable, similar to Rails.env. -* [remerge / go-timestr](https://github.com/remerge/go-timestr):Package timestr provides a cached version of the currenct time and some string representations with a 1-second precision. -* [markbates / errx](https://github.com/markbates/errx): -* [PartialVolume / shredos.x86_64](https://github.com/PartialVolume/shredos.x86_64):Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe -* [napari / docs](https://github.com/napari/docs):Documentation for napari (other than API docs) -* [duckdb / extension-ci-tools](https://github.com/duckdb/extension-ci-tools):Repository containing reusable workflows / actions for building DuckDB extensions -* [coolsnowwolf / packages](https://github.com/coolsnowwolf/packages):Community maintained packages for OpenWrt. diff --git a/trending/spider.py b/trending/spider.py deleted file mode 100644 index 2952a9a..0000000 --- a/trending/spider.py +++ /dev/null @@ -1,75 +0,0 @@ -# coding:utf-8 - -import datetime -import codecs -import requests -import os -import time -from pyquery import PyQuery as pq - - -def git_add_commit_push(date, filename): - cmd_git_add = 'git add {filename}'.format(filename=filename) - cmd_git_commit = 'git commit -m "{date}"'.format(date=date) - cmd_git_push = 'git push -u origin master' - - os.system(cmd_git_add) - os.system(cmd_git_commit) - os.system(cmd_git_push) - - -def createMarkdown(date, filename): - with open(filename, 'w') as f: - f.write("## " + date + "\n") - - -def scrape(language, filename): - HEADERS = { - 'User-Agent' : 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20100101 Firefox/11.0', - 'Accept' : 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', - 'Accept-Encoding' : 'gzip,deflate,sdch', - 'Accept-Language' : 'zh-CN,zh;q=0.8' - } - - url = 'https://github.com/trending/{language}'.format(language=language) - r = requests.get(url, headers=HEADERS) - assert r.status_code == 200 - - d = pq(r.content) - items = d('div.Box article.Box-row') - - # codecs to solve the problem utf-8 codec like chinese - with codecs.open(filename, "a", "utf-8") as f: - f.write('\n#### {language}\n'.format(language=language)) - - for item in items: - i = pq(item) - title = i(".lh-condensed a").text() - owner = i(".lh-condensed span.text-normal").text() - description = i("p.col-9").text() - url = i(".lh-condensed a").attr("href") - url = "https://github.com" + url - # ownerImg = i("p.repo-list-meta a img").attr("src") - # print(ownerImg) - f.write(u"* [{title}]({url}):{description}\n".format(title=title, url=url, description=description)) - - -def job(): - strdate = datetime.datetime.now().strftime('%Y-%m-%d') - filename = '{date}.md'.format(date=strdate) - - # create markdown file - createMarkdown(strdate, filename) - - # write markdown - scrape('C', filename) - scrape('C++', filename) - scrape('CMake', filename) - scrape('Makefile', filename) - - # git add commit push - # git_add_commit_push(strdate, filename) - - -if __name__ == '__main__': - job()