go
-
xinliangnote/go-gin-api
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用 等等。
-
photoprism/photoprism
Personal Photo Management powered by Go and Google TensorFlow
-
RH12503/triangula
Generate high-quality triangulated art from images.
-
Jeffail/tunny
A goroutine pool for Go
-
kubeedge/kubeedge
Kubernetes Native Edge Computing Framework (project under CNCF)
-
ent/ent
An entity framework for Go
-
hashicorp/raft
Golang implementation of the Raft consensus protocol
-
v2fly/v2ray-core
A platform for building proxies to bypass network restrictions.
-
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
-
karmada-io/karmada
Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration
-
shadow1ng/fscan
一款内网综合扫描工具,方便一键自动化、全方位漏扫扫描。
-
v2ray/v2ray-core
A platform for building proxies to bypass network restrictions.
-
casbin/casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
-
pingcap/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
gofiber/fiber
⚡️ Express inspired web framework written in Go
-
iawia002/annie
👾 Fast, simple and clean video downloader
-
go-gorm/gorm
The fantastic ORM library for Golang, aims to be developer friendly
-
algorand/go-algorand
Algorand's official implementation in Go.
-
prysmaticlabs/prysm
Go implementation of the Ethereum 2.0 blockchain
-
bettercap/bettercap
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
-
gogf/gf
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
-
authelia/authelia
The Single Sign-On Multi-Factor portal for web apps
-
gin-gonic/examples
A repository to host examples and tutorials for Gin.
-
owncast/owncast
Take control over your live stream video by running it yourself. Streaming + chat out of the box.
-
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.
java
-
981011512/--
停车场系统源码,停车场小程序,智能停车,Parking system,【功能介绍】:①兼容市面上主流的多家相机,理论上兼容所有硬件,可灵活扩展,②相机识别后数据自动上传到云端并记录,校验相机唯一id和硬件序列号,防止非法数据录入,③用户手机查询停车记录详情可自主缴费(支持微信,支付宝,银行接口支付,支持每个停车场指定不同的商户进行收款),支付后出场在免费时间内会自动抬杆。④支持app上查询附近停车场(导航,可用车位数,停车场费用,优惠券,评分,评论等),可预约车位。⑤断电断网支持岗亭人员使用app可接管硬件进行停车记录的录入。 【技术架构】:后端开发语言java,框架oauth2+springboot2+dubble,数据库mysql/mongodb/redis,即时通讯底层框架net…
-
chefyuan/algorithm-base
专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!
-
alibaba/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
-
zhangdaiscott/JimuReport
一款免费的数据可视化工具,报表与大屏设计!类似于excel操作风格,在线拖拽完成报表设计!功能涵盖: 报表设计、图形报表、打印设计、大屏设计等,永久免费!
-
didi/Logi-KafkaManager
一站式Apache Kafka集群指标监控与运维管控平台
-
doocs/leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
-
CyC2018/CS-Notes
📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
-
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
-
dromara/sa-token
这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成...
-
apache/pulsar
Apache Pulsar - distributed pub-sub messaging system
-
spring-cloud/spring-cloud-gateway
A Gateway built on Spring Framework 5.x and Spring Boot 2.x providing routing and more.
-
TheAlgorithms/Java
All Algorithms implemented in Java
-
lzyzsd/JsBridge
android java and javascript bridge, inspired by wechat webview jsbridge
-
gedoor/MyBookshelf
阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。
-
apache/iceberg
Apache Iceberg
-
alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
-
apache/dolphinscheduler
Apache DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG visual interfaces, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available `out of the box`.
-
williamfiset/Algorithms
A collection of algorithms and data structures
-
winterbe/java8-tutorial
Modern Java - A Guide to Java 8
-
xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
-
Yang0615777/PocList
Alibaba-Nacos-Unauthorized/ApacheDruid-RCE_CVE-2021-25646/MS-Exchange-SSRF-CVE-2021-26885/Oracle-WebLogic-CVE-2021-2109_RCE/RG-CNVD-2021-14536/RJ-SSL-VPN-UltraVires/Redis-Unauthorized-RCE/TDOA-V11.7-GetOnlineCookie/VMware-vCenter-GetAnyFile/yongyou-GRP-U8-XXE/Oracle-WebLogic-CVE-2020-14883/Oracle-WebLogic-CVE-2020-14882/Apache-Solr-GetAnyFile/F5…
-
alibaba/DataX
-
kon9chunkit/GitHub-Chinese-Top-Charts
🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
-
ctripcorp/apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
-
li-xiaojun/XPopup
🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup,can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in animators , very easy to custom popup view.)
javascript
python
-
TheAlgorithms/Python
All Algorithms implemented in Python
-
jackfrued/Python-100-Days
Python - 100天从新手到大师
-
public-apis/public-apis
A collective list of free APIs
-
datugou/WPS_daily_check_in
自动完成 WPS 会员每日邀请好友任务,需要手动在微信小程序打卡签到
-
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
bitcoinbook/bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
-
trekhleb/learn-python
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
-
DidierRLopes/GamestonkTerminal
The next best thing after Bloomberg Terminal
-
3b1b/manim
Animation engine for explanatory math videos
-
Sitoi/dailycheckin
可基于【腾讯云函数】/【GitHub Actions】/【Docker】的每日签到脚本(支持多账号使用)签到列表: |爱奇艺|全民K歌|腾讯视频|有道云笔记|网易云音乐|一加手机社区官方论坛|百度贴吧|Bilibili|V2EX|咔叽网单|什么值得买|AcFun|天翼云盘|WPS|吾爱破解|芒果TV|联通营业厅|Fa米家|小米运动|百度搜索资源平台|每日天气预报|每日一句|哔咔漫画|和彩云|智友邦|微博|CSDN|王者营地|
-
owid/covid-19-data
Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data
-
ericaltendorf/plotman
Chia plotting manager
-
Asabeneh/30-Days-Of-Python
30 days of Python programming challenge is a step by step guide to learn the Python programming language in 30 days. This challenge may take up to 100 days, follow your own pace.
-
MrMimic/data-scientist-roadmap
Toturial coming with "data science roadmap" graphe.
-
jerry-git/learn-python3
Jupyter notebooks for teaching/learning Python 3
-
termuxhackers-id/SIGIT
SIGIT - Simple Information Gathering Toolkit
-
shimohq/chinese-programmer-wrong-pronunciation
中国程序员容易发音错误的单词
-
benedekrozemberczki/pytorch_geometric_temporal
A Temporal Extension Library for PyTorch Geometric
-
keras-team/keras
Deep Learning for humans
-
PaddlePaddle/PaddleOCR
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
-
rjsears/chia_plot_manager
Python scripts to manage Chia plots and drive space, providing full reports. Also monitors the number of chia coins you have.
-
kivy/kivy
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
-
ml-tooling/best-of-ml-python
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
-
PaddlePaddle/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
-
shidenggui/easytrader
提供同花顺客户端/国金/华泰客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件
rust
-
rust-lang/rustlings
🦀 Small exercises to get you used to reading and writing Rust code!
-
rust-embedded/rust-raspberrypi-OS-tutorials
📚 Learn to write an embedded OS in Rust 🦀
-
solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
-
solana-labs/solana-program-library
A collection of Solana-maintained on-chain programs
-
hecrj/iced
A cross-platform GUI library for Rust, inspired by Elm
-
shadowsocks/shadowsocks-rust
A Rust port of shadowsocks
-
bevyengine/bevy
A refreshingly simple data-driven game engine built in Rust
-
sayanarijit/xplr
A hackable, minimal, fast TUI file explorer
-
rust-lang/book
The Rust Programming Language
-
Kethku/neovide
No Nonsense Neovim Client in Rust
-
ralfbiedert/cheats.rs
Rust Language Cheat Sheet - https://cheats.rs
-
actix/examples
Community showcase and examples of Actix ecosystem usage.
-
twitter/rustcommon
Common Twitter Rust lib
-
pretzelhammer/rust-blog
Educational blog posts for Rust beginners
-
rust-analyzer/rust-analyzer
A Rust compiler front-end for IDEs
-
datafuselabs/datafuse
Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture, written in Rust
-
uutils/coreutils
Cross-platform Rust rewrite of the GNU coreutils
-
rust-lang/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code
-
tauri-apps/tauri
Build smaller, faster, and more secure desktop applications with a web frontend.
-
clap-rs/clap
A full featured, fast Command Line Argument Parser for Rust
-
tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
-
microsoft/windows-rs
Rust for Windows
-
rust-lang/rustup
The Rust toolchain installer
-
jvns/dnspeep
spy on the DNS queries your computer is making
-
autozimu/LanguageClient-neovim
Language Server Protocol (LSP) support for vim and neovim.