mirror of
https://github.com/go2coding/CatwalkGlimpse-AISelections.git
synced 2024-11-25 16:53:15 +08:00
20241024 new update
This commit is contained in:
parent
1d90db4e7c
commit
5f38988e52
15
data/new/2024/10/2024-10-24.md
Normal file
15
data/new/2024/10/2024-10-24.md
Normal file
@ -0,0 +1,15 @@
|
||||
## 2024-10-24
|
||||
#### Kotlin
|
||||
* [Heapy / awesome-kotlin](https://github.com/Heapy/awesome-kotlin):A curated list of awesome Kotlin related stuff Inspired by awesome-java.
|
||||
#### php
|
||||
* [eusonlito / Password-Manager](https://github.com/eusonlito/Password-Manager):Self-hosted Password Manager based on Laravel 10 + PHP 8 + MySQL 8. Gestor de Contraseñas basado en Laravel 10 + PHP 8 + MySQL 8.
|
||||
#### rust
|
||||
* [GitoxideLabs / gitoxide](https://github.com/GitoxideLabs/gitoxide):An idiomatic, lean, fast & safe pure Rust implementation of Git
|
||||
* [hyperlane-xyz / hyperlane-monorepo](https://github.com/hyperlane-xyz/hyperlane-monorepo):The home for Hyperlane core contracts, sdk packages, and other infrastructure
|
||||
* [Amjad50 / plastic](https://github.com/Amjad50/plastic):NES emulator in rust with egui and TUI
|
||||
#### python
|
||||
* [ucbepic / docetl](https://github.com/ucbepic/docetl):A system for agentic LLM-powered data processing and ETL
|
||||
#### TypeScript
|
||||
* [yamadashy / repopack](https://github.com/yamadashy/repopack):📦 Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, and Gemini.
|
||||
#### Vue
|
||||
* [activist-org / activist](https://github.com/activist-org/activist):An open-source activism platform
|
320
data/trending/2024/10/2024-10-24.md
Normal file
320
data/trending/2024/10/2024-10-24.md
Normal file
@ -0,0 +1,320 @@
|
||||
## 2024-10-24
|
||||
|
||||
#### c
|
||||
* [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.
|
||||
* [BasedHardware / omi](https://github.com/BasedHardware/omi):AI wearables
|
||||
* [citusdata / citus](https://github.com/citusdata/citus):Distributed PostgreSQL as an extension
|
||||
* [pbatard / rufus](https://github.com/pbatard/rufus):The Reliable USB Formatting Utility
|
||||
* [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.
|
||||
* [haproxy / haproxy](https://github.com/haproxy/haproxy):HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
|
||||
* [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.
|
||||
* [DaveGamble / cJSON](https://github.com/DaveGamble/cJSON):Ultralightweight JSON parser in ANSI C
|
||||
* [iovisor / bcc](https://github.com/iovisor/bcc):BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
|
||||
* [open-quantum-safe / liboqs](https://github.com/open-quantum-safe/liboqs):C library for prototyping and experimenting with quantum-resistant cryptography
|
||||
* [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.
|
||||
* [FreeRTOS / FreeRTOS](https://github.com/FreeRTOS/FreeRTOS):'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel.
|
||||
* [FreeRTOS / FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel):FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
|
||||
* [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.
|
||||
* [fastfetch-cli / fastfetch](https://github.com/fastfetch-cli/fastfetch):An actively maintained, feature-rich and performance oriented, neofetch like system information tool.
|
||||
* [libevent / libevent](https://github.com/libevent/libevent):Event notification library
|
||||
* [riscv-collab / riscv-gnu-toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain):GNU toolchain for RISC-V, including GCC
|
||||
* [qmk / qmk_firmware](https://github.com/qmk/qmk_firmware):Open-source keyboard firmware for Atmel AVR and Arm USB families
|
||||
* [guanzhi / GmSSL](https://github.com/guanzhi/GmSSL):支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱
|
||||
|
||||
#### c#
|
||||
* [bitwarden / server](https://github.com/bitwarden/server):Bitwarden infrastructure/backend (API, database, Docker, etc).
|
||||
* [dotnet / efcore](https://github.com/dotnet/efcore):EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
||||
* [Azure / azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net):This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
||||
* [microsoft / PowerToys](https://github.com/microsoft/PowerToys):Windows system utilities to maximize productivity
|
||||
* [dotnet / maui](https://github.com/dotnet/maui):.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
||||
* [PowerShell / PowerShell](https://github.com/PowerShell/PowerShell):PowerShell for every system!
|
||||
* [HangfireIO / Hangfire](https://github.com/HangfireIO/Hangfire):An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
|
||||
* [ScottPlot / ScottPlot](https://github.com/ScottPlot/ScottPlot):Interactive plotting library for .NET
|
||||
* [Cysharp / UniTask](https://github.com/Cysharp/UniTask):Provides an efficient allocation free async/await integration for Unity.
|
||||
* [BepInEx / BepInEx](https://github.com/BepInEx/BepInEx):Unity / XNA game patcher and plugin framework
|
||||
* [umbraco / Umbraco-CMS](https://github.com/umbraco/Umbraco-CMS):Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
|
||||
* [dotnet / aspire](https://github.com/dotnet/aspire):An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
|
||||
* [codeproject / CodeProject.AI-Server](https://github.com/codeproject/CodeProject.AI-Server):CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
|
||||
* [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.
|
||||
* [FlaxEngine / FlaxEngine](https://github.com/FlaxEngine/FlaxEngine):Flax Engine – multi-platform 3D game engine
|
||||
* [dotnet / orleans](https://github.com/dotnet/orleans):Cloud Native application framework for .NET
|
||||
* [OpenRA / OpenRA](https://github.com/OpenRA/OpenRA):Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
||||
* [DataDog / dd-trace-dotnet](https://github.com/DataDog/dd-trace-dotnet):.NET Client Library for Datadog APM
|
||||
* [Azure / azure-powershell](https://github.com/Azure/azure-powershell):Microsoft Azure PowerShell
|
||||
* [marticliment / UniGetUI](https://github.com/marticliment/UniGetUI):UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
|
||||
* [microsoft / semantic-kernel](https://github.com/microsoft/semantic-kernel):Integrate cutting-edge LLM technology quickly and easily into your apps
|
||||
* [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.
|
||||
|
||||
#### c++
|
||||
* [facebook / folly](https://github.com/facebook/folly):An open-source C++ library developed and used at Facebook.
|
||||
* [godotengine / godot](https://github.com/godotengine/godot):Godot Engine – Multi-platform 2D and 3D game engine
|
||||
* [CleverRaven / Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA):Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
|
||||
* [ClickHouse / ClickHouse](https://github.com/ClickHouse/ClickHouse):ClickHouse® is a real-time analytics DBMS
|
||||
* [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.
|
||||
* [RobotLocomotion / drake](https://github.com/RobotLocomotion/drake):Model-based design and verification for robotics.
|
||||
* [ggerganov / llama.cpp](https://github.com/ggerganov/llama.cpp):LLM inference in C/C++
|
||||
* [google / googletest](https://github.com/google/googletest):GoogleTest - Google Testing and Mocking Framework
|
||||
* [stack-of-tasks / pinocchio](https://github.com/stack-of-tasks/pinocchio):A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
|
||||
* [weidai11 / cryptopp](https://github.com/weidai11/cryptopp):free C++ class library of cryptographic schemes
|
||||
* [espressif / arduino-esp32](https://github.com/espressif/arduino-esp32):Arduino core for the ESP32
|
||||
* [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. 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 analysis.
|
||||
* [microsoft / react-native-windows](https://github.com/microsoft/react-native-windows):A framework for building native Windows apps with React.
|
||||
* [PaddlePaddle / Paddle](https://github.com/PaddlePaddle/Paddle):PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
|
||||
* [Livox-SDK / livox_ros_driver2](https://github.com/Livox-SDK/livox_ros_driver2):Livox device driver under Ros(Compatible with ros and ros2), support Lidar HAP and Mid-360.
|
||||
* [protocolbuffers / protobuf](https://github.com/protocolbuffers/protobuf):Protocol Buffers - Google's data interchange format
|
||||
* [chiteroman / PlayIntegrityFix](https://github.com/chiteroman/PlayIntegrityFix):Fix Play Integrity (and SafetyNet) verdicts.
|
||||
* [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.
|
||||
* [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 / 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.
|
||||
* [microsoft / calculator](https://github.com/microsoft/calculator):Windows Calculator: A simple yet powerful calculator that ships with Windows
|
||||
* [bitcoin / bitcoin](https://github.com/bitcoin/bitcoin):Bitcoin Core integration/staging tree
|
||||
|
||||
#### java
|
||||
* [SeleniumHQ / selenium](https://github.com/SeleniumHQ/selenium):A browser automation framework and ecosystem.
|
||||
* [projectlombok / lombok](https://github.com/projectlombok/lombok):Very spicy additions to the Java programming language.
|
||||
* [datahub-project / datahub](https://github.com/datahub-project/datahub):The Metadata Platform for your Data Stack
|
||||
* [kunal-kushwaha / DSA-Bootcamp-Java](https://github.com/kunal-kushwaha/DSA-Bootcamp-Java):This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
|
||||
* [openjdk / jdk](https://github.com/openjdk/jdk):JDK main-line development https://openjdk.org/projects/jdk
|
||||
* [questdb / questdb](https://github.com/questdb/questdb):QuestDB is an open source time-series database for fast ingest and SQL queries
|
||||
* [jeremylong / DependencyCheck](https://github.com/jeremylong/DependencyCheck):OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
|
||||
* [Catfriend1 / syncthing-android](https://github.com/Catfriend1/syncthing-android):Syncthing-Fork - A Syncthing Wrapper for Android.
|
||||
* [YunaiV / ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro):🔥 官方推荐 🔥 RuoYi-Vue 全新 Pro 版本,优化重构所有功能。基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 微信小程序,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!
|
||||
* [alibaba / spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba):Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
|
||||
* [houbb / sensitive-word](https://github.com/houbb/sensitive-word):👮♂️The sensitive word tool for java.(敏感词/违禁词/违法词/脏词。基于 DFA 算法实现的高性能 java 敏感词过滤工具框架。请勿发布涉及政治、广告、营销、翻墙、违反国家法律法规等内容。高性能敏感词检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。)
|
||||
* [alibaba / DataX](https://github.com/alibaba/DataX):DataX是阿里云DataWorks数据集成的开源版本。
|
||||
* [hibernate / hibernate-orm](https://github.com/hibernate/hibernate-orm):Hibernate's core Object/Relational Mapping functionality
|
||||
* [wiremock / wiremock](https://github.com/wiremock/wiremock):A tool for mocking HTTP services
|
||||
* [hapifhir / hapi-fhir](https://github.com/hapifhir/hapi-fhir):🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
|
||||
* [elastic / elasticsearch](https://github.com/elastic/elasticsearch):Free and Open Source, Distributed, RESTful Search Engine
|
||||
* [JetBrains / intellij-community](https://github.com/JetBrains/intellij-community):IntelliJ IDEA Community Edition & IntelliJ Platform
|
||||
* [alibaba / easyexcel](https://github.com/alibaba/easyexcel):快速、简洁、解决大文件内存溢出的java处理Excel工具
|
||||
* [grpc / grpc-java](https://github.com/grpc/grpc-java):The Java gRPC implementation. HTTP/2 based RPC
|
||||
* [vespa-engine / vespa](https://github.com/vespa-engine/vespa):AI + Data, online. https://vespa.ai
|
||||
* [xuxueli / xxl-job](https://github.com/xuxueli/xxl-job):A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
|
||||
* [StarRocks / starrocks](https://github.com/StarRocks/starrocks):The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
|
||||
* [redisson / redisson](https://github.com/redisson/redisson):Redisson - Easy Redis Java client and Real-Time Data Platform. Valkey compatible. Sync/Async/RxJava/Reactive API. Over 50 Redis or Valkey based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache...
|
||||
|
||||
#### Kotlin
|
||||
* [mobile-dev-inc / maestro](https://github.com/mobile-dev-inc/maestro):Painless Mobile UI Automation
|
||||
* [bmax121 / APatch](https://github.com/bmax121/APatch):The patching of Android kernel and Android system
|
||||
* [amir1376 / ab-download-manager](https://github.com/amir1376/ab-download-manager):A Download Manager that speeds up your downloads
|
||||
* [ethereum-lists / chains](https://github.com/ethereum-lists/chains):provides metadata for chains
|
||||
* [Kotlin / kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines):Library support for Kotlin coroutines
|
||||
* [bitwarden / android](https://github.com/bitwarden/android):Bitwarden mobile app for Android.
|
||||
* [gkd-kit / gkd](https://github.com/gkd-kit/gkd):基于无障碍,高级选择器,订阅规则的自定义屏幕点击 Android 应用 | An Android APP with custom screen tapping based on Accessibility, Advanced Selectors, and Subscription Rules
|
||||
* [android / nowinandroid](https://github.com/android/nowinandroid):A fully functional Android app built entirely with Kotlin and Jetpack Compose
|
||||
* [signalapp / Signal-Android](https://github.com/signalapp/Signal-Android):A private messenger for Android.
|
||||
* [Kotlin / kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization):Kotlin multiplatform / multi-format serialization
|
||||
* [home-assistant / android](https://github.com/home-assistant/android):📱 Home Assistant Companion for Android
|
||||
* [oblador / react-native-keychain](https://github.com/oblador/react-native-keychain):🔑 Keychain Access for React Native
|
||||
* [measure-sh / measure](https://github.com/measure-sh/measure):Measure is an open source tool to monitor mobile apps.
|
||||
* [skydoves / Pokedex](https://github.com/skydoves/Pokedex):🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
|
||||
* [YenalyLiew / Han1meViewer](https://github.com/YenalyLiew/Han1meViewer):An Unofficial Hanime1.me Application for Android.
|
||||
* [nightscout / AndroidAPS](https://github.com/nightscout/AndroidAPS):Opensource automated insulin delivery system (closed loop)
|
||||
* [KotatsuApp / Kotatsu](https://github.com/KotatsuApp/Kotatsu):Manga reader for Android
|
||||
* [Shabinder / SpotiFlyer](https://github.com/Shabinder/SpotiFlyer):Kotlin Multiplatform Music Downloader, Supports Spotify / Gaana / Youtube Music / Jio Saavn / SoundCloud.
|
||||
* [firebase / quickstart-android](https://github.com/firebase/quickstart-android):Firebase Quickstart Samples for Android
|
||||
* [Heapy / awesome-kotlin](https://github.com/Heapy/awesome-kotlin):A curated list of awesome Kotlin related stuff Inspired by awesome-java.
|
||||
* [androidx / androidx](https://github.com/androidx/androidx):Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch on AOSP.
|
||||
* [android / uamp](https://github.com/android/uamp):A sample audio app for Android
|
||||
|
||||
#### Objective-C
|
||||
* [realm / realm-swift](https://github.com/realm/realm-swift):Realm is a mobile database: a replacement for Core Data & SQLite
|
||||
* [AFNetworking / AFNetworking](https://github.com/AFNetworking/AFNetworking):A delightful networking framework for iOS, macOS, watchOS, and tvOS.
|
||||
* [SDWebImage / SDWebImage](https://github.com/SDWebImage/SDWebImage):Asynchronous image downloader with cache support as a UIImageView category
|
||||
* [adjust / ios_sdk](https://github.com/adjust/ios_sdk):This is the iOS SDK of
|
||||
* [openid / AppAuth-iOS](https://github.com/openid/AppAuth-iOS):iOS and macOS SDK for communicating with OAuth 2.0 and OpenID Connect providers.
|
||||
* [OneSignal / OneSignal-iOS-SDK](https://github.com/OneSignal/OneSignal-iOS-SDK):OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
|
||||
* [react-native-maps / react-native-maps](https://github.com/react-native-maps/react-native-maps):React Native Mapview component for iOS + Android
|
||||
* [AzureAD / microsoft-authentication-library-for-objc](https://github.com/AzureAD/microsoft-authentication-library-for-objc):Microsoft Authentication Library (MSAL) for iOS and macOS
|
||||
* [CocoaLumberjack / CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack):A fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS
|
||||
* [google / GoogleSignIn-iOS](https://github.com/google/GoogleSignIn-iOS):Enables iOS and macOS apps to sign in with Google.
|
||||
* [getsentry / sentry-cocoa](https://github.com/getsentry/sentry-cocoa):The official Sentry SDK for iOS, tvOS, macOS, watchOS.
|
||||
* [google / promises](https://github.com/google/promises):Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
|
||||
* [google / GoogleUtilities](https://github.com/google/GoogleUtilities):
|
||||
* [google / gtm-session-fetcher](https://github.com/google/gtm-session-fetcher):Google Toolbox for Mac - Session Fetcher
|
||||
* [braze-inc / braze-swift-sdk](https://github.com/braze-inc/braze-swift-sdk):Braze SDK for the Apple ecosystem, including: iOS, macOS, iPadOS, visionOS, tvOS
|
||||
* [microsoft / plcrashreporter](https://github.com/microsoft/plcrashreporter):Reliable, open-source crash reporting for iOS, macOS and tvOS
|
||||
* [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!
|
||||
* [SDWebImage / SDWebImageWebPCoder](https://github.com/SDWebImage/SDWebImageWebPCoder):A WebP coder plugin for SDWebImage, use libwebp
|
||||
* [BranchMetrics / ios-branch-deep-linking-attribution](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution):The Branch iOS SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
|
||||
* [TimOliver / TOCropViewController](https://github.com/TimOliver/TOCropViewController):A view controller for iOS that allows users to crop portions of UIImage objects
|
||||
* [erikdoe / ocmock](https://github.com/erikdoe/ocmock):Mock objects for Objective-C
|
||||
* [segmentio / analytics-ios](https://github.com/segmentio/analytics-ios):The hassle-free way to integrate analytics into any iOS application.
|
||||
|
||||
#### php
|
||||
* [PHPMailer / PHPMailer](https://github.com/PHPMailer/PHPMailer):The classic email sending library for PHP
|
||||
* [symfony / symfony](https://github.com/symfony/symfony):The Symfony PHP framework
|
||||
* [deployphp / deployer](https://github.com/deployphp/deployer):The PHP deployment tool with support for popular frameworks out of the box
|
||||
* [librenms / librenms](https://github.com/librenms/librenms):Community-based GPL-licensed network monitoring system
|
||||
* [spatie / laravel-permission](https://github.com/spatie/laravel-permission):Associate users with roles and permissions
|
||||
* [laravel / framework](https://github.com/laravel/framework):The Laravel Framework.
|
||||
* [livewire / livewire](https://github.com/livewire/livewire):A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
|
||||
* [snipe / snipe-it](https://github.com/snipe/snipe-it):A free open source IT asset/license management system
|
||||
* [opensourcepos / opensourcepos](https://github.com/opensourcepos/opensourcepos):Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface.
|
||||
* [dompdf / dompdf](https://github.com/dompdf/dompdf):HTML to PDF converter for PHP
|
||||
* [statamic / cms](https://github.com/statamic/cms):The core Laravel CMS Composer package
|
||||
* [kimai / kimai](https://github.com/kimai/kimai):Kimai is a web-based multi-user time-tracking application. Works great for everyone: freelancers, companies, organizations - everyone can track their times, generate reports, create invoices and do so much more. SaaS version available at https://www.kimai.cloud
|
||||
* [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.
|
||||
* [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!
|
||||
* [eusonlito / Password-Manager](https://github.com/eusonlito/Password-Manager):Self-hosted Password Manager based on Laravel 10 + PHP 8 + MySQL 8. Gestor de Contraseñas basado en Laravel 10 + PHP 8 + MySQL 8.
|
||||
* [PrestaShop / PrestaShop](https://github.com/PrestaShop/PrestaShop):PrestaShop is the universal open-source software platform to build your e-commerce solution.
|
||||
* [laravel / laravel](https://github.com/laravel/laravel):Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
|
||||
* [MISP / MISP](https://github.com/MISP/MISP):MISP (core software) - Open Source Threat Intelligence and Sharing Platform
|
||||
* [woocommerce / woocommerce](https://github.com/woocommerce/woocommerce):A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
|
||||
* [WordPress / twentytwentyfive](https://github.com/WordPress/twentytwentyfive):
|
||||
* [bagisto / bagisto](https://github.com/bagisto/bagisto):Free and open source laravel eCommerce platform
|
||||
* [BookStackApp / BookStack](https://github.com/BookStackApp/BookStack):A platform to create documentation/wiki content built with PHP & Laravel
|
||||
* [composer / composer](https://github.com/composer/composer):Dependency Manager for PHP
|
||||
|
||||
#### rust
|
||||
* [qdrant / qdrant](https://github.com/qdrant/qdrant):Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
|
||||
* [astral-sh / uv](https://github.com/astral-sh/uv):An extremely fast Python package and project manager, written in Rust.
|
||||
* [EricLBuehler / mistral.rs](https://github.com/EricLBuehler/mistral.rs):Blazingly fast LLM inference.
|
||||
* [WithSecureLabs / chainsaw](https://github.com/WithSecureLabs/chainsaw):Rapidly Search and Hunt through Windows Forensic Artefacts
|
||||
* [jdx / mise](https://github.com/jdx/mise):dev tools, env vars, task runner
|
||||
* [rustdesk / rustdesk](https://github.com/rustdesk/rustdesk):An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
|
||||
* [GitoxideLabs / gitoxide](https://github.com/GitoxideLabs/gitoxide):An idiomatic, lean, fast & safe pure Rust implementation of Git
|
||||
* [juspay / hyperswitch](https://github.com/juspay/hyperswitch):An open source payments switch written in Rust to make payments fast, reliable and affordable
|
||||
* [ratatui / ratatui](https://github.com/ratatui/ratatui):A Rust crate for cooking up terminal user interfaces (TUIs) 👨🍳🐀 https://ratatui.rs
|
||||
* [tokio-rs / tokio](https://github.com/tokio-rs/tokio):A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
|
||||
* [apache / arrow-rs](https://github.com/apache/arrow-rs):Official Rust implementation of Apache Arrow
|
||||
* [aptos-labs / aptos-core](https://github.com/aptos-labs/aptos-core):Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
|
||||
* [huggingface / candle](https://github.com/huggingface/candle):Minimalist ML framework for Rust
|
||||
* [alloy-rs / alloy](https://github.com/alloy-rs/alloy):Transports, Middleware, and Networks for the Alloy project
|
||||
* [vercel / turborepo](https://github.com/vercel/turborepo):Build system optimized for JavaScript and TypeScript, written in Rust
|
||||
* [rustls / rustls](https://github.com/rustls/rustls):A modern TLS library in Rust
|
||||
* [rust-bitcoin / rust-bitcoin](https://github.com/rust-bitcoin/rust-bitcoin):Rust Bitcoin library
|
||||
* [wasmerio / wasmer](https://github.com/wasmerio/wasmer):🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
|
||||
* [lancedb / lance](https://github.com/lancedb/lance):Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, with more integrations coming..
|
||||
* [hyperlane-xyz / hyperlane-monorepo](https://github.com/hyperlane-xyz/hyperlane-monorepo):The home for Hyperlane core contracts, sdk packages, and other infrastructure
|
||||
* [Amjad50 / plastic](https://github.com/Amjad50/plastic):NES emulator in rust with egui and TUI
|
||||
|
||||
#### python
|
||||
* [ranaroussi / yfinance](https://github.com/ranaroussi/yfinance):Download market data from Yahoo! Finance's API
|
||||
* [Guovin / TV](https://github.com/Guovin/TV):📺IPTV电视直播源更新工具🚀:包含💰央视(付费)、📡卫视、🏠广东、🌊港·澳·台、🎬电影、🎥咪咕、🏀体育、🪁动画、🎮游戏、🎵音乐、🏛经典剧场;支持自定义增加频道(含图标);支持组播源、酒店源、订阅源、线上检索;每天自动更新两次,结果可用于TVBox等播放软件;支持工作流、Docker(amd64/arm64)、命令行、软件界面多种部署/运行方式 | IPTV live TV source update tool
|
||||
* [mealie-recipes / mealie](https://github.com/mealie-recipes/mealie):Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
|
||||
* [phidatahq / phidata](https://github.com/phidatahq/phidata):Build AI Agents with memory, knowledge, tools and reasoning. Chat with them using a beautiful Agent UI.
|
||||
* [infiniflow / ragflow](https://github.com/infiniflow/ragflow):RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
|
||||
* [SigmaHQ / sigma](https://github.com/SigmaHQ/sigma):Main Sigma Rule Repository
|
||||
* [BerriAI / litellm](https://github.com/BerriAI/litellm):Python SDK, Proxy Server (LLM Gateway) to call 100+ LLM APIs in OpenAI format - [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, Replicate, Groq]
|
||||
* [comfyanonymous / ComfyUI](https://github.com/comfyanonymous/ComfyUI):The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
|
||||
* [huggingface / diffusers](https://github.com/huggingface/diffusers):🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
|
||||
* [InternLM / Tutorial](https://github.com/InternLM/Tutorial):LLM&VLM Tutorial
|
||||
* [ucbepic / docetl](https://github.com/ucbepic/docetl):A system for agentic LLM-powered data processing and ETL
|
||||
* [rany2 / edge-tts](https://github.com/rany2/edge-tts):Use Microsoft Edge's online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an API key
|
||||
* [hpcaitech / Open-Sora](https://github.com/hpcaitech/Open-Sora):Open-Sora: Democratizing Efficient Video Production for All
|
||||
* [huggingface / lerobot](https://github.com/huggingface/lerobot):🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
|
||||
|
||||
#### swift
|
||||
* [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.
|
||||
* [ReactiveX / RxSwift](https://github.com/ReactiveX/RxSwift):Reactive Programming in Swift
|
||||
* [vapor / vapor](https://github.com/vapor/vapor):💧 A server-side Swift HTTP web framework.
|
||||
* [ChartsOrg / Charts](https://github.com/ChartsOrg/Charts):Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
|
||||
* [mrousavy / react-native-vision-camera](https://github.com/mrousavy/react-native-vision-camera):📸 A powerful, high-performance React Native Camera library.
|
||||
* [Alamofire / Alamofire](https://github.com/Alamofire/Alamofire):Elegant HTTP Networking in Swift
|
||||
* [facebook / facebook-ios-sdk](https://github.com/facebook/facebook-ios-sdk):Used to integrate the Facebook Platform with your iOS & tvOS apps.
|
||||
* [ejbills / DockDoor](https://github.com/ejbills/DockDoor):Window peeking for macOS
|
||||
* [swiftlang / swift-syntax](https://github.com/swiftlang/swift-syntax):A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
|
||||
* [sindresorhus / KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts):⌨️ Add user-customizable global keyboard shortcuts (hotkeys) to your macOS app in minutes
|
||||
* [exyte / PopupView](https://github.com/exyte/PopupView):Toasts and popups library written with SwiftUI
|
||||
* [TheWidlarzGroup / react-native-video](https://github.com/TheWidlarzGroup/react-native-video):A <Video /> component for react-native
|
||||
* [securing / IOSSecuritySuite](https://github.com/securing/IOSSecuritySuite):iOS platform security & anti-tampering Swift library
|
||||
* [pointfreeco / swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing):📸 Delightful Swift snapshot testing.
|
||||
* [yonaskolb / XcodeGen](https://github.com/yonaskolb/XcodeGen):A Swift command line tool for generating your Xcode project
|
||||
* [tuist / tuist](https://github.com/tuist/tuist):Tuist's CLI
|
||||
* [apple / swift-collections](https://github.com/apple/swift-collections):Commonly used data structures for Swift
|
||||
* [airbnb / lottie-ios](https://github.com/airbnb/lottie-ios):An iOS library to natively render After Effects vector animations
|
||||
* [SwifterSwift / SwifterSwift](https://github.com/SwifterSwift/SwifterSwift):A handy collection of more than 500 native Swift extensions to boost your productivity.
|
||||
* [siteline / swiftui-introspect](https://github.com/siteline/swiftui-introspect):Introspect underlying UIKit/AppKit components from SwiftUI
|
||||
* [grpc / grpc-swift](https://github.com/grpc/grpc-swift):The Swift language implementation of gRPC.
|
||||
* [utmapp / UTM](https://github.com/utmapp/UTM):Virtual machines for iOS and macOS
|
||||
* [AudioKit / AudioKit](https://github.com/AudioKit/AudioKit):Audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
|
||||
* [realm / SwiftLint](https://github.com/realm/SwiftLint):A tool to enforce Swift style and conventions.
|
||||
* [SwiftyJSON / SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON):The better way to deal with JSON data in Swift.
|
||||
|
||||
#### javascript
|
||||
* [hiteshchoudhary / apihub](https://github.com/hiteshchoudhary/apihub):Your own API Hub to learn and master API interaction. Ideal for frontend, mobile dev and backend developers.
|
||||
* [axios / axios](https://github.com/axios/axios):Promise based HTTP client for the browser and node.js
|
||||
* [drawdb-io / drawdb](https://github.com/drawdb-io/drawdb):Free, simple, and intuitive online database diagram editor and SQL generator.
|
||||
* [vercel / next.js](https://github.com/vercel/next.js):The React Framework
|
||||
* [sveltejs / svelte](https://github.com/sveltejs/svelte):web development for the rest of us
|
||||
* [louislam / uptime-kuma](https://github.com/louislam/uptime-kuma):A fancy self-hosted monitoring tool
|
||||
* [jaywcjlove / awesome-mac](https://github.com/jaywcjlove/awesome-mac): Now we have become very big, Different from the original idea. Collect premium software in various categories.
|
||||
* [usebruno / bruno](https://github.com/usebruno/bruno):Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
|
||||
* [mrdoob / three.js](https://github.com/mrdoob/three.js):JavaScript 3D Library.
|
||||
* [facebook / react](https://github.com/facebook/react):The library for web and native user interfaces.
|
||||
* [UseInterstellar / Interstellar](https://github.com/UseInterstellar/Interstellar):One of the most popular modern web proxies with blazing fast speeds and a variety of games.
|
||||
* [exceljs / exceljs](https://github.com/exceljs/exceljs):Excel Workbook Manager
|
||||
* [huggingface / transformers.js](https://github.com/huggingface/transformers.js):State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
|
||||
* [Asabeneh / 30-Days-Of-React](https://github.com/Asabeneh/30-Days-Of-React):30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
|
||||
* [jgraph / drawio-desktop](https://github.com/jgraph/drawio-desktop):Official electron build of draw.io
|
||||
* [parse-community / parse-server](https://github.com/parse-community/parse-server):Parse Server for Node.js / Express
|
||||
* [projectdiscovery / nuclei-templates](https://github.com/projectdiscovery/nuclei-templates):Community curated list of templates for the nuclei engine to find security vulnerabilities.
|
||||
* [OpenZeppelin / openzeppelin-contracts](https://github.com/OpenZeppelin/openzeppelin-contracts):OpenZeppelin Contracts is a library for secure smart contract development.
|
||||
* [PranshulGG / WeatherMaster](https://github.com/PranshulGG/WeatherMaster):A Weather app for android 🌦🌞☔
|
||||
|
||||
#### go
|
||||
* [aquasecurity / trivy](https://github.com/aquasecurity/trivy):Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
|
||||
* [ethereum-optimism / optimism](https://github.com/ethereum-optimism/optimism):Optimism is Ethereum, scaled.
|
||||
* [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.
|
||||
* [hyperledger / fabric](https://github.com/hyperledger/fabric):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.
|
||||
* [bluenviron / mediamtx](https://github.com/bluenviron/mediamtx):Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
|
||||
* [kubernetes-sigs / external-dns](https://github.com/kubernetes-sigs/external-dns):Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
|
||||
* [ollama / ollama](https://github.com/ollama/ollama):Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
|
||||
* [prometheus / node_exporter](https://github.com/prometheus/node_exporter):Exporter for machine metrics
|
||||
* [external-secrets / external-secrets](https://github.com/external-secrets/external-secrets):External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
|
||||
* [traefik / traefik](https://github.com/traefik/traefik):The Cloud Native Application Proxy
|
||||
* [linkerd / linkerd2](https://github.com/linkerd/linkerd2):Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
|
||||
* [kubernetes-sigs / karpenter](https://github.com/kubernetes-sigs/karpenter):Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
|
||||
* [kedacore / keda](https://github.com/kedacore/keda):KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
|
||||
* [pressly / goose](https://github.com/pressly/goose):A database migration tool. Supports SQL migrations and Go functions.
|
||||
* [testcontainers / testcontainers-go](https://github.com/testcontainers/testcontainers-go):Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
|
||||
* [trufflesecurity / trufflehog](https://github.com/trufflesecurity/trufflehog):Find, verify, and analyze leaked credentials
|
||||
* [googleapis / google-cloud-go](https://github.com/googleapis/google-cloud-go):Google Cloud Client Libraries for Go.
|
||||
* [FiloSottile / mkcert](https://github.com/FiloSottile/mkcert):A simple zero-config tool to make locally trusted development certificates with any names you'd like.
|
||||
* [uber-go / mock](https://github.com/uber-go/mock):GoMock is a mocking framework for the Go programming language.
|
||||
* [gruntwork-io / terragrunt](https://github.com/gruntwork-io/terragrunt):Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
|
||||
* [tsenart / vegeta](https://github.com/tsenart/vegeta):HTTP load testing tool and library. It's over 9000!
|
||||
* [temporalio / temporal](https://github.com/temporalio/temporal):Temporal service
|
||||
|
||||
#### TypeScript
|
||||
* [langgenius / dify](https://github.com/langgenius/dify):Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
|
||||
* [appwrite / appwrite](https://github.com/appwrite/appwrite):Your backend, minus the hassle.
|
||||
* [labring / FastGPT](https://github.com/labring/FastGPT):FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
|
||||
* [compiler-explorer / compiler-explorer](https://github.com/compiler-explorer/compiler-explorer):Run compilers interactively from your web browser and interact with the assembly
|
||||
* [GrapesJS / grapesjs](https://github.com/GrapesJS/grapesjs):Free and Open source Web Builder Framework. Next generation tool for building templates without coding
|
||||
* [react-hook-form / react-hook-form](https://github.com/react-hook-form/react-hook-form):📋 React Hooks for form state management and validation (Web + React Native)
|
||||
* [caorushizi / mediago](https://github.com/caorushizi/mediago):m3u8[m3u8-downloader] 视频在线提取工具 流媒体下载 、视频下载 、 m3u8下载 、 B站视频下载 桌面客户端 windows mac
|
||||
* [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.
|
||||
* [mui / toolpad](https://github.com/mui/toolpad):Toolpad: Full stack components and low-code builder for dashboards and internal apps.
|
||||
* [jitsi / jitsi-meet](https://github.com/jitsi/jitsi-meet):Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
|
||||
* [solana-developers / program-examples](https://github.com/solana-developers/program-examples):A repository of Solana program examples
|
||||
* [yamadashy / repopack](https://github.com/yamadashy/repopack):📦 Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, and Gemini.
|
||||
* [midday-ai / midday](https://github.com/midday-ai/midday):Run your business smarter 🪄
|
||||
* [makeplane / plane](https://github.com/makeplane/plane):🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
|
||||
* [apache / echarts](https://github.com/apache/echarts):Apache ECharts is a powerful, interactive charting and data visualization library for browser
|
||||
* [ueberdosis / tiptap](https://github.com/ueberdosis/tiptap):The headless rich text editor framework for web artisans.
|
||||
* [storybookjs / storybook](https://github.com/storybookjs/storybook):Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
|
||||
|
||||
#### Vue
|
||||
* [CorentinTh / it-tools](https://github.com/CorentinTh/it-tools):Collection of handy online tools for developers, with great UX.
|
||||
* [requarks / wiki](https://github.com/requarks/wiki):Wiki.js | A modern and powerful wiki app built on Node.js
|
||||
* [crmeb / CRMEB](https://github.com/crmeb/CRMEB):🔥CRMEB开源商城免费开源多语言商城系统,Tp6框架商城,系统可商用;包含小程序商城、H5商城、公众号商城、PC商城、App,支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、页面DIY,前后端分离,方便二开,更有详细使用文档、接口文档、数据字典、二开文档/视频教程,欢迎大家提出宝贵意见和建议
|
||||
* [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!
|
||||
* [dreamhunter2333 / cloudflare_temp_email](https://github.com/dreamhunter2333/cloudflare_temp_email):CloudFlare free temp domain email 免费收发 临时域名邮箱 支持附件 IMAP SMTP TelegramBot
|
||||
* [chaitin / xray](https://github.com/chaitin/xray):一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc | 使用之前务必先阅读文档
|
||||
* [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 大模型等功能。
|
||||
* [vueComponent / ant-design-vue](https://github.com/vueComponent/ant-design-vue):🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
|
||||
* [jdf2e / nutui](https://github.com/jdf2e/nutui):京东风格的移动端 Vue 组件库,支持多端小程序(A Vue.js UI Toolkit for Mobile Web)
|
||||
* [un-pany / v3-admin-vite](https://github.com/un-pany/v3-admin-vite):☀️ A vue3 admin template | vue3 admin/element plus admin/vite admin/vue3 template/vue3 后台/vue3 模板/vue3 后台管理系统
|
||||
* [yangzongzhuan / RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3):🎉 (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue3 & Vite、Element Plus 的前后端分离权限管理系统
|
||||
* [unovue / shadcn-vue](https://github.com/unovue/shadcn-vue):Vue port of shadcn-ui
|
||||
* [HalseySpicy / Geeker-Admin](https://github.com/HalseySpicy/Geeker-Admin):✨✨✨ Geeker Admin,基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。
|
||||
* [frappe / crm](https://github.com/frappe/crm):The future of open source CRM
|
||||
* [activist-org / activist](https://github.com/activist-org/activist):An open-source activism platform
|
||||
* [Virtual-Browser / VirtualBrowser](https://github.com/Virtual-Browser/VirtualBrowser):Free anti fingerprint browser, 指纹浏览器, 隐私浏览器, 免费的web3空投专用指纹浏览器
|
||||
* [AutomaApp / automa](https://github.com/AutomaApp/automa):A browser extension for automating your browser by connecting blocks
|
Loading…
Reference in New Issue
Block a user