yswang0927's Stars
brillout/awesome-react-components
Curated List of React Components & Libraries.
bgstaal/multipleWindow3dScene
A quick example of how one can "synchronize" a 3d scene across multiple windows using three.js and localStorage
clauderic/dnd-kit
The modern, lightweight, performant, accessible and extensible drag & drop toolkit for React.
trinodb/trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Akryum/vue-virtual-scroller
⚡️ Blazing fast scrolling for any amount of data
leeoniya/uPlot
📈 A small, fast chart for time series, lines, areas, ohlc & bars
cssinjs/jss
JSS is an authoring tool for CSS which uses JavaScript as a host language.
vasturiano/3d-force-graph
3D force-directed graph component using ThreeJS/WebGL
bramstein/fontfaceobserver
Webfont loading. Simple, small, and efficient.
Hufe921/canvas-editor
rich text editor by canvas/svg
typestyle/typestyle
Making CSS Typesafe 🌹
leaferjs/leafer-ui
一款好用的 Canvas 引擎,革新的开发体验,用于高效绘图 、UI 交互、图形编辑。A user-friendly Canvas engine with a revolutionary development experience, for efficient drawing, UI interactions, and graphic editing.
muaz-khan/RTCMultiConnection
RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
bgrins/spectrum
The No Hassle JavaScript Colorpicker
zkteco-home/redis-windows
Native port of Redis for Windows,it can be installed as service.
msgpack/msgpack-java
MessagePack serializer implementation for Java / msgpack.org[Java]
JetBrains/JetBrainsRuntime
Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
pierpo/react-archer
🏹 Draw arrows between React elements 🖋
jupyterlab/lumino
Lumino is a library for building interactive web applications
KonghaYao/cn-font-split
划时代的字体切割工具,CJK与任何字符!支持 otf、ttf、woff2 字体多线程切割,完美地细颗粒度地进行包大小控制。A revolutionary font subetter that supports CJK and any characters! It enables multi-threaded subset of otf, ttf, and woff2 fonts, allowing for precise control over package size.
kriszyp/msgpackr
Ultra-fast MessagePack implementation with extension for record and structural cloning / msgpack.org[JavaScript/NodeJS]
giscafer/mapshaper-plus
Generate geojson files for Echarts Map,base on mapshaper(Echarts 地图数据压缩转换)
calumk/editorjs-columns
Laqcce-cao/RSL-SQL
RSL-SQL: Robust Schema Linking in Text-to-SQL Generation
zkteco-home/RedisJson
The RedisJSON module provides JSON support for Redis. RedisJSON lets you store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type
rokobuljan/zoompan
Pannable and zoomable area for graphic editors like Photoshop
yswang0927/injector-maven-plugin
Maven插件:使用Javassist 编译期动态注入代码
yswang0927/java-asar
使用Java解析Electron的asar格式,支持读取头部JSON内容和解压等。
yswang0927/java-radixtree
从android-5.1.1.8中提出来的RadixTree的java实现
yswang0927/java-radixtree-url-router
基于RadixTree算法的URL路由注册和匹配算法,从https://github.com/gin-gonic/gin/blob/master/tree.go翻译过来