HiWayne's Stars
microsoft/vscode
Visual Studio Code
AUTOMATIC1111/stable-diffusion-webui
Stable Diffusion web UI
ant-design/ant-design
An enterprise-class UI design language and React UI library
ascoders/weekly
前端精读周刊。帮你理解最前沿、实用的技术。
alan2207/bulletproof-react
🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.
bvaughn/react-virtualized
React components for efficiently rendering large lists and tabular data
sunface/rust-course
“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
wangzheng0822/algo
数据结构和算法必知必会的50个代码实现
tnfe/TNT-Weekly
🙈 🙉 🙊 每周为您推荐国内外前端领域最新的优秀文章以及行业进展
shfshanyue/Daily-Question
互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中
w3c/IntersectionObserver
Intersection Observer
woai3c/nand2tetris
计算机系统要素-从零开始构建现代计算机
pixijs/pixi-react
Write PIXI apps using React declarative style
pwstrick/daily
一份搜集的前端面试题目清单、面试相关以及各类学习的资料(不局限于前端)
harlanc/xiu
A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
KieSun/awesome-frontend-source-interpretation
从源码层面,剖析前端主流技术的底层实现原理。
57code/vue-interview
总结前端面试中经典的vue相关题目,分析最佳回答策略。加面试群关注公众号”村长学前端“。
neroneroffy/react-source-code-debug
React 源码调试环境,源代码详细注释,跟随官方仓库进行更新
sdecima/javascript-detect-element-resize
A Cross-Browser, Event-based, Element Resize Detection
vue3-club/vue3-docs
vue中文社区,vue3 中文文档
HiWayne/share-technology
前端技术分享(含原创)
lencx/dev
🙈 开发那些事儿
HiWayne/luban
暂停开发中……低代码平台(low code),支持toc & tob页面。特点:编译型、细粒度自定义UI/交互逻辑、可人工修改代码、可创建模板复用
HiWayne/ninth_art
前端小游戏 mini games by frontend
HiWayne/colorful_gif
这个库可以将滤镜混入gif中,然后你会得到一个带着滤镜的gif url(理论上只要是带有透明度的图片都可以混合到gif中)。你还可以利用导出的createGIF方法把许多图片、视频、甚至电脑摄像头的实时录制转换成gif! this lib can mix filter to gif, then you get a gif url with filter(In fact, as long as the picture with transparency can be mixed into the gif). You can also convert some pictures, videos, and even computer camera live recordings into gif using the exported createGIF method!
HiWayne/large-file-uploader
大文件上传,支持多线程切片、断点续传、秒传、离线缓存等功能。file uploader, supporting: multithreaded file segmentation, resume from break point, uploaded immediately, offline storage...
HiWayne/data_structures_and_algorithms
更新中……数据结构与算法(TypeScript实现) update……data structures and algorithms (TypeScript)
HiWayne/rainbow-bridge
nestjs+mysql+typeorm实现的账号系统,高安全性密码加密、基于RBAC的权限设计
HiWayne/webpack-demo
a webpack5 config and optimization and ssr
HiWayne/DataStructureSimulation
java+swing,排序算法可视化