mirror of
https://github.com/go2coding/CatwalkGlimpse-AISelections.git
synced 2024-11-25 16:53:15 +08:00
20241121 new update
This commit is contained in:
parent
2cdfc18515
commit
525b30c180
14
data/new/2024/11/2024-11-21.md
Normal file
14
data/new/2024/11/2024-11-21.md
Normal file
@ -0,0 +1,14 @@
|
||||
## 2024-11-21
|
||||
#### c
|
||||
* [simd-everywhere / simde](https://github.com/simd-everywhere/simde):Implementations of SIMD instruction sets for systems which don't natively support them.
|
||||
* [google / AFL](https://github.com/google/AFL):american fuzzy lop - a security-oriented fuzzer
|
||||
#### c#
|
||||
* [greenshot / greenshot](https://github.com/greenshot/greenshot):Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:
|
||||
* [efcore / EFCore.NamingConventions](https://github.com/efcore/EFCore.NamingConventions):Entity Framework Core plugin to apply naming conventions to table and column names (e.g. snake_case)
|
||||
#### php
|
||||
* [notrab / dumbo](https://github.com/notrab/dumbo):A lightweight, friendly PHP framework for HTTP.
|
||||
#### rust
|
||||
* [trynova / nova](https://github.com/trynova/nova):JS engine lolz
|
||||
* [nix-rust / nix](https://github.com/nix-rust/nix):Rust friendly bindings to *nix APIs
|
||||
#### go
|
||||
* [hugomd / ascii-live](https://github.com/hugomd/ascii-live):An extension to parrot.live, with support for more animations! http://ascii.live
|
312
data/trending/2024/11/2024-11-21.md
Normal file
312
data/trending/2024/11/2024-11-21.md
Normal file
@ -0,0 +1,312 @@
|
||||
## 2024-11-21
|
||||
|
||||
#### c
|
||||
* [lvgl / lvgl](https://github.com/lvgl/lvgl):Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.
|
||||
* [RfidResearchGroup / proxmark3](https://github.com/RfidResearchGroup/proxmark3):Iceman Fork - Proxmark3
|
||||
* [HarbourMasters / 2ship2harkinian](https://github.com/HarbourMasters/2ship2harkinian):
|
||||
* [raysan5 / raylib](https://github.com/raysan5/raylib):A simple and easy-to-use library to enjoy videogames programming
|
||||
* [apache / nuttx](https://github.com/apache/nuttx):Apache NuttX is a mature, real-time embedded operating system (RTOS)
|
||||
* [kamailio / kamailio](https://github.com/kamailio/kamailio):Kamailio - The Open Source SIP Server for large VoIP and real-time communication platforms -
|
||||
* [simd-everywhere / simde](https://github.com/simd-everywhere/simde):Implementations of SIMD instruction sets for systems which don't natively support them.
|
||||
* [uber / h3](https://github.com/uber/h3):Hexagonal hierarchical geospatial indexing system
|
||||
* [open-quantum-safe / liboqs](https://github.com/open-quantum-safe/liboqs):C library for prototyping and experimenting with quantum-resistant cryptography
|
||||
* [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.
|
||||
* [NVIDIA / open-gpu-kernel-modules](https://github.com/NVIDIA/open-gpu-kernel-modules):NVIDIA Linux open GPU kernel module source
|
||||
* [libsdl-org / SDL](https://github.com/libsdl-org/SDL):Simple Directmedia Layer
|
||||
* [google / AFL](https://github.com/google/AFL):american fuzzy lop - a security-oriented fuzzer
|
||||
* [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.
|
||||
* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC
|
||||
* [netdata / netdata](https://github.com/netdata/netdata):Architected for speed. Automated for easy. Monitoring and troubleshooting, transformed!
|
||||
* [libuv / libuv](https://github.com/libuv/libuv):Cross-platform asynchronous I/O
|
||||
* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C
|
||||
* [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.
|
||||
* [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
|
||||
* [cesanta / mongoose](https://github.com/cesanta/mongoose):Embedded Web Server
|
||||
|
||||
#### c#
|
||||
* [dotnet / eShop](https://github.com/dotnet/eShop):A reference .NET application implementing an eCommerce site
|
||||
* [ardalis / CleanArchitecture](https://github.com/ardalis/CleanArchitecture):Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
|
||||
* [jasontaylordev / CleanArchitecture](https://github.com/jasontaylordev/CleanArchitecture):Clean Architecture Solution Template for ASP.NET Core
|
||||
* [fullstackhero / dotnet-starter-kit](https://github.com/fullstackhero/dotnet-starter-kit):Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
||||
* [open-telemetry / opentelemetry-dotnet](https://github.com/open-telemetry/opentelemetry-dotnet):The OpenTelemetry .NET Client
|
||||
* [microsoft / semantic-kernel](https://github.com/microsoft/semantic-kernel):Integrate cutting-edge LLM technology quickly and easily into your apps
|
||||
* [dockersamples / example-voting-app](https://github.com/dockersamples/example-voting-app):Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
|
||||
* [dotnet / aspnetcore](https://github.com/dotnet/aspnetcore):ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
||||
* [MessagePack-CSharp / MessagePack-CSharp](https://github.com/MessagePack-CSharp/MessagePack-CSharp):Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
||||
* [efcore / EFCore.NamingConventions](https://github.com/efcore/EFCore.NamingConventions):Entity Framework Core plugin to apply naming conventions to table and column names (e.g. snake_case)
|
||||
* [unoplatform / uno](https://github.com/unoplatform/uno):Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
||||
* [space-wizards / space-station-14](https://github.com/space-wizards/space-station-14):A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
|
||||
* [microsoft / kernel-memory](https://github.com/microsoft/kernel-memory):RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
|
||||
* [dotnet-architecture / eShopOnWeb](https://github.com/dotnet-architecture/eShopOnWeb):Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
|
||||
* [OfficeDev / Microsoft-Teams-Samples](https://github.com/OfficeDev/Microsoft-Teams-Samples):Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
|
||||
* [dotnet / orleans](https://github.com/dotnet/orleans):Cloud Native application framework for .NET
|
||||
* [GlitchEnzo / NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity):A NuGet Package Manager for Unity
|
||||
* [greenshot / greenshot](https://github.com/greenshot/greenshot):Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:
|
||||
* [Azure-Samples / cognitive-services-speech-sdk](https://github.com/Azure-Samples/cognitive-services-speech-sdk):Sample code for the Microsoft Cognitive Services Speech SDK
|
||||
* [leiurayer / downkyi](https://github.com/leiurayer/downkyi):哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
|
||||
* [RayWangQvQ / BiliBiliToolPro](https://github.com/RayWangQvQ/BiliBiliToolPro):B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
|
||||
* [rnwood / smtp4dev](https://github.com/rnwood/smtp4dev):smtp4dev - the fake smtp email server for development and testing
|
||||
* [kgrzybek / modular-monolith-with-ddd](https://github.com/kgrzybek/modular-monolith-with-ddd):Full Modular Monolith application with Domain-Driven Design approach.
|
||||
* [evolutionary-architecture / evolutionary-architecture-by-example](https://github.com/evolutionary-architecture/evolutionary-architecture-by-example):Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
|
||||
|
||||
#### c++
|
||||
* [facebookincubator / velox](https://github.com/facebookincubator/velox):A composable and fully extensible C++ execution engine library for data management systems.
|
||||
* [qgis / QGIS](https://github.com/qgis/QGIS):QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
|
||||
* [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!
|
||||
* [libcpr / cpr](https://github.com/libcpr/cpr):C++ Requests: Curl for People, a spiritual port of Python Requests.
|
||||
* [gabime / spdlog](https://github.com/gabime/spdlog):Fast C++ logging library.
|
||||
* [mavlink / qgroundcontrol](https://github.com/mavlink/qgroundcontrol):Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
|
||||
* [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.
|
||||
* [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
|
||||
* [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.
|
||||
* [ydb-platform / ydb](https://github.com/ydb-platform/ydb):YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
|
||||
* [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
|
||||
* [ggerganov / whisper.cpp](https://github.com/ggerganov/whisper.cpp):Port of OpenAI's Whisper model in C/C++
|
||||
* [LadybirdBrowser / ladybird](https://github.com/LadybirdBrowser/ladybird):Truly independent web browser
|
||||
* [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).
|
||||
* [aseprite / aseprite](https://github.com/aseprite/aseprite):Animated sprite editor & pixel art tool (Windows, macOS, Linux)
|
||||
* [carla-simulator / carla](https://github.com/carla-simulator/carla):Open-source simulator for autonomous driving research.
|
||||
* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):LLM inference in C/C++
|
||||
* [nmslib / hnswlib](https://github.com/nmslib/hnswlib):Header-only C++/python library for fast approximate nearest neighbors
|
||||
* [isl-org / Open3D](https://github.com/isl-org/Open3D):Open3D: A Modern Library for 3D Data Processing
|
||||
* [oneapi-src / oneTBB](https://github.com/oneapi-src/oneTBB):oneAPI Threading Building Blocks (oneTBB)
|
||||
* [nlohmann / json](https://github.com/nlohmann/json):JSON for Modern C++
|
||||
|
||||
#### java
|
||||
* [krahets / hello-algo](https://github.com/krahets/hello-algo):《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
|
||||
* [strimzi / strimzi-kafka-operator](https://github.com/strimzi/strimzi-kafka-operator):Apache Kafka® running on Kubernetes
|
||||
* [provectus / kafka-ui](https://github.com/provectus/kafka-ui):Open-Source Web UI for Apache Kafka Management
|
||||
* [binarywang / WxJava](https://github.com/binarywang/WxJava):微信开发 Java SDK ,支持包括微信支付,开放平台,小程序,企业微信,视频号,公众号等的后端开发
|
||||
* [mockito / mockito](https://github.com/mockito/mockito):Most popular Mocking framework for unit tests written in Java
|
||||
* [awsdocs / aws-doc-sdk-examples](https://github.com/awsdocs/aws-doc-sdk-examples):Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
|
||||
* [gyoogle / tech-interview-for-developer](https://github.com/gyoogle/tech-interview-for-developer):👶🏻 신입 개발자 전공 지식 & 기술 면접 백과사전 📖
|
||||
* [bumptech / glide](https://github.com/bumptech/glide):An image loading and caching library for Android focused on smooth scrolling
|
||||
* [dromara / hutool](https://github.com/dromara/hutool):🍬A set of tools that keep Java sweet.
|
||||
* [quarkusio / quarkus](https://github.com/quarkusio/quarkus):Quarkus: Supersonic Subatomic Java.
|
||||
* [apache / gravitino](https://github.com/apache/gravitino):World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
|
||||
* [flowable / flowable-engine](https://github.com/flowable/flowable-engine):A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
|
||||
* [netty / netty](https://github.com/netty/netty):Netty project - an event-driven asynchronous network application framework
|
||||
* [vespa-engine / vespa](https://github.com/vespa-engine/vespa):AI + Data, online. https://vespa.ai
|
||||
* [apache / flink](https://github.com/apache/flink):Apache Flink
|
||||
* [openjdk / jdk](https://github.com/openjdk/jdk):JDK main-line development https://openjdk.org/projects/jdk
|
||||
* [openrewrite / rewrite](https://github.com/openrewrite/rewrite):Automated mass refactoring of source code.
|
||||
* [testcontainers / testcontainers-java](https://github.com/testcontainers/testcontainers-java):Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
|
||||
* [xuxueli / xxl-job](https://github.com/xuxueli/xxl-job):A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
|
||||
* [bazelbuild / bazel](https://github.com/bazelbuild/bazel):a fast, scalable, multi-language and extensible build system
|
||||
|
||||
#### Kotlin
|
||||
* [JetBrains / kotlin](https://github.com/JetBrains/kotlin):The Kotlin Programming Language.
|
||||
* [square / okhttp](https://github.com/square/okhttp):Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
|
||||
* [android / compose-samples](https://github.com/android/compose-samples):Official Jetpack Compose samples.
|
||||
* [mobile-dev-inc / maestro](https://github.com/mobile-dev-inc/maestro):Painless Mobile UI Automation
|
||||
* [simondankelmann / Bluetooth-LE-Spam](https://github.com/simondankelmann/Bluetooth-LE-Spam):
|
||||
* [home-assistant / android](https://github.com/home-assistant/android):📱 Home Assistant Companion for Android
|
||||
* [JetBrains / ideavim](https://github.com/JetBrains/ideavim):IdeaVim – A Vim engine for JetBrains IDEs
|
||||
* [android / nowinandroid](https://github.com/android/nowinandroid):A fully functional Android app built entirely with Kotlin and Jetpack Compose
|
||||
* [ethereum-lists / chains](https://github.com/ethereum-lists/chains):provides metadata for chains
|
||||
* [Ehviewer-Overhauled / Ehviewer](https://github.com/Ehviewer-Overhauled/Ehviewer):EhViewer overhauled with Material Design 3, Jetpack Compose and more
|
||||
* [aws / aws-toolkit-jetbrains](https://github.com/aws/aws-toolkit-jetbrains):AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
|
||||
* [FooIbar / EhViewer](https://github.com/FooIbar/EhViewer):EhViewer overhauled with Material Design 3 and more, forked from https://github.com/Ehviewer-Overhauled/Ehviewer
|
||||
* [android / platform-samples](https://github.com/android/platform-samples):A collection of samples of different Android OS platform APIs.
|
||||
* [Kunzisoft / KeePassDX](https://github.com/Kunzisoft/KeePassDX):Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
|
||||
* [ktorio / ktor](https://github.com/ktorio/ktor):Framework for quickly creating connected applications in Kotlin with minimal effort
|
||||
* [CymChad / BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper):BRVAH:Powerful and flexible RecyclerAdapter
|
||||
* [2dust / v2rayNG](https://github.com/2dust/v2rayNG):A V2Ray client for Android, support Xray core and v2fly core
|
||||
* [mapbox / mapbox-maps-android](https://github.com/mapbox/mapbox-maps-android):Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
|
||||
|
||||
#### Objective-C
|
||||
* [react-native-maps / react-native-maps](https://github.com/react-native-maps/react-native-maps):React Native Mapview component for iOS + Android
|
||||
* [openid / AppAuth-iOS](https://github.com/openid/AppAuth-iOS):iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
|
||||
* [realm / realm-swift](https://github.com/realm/realm-swift):Realm is a mobile database: a replacement for Core Data & SQLite
|
||||
* [AzureAD / microsoft-authentication-library-for-objc](https://github.com/AzureAD/microsoft-authentication-library-for-objc):Microsoft Authentication Library (MSAL) for iOS and macOS
|
||||
* [gnachman / iTerm2](https://github.com/gnachman/iTerm2):iTerm2 is a terminal emulator for Mac OS X that does amazing things.
|
||||
* [getsentry / sentry-cocoa](https://github.com/getsentry/sentry-cocoa):The official Sentry SDK for iOS, tvOS, macOS, watchOS.
|
||||
* [google / GoogleSignIn-iOS](https://github.com/google/GoogleSignIn-iOS):Enables iOS and macOS apps to sign in with Google.
|
||||
* [SDWebImage / SDWebImage](https://github.com/SDWebImage/SDWebImage):Asynchronous image downloader with cache support as a UIImageView category
|
||||
* [Sequel-Ace / Sequel-Ace](https://github.com/Sequel-Ace/Sequel-Ace):MySQL/MariaDB database management for macOS
|
||||
* [PojavLauncherTeam / PojavLauncher_iOS](https://github.com/PojavLauncherTeam/PojavLauncher_iOS):A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for iOS/iPadOS platform.
|
||||
* [AFNetworking / AFNetworking](https://github.com/AFNetworking/AFNetworking):A delightful networking framework for iOS, macOS, watchOS, and tvOS.
|
||||
* [CocoaLumberjack / CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack):A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS
|
||||
* [google / GoogleUtilities](https://github.com/google/GoogleUtilities):
|
||||
* [google / promises](https://github.com/google/promises):Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
|
||||
* [google / gtm-session-fetcher](https://github.com/google/gtm-session-fetcher):Google Toolbox for Mac - Session Fetcher
|
||||
* [AliSoftware / OHHTTPStubs](https://github.com/AliSoftware/OHHTTPStubs):Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
|
||||
* [segmentio / analytics-ios](https://github.com/segmentio/analytics-ios):The hassle-free way to integrate analytics into any iOS application.
|
||||
|
||||
#### php
|
||||
* [magento / magento2](https://github.com/magento/magento2):Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
|
||||
* [snipe / snipe-it](https://github.com/snipe/snipe-it):A free open source IT asset/license management system
|
||||
* [php / pie](https://github.com/php/pie):The PHP Installer for Extensions
|
||||
* [composer / composer](https://github.com/composer/composer):Dependency Manager for PHP
|
||||
* [symfony / symfony](https://github.com/symfony/symfony):The Symfony PHP framework
|
||||
* [salesagility / SuiteCRM](https://github.com/salesagility/SuiteCRM):SuiteCRM - Open source CRM for the world
|
||||
* [filamentphp / filament](https://github.com/filamentphp/filament):A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
|
||||
* [matomo-org / matomo](https://github.com/matomo-org/matomo):Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
|
||||
* [notrab / dumbo](https://github.com/notrab/dumbo):A lightweight, friendly PHP framework for HTTP.
|
||||
* [assimon / dujiaoka](https://github.com/assimon/dujiaoka):🦄独角数卡(自动售货系统)-开源站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉
|
||||
* [mautic / mautic](https://github.com/mautic/mautic):Mautic: Open Source Marketing Automation Software.
|
||||
* [DataDog / dd-trace-php](https://github.com/DataDog/dd-trace-php):Datadog PHP Clients
|
||||
* [PHPMailer / PHPMailer](https://github.com/PHPMailer/PHPMailer):The classic email sending library for PHP
|
||||
* [phpstan / phpstan-src](https://github.com/phpstan/phpstan-src):PHPStan's source code. This is where development happens. Check https://github.com/phpstan/phpstan for the distribution repository.
|
||||
* [php-webdriver / php-webdriver](https://github.com/php-webdriver/php-webdriver):PHP client for Selenium/WebDriver protocol. Previously facebook/php-webdriver
|
||||
* [statamic / cms](https://github.com/statamic/cms):The core Laravel CMS Composer package
|
||||
* [rectorphp / rector](https://github.com/rectorphp/rector):Instant Upgrades and Automated Refactoring of any PHP 5.3+ code
|
||||
* [microsoftgraph / msgraph-sdk-php](https://github.com/microsoftgraph/msgraph-sdk-php):Microsoft Graph Library for PHP.
|
||||
* [zabbix / zabbix](https://github.com/zabbix/zabbix):Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud.
|
||||
* [drush-ops / drush](https://github.com/drush-ops/drush):Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.
|
||||
* [twigphp / Twig](https://github.com/twigphp/Twig):Twig, the flexible, fast, and secure template language for PHP
|
||||
* [opencart / opencart](https://github.com/opencart/opencart):A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
|
||||
|
||||
#### rust
|
||||
* [sharkdp / hyperfine](https://github.com/sharkdp/hyperfine):A command-line benchmarking tool
|
||||
* [getzola / zola](https://github.com/getzola/zola):A fast static site generator in a single binary with everything built-in. https://www.getzola.org
|
||||
* [astral-sh / uv](https://github.com/astral-sh/uv):An extremely fast Python package and project manager, written in Rust.
|
||||
* [influxdata / influxdb](https://github.com/influxdata/influxdb):Scalable datastore for metrics, events, and real-time analytics
|
||||
* [gleam-lang / gleam](https://github.com/gleam-lang/gleam):⭐️ A friendly language for building type-safe, scalable systems!
|
||||
* [spaceandtimelabs / sxt-proof-of-sql](https://github.com/spaceandtimelabs/sxt-proof-of-sql):Space and Time | Proof of SQL
|
||||
* [MystenLabs / sui](https://github.com/MystenLabs/sui):Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
|
||||
* [gitbutlerapp / gitbutler](https://github.com/gitbutlerapp/gitbutler):The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
|
||||
* [apache / iceberg-rust](https://github.com/apache/iceberg-rust):Apache Iceberg
|
||||
* [loco-rs / loco](https://github.com/loco-rs/loco):🚂 🦀 The one-person framework for Rust for side-projects and startups
|
||||
* [epi052 / feroxbuster](https://github.com/epi052/feroxbuster):A fast, simple, recursive content discovery tool written in Rust.
|
||||
* [paritytech / polkadot-sdk](https://github.com/paritytech/polkadot-sdk):The Parity Polkadot Blockchain SDK
|
||||
* [zed-industries / zed](https://github.com/zed-industries/zed):Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
|
||||
* [rust-lang / rustlings](https://github.com/rust-lang/rustlings):🦀 Small exercises to get you used to reading and writing Rust code!
|
||||
* [paradigmxyz / reth](https://github.com/paradigmxyz/reth):Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
|
||||
* [mxsm / rocketmq-rust](https://github.com/mxsm/rocketmq-rust):🚀Apache RocketMQ Rust🦀 implementation. Faster, safer, and with lower memory usage.
|
||||
* [trynova / nova](https://github.com/trynova/nova):JS engine lolz
|
||||
* [wez / wezterm](https://github.com/wez/wezterm):A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
|
||||
* [RustScan / RustScan](https://github.com/RustScan/RustScan):🤖 The Modern Port Scanner 🤖
|
||||
* [tikv / tikv](https://github.com/tikv/tikv):Distributed transactional key-value database, originally created to complement TiDB
|
||||
* [databendlabs / databend](https://github.com/databendlabs/databend):𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
|
||||
* [helix-editor / helix](https://github.com/helix-editor/helix):A post-modern modal text editor.
|
||||
* [hyperium / hyper](https://github.com/hyperium/hyper):An HTTP library for Rust
|
||||
* [nix-rust / nix](https://github.com/nix-rust/nix):Rust friendly bindings to *nix APIs
|
||||
* [openobserve / openobserve](https://github.com/openobserve/openobserve):🚀 10x easier, 🚀 140x lower storage cost, 🚀 high performance, 🚀 petabyte scale - Elasticsearch/Splunk/Datadog alternative for 🚀 (logs, metrics, traces, RUM, Error tracking, Session replay).
|
||||
|
||||
#### python
|
||||
* [blacklanternsecurity / bbot](https://github.com/blacklanternsecurity/bbot):A recursive internet scanner for hackers.
|
||||
* [langflow-ai / langflow](https://github.com/langflow-ai/langflow):Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
|
||||
* [freqtrade / freqtrade](https://github.com/freqtrade/freqtrade):Free, open source crypto trading bot
|
||||
* [pytorch / pytorch](https://github.com/pytorch/pytorch):Tensors and Dynamic neural networks in Python with strong GPU acceleration
|
||||
* [xtekky / gpt4free](https://github.com/xtekky/gpt4free):The official gpt4free repository | various collection of powerful language models
|
||||
* [python-poetry / poetry](https://github.com/python-poetry/poetry):Python packaging and dependency management made easy
|
||||
* [521xueweihan / GitHub520](https://github.com/521xueweihan/GitHub520):😘 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)
|
||||
* [apache / airflow](https://github.com/apache/airflow):Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
|
||||
* [Marker-Inc-Korea / AutoRAG](https://github.com/Marker-Inc-Korea/AutoRAG):AutoML tool for RAG
|
||||
* [stanfordnlp / dspy](https://github.com/stanfordnlp/dspy):DSPy: The framework for programming—not prompting—language models
|
||||
* [cvat-ai / cvat](https://github.com/cvat-ai/cvat):Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
|
||||
* [mlflow / mlflow](https://github.com/mlflow/mlflow):Open source platform for the machine learning lifecycle
|
||||
* [NVIDIA / garak](https://github.com/NVIDIA/garak):the LLM vulnerability scanner
|
||||
* [meta-llama / llama-models](https://github.com/meta-llama/llama-models):Utilities intended for use with Llama models.
|
||||
|
||||
#### swift
|
||||
* [apple / swift-nio](https://github.com/apple/swift-nio):Event-driven network application framework for high performance protocol servers & clients, non-blocking.
|
||||
* [groue / GRDB.swift](https://github.com/groue/GRDB.swift):A toolkit for SQLite databases, with a focus on application development
|
||||
* [pointfreeco / swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture):A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
|
||||
* [Mijick / Popups](https://github.com/Mijick/Popups):Popups, popovers, sheets, alerts, toasts, banners, (...) presentation made simple. Written with and for SwiftUI.
|
||||
* [vapor / vapor](https://github.com/vapor/vapor):💧 A server-side Swift HTTP web framework.
|
||||
* [TheWidlarzGroup / react-native-video](https://github.com/TheWidlarzGroup/react-native-video):A <Video /> component for react-native
|
||||
* [exelban / stats](https://github.com/exelban/stats):macOS system monitor in your menu bar
|
||||
* [Whisky-App / Whisky](https://github.com/Whisky-App/Whisky):A modern Wine wrapper for macOS built with SwiftUI
|
||||
* [airbnb / lottie-ios](https://github.com/airbnb/lottie-ios):An iOS library to natively render After Effects vector animations
|
||||
* [onevcat / Kingfisher](https://github.com/onevcat/Kingfisher):A lightweight, pure-Swift library for downloading and caching images from the web.
|
||||
* [Alamofire / Alamofire](https://github.com/Alamofire/Alamofire):Elegant HTTP Networking in Swift
|
||||
* [stripe / stripe-ios](https://github.com/stripe/stripe-ios):Stripe iOS SDK
|
||||
* [swiftlang / swift-testing](https://github.com/swiftlang/swift-testing):A modern, expressive testing package for Swift
|
||||
* [apollographql / apollo-ios](https://github.com/apollographql/apollo-ios):📱 A strongly-typed, caching GraphQL client for iOS, written in Swift.
|
||||
* [facebook / facebook-ios-sdk](https://github.com/facebook/facebook-ios-sdk):Used to integrate the Facebook Platform with your iOS & tvOS apps.
|
||||
* [swiftlang / swift-syntax](https://github.com/swiftlang/swift-syntax):A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
|
||||
* [ChartsOrg / Charts](https://github.com/ChartsOrg/Charts):Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
|
||||
* [aws-amplify / amplify-swift](https://github.com/aws-amplify/amplify-swift):A declarative library for application development using cloud services.
|
||||
* [kean / Pulse](https://github.com/kean/Pulse):Network logger for Apple platforms
|
||||
* [apple / swift-protobuf](https://github.com/apple/swift-protobuf):Plugin and runtime library for using protobuf with Swift
|
||||
* [jordanbaird / Ice](https://github.com/jordanbaird/Ice):Powerful menu bar manager for macOS
|
||||
|
||||
#### javascript
|
||||
* [poteto / hiring-without-whiteboards](https://github.com/poteto/hiring-without-whiteboards):⭐️ Companies that don't have a broken hiring process
|
||||
* [FortAwesome / Font-Awesome](https://github.com/FortAwesome/Font-Awesome):The iconic SVG, font, and CSS toolkit
|
||||
* [HumanSignal / label-studio](https://github.com/HumanSignal/label-studio):Label Studio is a multi-type data labeling and annotation tool with standardized output format
|
||||
* [leonardomso / 33-js-concepts](https://github.com/leonardomso/33-js-concepts):📜 33 JavaScript concepts every developer should know.
|
||||
* [Kong / insomnia](https://github.com/Kong/insomnia):The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
|
||||
* [Automattic / mongoose](https://github.com/Automattic/mongoose):MongoDB object modeling designed to work in an asynchronous environment.
|
||||
* [ToolJet / ToolJet](https://github.com/ToolJet/ToolJet):Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀
|
||||
* [vercel / next.js](https://github.com/vercel/next.js):The React Framework
|
||||
* [iamkun / dayjs](https://github.com/iamkun/dayjs):⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
|
||||
* [xszyou / Fay](https://github.com/xszyou/Fay):Fay is an open-source digital human framework integrating language models and digital characters. It offers retail, assistant, and agent versions for diverse applications like virtual shopping guides, broadcasters, assistants, waiters, teachers, and voice or text-based mobile assistants.
|
||||
* [OpenSignLabs / OpenSign](https://github.com/OpenSignLabs/OpenSign):🔥 The free & Open Source DocuSign alternative
|
||||
* [anuraghazra / github-readme-stats](https://github.com/anuraghazra/github-readme-stats):⚡ Dynamically generated stats for your github readmes
|
||||
* [adrianhajdin / aora](https://github.com/adrianhajdin/aora):Build your first mobile application
|
||||
* [serverless / serverless](https://github.com/serverless/serverless):⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
|
||||
* [twbs / bootstrap](https://github.com/twbs/bootstrap):The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
|
||||
* [airbnb / javascript](https://github.com/airbnb/javascript):JavaScript Style Guide
|
||||
* [exceljs / exceljs](https://github.com/exceljs/exceljs):Excel Workbook Manager
|
||||
|
||||
#### go
|
||||
* [influxdata / telegraf](https://github.com/influxdata/telegraf):Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
|
||||
* [open-telemetry / opentelemetry-go](https://github.com/open-telemetry/opentelemetry-go):OpenTelemetry Go API and SDK
|
||||
* [ethereum-optimism / optimism](https://github.com/ethereum-optimism/optimism):Optimism is Ethereum, scaled.
|
||||
* [Melkeydev / go-blueprint](https://github.com/Melkeydev/go-blueprint):Go-blueprint allows users to spin up a quick Go project using a popular framework
|
||||
* [open-telemetry / opentelemetry-go-contrib](https://github.com/open-telemetry/opentelemetry-go-contrib):Collection of extensions for OpenTelemetry-Go.
|
||||
* [crossplane / crossplane](https://github.com/crossplane/crossplane):The Cloud Native Control Plane
|
||||
* [pingcap / tidb](https://github.com/pingcap/tidb):TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
|
||||
* [containerd / nerdctl](https://github.com/containerd/nerdctl):contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
|
||||
* [hugomd / ascii-live](https://github.com/hugomd/ascii-live):An extension to parrot.live, with support for more animations! http://ascii.live
|
||||
* [tidwall / gjson](https://github.com/tidwall/gjson):Get JSON values quickly - JSON parser for Go
|
||||
* [projectdiscovery / katana](https://github.com/projectdiscovery/katana):A next-generation crawling and spidering framework.
|
||||
* [grafana / mimir](https://github.com/grafana/mimir):Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
|
||||
* [avelino / awesome-go](https://github.com/avelino/awesome-go):A curated list of awesome Go frameworks, libraries and software
|
||||
* [charmbracelet / bubbletea](https://github.com/charmbracelet/bubbletea):A powerful little TUI framework 🏗
|
||||
* [nektos / act](https://github.com/nektos/act):Run your GitHub Actions locally 🚀
|
||||
* [ollama / ollama](https://github.com/ollama/ollama):Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
|
||||
* [stretchr / testify](https://github.com/stretchr/testify):A toolkit with common assertions and mocks that plays nicely with the standard library
|
||||
* [prometheus / node_exporter](https://github.com/prometheus/node_exporter):Exporter for machine metrics
|
||||
* [docker / cli](https://github.com/docker/cli):The Docker CLI
|
||||
* [hashicorp / terraform](https://github.com/hashicorp/terraform):Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
|
||||
* [charmbracelet / huh](https://github.com/charmbracelet/huh):Build terminal forms and prompts 🤷🏻♀️
|
||||
* [stakater / Reloader](https://github.com/stakater/Reloader):A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!
|
||||
* [spf13 / cobra](https://github.com/spf13/cobra):A Commander for modern Go CLI interactions
|
||||
* [ray-project / kuberay](https://github.com/ray-project/kuberay):A toolkit to run Ray applications on Kubernetes
|
||||
* [chaitin / SafeLine](https://github.com/chaitin/SafeLine):serve as a reverse proxy to protect your web services from attacks and exploits.
|
||||
|
||||
#### TypeScript
|
||||
* [twentyhq / twenty](https://github.com/twentyhq/twenty):Building a modern alternative to Salesforce, powered by the community.
|
||||
* [payloadcms / payload](https://github.com/payloadcms/payload):Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
|
||||
* [awslabs / multi-agent-orchestrator](https://github.com/awslabs/multi-agent-orchestrator):Flexible and powerful framework for managing multiple AI agents and handling complex conversations
|
||||
* [ItzCrazyKns / Perplexica](https://github.com/ItzCrazyKns/Perplexica):Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI
|
||||
* [excalidraw / excalidraw](https://github.com/excalidraw/excalidraw):Virtual whiteboard for sketching hand-drawn like diagrams
|
||||
* [ai16z / eliza](https://github.com/ai16z/eliza):Conversational Agent for Twitter and Discord
|
||||
* [freeCodeCamp / freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp):freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
|
||||
* [motiondivision / motion](https://github.com/motiondivision/motion):A modern animation library for React and JavaScript
|
||||
* [OHIF / Viewers](https://github.com/OHIF/Viewers):OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
|
||||
* [blakeblackshear / frigate](https://github.com/blakeblackshear/frigate):NVR with realtime local object detection for IP cameras
|
||||
* [desktop / desktop](https://github.com/desktop/desktop):Focus on what matters instead of fighting with Git.
|
||||
* [sanity-io / sanity](https://github.com/sanity-io/sanity):Sanity Studio – Rapidly configure content workspaces powered by structured content
|
||||
* [primer / react](https://github.com/primer/react):An implementation of GitHub's Primer Design System using React
|
||||
* [Bin-Huang / chatbox](https://github.com/Bin-Huang/chatbox):User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
|
||||
* [react-navigation / react-navigation](https://github.com/react-navigation/react-navigation):Routing and navigation for your React Native apps
|
||||
* [mendableai / firecrawl](https://github.com/mendableai/firecrawl):🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.
|
||||
* [remix-run / react-router](https://github.com/remix-run/react-router):Declarative routing for React
|
||||
* [lobehub / lobe-chat](https://github.com/lobehub/lobe-chat):🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management / RAG ), Multi-Modals (Vision/TTS) and plugin system. One-click FREE deployment of your private ChatGPT/ Claude application.
|
||||
* [ntegrals / aura-voice](https://github.com/ntegrals/aura-voice):Aura is like Siri, but in your browser. An AI voice assistant optimized for low latency responses.
|
||||
|
||||
#### Vue
|
||||
* [unovue / radix-vue](https://github.com/unovue/radix-vue):Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
|
||||
* [requarks / wiki](https://github.com/requarks/wiki):Wiki.js | A modern and powerful wiki app built on Node.js
|
||||
* [vbenjs / vue-vben-admin](https://github.com/vbenjs/vue-vben-admin):A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
|
||||
* [primefaces / primevue](https://github.com/primefaces/primevue):Next Generation Vue UI Component Library
|
||||
* [yudaocode / yudao-ui-admin-vue3](https://github.com/yudaocode/yudao-ui-admin-vue3):芋道管理后台,基于 Vue3 + Element Plus 实现,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。
|
||||
* [0xJacky / nginx-ui](https://github.com/0xJacky/nginx-ui):Yet another WebUI for Nginx
|
||||
* [nuxt / ui](https://github.com/nuxt/ui):A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
|
||||
* [HalseySpicy / Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin):✨✨✨ Geeker Admin,基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。
|
||||
* [palxiao / poster-design](https://github.com/palxiao/poster-design):一款漂亮且功能强大的在线海报设计器,图片编辑器,仿稿定设计,适用于多种场景:海报生成、电商产品图、文章长图、视频/公众号封面等。A beautiful online image designer, suitable for various scenarios like generate posters, making design easier!
|
||||
* [Moonofweisheng / wot-design-uni](https://github.com/Moonofweisheng/wot-design-uni):一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。
|
||||
* [dreamhunter2333 / cloudflare_temp_email](https://github.com/dreamhunter2333/cloudflare_temp_email):CloudFlare free temp domain email 免费收发 临时域名邮箱 支持附件 IMAP SMTP TelegramBot
|
||||
* [CareyWang / sub-web](https://github.com/CareyWang/sub-web):
|
||||
* [zxwk1998 / vue-admin-better](https://github.com/zxwk1998/vue-admin-better):🎉 vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vab admin pro,vab admin plus,vue admin plus,vue admin pro
|
||||
* [frappe / crm](https://github.com/frappe/crm):The future of open source CRM
|
||||
* [ccbikai / Sink](https://github.com/ccbikai/Sink):⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
|
||||
* [PanJiaChen / vue-element-admin](https://github.com/PanJiaChen/vue-element-admin):🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
|
Loading…
Reference in New Issue
Block a user