Skip to content
View hezhaomeng's full-sized avatar

Block or report hezhaomeng

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • univer Public

    Forked from dream-num/univer

    Univer is an isomorphic full-stack framework for creating and editing spreadsheets, docs, and slides across client and server.

    TypeScript Apache License 2.0 Updated Dec 10, 2024
  • grpc-java Public

    Forked from grpc/grpc-java

    The Java gRPC implementation. HTTP/2 based RPC

    Java Apache License 2.0 Updated Aug 23, 2024
  • ko Public

    Forked from ko-build/ko

    Build and deploy Go applications

    Go Apache License 2.0 Updated Aug 15, 2024
  • coturn Public

    Forked from coturn/coturn

    coturn TURN server project

    C Other Updated Aug 6, 2024
  • CodeGuide Public

    Forked from fuzhengwei/CodeGuide

    📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!

    Shell Apache License 2.0 Updated Aug 5, 2024
  • sofa-bolt Public

    Forked from sofastack/sofa-bolt

    SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.

    Java Apache License 2.0 Updated Aug 1, 2024
  • samples Public

    Forked from webrtc/samples

    WebRTC Web demos and samples

    JavaScript BSD 3-Clause "New" or "Revised" License Updated Jul 28, 2024
  • dubbo Public

    Forked from apache/dubbo

    The java implementation of Apache Dubbo. An RPC and microservice framework.

    Java Apache License 2.0 Updated Jul 18, 2024
  • Summer Public

    Forked from SwingFrog/Summer

    这是一个轻量级的、一站式的java游戏服务器框架,也可用于开发简单的web服务。基于netty实现了高性能通讯,支持tcp、http、websocket等协议,支持protobuf、json两种数据格式,支持以配置的形式轻松开启多端口网络服务。支持RPC远程调用,支持以优雅的方式实现远程调用,支持调用超时重试、幂等调用。封装了持久化层,提供数据访问和数据落地接口,支持异步新增、保存、删除数据…

    Java Apache License 2.0 Updated Jul 13, 2024
  • jforgame Public

    Forked from kingston-csj/jforgame

    jforgame是一个一站式游戏服务器开发框架。包含游戏服务器开发所需要的各种组件,比如网关,socket服务端与客户端,自定义高效消息编解码,游戏热更新,游戏通用工具等等。包含游戏服,跨服,匹配服,后台管理系统等实现,同时提供大量业务案例以供学习。亦可用于其他socket应用,例如及时聊天等。

    Java Apache License 2.0 Updated Jul 12, 2024
  • ioGame Public

    Forked from iohao/ioGame

    无锁异步化、事件驱动架构设计的 java netty 网络编程框架; 轻量级,无需依赖任何第三方中间件或数据库就能支持集群、分布式; 适用于网络游戏服务器、物联网、内部系统及各种需要长连接的场景; 通过 ioGame 你可以很容易的搭建出一个集群无中心节点、集群自动化、分布式的网络服务器;FXGL、Unity、UE、Cocos Creator、Godot、Netty、Protobuf、web…

    Java GNU Affero General Public License v3.0 Updated Jul 8, 2024
  • ✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解

    Go MIT License Updated Jun 22, 2024
  • 极客时间课程下载器,支持下载极客时间专栏/视频课/每日一课/大厂实践/训练营视频

    Go MIT License Updated Jun 17, 2024
  • Create Reddit Videos with just✨ one command ✨

    Python GNU General Public License v3.0 Updated Jun 6, 2024
  • 音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。

    Updated May 20, 2024
  • iris Public

    Forked from kataras/iris

    The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio 🚀

    Go BSD 3-Clause "New" or "Revised" License Updated May 17, 2024
  • Third Party JianYing Api. 第三方剪映Api

    Python MIT License Updated May 8, 2024
  • go-admin Public

    Forked from GoAdminGroup/go-admin

    A golang framework helps gopher to build a data visualization and admin panel in ten minutes

    Go Apache License 2.0 Updated Apr 26, 2024
  • 微信公众号:bugstack虫洞栈 | 专注于原创开发专题案例。跟着案例学Netty,Netty4.x案例从简单入门到应用实战,全篇37章节优秀案例+实战源码[基础篇(13)、中级篇(13)、高级篇(3章+)、源码分析篇],以上章节全部完成并不断持续更新中。欢迎关注公众号:bugstack虫洞栈 | 阅读专题文章+调试案例源码学习{回复netty案例}。

    CSS Updated Apr 16, 2024
  • Luckysheet Public

    Forked from dream-num/Luckysheet

    Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.

    JavaScript MIT License Updated Mar 28, 2024
  • aurora Public

    Forked from linhaojun857/aurora

    基于SpringBoot+Vue开发的个人博客系统

    Java Apache License 2.0 Updated Feb 28, 2024
  • hello-algo Public

    Forked from krahets/hello-algo

    《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。

    Java Other Updated Jan 10, 2024
  • 《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓

    Java Other Updated Jan 4, 2024
  • 视频批量处理, 码率设置, 格式转换, 添加字幕, 添加水印, 文字跑马灯, 去除水印, 修改分辨率, 视频剪裁, 倍速播放, 视频分段, 视频合成, 视频镜像, 背景音乐, 插入背景图片, 视频高斯模糊, 模糊拓边, 画中画,字幕,翻译,影视解说,影视混剪,抖音带货,视频全自动剪辑,视频批量剪辑

    Go Apache License 2.0 Updated Nov 29, 2023
  • 微信支付 APIv3 的官方 Go Library

    Go Apache License 2.0 Updated Oct 19, 2023
  • Douyin-Bot Public

    Forked from wangshub/Douyin-Bot

    😍 Python 抖音机器人,论如何在抖音上找到漂亮小姐姐?

    Python MIT License Updated Oct 3, 2023
  • ip2region Public

    Forked from zoujingli/ip2region

    准确率99.9%的ip地址定位库

    PHP Apache License 2.0 Updated Sep 17, 2023
  • moby Public

    Forked from moby/moby

    Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

    Go Apache License 2.0 Updated Sep 15, 2023
  • 2023年4、5月份心血来潮,想做TK,为了实现矩阵运营,开启此项目,但是最后由于各种原因,无法继续。现在将项目公开,希望能对后面做自媒体的有所帮助。本项目包括本地代理IP的配置,outlook邮箱申请(图片验证需要手动处理一下),邮箱验证码自动读取,tk账号注册和登录(这里也存在问题,单次可行,第二次会被识别次数太多,细节看readme),tk的模拟浏览视频,tk视频下载,视频搬运前的剪辑…

    Python Updated Aug 29, 2023
  • WxJava Public

    Forked from binarywang/WxJava

    微信开发 Java SDK ,支持包括微信支付,开放平台,小程序,企业微信,公众号等的后端开发

    Java Apache License 2.0 Updated May 5, 2023