-
✍ WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性
Vue Do What The F*ck You Want To Public License UpdatedMar 5, 2025 -
ChatGPT_JCM Public
Forked from 202252197/ChatGPT_JCMGPT多模型聊天项目,后期会一点一点的将OpenAI接口进行接入大家支持一下呗,右上角点个Star,我会一直更新下去。
Vue Apache License 2.0 UpdatedMar 13, 2023 -
PanIndex Public
Forked from px-org/PanIndex网盘目录列表,目前支持天翼云、teambition盘、阿里云盘、OneDrive等
Go GNU Affero General Public License v3.0 UpdatedDec 2, 2021 -
zeno Public
Forked from zenustech/zenoZEn NOde system
C++ Mozilla Public License 2.0 UpdatedNov 13, 2021 -
Book-list-of-computational-geometry-and-computer-graphics Public
Forked from HW140701/Book-list-of-computational-geometry-and-computer-graphicsBook list of computational geometry and computer graphics 计算几何和计算机图形学必读书单与经典书籍
UpdatedNov 10, 2021 -
THREE.js-PathTracing-Renderer Public
Forked from erichlof/THREE.js-PathTracing-RendererReal-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Rende…
JavaScript Creative Commons Zero v1.0 Universal UpdatedNov 7, 2021 -
Babylon.js-PathTracing-Renderer Public
Forked from erichlof/Babylon.js-PathTracing-RendererReal-time PathTracing with global illumination and progressive rendering, all on top of the Babylon.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/Babylon.js-PathTracing-R…
JavaScript Creative Commons Zero v1.0 Universal UpdatedOct 26, 2021 -
trojan Public
Forked from Jrohy/trojantrojan多用户管理部署程序, 支持web页面管理
Go GNU General Public License v3.0 UpdatedJul 3, 2021 -
rs_pbrt Public
Forked from wahn/rs_pbrtRust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...
Rust Other UpdatedJun 2, 2021 -
go-gin-api Public
Forked from xinliangnote/go-gin-api基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码…
Go MIT License UpdatedMay 22, 2021 -
rustdesk Public
Forked from rustdesk/rustdeskThe best open source remote desktop client software
Rust GNU General Public License v3.0 UpdatedMay 17, 2021 -
taichi_blend Public
Forked from taichi-dev/taichi_blendTaichi Blender intergration for physics simulation and animation
Python UpdatedMar 2, 2021 -
zznewclear13.me Public
Forked from zznewclear13/zznewclear13.memy personal website (under construction)
CSS MIT License UpdatedDec 12, 2020 -
-
baiduwp Public
Forked from QiQUQ/baiduwpPanDownload Web, built with CloudFlare Workers
JavaScript MIT License UpdatedOct 22, 2020 -
Indirect-Rendering-With-Compute-Shaders Public
Forked from ellioman/Indirect-Rendering-With-Compute-ShadersAn example of drawing numerous instances using Unity3D, compute shaders and Graphics.DrawMeshInstancedIndirect with Frustum & Occlusion culling and LOD'ing.
C# UpdatedOct 1, 2020 -
RenderLab Public
Forked from Ubpa/RenderLabApp of RTR, PTR and Editor
C++ MIT License UpdatedSep 29, 2020 -
captcha_trainer_pytorch Public
Forked from sml2h3/captcha_trainer_pytorch基于MobileNetV2/EfficientNet-b0/... + LSTM + CTC的不定长图像识别训练pytorch框架
Python Apache License 2.0 UpdatedAug 31, 2020 -
PanDownload-PHP-Optimized Public
Forked from lc6464/PanDownload-PHP-OptimizedPanDownload 网页复刻版 PHP 版本优化版
PHP Mozilla Public License 2.0 UpdatedAug 17, 2020 -
VolumeCloud Public
Forked from yangrc1234/VolumeCloudVolume cloud for Unity3D
C# MIT License UpdatedJul 29, 2020 -
PathTracer Public
Forked from BobLChen/PathTracerTile based pathtracer runs in OpenGL
C++ MIT License UpdatedJul 9, 2020 -
gifken Public
Forked from aaharu/gifkenTypeScript / JavaScript GIF parser and maker
TypeScript MIT License UpdatedApr 20, 2020 -
flutter_flowermusic Public
Forked from Darren-chenchen/flutter_flowermusic使用flutter编写的音乐项目,服务器是使用nodejs+mongodb简单搭建的,主要功能包括登录、注册、修改密码、收藏、分享、评论、上传图片、富文本、音频播放、flutter与原生交互、手势、选择图片、上拉加载、下拉刷新等功能。功能较多、但是没有太多的业务逻辑,对于初学者来说很容易看明白。具体的功能和特点请参考demo
Dart MIT License UpdatedApr 19, 2020 -
op Public
Forked from wgwjifeng/opop插件(类似大漠插件),Windows消息模拟,gdi,dx,opengl截图,找图,找字(OCR),其他实用算法
C++ UpdatedJan 16, 2020 -
node-tap Public
Forked from Srar/node-tap基于TypeScript实现的开源SSTap
TypeScript Apache License 2.0 UpdatedSep 11, 2019 -
captcha_platform Public
Forked from kerlomz/captcha_platform[验证码识别-部署] This project is based on CNN+BLSTM+CTC to realize verificationtion. This projeccode identificat is only for deployment models.
Python Other UpdatedJul 4, 2019 -
captcha_trainer Public
Forked from kerlomz/captcha_trainer[验证码识别-训练] This project is based on CNN5/ResNet+BLSTM/LSTM/GRU/SRU/BSRU+CTC to realize verification code identification. This project is only for training the model.
Python Other UpdatedJun 13, 2019 -
-
captcha_library_c Public
Forked from kerlomz/captcha_library_c本项目可以用来调用 https://github.com/kerlomz/captcha_trainer 项目训练的模型,使用动态库的方式调用验证码识别服务。
C++ UpdatedApr 29, 2019 -