go
-
ethereum/go-ethereum
Official Go implementation of the Ethereum protocol
-
gohugoio/hugo
The world’s fastest framework for building websites.
-
v2ray/v2ray-core
A platform for building proxies to bypass network restrictions.
-
keybase/client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
-
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
-
devspace-cloud/devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
-
tomnomnom/assetfinder
Find domains and subdomains related to a given domain
-
aceld/zinx
基于Golang轻量级TCP并发服务器框架
-
Cretezy/dSock
Distributed WebSocket broker
-
cloudreve/Cloudreve
🌩支持多家云存储的云盘系统 (A project helps you build your own cloud in minutes)
-
unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
-
heroiclabs/nakama
Distributed server for social and realtime games and apps.
-
lucperkins/rek
An easy HTTP client for Go. Inspired by the immortal Requests.
-
chai2010/advanced-go-programming-book
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
-
kubevirt/kubevirt
Kubernetes Virtualization API and runtime in order to define and manage virtual machines.
-
gdrive-org/gdrive
Google Drive CLI Client
-
CodisLabs/codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
-
Jrohy/trojan
trojan多用户管理部署程序, 支持web页面管理
-
golang/go
The Go programming language
-
syncthing/syncthing
Open Source Continuous File Synchronization
-
esrrhs/pingtunnel
流量转发加速工具.a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
-
pion/turn
Pion TURN, an API for building TURN clients and servers
-
asalih/guardian
Open Source Web Application Firewall
-
cdr/sshcode
Run VS Code on any server over SSH.
-
grpc-ecosystem/go-grpc-middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
java
-
xkcoding/spring-boot-demo
spring boot demo 是一个用来深度学习并实战 spring boot 的项目,目前总共包含 65 个集成demo,已经完成 53 个。 该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作M…
-
xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
-
alibaba/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
-
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
alibaba/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
-
YunaiV/SpringBoot-Labs
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
-
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
-
Snailclimb/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
-
DrKLO/Telegram
Telegram for Android source
-
halo-dev/halo
✍ An excellent open source blog publishing application. | 一个优秀的开源博客发布应用。
-
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.
-
alibaba/fastjson
A fast JSON parser/generator for Java.
-
justauth/JustAuth
💯 史上最全的整合第三方登录的开源库。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么和推特等第三方平台的授权登录。 Login, so easy!
-
doocs/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识,后端同学必看,前端同学也可学习
-
Doikki/DKVideoPlayer
Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕
-
checkstyle/checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
-
macrozheng/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(25k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis3.2、Mongodb3.2、Mysql5.7等技术,采用Docker容器化部署。
-
linlinjava/litemall
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端
-
airbnb/lottie-android
Render After Effects animations natively on Android and iOS, Web, and React Native
-
android/security-samples
Multiple samples showing the best practices in security APIs on Android.
-
libgdx/libgdx
Desktop/Android/HTML5/iOS Java game development framework
-
ityouknow/spring-boot-examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
-
runelite/runelite
Open source Old School RuneScape client
-
caiyonglong/MusicLake
MediaPlayer、Exoplayer音乐播放器,可播在线音乐,qq音乐,百度音乐,虾米音乐,网易云音乐,YouTuBe
-
alibaba/easyexcel
快速、简单避免OOM的java处理Excel工具
javascript
-
tannerlinsley/react-virtual
⚛️ Hooks for virtualizing scrollable elements in React
-
ljianshu/Blog
关注基础知识,打造优质前端博客,公众号[前端工匠]的作者
-
vuejs/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
mrdoob/three.js
JavaScript 3D library.
-
BretFisher/udemy-docker-mastery
Udemy Course to build, compose, deploy, and manage containers from local development to high-availability in the cloud
-
pcottle/learnGitBranching
An interactive git visualization to challenge and educate!
-
NobyDa/Script
This project is based on the scripting capabilities of two excellent iOS proxy tools, Quantumult X or Surge.
-
apache/incubator-echarts
A powerful, interactive charting and visualization library for browser
-
twbs/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
microsoft/playwright
Node library to automate Chromium, Firefox and WebKit with a single API
-
primer/github-vscode-theme
GitHub's VS Code theme
-
agalwood/Motrix
A full-featured download manager.
-
discordjs/discord.js
A powerful JavaScript library for interacting with the Discord API
-
jonasschmedtmann/complete-javascript-course
Starter files, final projects and FAQ for my Complete JavaScript course
-
Shopify/shopify-demo-app-node-react
-
cocos-creator/engine
Cocos Creator is a complete package of game development tools and workflow, including a game engine, resource management, scene editing, game preview, debug and publish one project to multiple platforms.
-
iptv-org/iptv
Collection of 8000+ publicly available IPTV channels from all over the world
-
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
zeit/next.js
The React Framework
-
SmallComfort/vue-ssr-jit
A just in time compilation technique for server-side rendering
-
chris-on-code/20-react-apps
The apps for Make 20 React Apps
-
sveltejs/template
Template for building basic applications with Svelte
-
zadam/trilium
Build your personal knowledge base with Trilium Notes
-
atom/atom
The hackable text editor
-
bchiang7/v4
Fourth iteration of my personal website
python
-
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
d2l-ai/d2l-en
An interactive deep learning book with code, math, and discussions, based on the NumPy interface.
-
lyhue1991/eat_tensorflow2_in_30_days
Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋
-
0voice/interview_internal_reference
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
-
kritiksoman/GIMP-ML
Set of Machine Learning Python plugins for GIMP
-
open-mmlab/mmdetection
Open MMLab Detection Toolbox and Benchmark
-
fighting41love/funNLP
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取工具、国内电话号码正则匹配、清华大学XLORE:中英文跨语言百科知识图谱、清华大学人工智能技术…
-
soimort/you-get
⏬ Dumb downloader that scrapes the web
-
apache/incubator-tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
-
aws/sagemaker-python-sdk
A library for training and deploying machine learning models on Amazon SageMaker
-
threat9/routersploit
Exploitation Framework for Embedded Devices
-
entynetproject/ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device. Ghost Framework gives you the power and convenience of remote Android device administration.
-
huaiyukeji/verification_code
验证码研究破解心得记录。包含网易易盾,阿里云验证码,极验验证码等主流验证码破解。包含点按验证码、点选验证、语序点选等等。已更新极验验证码、企业公示网采集心得。
-
natewong1313/bird-bot
A Nintendo Switch checkout bot. Currently supports Walmart and Best buy
-
MingchaoZhu/DeepLearning
Python for “Deep Learning”,《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
-
quantopian/zipline
Zipline, a Pythonic Algorithmic Trading Library
-
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
-
chonyy/AI-basketball-analysis
🏀🤖🏀 AI web app and API to analyze basketball shots.
-
facebookresearch/detectron2
Detectron2 is FAIR's next-generation platform for object detection and segmentation.
-
NathanUA/U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
-
r0oth3x49/udemy-dl
A cross-platform python based utility to download courses from udemy for personal offline use.
-
edx/edx-platform
The Open edX platform, the software that powers edX!
-
frappe/frappe
Low Code Open Source Framework in Python and JS
-
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
-
521xueweihan/HelloGitHub
Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
rust
-
async-graphql/async-graphql
The GraphQL server library implemented by rust
-
stjepang/smol
A small and fast async runtime for Rust
-
libra/libra
Libra’s mission is to enable a simple global payment system and financial infrastructure that empowers billions of people.
-
rust-lang/rust
Empowering everyone to build reliable and efficient software.
-
imazen/imageflow
High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
-
gleam-lang/gleam
⭐️ A statically typed language for the Erlang VM
-
yewstack/yew
Rust / Wasm framework for building client web apps
-
rust-lang/rustlings
🦀 Small exercises to get you used to reading and writing Rust code!
-
cloudflare/quiche
🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
-
matheuslessarodrigues/verco
A simple Git/Hg tui client focused on keyboard shortcuts
-
tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
shadowsocks/shadowsocks-rust
A Rust port of shadowsocks
-
graphql-rust/juniper
GraphQL server library for Rust
-
meilisearch/MeiliSearch
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
-
http-rs/tide
Fast and friendly HTTP server framework for async Rust
-
nushell/nushell
A new type of shell
-
dani-garcia/bitwarden_rs
Unofficial Bitwarden compatible server written in Rust
-
async-rs/async-std
Async version of the Rust standard library
-
bytecodealliance/wasmtime
Standalone JIT-style runtime for WebAssembly, using Cranelift
-
launchbadge/sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
-
denoland/rusty_v8
V8 javascript bindings for Rust
-
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
-
pingcap/talent-plan
open source training courses about distributed systems and distributed systemes
-
timberio/vector
A lightweight and ultra-fast tool for building observability pipelines
-
serde-rs/json
Strongly typed JSON library for Rust