go
-
usememos/memos
An open source, lightweight note-taking service. Easily capture and share your great thoughts.
-
moby/moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
gabotechs/dep-tree
tool for helping developers keep their code bases clean and decoupled. It allows visualising a "code base entropy" using a 3d force-directed graph of files and the dependencies between.
-
smartcontractkit/chainlink
node of the decentralized oracle network, bridging on and off-chain computation
-
juicedata/juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
-
hashicorp/vault
A tool for secrets management, encryption as a service, and privileged access management
-
samber/lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
-
glasskube/glasskube
🧊 The missing Package Manager for Kubernetes 📦 Featuring a GUI and a CLI. Glasskube packages are dependency aware, GitOps ready and can get automatic updates via a central public package repository.
-
jackc/pgx
PostgreSQL driver and toolkit for Go
-
crossplane/crossplane
The Cloud Native Control Plane
-
dunglas/frankenphp
The modern PHP app server 🧟
-
kubernetes/autoscaler
Autoscaling components for Kubernetes
-
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
-
swaggo/swag
Automatically generate RESTful API documentation with Swagger 2.0 for Go.
-
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
aws/aws-sdk-go-v2
AWS SDK for the Go programming language.
-
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.
-
zaigie/palworld-server-tool
基于Level.sav存档解析和RCON优雅地用可视化界面管理幻兽帕鲁专用服务器。/ Through parse Level.sav and RCON, visual interface management PalWorld dedicated server.
-
runatlantis/atlantis
Terraform Pull Request Automation
-
oauth2-proxy/oauth2-proxy
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
-
go-gorm/gorm
The fantastic ORM library for Golang, aims to be developer friendly
-
go-playground/validator
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
-
kubevela/kubevela
The Modern Application Platform.
-
cert-manager/cert-manager
Automatically provision and manage TLS certificates in Kubernetes
-
cri-o/cri-o
Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
java
-
apple/pkl
A configuration as code language with rich validation and tooling.
-
ReactiveX/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
-
GoogleCloudPlatform/java-docs-samples
Java and Kotlin Code samples used on cloud.google.com
-
grpc/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
-
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Python, C++, Java, C#, Go, Swift, JS, TS, Dart, Rust, C, Zig 等语言。English edition ongoing
-
vespa-engine/vespa
AI + Data, online. https://vespa.ai
-
apache/skywalking
APM, Application Performance Monitoring System
-
DrKLO/Telegram
Telegram for Android source
-
CatVodTVOfficial/TVBoxOSC
真的没有QQ群、QQ频道、论坛。打包分发注意开源协议,保留出处,不守规矩就不要搞。
-
apache/lucene
Apache Lucene open-source search software
-
apache/pulsar
Apache Pulsar - distributed pub-sub messaging system
-
Stirling-Tools/Stirling-PDF
locally hosted web application that allows you to perform various operations on PDF files
-
ali-bouali/spring-boot-3-jwt-security
Sample project on how to implement JWT security based using Spring boot 3 and Spring security 6
-
apache/hudi
Upserts, Deletes And Incremental Processing on Big Data.
-
zxing/zxing
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
-
spring-projects/spring-security
Spring Security
-
quarkusio/quarkus
Quarkus: Supersonic Subatomic Java.
-
TechEmpower/FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
-
ververica/flink-cdc-connectors
CDC Connectors for Apache Flink®
-
spring-projects/spring-framework
Spring Framework
-
elastic/logstash
Logstash - transport and process your logs, events, or other data
-
apache/kafka
Mirror of Apache Kafka
-
spring-projects/spring-boot
Spring Boot
-
ben-manes/caffeine
A high performance caching library for Java
-
karatelabs/karate
Test Automation Made Simple
javascript
-
meshery/meshery
Meshery, the cloud native manager
-
academind/react-complete-guide-course-resources
React - The Complete Guide Course Resources (Code, Attachments, Slides)
-
quasarframework/quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
-
burakorkmez/mern-chat-app
Real Time Chat App | MERN && Socket.io && JWT
-
videojs/video.js
Video.js - open source HTML5 video player
-
hiteshchoudhary/apihub
Your own API Hub to learn and master API interaction. Ideal for frontend, mobile dev and backend developers.
-
OpenZeppelin/openzeppelin-contracts
OpenZeppelin Contracts is a library for secure smart contract development.
-
GovindCodes/ValentineWish
Wish Valentine's Day to Your loved ones like a Nerd.
-
givanz/VvvebJs
Drag and drop website builder javascript library.
-
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. 🚀
-
Significant-Gravitas/AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
-
2hacc/TVBox
TVBox 网络接口,更新速度快,接口访问速度快且稳定!
-
4ian/GDevelop
🎮 Open-source, cross-platform game engine designed to be used by everyone.
-
diegomura/react-pdf
📄 Create PDF files using React
-
invertase/react-native-firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
-
ai/nanoid
A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript
-
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
jonasschmedtmann/complete-javascript-course
Starter files, final projects, and FAQ for my Complete JavaScript course
-
nodejs/node
Node.js JavaScript runtime ✨🐢🚀✨
-
fabricjs/fabric.js
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
-
jgraph/drawio
draw.io is a JavaScript, client-side editor for general diagramming.
-
pedroslopez/whatsapp-web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
-
ethereumbook/ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
-
projectdiscovery/nuclei-templates
Community curated list of templates for the nuclei engine to find security vulnerabilities.
-
gulpjs/gulp
A toolkit to automate & enhance your workflow
python
-
AbanteAI/rawdog
Generate and auto-execute Python scripts in the cli
-
allenai/OLMo
Modeling, training, eval, and inference code for OLMo
-
google/oss-fuzz-gen
LLM powered fuzzing via OSS-Fuzz.
-
home-assistant/core
🏡 Open source home automation that puts local control and privacy first.
-
X-PLUG/MobileAgent
Mobile-Agent: Autonomous Multi-Modal Mobile Device Agent with Visual Perception
-
iam-veeramalla/aws-devops-zero-to-hero
AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, presentations, interview questions and real time examples.
-
FujiwaraChoki/MoneyPrinter
Automate Creation of YouTube Shorts using MoviepPy.
-
segmind/segmoe
-
cuifengcn/TAICHI-flet
基于flet的一款windows桌面应用,实现了浏览图片、音乐、小说、漫画、各种资源的功能。
-
nomic-ai/contrastors
Train Models Contrastively in Pytorch
-
d60/twikit
Twitter API wrapper for Python with **no API key required** | Without api key | Free | Twitter scraper | Twitter Bot
-
octaviovillegas/Curso_de_ingreso_PYTHON
Curso de ingreso en PYTHON
-
iperov/DeepFaceLive
Real-time face swap for PC streaming or video calls
-
iam-veeramalla/Jenkins-Zero-To-Hero
Install Jenkins, configure Docker as slave, set up cicd, deploy applications to k8s using Argo CD in GitOps way.
-
geekan/MetaGPT
🌟 The Multi-Agent Framework: Given one line Requirement, return PRD, Design, Tasks, Repo
-
spack/spack
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
-
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
-
lllyasviel/Fooocus
Focus on prompting and generating
-
Flagsmith/flagsmith
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
-
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
-
NVIDIA/Megatron-LM
Ongoing research training transformer models at scale
-
mouredev/roadmap-retos-programacion
Ruta de estudio basada en ejercicios de código semanales en 2024 de la comunidad MoureDev para aprender y practicar lógica usando cualquier lenguaje de programación.
-
Open-Wine-Components/ULWGL-launcher
-
intelligent-machine-learning/dlrover
DLRover: An Automatic Distributed Deep Learning System
-
Stock-Fund/XCrawler
轻量型A股爬虫项目
rust
-
mitsuhiko/rye
a Hassle-Free Python Experience
-
martinvonz/jj
A Git-compatible VCS that is both simple and powerful
-
FuelLabs/fuels-rs
Fuel Network Rust SDK
-
rust-lang/rustlings
🦀 Small exercises to get you used to reading and writing Rust code!
-
rust-lang/rust
Empowering everyone to build reliable and efficient software.
-
typst/typst
A new markup-based typesetting system that is powerful and easy to learn.
-
FuelLabs/sway
🌴 Empowering everyone to build reliable and efficient smart contracts.
-
zellij-org/zellij
A terminal workspace with batteries included
-
surrealdb/surrealdb
A scalable, distributed, collaborative, document-graph database, for the realtime web
-
enso-org/enso
Hybrid visual and textual functional programming.
-
quickwit-oss/quickwit
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
-
tauri-apps/tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
sxyazi/yazi
💥 Blazing fast terminal file manager written in Rust, based on async I/O.
-
astral-sh/ruff
An extremely fast Python linter and code formatter, written in Rust.
-
paradigmxyz/reth
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
-
ratatui-org/ratatui
Rust library that's all about cooking up terminal user interfaces (TUIs)
-
huggingface/candle
Minimalist ML framework for Rust
-
FuelLabs/fuel-core
Rust full node implementation of the Fuel v2 protocol.
-
quickwit-oss/tantivy
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
-
kneasle/sapling
A highly experimental vi-inspired editor where you edit code, not text.
-
gakonst/ethers-rs
Complete Ethereum & Celo library and wallet implementation in Rust. https://docs.rs/ethers
-
actix/actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
-
web-infra-dev/rspack
A fast Rust-based web bundler 🦀️
-
alvr-org/ALVR
Stream VR games from your PC to your headset via Wi-Fi
-
emmett-framework/granian
A Rust HTTP server for Python applications