GitHub Trending Daily for 2021-04-26

trending

java

  • 981011512/--

    停车场系统源码,停车场小程序【功能介绍】:①兼容市面上主流的多家相机,理论上兼容所有硬件,可灵活扩展,②相机识别后数据自动上传到云端并记录,校验相机唯一id和硬件序列号,防止非法数据录入,③用户手机查询停车记录详情可自主缴费(支持微信,支付宝,银行接口支付,支持每个停车场指定不同的商户进行收款),支付后出场在免费时间内会自动抬杆。④支持app上查询附近停车场(导航,可用车位数,停车场费用,优惠券,评分,评论等),可预约车位。⑤断电断网支持岗亭人员使用app可接管硬件进行停车记录的录入。 【技术架构】:后端开发语言java,框架oauth2+springboot2+dubble,数据库mysql/mongodb/redis,即时通讯底层框架netty4,安卓和ios均为原生开发,后台管理…

  • 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.)

scala

kotlin

swift

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 模拟交易 和 实盘雪球组合, 量化交易组件

javascript

  • laurent22/joplin

    Joplin - an open source note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/

  • chrisleekr/binance-trading-bot

    Automated Binance trading bot - Buy low/Sell high with stop loss limit/Trade multiple cryptocurrencies

  • yangshun/tech-interview-handbook

    💯 Materials to help you rock your next coding interview

  • coronasafe/life

    Verified Crowd-Sourced Emergency Services Directory

  • h5bp/html5-boilerplate

    A professional front-end template for building fast, robust, and adaptable web apps or sites.

  • eva-engine/eva.js

    Eva.js is a front-end game engine specifically for creating interactive game projects.

  • alibaba/x-render

    🚴‍♀️ 飞猪中后台「表单/表格/图表」开箱即用解决方案

  • w37fhy/QuantumultX

    同步和更新大佬脚本库,更新懒人配置

  • ccxt/ccxt

    A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges

  • popcorn-official/popcorn-desktop

    Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player ( Windows / Mac / Linux ) A Butter-Project Fork

  • DIYgod/RSSHub

    🍰 Everything is RSSible

  • meng-chuan/Unlock-netease-cloud-music

    解锁网易云音乐客户端变灰歌曲

  • aladinyo/WhatsappyApp

    A whatsapp clone progressive web application built with react nodejs and firebase

  • pcottle/learnGitBranching

    An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!

  • qianguyihao/Web

    前端入门到进阶图文教程,超详细的Web前端学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。

  • Wenmoux/checkbox

    常用网站签到本地/云函数脚本( 人人视频、刺猬猫小说、Acfun、WPS、 时光相册、书香门第论坛、绅士领域、好游快爆、埋堆堆、多看阅读、一亩三分地、闪艺app、吾爱破解、香网小说、晋江、橙光、什么值得买、网易蜗牛读书,网易云游戏平台、龙空论坛、NGA论坛、csdn、mt论坛、sf轻小说、猫耳FM、联想智选app、联想智选联想延保、联动云租车、数码之家、玩物志好物商店、togamemod、好书友论坛、纪录片之家、富贵论坛、ug爱好者、阅次元论坛、菜鸟图库、魅族社区、经管之家)

  • katherinepeterson/readme.so

  • youzan/vant-weapp

    轻量、可靠的小程序 UI 组件库

  • mrdoob/three.js

    JavaScript 3D library.

  • sahat/hackathon-starter

    A boilerplate for Node.js web applications

  • zhp8341/flink-streaming-platform-web

    基于flink-sql的实时流计算web平台

  • Code-Pop/vue-3-reactivity

    Code from the Vue 3 Reactivity course

  • mihir0699/Video-Chat

    Video calling and chatting app (PWA) built using React.js, Web RTC and Socket.io

  • cteamx/Thief

    一款创新跨平台摸鱼神器,支持小说、股票、网页、视频、直播、PDF、游戏等摸鱼模式,为上班族打造的上班必备神器,使用此软件可以让上班倍感轻松,远离 ICU。

typescript

  • josepholiveira/podcastr

    A platform built for podcast broadcasting. Developed during @Rocketseat NLW#05 free training.

  • trustwallet/assets

    A comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.

  • ueberdosis/tiptap

    The headless editor framework for web artisans.

  • vitejs/vite

    Next generation frontend tooling. It's fast!

  • vuejs/vue-next

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • alibaba/formily

    Alibaba Group Unified Form Solution -- Support React/Vue2/Vue3

  • edp963/davinci

    Davinci is a DVsaaS (Data Visualization as a Service) Platform

  • rrweb-io/rrweb

    record and replay the web

  • ant-design/pro-components

    🏆 Use Ant Design like a Pro!

  • ant-design/ant-design-pro

    👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!

  • pancakeswap/pancake-info-api

    Serverless API implementation for PancakeSwap on-chain data query.

  • ant-design/ant-design

    🌈 A UI Design Language and React UI library

  • alibaba/ice

    🚀 The Progressive Framework Based On React(基于 React 的渐进式研发框架)https://ice.work/

  • umijs/umi

    🌋 Pluggable enterprise-level react application framework.

  • yezihaohao/react-admin

    ✨ react-admin system solution : react 后台管理系统解决方案

  • bitwarden/browser

    The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).

  • Chia-Network/chia-blockchain-gui

    Chia blockchain GUI in electron/react

  • antvis/X6

    🚀 JavaScript diagramming library that uses SVG and HTML for rendering.

  • bitwarden/desktop

    The desktop vault (Windows, macOS, & Linux).

  • NervJS/taro

    开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/

  • apache/echarts

    Apache ECharts is a powerful, interactive charting and data visualization library for browser

  • baidu/amis

    前端低代码框架,通过 JSON 配置就能生成各种页面。

  • umijs/qiankun

    📦 🚀 Blazing fast, simple and completed solution for micro frontends.

  • umijs/dumi

    📖 Documentation Generator of React Component

  • apollographql/apollo-server

    🌍 GraphQL server for Express, Connect, Hapi, Koa and more

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.

rust