xuqiyong666's Stars
krahets/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
excalidraw/excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
animate-css/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
nocodb/nocodb
🔥 🔥 🔥 Open Source Airtable Alternative
appwrite/appwrite
Your backend, minus the hassle.
slab/quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility
tldraw/tldraw
whiteboard / infinite canvas SDK
ToolJet/ToolJet
Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀
geekan/HowToLiveLonger
程序员延寿指南 | A programmer's guide to live longer
standard/standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
ai/nanoid
A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript
vercel/pkg
Package your Node.js project into an executable
mkdocs/mkdocs
Project documentation with Markdown.
dubinc/dub
Open-source link management infrastructure. Loved by modern marketing teams like Vercel, Raycast, and Perplexity.
liriliri/eruda
Console for mobile browsers
dexidp/dex
OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
i18next/i18next
i18next: learn once - translate everywhere
ntop/n2n
Peer-to-peer VPN
isaacs/rimraf
A `rm -rf` util for nodejs
watchexec/watchexec
Executes commands in response to file modifications —— Maintenance status: on hold. I have no time for OSS currently; back late 2024.
dvtng/react-loading-skeleton
Create skeleton screens that automatically adapt to your app!
webpack/tapable
Just a little module for plugins.
dbeaver/cloudbeaver
Cloud Database Manager
OpenDroneMap/WebODM
User-friendly, commercial-grade software for processing aerial imagery. 🛩
fanvanzh/3dtiles
The fastest tools for 3dtiles convert in the world!
NASA-AMMOS/3DTilesRendererJS
Renderer for 3D Tiles in Javascript using three.js
und3fined/medium-unlocker
Read Medium content without limit!
gorules/zen
Open-source Business Rules Engine for your Rust, NodeJS, Python or Go applications.
scially/Cesium3DTilesConverter
Convert OSGB,Shp,GDAL To Cesium 3DTiles
jedld/multi_string_replace
A fast multiple string replace library for ruby. Uses a C implementation of the Aho–Corasick Algorithm based on https://github.com/morenice/ahocorasick while adding support for on the fly multiple string replacement. Faster alternative to String.gsub when dealing with non-regex (exact match) use cases