go
-
hashicorp/nomad
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
-
kata-containers/kata-containers
Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
-
confluentinc/confluent-kafka-go
Confluent's Apache Kafka Golang client
-
containers/podman
Podman: A tool for managing OCI containers and pods.
-
hashicorp/terraform-provider-azurerm
Terraform provider for Azure Resource Manager
-
grpc/grpc-go
The Go language implementation of gRPC. HTTP/2 based RPC
-
anchore/grype
A vulnerability scanner for container images and filesystems
-
istio/istio
Connect, secure, control, and observe services.
-
lightningnetwork/lnd
Lightning Network Daemon ⚡️
-
go-admin-team/go-admin
基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;文档:https://doc.go-admin.dev Demo: https://www.go-admin.dev Antd 订阅版:https://preview.go-admin.dev
-
techschool/simplebank
Backend master class: build a simple bank service in Go
-
unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
-
influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
-
cloudwego/kitex
A high-performance and strong-extensibility Go RPC framework that helps developers build microservices.
-
karmada-io/karmada
Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration
-
nats-io/nats.go
Golang client for NATS, the cloud native messaging system.
-
grpc-ecosystem/grpc-gateway
gRPC to JSON proxy generator following the gRPC HTTP spec
-
kubernetes/client-go
Go client for Kubernetes.
-
cilium/cilium
eBPF-based Networking, Security, and Observability
-
golang/go
The Go programming language
-
shirou/gopsutil
psutil for golang
-
containerd/containerd
An open and reliable container runtime
-
golang-migrate/migrate
Database migrations. CLI and Golang library.
-
aws/aws-sdk-go-v2
AWS SDK for the Go programming language.
-
rs/zerolog
Zero Allocation JSON Logger
java
-
xkcoding/spring-boot-demo
🚀一个用来深入学习并实战 Spring Boot 的项目。
-
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.
-
doocs/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
-
prestodb/presto
The official home of the Presto distributed SQL query engine for big data
-
ben-manes/caffeine
A high performance caching library for Java
-
airbytehq/airbyte
Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses, lakes and databases.
-
halo-dev/halo
✍ 一款现代化的开源建站 / CMS 系统。
-
iluwatar/java-design-patterns
Design patterns implemented in Java
-
didi/KnowStreaming
一站式云原生流数据管控平台,通过0侵入、插件化构建企业级Kafka服务,极大降低操作、存储和管理实时流数据门槛
-
alibaba/Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
-
alibaba/DataX
DataX是阿里云DataWorks数据集成的开源版本。
-
alibaba/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
-
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
-
zq2599/blog_demos
CSDN博客专家程序员欣宸的github,这里有六百多篇原创文章的详细分类和汇总,以及对应的源码,内容涉及Java、Docker、Kubernetes、DevOPS等方面
-
WeiYe-Jing/datax-web
DataX集成可视化页面,选择数据源即可一键生成数据同步任务,支持RDBMS、Hive、HBase、ClickHouse、MongoDB等数据源,批量创建RDBMS数据同步任务,集成开源调度系统,支持分布式、增量同步数据、实时查看运行日志、监控执行器资源、KILL运行进程、数据源信息加密等。
-
aws/aws-sdk-java-v2
The official AWS SDK for Java - Version 2
-
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
confluentinc/ksql
The database purpose-built for stream processing applications.
-
apache/incubator-seatunnel
SeaTunnel is a distributed, high-performance data integration platform for the synchronization and transformation of massive data (offline & real-time).
-
GoogleContainerTools/jib
🏗 Build container images for your Java applications.
-
googlesamples/mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
-
648540858/wvp-GB28181-pro
WEB VIDEO PLATFORM是一个基于GB28181-2016标准实现的网络视频平台,支持NAT穿透,支持海康、大华、宇视等品牌的IPC、NVR、DVR接入。支持国标级联,支持rtsp/rtmp等视频流转发到国标平台,支持rtsp/rtmp等推流转发到国标平台。
-
doocs/leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
-
flowable/flowable-engine
A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
-
xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
javascript
-
toss/slash
A collection of TypeScript/JavaScript packages to build high-quality web services.
-
codinasion/program
An open source codebase for sharing programming solutions.
-
sveltejs/kit
The fastest way to build Svelte apps
-
MobSF/Mobile-Security-Framework-MobSF
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
-
facebook/create-react-app
Set up a modern web app by running one command.
-
goldbergyoni/nodebestpractices
✅ The Node.js best practices list (August 2022)
-
JoelGMSec/EvilnoVNC
Ready to go Phishing Platform
-
kleampa/not-paid
Client did not pay? Add opacity to the body tag and decrease it every day until their site completely fades away
-
facebook/react-native
A framework for building native applications using React
-
chinese-poetry/chinese-poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
-
RioChndr/jaksel-language
Jaksel Script, Programming language very modern and Indonesian style
-
qishibo/AnotherRedisDesktopManager
🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys.
-
cypress-io/cypress
Fast, easy and reliable testing for anything that runs in a browser.
-
mwittrien/BetterDiscordAddons
A series of plugins and themes for BetterDiscord.
-
dunwu/nginx-tutorial
这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。
-
facebook/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
jitsi/jitsi-meet
Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
-
validatorjs/validator.js
String validation
-
jsx-eslint/eslint-plugin-react
React-specific linting rules for ESLint
-
learning-zone/nodejs-interview-questions
Node.js Interview Questions ( v16.x )
-
rollup/rollup
Next-generation ES module bundler
-
microsoft/monaco-editor
A browser based code editor
-
iamadamdev/bypass-paywalls-chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
-
conventional-changelog/standard-version
🏆 Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
-
web3/web3.js
Ethereum JavaScript API
python
-
t3l3machus/hoaxshell
An unconventional Windows reverse shell, currently undetected by Microsoft Defender and various other AV solutions, solely based on http(s) traffic.
-
AUTOMATIC1111/stable-diffusion-webui
Stable Diffusion web UI
-
KAIR-BAIR/nerfacc
A General NeRF Acceleration Toolbox in PyTorch.
-
wagtail/wagtail
A Django content management system focused on flexibility and user experience
-
jupyterhub/jupyterhub
Multi-user server for Jupyter notebooks
-
ansible/ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
-
explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) in Python
-
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
-
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
apache/tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
bigb0sss/RedTeam-OffensiveSecurity
Tools & Interesting Things for RedTeam Ops
-
python-poetry/poetry
Python packaging and dependency management made easy
-
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
-
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
-
facebookresearch/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
-
pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
-
OpenEthan/SMSBoom
短信轰炸/短信测压/ | 一个健壮免费的python短信轰炸程序,专门炸坏蛋蛋,百万接口,多线程全自动添加有效接口,支持异步协程百万并发,全免费的短信轰炸工具!!hongkonger开发全网首发!!
-
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
-
TachibanaYoshino/AnimeGANv2
[Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime
-
pytest-dev/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
-
joke2k/faker
Faker is a Python package that generates fake data for you.
-
NVlabs/stylegan2-ada-pytorch
StyleGAN2-ADA - Official PyTorch implementation
-
jackfrued/Python-100-Days
Python - 100天从新手到大师
-
IDEA-Research/detrex
IDEA Open Source Toolbox for Transformer Based Object Detection Algorithms
-
pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
rust