Pinned Repositories
injector-maven-plugin
Maven插件:使用Javassist 编译期动态注入代码
java-asar
使用Java解析Electron的asar格式,支持读取头部JSON内容和解压等。
java-radixtree
从android-5.1.1.8中提出来的RadixTree的java实现
java-radixtree-url-router
基于RadixTree算法的URL路由注册和匹配算法,从https://github.com/gin-gonic/gin/blob/master/tree.go翻译过来
lessc
Lessc(Less Compiler)是一个在Sublime Text3下使用 `less.js` (http://lesscss.org/) 库将 `.less` 文件编译成 `.css` 文件的工具插件。
ralasafe
Ralasafe访问控制中间件(数据级权限管理),是MIT协议开源免费软件产品。它使用图形化方式处理各种数据级权限管理问题,包括数据库行列级、字段内容级权限问题;它还能处理登录控制、 功能级权限控制和URL权限认证。
visual-drag-demo
一个低代码(可视化拖拽)教学项目
yswang0927's Repositories
yswang0927/ralasafe
Ralasafe访问控制中间件(数据级权限管理),是MIT协议开源免费软件产品。它使用图形化方式处理各种数据级权限管理问题,包括数据库行列级、字段内容级权限问题;它还能处理登录控制、 功能级权限控制和URL权限认证。
yswang0927/injector-maven-plugin
Maven插件:使用Javassist 编译期动态注入代码
yswang0927/java-asar
使用Java解析Electron的asar格式,支持读取头部JSON内容和解压等。
yswang0927/awesome
😎 Awesome lists about all kinds of interesting topics
yswang0927/Awesome-Chinese-LLM
整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。
yswang0927/circle-progress
非常不错的环形进度条:svg+js实现,丰富的css样式配置
yswang0927/code-encryptor
该项目已集成到 https://github.com/jar-analyzer/jar-obfuscator 使用JNI加密字节码,通过JVMTI解密字节码以保护代码,支持自定义包名和密钥,使用魔法禁止黑客dump字节码
yswang0927/color-thief
图像取主色最佳实现,获取图片的主色。
yswang0927/cosmos
cosmos-基于GPU的关系图布局和渲染
yswang0927/flv.js
Bilibili开源的HTML5 FLV Player,据说不错
yswang0927/infinite-tree
虚拟滚动树A browser-ready tree library that can efficiently display a large amount of data using infinite scrolling.
yswang0927/IPAddress
Java library for handling IP addresses and subnets, both IPv4 and IPv6
yswang0927/jar-obfuscator
Jar Obfuscator - 一个 JAR/CLASS 字节码混淆工具,支持包名/类名/方法名/字段名/参数名引用分析和重命名混淆方式,支持字符串加密/整型异或混淆/垃圾代码花指令混淆/等方式,支持方法和字段的隐藏,支持 NATIVE 层的 JVMTI 代码加密,配置简单,文档教程齐全,容易上手
yswang0927/jsch-openssh8-
支持OpenSSH8.8+的 jsch 版本
yswang0927/json-logic-js
Build complex rules, serialize them as JSON, and execute them in JavaScript
yswang0927/macos-web
前端还原macos系统
yswang0927/nginx-http-flv-module
基于nginx-rtmp-module的流媒体服务器。具备nginx-rtmp-module的所有功能,增加了HTTP-FLV,GOP缓存和VHOST(一个IP对应多个域名)的功能。Media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache and VHOST (one IP for multi domain names) are supported now.
yswang0927/nginx_upstream_check_module
Health checks upstreams for nginx - 合并Alibaba-Tengine中此模块的代码
yswang0927/ngx_http_proxy_connect_module
Nginx模块用于正向代理https请求,A forward proxy module for CONNECT request handling
yswang0927/signature_pad
手写签名板-非常推荐 HTML5 canvas based smooth signature drawing
yswang0927/slick
列表或图片轮播器-the last carousel you'll ever need
yswang0927/spring-cloud-zuul-ratelimit
Rate limit auto-configure for Spring Cloud Netflix Zuul
yswang0927/stack-snippet-console
拦截console.log|info|warn|error等模拟浏览器console输出到自己的DOM中
yswang0927/staticrypt
这个工具可以对网页加密,生成一个新网页。打开新网页需要输入一个密码,才能看到内容。
yswang0927/supervisord
a go-lang supervisor implementation
yswang0927/ttorrent
BitTorrent Java library with tracker and download client
yswang0927/vue-virtual-scroll-list
⚡️虚拟滚动A vue component support big amount data list with high render performance and efficient.
yswang0927/wildcard-trie-tree
String trie that supports wildcard search
yswang0927/yolo-onnxruntime-java
使用微软的onnxruntime java库调用yolo-onnx格式模型进行推理
yswang0927/yolov8-opencv-onnxruntime-cpp
yolov8 hub,cpp with onnxruntime and opencv