Giter Site home page Giter Site logo

anan23333 / leetcode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webvueblog/leetcode

0.0 0.0 0.0 5.29 MB

🎲【每日更新 question & answers】一个 ☝️ 正经的前端学习,每天进步一点点!手写源码,api,算法;包含JavaScript / Vue / React / TypeScript /HTML / CSS / Nodejs / Leetcode……Suggest 👍

Home Page: https://webvueblog.github.io/Leetcode/#/Blog/BlogList

JavaScript 96.90% CSS 0.14% HTML 2.96%

leetcode's Introduction

正经的前端学习

新增issues博客

28529a0f8f19ed720fa16ec5c005a7f

Starred

Stargazers over time

中文 | English

一个 ☝️ 正经的前端学习 开源 仓库,每天进步一点!欢迎大家前来讨论,如果觉得对你的学习有一定的帮助,欢迎点个Star (此仓库每天都会手动更新)

日志

  • 正经的前端学习(在更)
  • 深入理解JS核心技术(在更)
  • 深入手写JS原生API(在更)

😃 对自己的寄语

  • 吾日三省吾身
  • 不愤不启,不悱不发。举一隅不以三隅反,则不复也
  • 死磕自己,遇见更好的自己,365天无节假日
  • 不跟别人比,做好自己;不诋毁他人,向优秀者学习
  • 每一个阶段的话或事,可能是你下一阶段认为的蠢事
  • 希望大家在这浮夸的前端圈里,保持冷静
  • 重在坚持
  • 没有人是一座孤岛

福利 🧧,👏 模拟面试,限时30分钟

首先 感谢 🙏 您的 Star, 模拟面试可以 😌 (我会针对您的个人 👤 年限出题时间为30分钟内,所以请你 把握👌好机会)。最后,一个人可以走的更快,但一群人才能走的更远,和大家一起共勉,多折腾折腾,做一个低调务实优秀的**好青年,加我也要注意 ⚠️ 请求同意备注!!!

☕️ 赞助

地址 ⬇️

https://github.com/webVueBlog/Leetcode

🐤 交流讨论 && 如何学习 && 转载声明 && 帮忙修正以及补充

第一:你可以直接在本仓库阅读即可,阶段性学习。 (可以转载里面的所有知识点用到任何地方,但请添加仓库的地址)有问题欢迎提交issues

Leetcode题解

展开查看

👩🏻‍💻:webVueBlog的leetcode刷题📒

深入理解JS核心技术

展开查看
Number Title
1 在 JavaScript 中创建对象的可能方式有哪些
2 什么是原型链
3 调用、应用和绑定有什么区别
4 什么是 JSON 及其常用操作
5 数组切片方法的目的是什么
6 数组拼接方法的目的是什么
7 切片和拼接有什么区别
8 你如何比较Object和Map
9 == 和 === 运算符有什么区别
10 什么是 lambda 或箭头函数
11 什么是一级函数
12 什么是一阶函数
13 什么是高阶函数
14 什么是一元函数
15 什么是柯里化函数
16 什么是纯函数
17 let 关键字的作用是什么
18 let 和 var 有什么区别
19 选择名称let作为关键字的原因是什么
20 如何在 switch 块中重新声明变量而不会出错
21 什么是暂时性死区
22 什么是 IIFE(立即调用函数表达式)
23 您如何在 JavaScript 中解码或编码 URL
24 什么是memoization
25 什么是Hoisting
26 ES6 中的类是什么
27 什么是闭包
28 什么是模块
29 为什么需要模块
30 javascript中的作用域是什么
31 什么是service worker?
32 如何使用 service worker 操作 DOM
33 如何在 service worker 重启时重用信息
34 什么是索引数据库
35 什么是网络存储
36 什么是发布消息
37 什么是 Cookie
38 为什么需要 Cookie
39 cookie 中有哪些选项
40 如何删除 cookie
41 cookie、本地存储和会话存储有什么区别
42 localStorage 和 sessionStorage 的主要区别是什么
43 您如何访问网络存储
44 会话存储上可用的方法有哪些
45 什么是存储事件及其事件处理程序
46 为什么需要网络存储
47 你如何检查网络存储浏览器支持
48 你如何检查网络工作者浏览器支持
49 举个 web worker 的例子
50 webworkers对DOM有什么限制
51 什么是承诺
52 为什么需要承诺
53 承诺的三种状态是什么
54 什么是回调函数
55 为什么我们需要回调
56 什么是回调地狱
57 什么是服务器发送事件
58 您如何接收服务器发送的事件通知
59 如何检查浏览器对服务器发送事件的支持
60 服务器发送的事件有哪些可用的事件
61 承诺的主要规则是什么
62 什么是回调中的回调
63 什么是承诺链
64 什么是promise.all
65 承诺中比赛方法的目的是什么
66 什么是javascript中的严格模式
67 为什么需要严格模式
68 你如何声明严格模式
69 双感叹号的目的是什么
70 删除运算符的目的是什么
71 什么是 typeof 运算符
72 什么是未定义属性
73 什么是空值
74 null 和 undefined 有什么区别
75 什么是评估
76 窗口和文档有什么区别
77 你如何在javascript中访问历史记录
78 你如何检测大写锁定键是否打开
79 什么是 NaN
80 未声明变量和未定义变量有什么区别
81 什么是全局变量
82 全局变量有什么问题
83 什么是 NaN 属性
84 isFinite 函数的目的是什么
85 什么是事件流
86 什么是事件冒泡
87 什么是事件捕获
88 如何使用 JavaScript 提交表单
89 您如何找到操作系统详细信息
90 文档加载和 DOMContentLoaded 事件有什么区别
91 本机,主机和用户对象之间有什么区别
92 用于调试 JavaScript 代码的工具或技术有哪些
93 与回调相比,promise 的优缺点是什么
94 属性和属性有什么区别
95 什么是同源策略
96 void 0的目的是什么
97 JavaScript 是编译型语言还是解释型语言
98 JavaScript 是区分大小写的语言吗
99 Java和JavaScript之间有什么关系吗
100 什么是事件
101 谁创建了 JavaScript
102 preventDefault 方法有什么用
103 stopPropagation 方法有什么用
104 return false 涉及哪些步骤
105 什么是物料清单
106 setTimeout 有什么用
107 setInterval 有什么用
108 为什么 JavaScript 被视为单线程
109 什么是事件委托
110 什么是 ECMAScript

☀ 阶段三十五(715)

展开查看

⭐ 阶段三十四(715)

展开查看

🌙 阶段三十三(690)

展开查看

👇 阶段三十二(668)

展开查看

🐂 阶段三十一(648)

展开查看

🐂 阶段三十(623)

展开查看

🤨 阶段二十九(598)

展开查看

😛 阶段二十八(565)

展开查看

😛 阶段二十七(555)

展开查看

😛 阶段二十六(544)

展开查看

😛 阶段二十五(532)

展开查看

😛 阶段二十四(525)

展开查看

😛 阶段二十三(514)

展开查看

📕 阶段二十二(500)

展开查看

😋 阶段二十一(480)

展开查看

✔ 阶段二十(470)

展开查看

😗 阶段十九(460)

展开查看

🐉 阶段十八(450)

展开查看

🐔 阶段十七(440)

展开查看

🐟 阶段十六(425)

展开查看

🦐 阶段十五(401)

展开查看

🦂 阶段十四(384)

展开查看

😘 阶段十三(370)

展开查看

🥰 阶段十二(340)

展开查看

😉 阶段十一(324)

展开查看

🙃 阶段十(306)

展开查看

😍 阶段九(285)

展开查看

🧑🏻 阶段八(250)

展开查看

🧑🏻‍💻 阶段七(215)

展开查看

😇 阶段六(190)

展开查看

🧑🏻‍💻 阶段五(175)

展开查看

🥲 阶段四(150)

展开查看

🧑🏻‍💻 阶段三(145)

展开查看

🤣 阶段二(100)

展开查看

🧑🏻‍💻 阶段一(50)

展开查看

全栈架构师

展开查看

webVueBlog Stars

展开查看

JavaScript

  • postcss-pxtorem Convert pixel units to rem (root em) units using PostCSS

  • eslint Find and fix problems in your JavaScript code.

  • dva 🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)

  • nice-js-leetcode 好青年 | leetcode 今日事今日毕(✅ Solutions to LeetCode by JavaScript, 100% test coverage, runtime beats 100% / LeetCode 题解 / GitHub Actions集成LeetCode每日一题至issues)

  • postcss-plugin-px2rem postcss plugin px2rem

  • LeetHub Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository

  • pinyin 🇨🇳 汉字拼音 ➜ hàn zì pīn yīn

  • electron-quick-start Clone to try a simple Electron app

  • awesome-css 国内css平台从业者交流,Github Actions自动化部署

  • nice-my-friend 😳轻松查看和过滤所有关注和关注。通过 GitHub Action 自动更新。

  • cloud-email 微信小程序实现邮件发送,借助小程序云开发进行邮件验证码发送

  • cloud-pay 10行代码实现微信小程序支付,借助小程序云开发云函数实现微信支付

  • tcb-subscribe-demo 小程序·云开发快速接入小程序订阅消息,开发开课提醒小程序

  • Fruit-store-mp 🍊微信小程序-水果商城-云开发

  • tcb-demo-basic 小程序·云开发系列教程——基础能力DEMO

  • mp-book 小程序·云开发系列教程

  • react-native A framework for building native applications using React

  • react A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • basket.js A script and resource loader for caching & loading files with localStorage

  • puppeteer-webperf Automating Web Performance testing with Puppeteer 🎪

  • file-breakpoint-continue 🐬 Node+Vue 实现大文件 📁 上传,断点续传等 https://webvueblog.github.io/file-breakpoint-continue/ 💎

  • todolist-vue 用 Todoist 组织一切,管理工作和生活的To Do List,使用 Vite、Vue 和 Vuex 构建的 TodoMVC

  • express-node ⚡ express-node-mysql-react全家桶

  • Leetcode 【每日更新 question & answers】一个 ☝️ 正经的前端学习,每天进步一点点!手写源码,api,算法;包含JavaScript / Vue / React / TypeScript /HTML / CSS / Nodejs / Leetcode……Suggest 👍

  • eslint-plugin-prettier ESLint plugin for Prettier formatting

  • sinon Test spies, stubs and mocks for JavaScript.

  • uuid Generate RFC-compliant UUIDs in JavaScript

  • core-js Standard Library

  • JavaScript Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

  • egg 🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

  • koa-router Router middleware for koa.

  • plupload Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.

  • ejs Embedded JavaScript templates -- http://ejs.co

  • cookies Signed and unsigned cookies based on Keygrip

  • express-resource Resourceful routing for Express

  • examples Example Koa apps

  • koa Expressive middleware for node.js using ES2017 async functions

  • kityminder 百度脑图

  • webuploader It's a new file uploader solution!

  • digital_video_concepts 数字视频相关技术和概念

  • customize-cra Override webpack configurations for create-react-app 2.0

  • eslint-plugin-vue Official ESLint plugin for Vue.js

  • sass-resources-loader SASS resources (e.g. variables, mixins etc.) loader for Webpack. Also works with less, post-css, etc.

  • standard-version 🏆 Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org

  • xgplayer A HTML5 video player with a parser that saves traffic

  • vue-meta Manage HTML metadata in Vue.js components with SSR support

  • standard 🌟 JavaScript Style Guide, with linter & automatic code fixer

  • roughViz Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser.

  • Chart.js Simple HTML5 Charts using the tag

  • oss-browser OSS Browser 提供类似windows资源管理器功能。用户可以很方便的浏览文件,上传下载文件,支持断点续传等。

  • the-super-tiny-compiler ⛄ Possibly the smallest compiler ever

  • webpack-cli Webpack's Command Line Interface

  • emotion 👩‍🎤 CSS-in-JS library designed for high performance style composition

  • preact ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

  • material-ui MUI Core (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design.

  • create-react-app Set up a modern web app by running one command.

  • jsmpeg MPEG1 Video Decoder in JavaScript

  • webxr Repository for the WebXR Device API Specification.

  • three.js JavaScript 3D Library.

  • aframe 🅰️ web framework for building virtual reality experiences.

  • tailwindcss A utility-first CSS framework for rapid UI development.

  • module-federation-examples Implementation examples of module federation , by the creators of module federation

  • webpack A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • jsmpeg-player MPEG1 Video Player Based On JSMpeg.

  • JavaScript30 有关 @wesbos 的课程 JavaScript-30 的中文练习指南

  • h265player 一套完整的Web版H.265播放器解决方案,非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码,利用Canvas画布投影、AudioContext播放音频。

  • FE-Interview 🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器

  • floating-ui JavaScript positioning library for tooltips, popovers, dropdowns, and more

  • markmap Visualize markdown documents as mindmaps

  • ripple A tiny foundation for building reactive views

  • audio-sculptor you can edit audio(such as clip, splice and replace) in browsers😊

  • axios Promise based HTTP client for the browser and node.js

  • codemirror5 In-browser code editor (version 5, legacy)

  • compression-webpack-plugin Prepare compressed versions of assets to serve them with Content-Encoding

  • cors-anywhere CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.

  • driver.js A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page

  • fuse4js FUSE bindings for Javascript and node.js

  • imagemin [Unmaintained] Minify images seamlessly

  • imagemin-mozjpeg Imagemin plugin for mozjpeg

  • js-pinyin js汉字转拼音

  • pinyin4js A opensource javascript library for converting chinese to pinyin。welcome Star : P

  • jsencrypt A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.

  • jsonlint A JSON parser and validator with a CLI.

  • jszip Create, read and edit .zip files with Javascript

  • lib-flexible 可伸缩布局方案

  • simple-statistics simple statistics for node & browser javascript

  • moment Parse, validate, manipulate, and display dates in javascript.

  • morgan HTTP request logger middleware for node.js

  • nprogress For slim progress bars like on YouTube, Medium, etc

  • prerender-spa-plugin Prerenders static HTML in a single-page application.

  • randexp.js Create random strings that match a given regular expression.

  • register-service-worker A script to simplify service worker registration with hooks for common events.

  • resize-observer-polyfill A polyfill for the Resize Observer API

  • vuex 🗃️ Centralized State Management for Vue.js.

  • webpack-bundle-analyzer Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap

  • es6-promise A polyfill for ES6-style Promises

  • element-react Element UI

  • chalk 🖍 Terminal string styling done right

  • ora Elegant terminal spinner

  • Inquirer.js A collection of common interactive command line user interfaces.

  • commander.js node.js command-line interfaces made easy

  • markdown-it-toc-done-right A table of contents (TOC) plugin for Markdown-it with focus on semantic and security. Made to work gracefully with markdown-it-anchor.

  • markdown-it-anchor Header anchors for markdown-it.

  • ThreeExample.js 《Three.js 入门指南》书例代码

  • right-menu 📜 @right-menu 是一个使用 TypeScript 开发的右键菜单插件, 🏆 可以在 JS / TS / Vue / React 等多端框架使用, 🦄 支持多级菜单 / 异步渲染 / 骨架Loading / 自适应主题 / mac黑夜模式

  • vue-i18n 🌐 Internationalization plugin for Vue.js

  • vuelidate Simple, lightweight model-based validation for Vue.js

  • react Cheatsheets for experienced React developers getting started with TypeScript

  • Awesome-qr.js An awesome QR code generator written in JavaScript.

  • chimee a video player framework aims to bring wonderful experience on browser

  • vue-video-player @videojs component for @vuejs

  • flv.js HTML5 FLV Player

  • ECMAScript2016-Design-Patterns Design Patterns for ES6 (使用es6实现的设计模式)

  • webfunny_monitor webfunny是一款轻量级的前端监控系统,webfunny也是一款前端性能监控系统,无埋点监控前端日志,实时分析前端健康状态。webfunny is a lightweight front-end monitoring system and webfunny is also a front-end performance monitoring system. It monitors front-end logs and analyzes front-end health status in real time.

  • Daily-Interview-Question 我是依扬(木易杨),公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。

  • 33-js-concepts 📜 每个 JavaScript 工程师都应懂的33个概念 @leonardomso

  • front-end-interview-handbook ⚡️ Front End interview preparation materials for busy engineers

  • 30-seconds-of-interviews A curated collection of common interview questions to help you prepare for your next interview.

  • vue-ssr-boilerplate Vue.js Server Side Rendering Boilerplate without Polluting Vuex

  • eslint-config-vue

  • clipboard.js ✂️ Modern copy to clipboard. No Flash. Just 3kb gzipped 📋

  • vue-countTo It's a vue component that will count to a target number at a specified duration https://panjiachen.github.io/countTo/demo/

  • Mock A simulation data generator

  • anime JavaScript animation engine

  • medium-to-own-blog Switch from Medium to your own blog in a few minutes

  • draft-js A React framework for building text editors.

  • node-tenpay 微信支付 for nodejs

  • wechat 微信公共平台消息接口服务中间件

  • electron-vue An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.

  • bowser a browser detector

  • compressorjs JavaScript image compressor.

  • hotkeys ➷ A robust Javascript library for capturing keyboard input. It has no dependencies.

  • tech-interview-handbook 💯 Curated interview preparation materials for busy engineers

  • globby User-friendly glob matching

  • dayjs ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API

  • history.js History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.

  • javascript-algorithms 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

  • vue-analysis 👍 Vue.js 源码分析

  • react-developer-roadmap Roadmap to becoming a React developer

  • regexr RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

  • stats.js JavaScript Performance Monitor

  • dom-examples Code examples that accompany various MDN DOM and Web API documentation pages

  • leon 🧠 Leon is your open-source personal assistant.

  • js-cloudimage-360-view Engage your customers with a stunning 360 view of your products. Any questions or issues, please report to https://github.com/scaleflex/js-cloudimage-360-view/issues

  • localForage 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.

  • leetcode LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)

  • WasmVideoPlayer Play file/stream with wasm & webgl & web audio api, using ffmpeg for multi codec support, especially for h265,support http, websocket, http-flv stream.

  • codecbox.js video and audio codecs for javascript based on ffmpeg and asm.js

  • algorithm-visualizer 🎆Interactive Online Platform that Visualizes Algorithms from Code

  • fullPage.js fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple

  • crypto-js JavaScript library of crypto standards.

  • wtfjs 🤪 A list of funny and tricky JavaScript examples

  • weekly 前端精读周刊。帮你理解最前沿、实用的技术。

  • WebRTC-Experiment WebRTC, WebRTC and WebRTC. Everything here is all about WebRTC!!

  • samples WebRTC Web demos and samples

  • HQChart HQChart - H5, 微信小程序 沪深/港股/数字货币/期货/美股 K线图(kline),走势图,缩放,拖拽,十字光标,画图工具,截图,筹码图. 分析家语法,通达信语法,(麦语法),第3方数据替换接口

  • videojs-contrib-dash Video.js plugin for supporting the MPEG-DASH playback through a video.js player

  • screenity The most powerful screen recorder & annotation tool for Chrome 🎥

  • 30-Days-Of-React 30 Days of React challenge is a step by step guide to learn React in 30 days. It requires HTML, CSS, and JavaScript knowledge. You should be comfortable with JavaScript before you start to React. If you are not comfortable with JavaScript check out 30DaysOfJavaScript. This is a continuation of 30 Days Of JS. This challenge may take more than 100 days, follow your own pace.

  • spy-debugger 微信调试,各种WebView样式调试、手机浏览器的页面真机调试。便捷的远程调试手机页面、抓包工具,支持:HTTP/HTTPS,无需USB连接设备。

  • 30-seconds-of-code Short JavaScript code snippets for all your development needs

  • flowchart.js Draws simple SVG flow chart diagrams from textual representation of the diagram

  • ueditor rich text 富文本编辑器

  • StreamSaver.js StreamSaver writes stream to the filesystem directly asynchronous

  • FileSaver.js An HTML5 saveAs() FileSaver implementation

  • vue-scrollto Adds a directive that listens for click events and scrolls to elements.

  • faker.js generate massive amounts of realistic fake data in Node.js and the browser

  • js-cookie A simple, lightweight JavaScript API for handling browser cookies

  • lodash A modern JavaScript utility library delivering modularity, performance, & extras.

  • vue-awesome-swiper 🏆 Swiper component for @vuejs

  • Buttons A CSS button library built using Sass and Compass

  • neditor 基于 ueditor的更现代化的富文本编辑器,支持HTTPS

  • vue-lazyload A Vue.js plugin for lazyload your Image or Component in your application.

  • swiper Most modern mobile touch slider with hardware accelerated transitions

  • Charts 轻量级图表,提供常用图表如折线图、柱状图、饼状图等,支持动画效果

  • 30-Days-Of-JavaScript 30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.

  • renren-fast-vue renren-fast-vue基于vue、element-ui构建开发,实现renren-fast后台管理前端功能,提供一套更优的前端解决方案。

  • syntaxhighlighter SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript.

  • howler.js Javascript audio library for the modern web.

  • autoprefixer Parse CSS and add vendor prefixes to rules by Can I Use

  • svg-sprite-loader Webpack loader for creating SVG sprites.

  • fe-interview 宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)

  • vue-image-crop-upload A beautiful vue component for image cropping and uploading. (vue图片剪裁上传组件)

  • vue-baberrage A simple Barrage plugin Base on Vue.js. | 基于Vue.js弹幕插件.

  • Darkmode.js 🌓 Add a dark-mode / night-mode to your website in a few seconds

  • wavesurfer.js Navigable waveform built on Web Audio and Canvas

  • pdf.js PDF Reader in JavaScript

  • html-webpack-plugin Simplifies creation of HTML files to serve your webpack bundles

  • Vue.Draggable Vue drag-and-drop component based on Sortable.js

  • ffmpeg.js Port of FFmpeg with Emscripten

  • node Node.js JavaScript runtime ✨🐢🚀✨

  • vue-cli 🛠️ webpack-based tooling for Vue.js Development

  • rollup Next-generation ES module bundler

  • NeteaseCloudMusicApi 网易云音乐 Node.js API service

  • react-music 基于React的在线音乐播放器(移动端高仿安卓网易云音乐)(重构是不可能的,这辈子都不会用 hooks 重构)

  • curvejs Made curve a dancer in HTML5 canvas - 魔幻线条

  • javascript JavaScript Style Guide

  • nodebestpractices ✅ The Node.js best practices list (June 2022)

  • weapp-plugin-demo 有赞微商城所有小程序插件的演示demo

  • vue-admin-template a vue2.0 minimal admin template

  • electron-vue-admin vue electron admin template web: http://panjiachen.github.io/vue-admin-template

  • webpack A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

  • form-create 🔥🔥🔥 强大的动态表单生成器|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON.

  • canvas

  • special-vue-series-code-analyzing 「Vue生态库源码系列」,Vue、Vue-router、Vuex、Vue-cli、Vue-loader、Vue-devtools等

  • weui weui+是在weui和zepto基础上开发的增强UI组件,目前分为表单,基础,组件,js插件四大类,共计百余项功能,是最全的weui样式

  • radarCanvas 微信小程序 雷达图组件 component

  • vue-canvas-poster vue生成海报图,一个通过 css 属性画 canvas 图片的轻量级的 vue 组件 (Vue poster,a lightweight vue component that draws canvas images via css properties.)

  • blur-admin AngularJS Bootstrap Admin Panel Framework

  • AdminLTE AdminLTE - Free admin dashboard template based on Bootstrap 4

  • es6tutorial 《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。

  • v2.vuejs.org 📄 Documentation for Vue 2

  • sol-weapp 👏红包雨,大转盘,小程序营销组件,小程序商城常用组件 https://sunniejs.github.io/sol-weapp/

  • Blog 记录成长的过程

  • nuxt.js The Intuitive Vue(2) Framework

  • echarts-for-weixin Apache ECharts 的微信小程序版本

  • weixin 微信小游戏辅助合集(加减大师、包你懂我、大家来找茬腾讯版、头脑王者、好友画我、悦动音符、我最在行、星途WeGoing、猜画小歌、知乎答题王、腾讯**象棋、跳一跳、题多多黄金版)

  • vant-weapp 轻量、可靠的小程序 UI 组件库

  • vue-cli-plugin-vue-next A Vue CLI plugin for trying out vue-next (experimental)

  • chinese-independent-blogs 中文独立博客列表

  • vue-router 🚦 The official router for Vue 2

  • odometer-for-wechatapp 微信小程序odometer数字滚动动画组件

  • html2wxml 用于微信小程序的HTML和Markdown格式的富文本渲染组件,支持代码高亮

  • Painter 小程序生成图片库,轻松通过 json 方式绘制一张可以发到朋友圈的图片

  • inmap 大数据地理可视化

  • fe-interview 前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……

  • express Fast, unopinionated, minimalist web framework for node.

  • vuep 🎡 A component for rendering Vue components with live editor and preview.

Java

  • JS-Sorting-Algorithm 一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。

  • mall mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

  • JustAuth 🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、推特、飞书、京东、阿里云、喜马拉雅、Amazon、Slack和 Line 等第三方平台的授权登录。 Login, so easy!

  • Sa-Token 这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成...

  • vhr 微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。

  • pdf-bookmark pdf bookmark generator 目录 书签 大纲

  • JimuReport 「低代码可视化报表」类似excel操作风格,在线拖拽完成设计!功能涵盖: 报表设计、图形报表、打印设计、大屏设计等,完全免费!秉承“简单、易用、专业”的产品理念,极大的降低报表开发难度、缩短开发周期、解决各类报表难题。

  • GitHub-Chinese-Top-Charts 🇨🇳 GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。

  • LeetCodeAnimation Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)

  • NYCSDE 公众号【码农田小齐】的分类合集

  • hello-algorithm 🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)

  • gushici 一言·古诗词 API (Hitokoto API),随机返回一条古诗词名句。采用 Vert.x + Redis 全异步开发,毫秒级稳定响应。

TypeScript

  • vuese 🤗 One-stop solution for vue component documentation. Original org: https://github.com/vuese

  • react-docgen-typescript A simple parser for react properties defined in typescript instead of propTypes.

  • pro-components 🏆 Use Ant Design like a Pro!

  • GGEditor A visual graph editor based on G6 and React

  • L7 🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.

  • G2 📊 A highly interactive data-driven visualization grammar for statistical charts.

  • G6 ♾ A Graph Visualization Framework in JavaScript

  • umi 🌋 Pluggable enterprise-level react application framework.

  • jest Delightful JavaScript Testing.

  • todolist-react TypeScript版本-使用 React 和 Redux 构建的 TodoMVC (props&Event&Context&Mobx&Redux)

  • redux Predictable state container for JavaScript apps

  • svg-path-editor Online editor to create and manipulate SVG paths

  • regulex 🚧 Regular Expression Excited!

  • core 🚀 The Node.js Framework highly focused on developer ergonomics, stability and confidence

  • koa-swagger-decorator using decorator to automatically generate swagger doc for koa-router

  • naive-ui A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast.

  • formily Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3

  • tdesign-vue A Vue.js UI components lib for TDesign.

  • typescript-eslint ✨ Monorepo for all the tooling which enables ESLint to support TypeScript

  • better-scroll 📜 inspired by iscroll, and it supports more features and has a better scroll perfermance

  • dumi 📖 Documentation Generator of React Component

  • date-fns ⏳ Modern JavaScript date utility library ⌛️

  • react-dnd Drag and Drop for React

  • formatjs The monorepo home to all of the FormatJS related libraries, most notably react-intl.

  • ant-design An enterprise-class UI design language and React UI library

  • react-router Declarative routing for React

  • qiankun 📦 🚀 Blazing fast, simple and complete solution for micro frontends.

  • svelte Cybernetically enhanced web apps

  • typescript-tutorial TypeScript 入门教程

  • mini-vue 实现最简 vue3 模型( Help you learn more efficiently vue3 source code )

  • vitest A Vite-native test framework. It's fast!

  • vue-codemirror @codemirror code editor component for @vuejs

  • countUp.js Animates a numerical value by counting to it

  • docx Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

  • path-to-regexp Turn a path string such as /user/:name into a regular expression

  • react-sortablejs React bindings for SortableJS

  • tui.editor 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.

  • svgicon SVG icon components and tool set

  • TypeScript TypeScript 使用手册(中文版)翻译。http://www.typescriptlang.org

  • vee-validate ✅ Form Validation for Vue.js

  • any-rule 🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台

  • ant-design-icons ⭐ Ant Design SVG Icons

  • notable The Markdown-based note-taking app that doesn't suck.

  • npkill List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.

  • snabbdom A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

  • developer-roadmap Roadmap to becoming a developer in 2022

  • docsearch 📘 The easiest way to add search to your documentation.

  • TypeScriptSamples Community Driven Samples for TypeScript

  • github-pages-deploy-action Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.

  • excalidraw Virtual whiteboard for sketching hand-drawn like diagrams

  • 3d-book-image-css-generator Generate a 3D image from a book cover and export to HTML/CSS to embed on your website.

  • immutable-js Immutable persistent data collections for Javascript which increase efficiency and simplicity.

  • html2canvas Screenshots with JavaScript

  • vuex-module-decorators TypeScript/ES7 Decorators to create Vuex modules declaratively

  • react-qq-music 🎵 基于 React 的QQ音乐 mac 客户端播放器(PC) Online Music Player(qqmusic)

  • csslayout A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing!

  • ssr A most advanced ssr framework support React/Vue2/Vue3 on Earth that implemented serverless-side render specification.

  • typescript-library-starter Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!

  • vitepress Vite & Vue powered static site generator.

  • vue-class-component ES / TypeScript decorator for class-style Vue components.

  • vuex-class-component A Type Safe Vuex Module or Store Using ES6 Classes and ES7 Decorators written in TypeScript.

  • vuex-class Binding helpers for Vuex and vue-class-component

  • router 🚦 The official router for Vue.js

  • vue-property-decorator Vue.js and Property Decorator

  • vscode-yaml YAML support for VS Code with built-in kubernetes syntax support

  • vuetify 🐉 Material Component Framework for Vue

  • devtools ⚙️ Browser devtools extension for debugging Vue.js applications.

  • wangEditor wangEditor —— 开源 Web 富文本编辑器

  • TypeScript TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • javascript-datastructures-algorithms 📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

  • bytemd Hackable Markdown Editor and Viewer

  • rollup-plugin-vue Roll .vue files

  • vditor ♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.

  • rap2-delos 阿里妈妈前端团队出品的开源接口管理工具RAP第二代

  • echarts Apache ECharts is a powerful, interactive charting and data visualization library for browser

  • vant Lightweight Mobile UI Components built on Vue

  • ant-design-pro 👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!

  • core 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • vite Next generation frontend tooling. It's fast!

  • composition-api Composition API plugin for Vue 2

  • vue 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • artipub Article publishing platform that automatically distributes your articles to various media channels

Vue

  • vuese-explorer 🏄An online experience playground for vuese

  • varlet-vue2 基于 Vue2 的 Material design 风格移动端组件库 Material design mobile component library for Vue2

  • varlet 基于 Vue3 的 Material design 风格移动端组件库 Material design mobile component library for Vue3

  • cssgridgenerator 🧮 Generate basic CSS Grid code to make dynamic layouts!

  • vue-docs 🔥 vue-docs https://learn-docs.github.io/vue-docs/

  • vue-vben-admin A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!

  • vue-pure-admin 🔥 ✨✨ ✨ Vue3.0+TypeScript+Vite2.0+Element-Plus编写的一套后台管理系统(兼容移动端)

  • mavonEditor mavonEditor - A markdown editor based on Vue that supports a variety of personalized features

  • vue-color 🎨 Vue Color Pickers for Sketch, Photoshop, Chrome & more http://vue-color.surge.sh

  • vue-countup-v2 Vue.js component wrap for countUp.js

  • vue-splitpanes

  • vue-typescript-admin-template 🖖 A vue-cli 3.0 + typescript minimal admin template

  • vue-virtual-scroller ⚡️ Blazing fast scrolling for any amount of data

  • vue-screen-capture 基于 html2canvas 的vue截图组件

  • vue-sample-svg-icons An opinionated example of how to use SVG icons in a Vue.js application

  • shopro-uniapp Shopro分销商城 uniapp前端开源代码,一款落地生产的 基于uni-app的多端商城。使用文档:https://gitee.com/itmonkey-cn/shopro.git

  • ViewUI A high quality UI Toolkit built on Vue.js 2.0

  • ant-design-vue 🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜

  • vue-admin-better 🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro

  • Vue-mmPlayer 🎵 基于 Vue 的在线音乐播放器(PC) Online music player

  • form-design 动态表单页面设计--自动生成页面

  • vue-manage-system 基于Vue3 + Element Plus 的后台管理系统解决方案

  • vue-super-flow Flow chart component based on Vue。vue flowchart

  • vue2-elm 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用

  • form-generator ✨Element UI表单设计及代码生成器

  • element A Vue.js 2.0 UI Toolkit for Web

  • vant-shop-demo 商城常用的组件开发基于 vant ui 开发,让商城开发变得更简单

  • mint-ui Mobile UI elements for Vue.js

  • iview-admin Vue 2.0 admin management system template based on iView

  • vue-weixin Vue2 全家桶仿 微信App 项目,支持多人在线聊天和机器人聊天

  • vue-3d-model 📷 vue.js 3D model viewer component

  • DataV Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)

  • ColorUI 鲜亮的高饱和色彩,专注视觉的小程序组件库

Other

  • awesome-wechat-weapp 微信小程序开发资源汇总 💯

  • LogicStack-LeetCode 公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码

  • audio_video_streaming 音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。

  • new-pac 翻墙-科学上网、免费翻墙、免费科学上网、VPN、一键翻墙浏览器,vps一键搭建翻墙服务器脚本/教程,免费shadowsocks/ss/ssr/v2ray/goflyway账号/节点,免费自由上网、fanqiang、翻墙梯子,电脑、手机、iOS、安卓、windows、Mac、Linux、路由器翻墙

  • es6-equivalents-in-es5 WIP - ES6 Equivalents In ES5

  • awesome-nestjs A curated list of awesome things related to NestJS 😎

  • ppchart http://ppchart.com

  • awesome-java A curated list of awesome frameworks, libraries and software for the Java programming language.

  • awesome-javascript 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things.

  • amdjs-api Houses the Asynchronous Module Definition API

  • tdesign Enterprise Design System

  • CS-Notes 📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

  • Best-App 收集&推荐优秀的 Apps/硬件/技巧/周边等

  • FrontEndGitHub :octocat:GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、数据结构与算法、开发工具、求职面试等)

  • rust-fe Rust是未来前端基础设施

  • Front-End-Interview-Notebook 🐜前端面试复习笔记

  • Blog 冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。

  • reverse-interview-zh 技术面试最后反问面试官的话

  • Node.js-Troubleshooting-Guide Node.js 应用线上/线下故障、压测问题和性能调优指南手册(一期更新结束)

  • git-flight-rules Flight rules for git

  • webpack-and-spa-guide Webpack 4 和单页应用入门

  • how-web-works What happens behind the scenes when we type www.google.com in a browser?

  • Become-A-Full-Stack-Web-Developer Free resources for learning Full Stack Web Development

  • modern-js-cheatsheet Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.

  • Front-End-Checklist 🗂 The perfect Front-End Checklist for modern websites and meticulous developers

  • promise-fun Promise packages, patterns, chat, and tutorials

  • mysql-tutorial MySQL入门教程(MySQL tutorial book)

  • English-level-up-tips An advanced guide to learn English which might benefit you a lot 🎉 . 可能是让你受益匪浅的英语进阶指南。

  • system-design-algorithms Advanced data structure and algorithm for system design,系统设计需要了解的算法

  • awesome-resume Resume,Resume Templates,程序员简历例句,简历模版,

  • css-modules Documentation about css-modules

  • awesome-nodejs ⚡ Delightful Node.js packages and resources

  • awesome-vue 🎉 A curated list of awesome things related to Vue.js

  • functional-programming-jargon Jargon from the functional programming world in simple terms!

  • coding-interview-university A complete computer science study plan to become a software engineer.

  • awesome-webpack-cn 印记中文 - webpack 优秀中文文章

  • free-programming-books 📚 Freely available programming books

  • LeetcodeTop 汇总各大互联网公司容易考察的高频leetcode题🔥

  • vue3-News 🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021/2022)

  • javascript_concurrency_translation 《JavaScript Concurrency》英文版全书翻译 ->《JavaScript并发编程》,主要内容是Promises, Generators, Web Workers实现JavaScript并发编程相关

  • wx-h5-mall 微信商城

  • wxappUnpacker 小程序反编译(支持分包)

  • vue-admin We are refactoring it, using the latest Vue and Bulma. WIP

  • imgcook Generate pages from any sketch or images.

  • awesome-nuxt A curated list of awesome things related to Nuxt.js

  • document-style-guide 中文技术文档的写作规范

CSS

  • todomvc-app-css CSS for TodoMVC apps

  • animate.css 🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.

  • css-ripple-effect Pure CSS (no JavaScript) implementation of Android Material design "ripple" animation

  • uni-app-tools this is some uni-app toolset, more routing extensions

  • normalize.css A modern alternative to CSS resets

Markdown

  • fucking-algorithm 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.

Shell

HTML

  • 1024bibi 🔥 1024bibi.com bolg https://1024bibi.com/

  • js-xss Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist

  • ueditor_rails [Abandoned] UEditor integration with Rails

  • alpine A rugged, minimal framework for composing JavaScript behavior in your markup.

  • pagedjs Display paginated content in the browser and generate print books using web technology

  • pinyin-engine JavaScript 拼音匹配引擎

  • screenfull Simple wrapper for cross-browser usage of the JavaScript Fullscreen API

  • node-interview How to pass the Node.js interview of ElemeFE.

  • html HTML Standard

  • gentelella Free Bootstrap 4 Admin Dashboard Template

  • tabler Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap

  • WeixinResource 微信开发资源汇总 | WeChat Development Resources Summary

Python

  • v8-internals 面向编译器开发人员的V8内部实现文档

  • MockingBird 🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time

  • system-design-primer Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

C

  • ffmpeg-libav-tutorial FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more

CoffeeScript

  • pinyin-converter A simple Javascript plugin to convert pinyin with numbers to tone marks

PHP

  • dootask DooTask是一款轻量级的开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具。

  • catch-admin CatchAdmin是一款基于thinkphp6 和 element admin 开发的后台管理系统,基于 ServiceProvider,系统模块完全接耦。随时卸载安装模块。提供了完整的权限和数据权限等功能,大量内置的开发工具提升你的开发体验。官网地址:

  • alipay 一个PHP文件搞定支付宝支付系列,包括电脑网站支付,手机网站支付,现金红包、消费红包、扫码支付,JSAPI支付、单笔转账到支付宝账户、交易结算(分账、分润)、网页授权获取用户信息等

  • weixinPay 微信支付单文件版。一个PHP文件搞定微信支付系列。包括原生支付(扫码支付),H5支付,公众号支付,现金红包、企业付款到零钱等。新增V3版。

  • woocommerce-to-wechatapp-mini WooCommerce微信小程序迷你版

SCSS

  • magic CSS3 Animations with special effects

  • material-dashboard Material Dashboard - Open Source Bootstrap 5 Material Design Admin

Stylus

Dart

  • flutter Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Less

  • iview-weapp 一套高质量的微信小程序 UI 组件库

Rust

  • deno A modern runtime for JavaScript and TypeScript.

列表2

展开查看

Rust

  • exa A modern replacement for ‘ls’.

  • swc Rust-based platform for the Web

  • tools The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.

  • sonic 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

  • bat A cat(1) clone with wings.

  • deno A modern runtime for JavaScript and TypeScript.

  • relay Relay is a JavaScript framework for building data-driven React applications.

Go

  • dns.toys A DNS server that offers useful utilities and services over the DNS protocol. Weather, world time, unit conversion etc.

  • flagr Flagr is a feature flagging, A/B testing and dynamic configuration microservice

  • fasthttp Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http

  • goproxy A global proxy for Go modules.

  • delve Delve is a debugger for the Go programming language.

  • fiber ⚡️ Express inspired web framework written in Go

  • xbar Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)

  • k8s-deployment-strategies Kubernetes deployment strategies explained

  • 7days-golang 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列

  • mahjong-helper 日本麻将助手:牌效+防守+记牌(支持雀魂、天凤)

  • picsum-photos Lorem Ipsum... but for photos.

  • http2 old repo for HTTP/2 support for Go (see README for new home)

  • cloud-on-k8s Elastic Cloud on Kubernetes

  • lazydocker The lazier way to manage everything docker

  • kruise Automate application management on Kubernetes (project under CNCF)

  • mkcert A simple zero-config tool to make locally trusted development certificates with any names you'd like.

  • esbuild An extremely fast JavaScript and CSS bundler and minifier

  • go-web-framework-benchmark ⚡ Go web framework benchmark

  • rclone "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files

  • fx Terminal JSON viewer

  • gnet 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。

  • portainer Making Docker and Kubernetes management easy.

  • ctop Top-like interface for container metrics

  • whoami Tiny Go webserver that prints os information and HTTP request to output

  • vault A tool for secrets management, encryption as a service, and privileged access management

  • rook Storage Orchestration for Kubernetes

  • external-storage [EOL] External storage plugins, provisioners, and helper libraries

  • cert-manager Automatically provision and manage TLS certificates in Kubernetes

  • TopList 今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览:https://mo.fish

  • krew 📦 Find and install kubectl plugins

  • ingress-nginx NGINX Ingress Controller for Kubernetes

  • charts ⚠️(OBSOLETE) Curated applications for Kubernetes

  • metrics-server Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.

  • autoscaler Autoscaling components for Kubernetes

  • istio Connect, secure, control, and observe services.

  • coredns CoreDNS is a DNS server that chains plugins

  • nps 一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.

  • nginx-prometheus-exporter NGINX Prometheus Exporter for NGINX and NGINX Plus

  • seaweedfs SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.

  • k9s 🐶 Kubernetes CLI To Manage Your Clusters In Style!

  • k3s Lightweight Kubernetes

  • night Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。

  • build-web-application-with-golang A golang ebook intro how to build a web with golang

  • openbilibili-go-common 🙈!🙉!🙊!我不清楚这些是啥… 道德心泛滥的麻烦出门右转关注996.icu!

  • cadvisor Analyzes resource usage and performance characteristics of running containers.

  • rancher Complete container management platform

  • drone Drone is a Container-Native, Continuous Delivery Platform

  • consul-template Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data.

  • gosu Simple Go-based setuid+setgid+setgroups+exec

  • faas OpenFaaS - Serverless Functions Made Simple

  • fn The container native, cloud agnostic serverless platform.

  • minio Multi-Cloud ☁️ Object Storage

  • helm The Kubernetes Package Manager

  • kubeless Kubernetes Native Serverless Framework

  • traefik The Cloud Native Application Proxy

  • hugo The world’s fastest framework for building websites.

  • kcptun A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC. Available for ARM, MIPS, 386 and AMD64。KCPプロトコルに基づく安全なトンネル。KCP 프로토콜을 기반으로 하는 보안 터널입니다。

  • harbor An open source trusted cloud native registry project that stores, signs, and scans content.

  • flannel flannel is a network fabric for containers, designed for Kubernetes

  • etcd Distributed reliable key-value store for the most critical data of a distributed system

  • kubeadm Aggregator for issues filed against kubeadm

  • consul Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

  • minikube Run Kubernetes locally

  • dashboard General-purpose web UI for Kubernetes clusters

  • cri-o Open Container Initiative-based implementation of Kubernetes Container Runtime Interface

  • beats 🐠 Beats - Lightweight shippers for Elasticsearch & Logstash

  • iris The fastest HTTP/2 Go Web Framework. Minimum resources, better performance. Iris is environmentally friendly 🍃 | 谢谢 |

  • raft Golang implementation of the Raft consensus protocol

  • envconsul Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault.

  • gin Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

  • api2go JSONAPI.org Implementation for Go

  • gocode An autocompletion daemon for the Go programming language

  • casbin An authorization library that supports access control models like ACL, RBAC, ABAC in Golang

  • gofpdf A PDF document generator with high level support for text, drawing and images

  • tour [mirror] A Tour of Go

  • httprouter A high performance HTTP request router that scales well

  • mux A powerful HTTP router and URL matcher for building Go web servers with 🦍

  • gorm The fantastic ORM library for Golang, aims to be developer friendly

  • vegeta HTTP load testing tool and library. It's over 9000!

  • redis Type-safe Redis client for Golang

  • graphql An implementation of GraphQL for Go / Golang

  • awesome-go A curated list of awesome Go frameworks, libraries and software

  • nsq A realtime distributed messaging platform

  • ngrok Introspected tunnels to localhost

  • origin Conformance test suite for OpenShift

  • go-advice List of advice and tricks for Go ʕ◔ϖ◔ʔ

  • colly Elegant Scraper and Crawler Framework for Golang

  • gitlab-ci-multi-runner This repository is a mirror for automated DockerHub builds. Please go to:

  • tidb TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try free: https://tidbcloud.com/free-trial

  • kubernetes Production-Grade Container Scheduling and Management

  • prometheus The Prometheus monitoring system and time series database.

  • go-is-not-good A curated list of articles complaining that go (golang) isn't good enough

  • docker_practice Learn and understand Docker&Container technologies, with real DevOps practice!

  • moby Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

C

  • ngx_brotli NGINX module for Brotli compression

  • ImageMagick 🧙‍♂️ ImageMagick 7

  • openssl TLS/SSL and crypto library

  • pngquant Lossy PNG compressor — pngquant command based on libimagequant library

  • musl Unofficial mirror of etalabs musl repository. Updated daily.

  • sysstat Performance monitoring tools for Linux

  • siege Siege is an http load tester and benchmarking utility

  • apue 《UNIX环境高级编程》随书代码与课后习题

  • C Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.

  • libfaketime libfaketime modifies the system time for a single application

  • nginx An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html

  • wrk Modern HTTP benchmarking tool

  • libuv Cross-platform asynchronous I/O

  • linux Linux kernel source tree

  • disque Disque is a distributed message broker

  • jq Command-line JSON processor

  • ccap node.js generate captcha using c++ library CImg without install any other lib or software

  • openvpn OpenVPN is an open source VPN daemon

  • shadowsocks-libev Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust

  • polipo The Polipo caching HTTP proxy

  • redis Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • scrcpy Display and control your Android device

  • wcdb WCDB is a cross-platform database framework developed by WeChat.

  • tmux tmux source code

  • SQLAdvisor 输入SQL,输出索引优化建议

  • postgres Mirror of the official PostgreSQL GIT repository. Note that this is just a mirror - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  • FFmpeg Mirror of https://git.ffmpeg.org/ffmpeg.git

  • Chinese-uvbook 翻译的libuv的中文教程

  • the_silver_searcher A code-searching tool similar to ack, but faster.

Python

  • chinese-programmer-wrong-pronunciation **程序员容易发音错误的单词

  • SMSBoom 短信轰炸/短信测压/ | 一个健壮免费的python短信轰炸程序,专门炸坏蛋蛋,百万接口,多线程全自动添加有效接口,支持异步协程百万并发,全免费的短信轰炸工具!!高一美术生开发全网首发!!

  • MockingBird 🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time

  • asciinema Terminal session recorder 📹

  • easytrader 提供同花顺客户端/国金/华泰客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件

  • ECDICT Free English to Chinese Dictionary Database

  • CheatSheetSeries The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.

  • helm-charts You know, for Kubernetes

  • photo2cartoon 人像卡通化探索项目 (photo-to-cartoon translation project)

  • cpython The Python programming language

  • dd-agent Datadog Agent Version 5

  • geektime_dl 把极客时间装进 Kindle

  • serverless-function-compute-examples A collection of boilerplates and examples of serverless architectures built with the Serverless framework and Alibaba Cloud Function Compute.

  • DXY-COVID-19-Crawler 2019新型冠状病毒疫情实时爬虫及API | COVID-19/2019-nCoV Realtime Infection Crawler and API

  • WeRoBot WeRoBot 是一个微信公众号开发框架

  • ansible-for-devops Ansible for DevOps examples.

  • ceph-ansible Ansible playbooks to deploy Ceph, the distributed filesystem.

  • devops-exercises Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

  • public-speaking-with-meaning 《我也有话要说》—— 普通人的当众讲话技能

  • wxpy 微信机器人 / 可能是最优雅的微信个人号 API ✨✨

  • dnsmasq-china-list Chinese-specific configuration to improve your favorite DNS server. Best partner for chnroutes.

  • interview_internal_reference 2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。

  • explainshell match command-line arguments to their help text

  • binlog2sql Parse MySQL binlog to SQL you want

  • redash Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

  • nginx-proxy Automated nginx proxy for Docker containers using docker-gen

  • node-gyp Node.js native addon build tool

  • couplet-dataset Dataset for couplets. 70万条对联数据库。

  • chinese-xinhua 📙 中华新华字典数据库。包括歇后语,成语,词语,汉字。

  • visdom A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.

  • pytorch-examples Simple examples to introduce PyTorch

  • examples A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.

  • scikit-learn scikit-learn: machine learning in Python

  • sklearn-pandas Pandas integration with sklearn

  • numpy The fundamental package for scientific computing with Python.

  • wait-for-it Pure bash script to test and wait on the availability of a TCP host and port

  • glances Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.

  • seq2seq-couplet Play couplet with seq2seq model. 用深度学习对对联。

  • py12306 🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理

  • dumb-init A minimal init system for Linux containers

  • supervisor Supervisor process control system for UNIX

  • word-statistics-cet4 12年36套四级真题试卷的单词频率统计程序

  • w3-goto-world 🍅 Git/AWS/Google 镜像 ,SS/SSR/VMESS节点,WireGuard,IPFS, DeepWeb,Capitalism 、行业研究报告的知识储备库

  • shadowsocks

  • openshift-ansible Install and config an OpenShift 3.x cluster

  • kubeapp Some commonly used kubernetes app 🎉🎉🎉~~~

  • house-renting Possibly the best practice of Scrapy 🕷 and renting a house 🏡

  • elasticsearch-docker Official Elasticsearch Docker image

  • wechat_jump_game 微信《跳一跳》Python 辅助

  • sentry Sentry is cross-platform application monitoring, with a focus on error reporting.

  • awesome-python A curated list of awesome Python frameworks, libraries, software and resources

  • pgcli Postgres CLI with autocompletion and syntax highlighting

  • system-design-primer Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

  • robotframework Generic automation framework for acceptance testing and RPA

  • tieba_post python模拟百度贴吧登陆,发帖

  • you-get ⏬ Dumb downloader that scrapes the web

  • httplib2 Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support. Originally written by Joe Gregorio, now supported by community.

  • autojump A cd command that learns - easily navigate directories from the command line

  • public-apis A collective list of free APIs

  • YouCompleteMe A code-completion engine for Vim

  • douban.fm 📻 douban.fm based on Python

  • FreeWifi How to get free wifi.

  • fuck-login 模拟登录一些知名的网站,为了方便爬取需要登录的网站

  • ansible Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

  • git-webhook :octocat: 使用 Python Flask + SQLAchemy + Celery + Redis + React 开发的用于迅速搭建并使用 WebHook 进行自动化部署和运维,支持 Github / GitLab / Gogs / GitOsc。

  • certbot Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

  • packaging.python.org Python Packaging User Guide

  • legit Git for Humans, Inspired by GitHub for Mac™.

  • scrapy-redis Redis-based components for Scrapy.

  • rq Simple job queues for Python

  • scrapy-proxies Random proxy middleware for Scrapy

  • core-scrapy python-scrapy demo

  • scrapybook Scrapy Book Code

  • scrapy-examples Multifarious Scrapy examples. Spiders for alexa / amazon / douban / douyu / github / linkedin etc.

  • scrapy Scrapy, a fast high-level web crawling & scraping framework for Python.

  • flask-admin Simple and extensible administrative interface framework for Flask

  • flasky Companion code to my O'Reilly book "Flask Web Development", second edition.

  • jieba 结巴中文分词

  • gevent Coroutine-based concurrency library for Python

  • v2ex-gae Legacy code of V2EX running on Google App Engine

  • PyTricks Collection of less popular features and tricks for the Python programming language

  • requests A simple, yet elegant, HTTP library.

  • flask The Python micro framework for building web applications.

  • zhihu-py3 [不再维护] 后继者 zhihu-oauth https://github.com/7sDream/zhihu-oauth 已被 DMCA,亦不再开发,仅提供代码存档:

  • flask-sockets [DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock

JavaScript

  • ethereumbook Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood

  • table-of-general-standard-chinese-characters Table of General Standard Chinese Characters(通用规范汉字表)

  • web3.js Ethereum JavaScript API

  • dt-sql-parser SQL Parsers for BigData, built with antlr4.

  • beautify-qrcode

  • cos-js-sdk-v5 腾讯云 COS JS SDK(XML API)

  • async-pool Run multiple promise-returning & async functions with limited concurrency using native ES6/ES7

  • heroicons A set of free MIT-licensed high-quality SVG icons for UI development.

  • javascript-algorithms 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

  • algorithm-visualizer 🎆Interactive Online Platform that Visualizes Algorithms from Code

  • microbundle 📦 Zero-configuration bundler for tiny modules.

  • gm GraphicsMagick for node

  • iro.js 🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats

  • color-names Large list of handpicked color names 🌈

  • buffer The buffer module from node.js, for the browser.

  • wechat-app-2048 2048小游戏 微信小程序开发 wechat weapp

  • phaser Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.

  • Wechatsync 一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力

  • text-encoding Polyfill for the Encoding Living Standard's API

  • base64-js Base64 encoding/decoding in pure JS

  • size-limit Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.

  • dns-packet An abstract-encoding compliant module for encoding / decoding DNS packets

  • json-schema-editor-visual A json-schema editor of high efficient and easy-to-use, base on React.

  • react-jsonschema-form A React component for building Web forms from JSON Schema.

  • npm-install GitHub Action for install npm dependencies with caching without any configuration

  • tailwind-nextjs-starter-blog This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.

  • webextension-polyfill A lightweight polyfill library for Promise-based WebExtension APIs in Chrome

  • markdownload A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.

  • ffmpeg.wasm FFmpeg for browser and node, powered by WebAssembly

  • color 🌈 Javascript color conversion and manipulation library

  • marktext 📝A simple and elegant markdown editor, available for Linux, macOS and Windows.

  • vizzu-lib Library for animated data visualizations and data stories.

  • tabulator Interactive Tables and Data Grids for JavaScript

  • kutty Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.

  • headless-gl 🎃 Windowless WebGL for node.js

  • gpu.js GPU Accelerated JavaScript

  • web 8th Wall Web projects and resources.

  • react-joyride Create guided tours in your apps

  • jison Bison in JavaScript.

  • webp2jpg-online Use the browser's online image format converter, no need to upload files, you can convert jpeg, jpg, png, gif, webp, svg, ico, bmp files to jpeg, png, webp animation, gif, base64,avif,mozjpeg. 使用浏览器的在线图片格式转化器,无需上传文件,可将jpeg、jpg、png、gif、webp、svg、ico、bmp文件转换为jpeg、png、webp、webp动画、gif、base64、avif、mozjpeg,提供了多个可自定义选项来满足常见需求。

  • greenlet 🦎 Move an async function into its own thread.

  • useWorker ⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks

  • thread-loader Runs the following loaders in a worker pool

  • core-js Standard Library

  • pako high speed zlib port to javascript, works in browser & node.js

  • plugins 🍣 The one-stop shop for official Rollup plugins

  • html-webpack-plugin Simplifies creation of HTML files to serve your webpack bundles

  • read-package-json The thing npm uses to read package.json files with semantics and defaults and validation and stuff

  • normalize-package-data normalizes package metadata, typically found in package.json file.

  • v8-compile-cache Require hook for automatic V8 compile cache persistence

  • prism Lightweight, robust, elegant syntax highlighting.

  • ws Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js

  • just a very small v8 javascript runtime for linux only

  • inferno 🔥 An extremely fast, React-like JavaScript library for building modern user interfaces

  • bullshit-everyday 每天生成一篇废话

  • karma Spectacular Test Runner for JavaScript

  • mini-code 流行框架与库的源码分析与最小实现

  • koan KOAN (Koa, Angular, Node, Mongo) starter kit for full-stack JavaScript web development.

  • enquirer Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.com/jonschlinkert

  • agenda Lightweight job scheduling for Node.js

  • globalize A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data

  • nodejs-integration-tests-best-practices ✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (April 2022)

  • react-tracking 🎯 Declarative tracking for React apps.

  • handlebars.js Minimal templating on steroids.

  • mustache.js Minimal templating with {{mustaches}} in JavaScript

  • You-Dont-Need-Momentjs List of functions which you can use to replace moment.js + ESLint Plugin

  • bignumber.js A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic

  • jsonparse A streaming JSON parser written in pure JavaScript for node.js

  • clean-code-javascript 🛁 Clean Code concepts adapted for JavaScript

  • the-super-tiny-compiler ⛄ Possibly the smallest compiler ever

  • query-string Parse and stringify URL query strings

  • methods HTTP verbs that node supports

  • intro.js Lightweight, user-friendly onboarding tour library

  • iconv-lite Convert character encodings in pure javascript.

  • maptalks.js A light and plugable JavaScript library for integrated 2D/3D maps.

  • react-beautiful-dnd Beautiful and accessible drag and drop for lists with React

  • nanoid A tiny (130 bytes), secure, URL-friendly, unique string ID generator for JavaScript

  • rax 🐰 Rax is a progressive framework for building universal application. https://rax.js.org

  • clean-css Fast and efficient CSS optimizer for node.js and the Web

  • gulp-clean-css Minify css with clean-css.

  • fabric.js Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser

  • dom-examples Code examples that accompany various MDN DOM and Web API documentation pages

  • didact A DIY guide to build your own React

  • simple-keyboard Javascript Virtual Keyboard - Customizable, responsive and lightweight

  • braces Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.

  • Web-Dev-For-Beginners 24 Lessons, 12 Weeks, Get Started as a Web Developer

  • file-type Detect the file type of a Buffer/Uint8Array/ArrayBuffer

  • clipboard-copy Lightweight copy to clipboard for the web

  • d3-graphviz Graphviz DOT rendering and animated transitions using D3

  • worker-loader A webpack loader that registers a script as a Web Worker

  • pdf.js PDF Reader in JavaScript

  • pdfkit A JavaScript PDF generation library for Node and the browser

  • react-runkit RunKit Embed Component.

  • react-live A flexible playground for live editing React components

  • loupe Visualizing the javascript runtime at runtime

  • wmr 👩‍🚀 The tiny all-in-one development tool for modern web apps.

  • react-pdf 📄 Create PDF files using React

  • pdf-to-markdown A PDF to Markdown converter

  • You-Dont-Need-Lodash-Underscore List of JavaScript methods which you can use natively + ESLint Plugin

  • qrbtf An art QR code (qrcode) beautifier. 艺术二维码生成器。https://qrbtf.com

  • react-pdf Display PDFs in your React app as easily as if they were images.

  • faker.js generate massive amounts of realistic fake data in Node.js and the browser

  • gatsby-remark-markmap Visualize code blocks in Markdown files using markmap.

  • postcss-custom-properties Use Custom Properties in CSS

  • download Download and extract files

  • node-qrcode qr code generator

  • svg-term-cli Share terminal sessions via SVG and CSS

  • sharp High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

  • html-to-react A lightweight library that converts raw HTML to a React DOM structure.

  • jsonld.js A JSON-LD Processor and API implementation in JavaScript

  • apexcharts.js 📊 Interactive JavaScript Charts built on SVG

  • weekly

  • wappalyzer Identify technology on websites.

  • prepack A JavaScript bundle optimizer.

  • mathjs An extensive math library for JavaScript and Node.js

  • unified ☔️ interface for parsing, inspecting, transforming, and serializing content through syntax trees

  • ua-parser-js UAParser.js - Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment.

  • shepherd Guide your users through a tour of your app

  • react-loading css实现loading样式组件

  • GSAP GreenSock's GSAP JavaScript animation library (including Draggable).

  • undici An HTTP/1.1 client, written from scratch for Node.js

  • nprogress For slim progress bars like on YouTube, Medium, etc

  • jsdelivr A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM

  • This-Repo-Has-1712-Stars Yes, it's true 💜

  • canvas-confetti 🎉 on-demand confetti gun

  • npmrank npm dependencies graph metrics

  • remark remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.

  • react-toast-notifications 🍞 A toast notification system for react

  • chrome_extensions_and_apps_programming Chrome扩展及应用开发

  • react-autosuggest WAI-ARIA compliant React autosuggest component

  • http-decision-diagram An activity diagram to describe the resolution of HTTP response status codes, given various headers.

  • monaco-editor A browser based code editor

  • cropperjs JavaScript image cropper.

  • marked A markdown parser and compiler. Built for speed.

  • react-markdown Markdown component for React

  • chrome-extensions-samples Chrome Extensions Samples

  • minimist parse argument options

  • chrome-extensions-examples All Chrome Extension examples collected into one repository

  • WebFundamentals Best practices for modern web development

  • nginxconfig.io ⚙️ NGINX config generator on steroids 💉

  • he A robust HTML entity encoder/decoder written in JavaScript.

  • flowy The minimal javascript library to create flowcharts ✨

  • resume.github.com Resumes generated using the GitHub informations

  • How-To-Ask-Questions-The-Smart-Way 本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。

  • package-build-stats This is the cloud function that powers the core of building, minifying and gzipping of packages in bundlephobia

  • react-dropzone Simple HTML5 drag-drop zone with React.js.

  • toastr Simple javascript toast notifications

  • bundlephobia 🏋️ Find out the cost of adding a new frontend dependency to your project

  • highlight.js JavaScript syntax highlighter with language auto-detection and zero dependencies.

  • codelf A search tool helps dev to solve the naming things problem.

  • json-editor JSON Schema Based Editor

  • jsoneditor A web-based tool to view, edit, format, and validate JSON

  • react-json-view JSON viewer for react

  • showthedocs

  • mermaid Generation of diagram and flowchart from text in a similar manner as markdown

  • dropzone Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.

  • cypress Fast, easy and reliable testing for anything that runs in a browser.

  • react-color 🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

  • carbon 🖤 Create and share beautiful images of your source code

  • smooth-doc Ready to use documentation theme for Gatsby.

  • autoprefixer Parse CSS and add vendor prefixes to rules by Can I Use

  • emotion 👩‍🎤 CSS-in-JS library designed for high performance style composition

  • unfetch 🐕 Bare minimum 500b fetch polyfill.

  • domino Server-side DOM implementation based on Mozilla's dom.js

  • react-ace React Ace Component

  • ace-builds Packaged version of Ace code editor

  • geojson.io IMPORTANT: development of this project has been paused, see the README (fast, simple map creation)

  • commander.js node.js command-line interfaces made easy

  • codesandbox-client An online IDE for rapid web development

  • rollup Next-generation ES module bundler

  • drawio Source to app.diagrams.net

  • regexr RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

  • sharingbuttons.io Quickly generate social sharing buttons with a tiny performance footprint

  • react-fontawesome Font Awesome React component

  • JavaScript-Load-Image Load images provided as File or Blob objects or via URL. Retrieve an optionally scaled, cropped or rotated HTML img or canvas element. Use methods to parse image metadata to extract IPTC and Exif tags as well as embedded thumbnail images, to overwrite the Exif Orientation value and to restore the complete image header after resizing.

  • random-useragent Get a random user agent (with an optional filter to select from a specific set of user agents).

  • qs A querystring parser with nesting support

  • github-readme-stats ⚡ Dynamically generated stats for your github readmes

  • page.js Micro client-side router inspired by the Express router

  • editly Slick, declarative command line video editing & API

  • zh-address-parse 全网识别准确度最高的**大陆收货地址智能解析

  • china-area-data **省市区数据

  • jaeger-client-node 🛑 This library is DEPRECATED!

  • bundlesize Keep your bundle size in check

  • safe-regex detect possibly catastrophic, exponential-time regular expressions

  • hackathon-starter A boilerplate for Node.js web applications

  • redux-orm A small, simple and immutable ORM to manage relational data in your Redux store.

  • react-virtualized React components for efficiently rendering large lists and tabular data

  • whistle HTTP, HTTP2, HTTPS, Websocket debugging proxy

  • immer Create the next immutable state by mutating the current one

  • mdx Markdown for the component era

  • tailwindcss A utility-first CSS framework for rapid UI development.

  • jsbin Collaborative JavaScript Debugging App

  • redux-logger Logger for Redux

  • Recoil Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.

  • redux-actions Flux Standard Action utilities for Redux.

  • redux-saga An alternative side effect model for Redux apps

  • sequelize-pool Resource pool implementation. It can be used to throttle expensive resources.

  • just-react 「React技术揭秘」 一本自顶向下的React源码分析书

  • easy-monitor 企业级 Node.js 应用性能监控与线上故障定位解决方案

  • gatsby-starter-prismic Get started with your Photography portfolio with Prismic.io & Gatsby

  • xgplayer A HTML5 video player with a parser that saves traffic

  • bing Bing 壁纸 API

  • mime Mime types for JavaScript

  • form-data A module to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.

  • formstream multipart/form-data encoded stream, helper for file upload.

  • chinese-colors 🇨🇳🎨Chinese traditional color cheatsheet online

  • prettier Prettier is an opinionated code formatter.

  • dairyApp 一款史上颜值最高日记app,忆念做设计的日子😄

  • execa Process execution for humans

  • depcheck Check your npm module for unused dependencies

  • snowpack ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️

  • readability A standalone version of the readability lib

  • release-it 🚀 Automate versioning and package publishing

  • node-graceful-fs fs with incremental backoff on EMFILE

  • lottie-web Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/

  • node-pool Generic resource pooling for node.js

  • RecordRTC RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.

  • BlogHelper 帮助国内用户写作的托盘助手,一键发布本地文章到主流博客平台(知乎、简书、博客园、CSDN、SegmentFault、掘金、开源**),剪贴板图片一键上传至图床(新浪、Github、图壳、腾讯云、阿里云、又拍云、七牛云)(欢迎Star,🚫禁止Fork)

  • minipack 📦 A simplified example of a modern module bundler written in JavaScript

  • raw-body Get and validate the raw body of a readable stream

  • Chart.js Simple HTML5 Charts using the tag

  • why-did-you-render why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)

  • ncc Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.

  • micro Asynchronous HTTP microservices

  • node-fs-extra Node.js: extra methods for the fs object like copy(), remove(), mkdirs()

  • modules-webmake Bundle CommonJS/Node.js modules for web browser

  • madge Create graphs from your CommonJS, AMD or ES6 module dependencies

  • ccxt A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges

  • react-ga React Google Analytics Module

  • bowser a browser detector

  • tencent-serverless-http This library enables you to utilize Tencent Cloud API Gateway to respond to web and API requests using your existing Node.js application framework.

  • fc-express-nodejs8 express 在函数计算中无缝运行

  • funcraft (have) Fun with Serverless(API Gateway & Function Compute)

  • appmetrics Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications.

  • p-retry Retry a promise-returning or async function

  • matcha A caffeine driven, simplistic approach to benchmarking.

  • detect-browser Unpack a browser type and version from the useragent string

  • mini-css-extract-plugin Lightweight CSS extraction plugin

  • node-schedule A cron-like and not-cron-like job scheduler for Node.

  • node-cron Cron for NodeJS.

  • csv-parser Streaming csv parser inspired by binary-csv that aims to be faster than everyone else

  • eslint-plugin-react React-specific linting rules for ESLint

  • chinese-colors China colors and Japan traditional trandtional colors

  • ChineseBQB 🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, **表情包大集合, 聚欢乐~

  • odoo Odoo. Open Source Apps To Grow Your Business.

  • terser 🗜 JavaScript parser, mangler and compressor toolkit for ES6+

  • react-app-rewired Override create-react-app webpack configs without ejecting

  • Administrative-divisions-of-China 中华人民共和国行政区划:省级(省份)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,**省市区镇村二级三级四级五级联动地址数据。

  • 2019-ncov 全国新型冠状病毒,肺炎疫情实时省市地图

  • loadable-components The recommended Code Splitting library for React ✂️✨

  • react-chrome-extension-boilerplate Boilerplate for Chrome Extension React.js project

  • nodemailer ✉️ Send e-mails with Node.JS – easy as cake!

  • strml.net STRML: Projects & Work

  • animate_resume 动态简历(animate_resume)

  • RSSHub 🍰 Everything is RSSible

  • mercurius Implement GraphQL servers and gateways with Fastify

  • serverless-offline Emulate AWS λ and API Gateway locally when developing your Serverless project

  • ml5-library Friendly machine learning for the web! 🤖

  • cors Cross-Origin Resource Sharing(CORS) for koa

  • co-wechat Wechat for Koa

  • serverless-http Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉

  • serverless-express Run your unmodified express app on AWS Lambda via the Serverless framework.

  • serverless-aliyun-function-compute Serverless Alibaba Cloud Function Compute Plugin – Add Alibaba Cloud Function Compute support to the Serverless Framework

  • serverless-graphql Serverless GraphQL Examples for AWS AppSync and Apollo

  • components The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...

  • examples Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.

  • UglifyJS JavaScript parser / mangler / compressor / beautifier toolkit

  • workflow 一个工作流平台

  • zignis-plugin-read A command line tool to help getting main part of a page

  • impress.js It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.

  • evil-huawei Evil Huawei - 华为作过的恶

  • markdown-it Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed

  • graphql.js A Simple and Isomorphic GraphQL Client for JavaScript

  • gatsby-starter-netlify-cms Example gatsby + netlify cms project

  • reactjs-interview-questions List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

  • nvs Node Version Switcher - A cross-platform tool for switching between versions and forks of Node.js

  • node-readability Server side readability with node.js

  • blog This is the project which is used as my blog.

  • simple-icons SVG icons for popular brands

  • WebSocket-Node A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)

  • cli The Sequelize CLI

  • select Programmatically select the text of a HTML element

  • clipboard.js ✂️ Modern copy to clipboard. No Flash. Just 3kb gzipped 📋

  • node-config Node.js Application Configuration

  • shields Concise, consistent, and legible badges in SVG and raster format

  • webpack-chain A chaining API to generate and simplify the modification of Webpack configurations.

  • fe-interview 前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……

  • anime JavaScript animation engine

  • react Cheatsheets for experienced React developers getting started with TypeScript

  • markdown-resume 👔支持 Markdown 和富文本的在线简历排版工具

  • NodeBB Node.js based forum software built for the modern web

  • markdown-nice 支持主题设计的 Markdown 编辑器,让排版变 Nice

  • awesome-mac  Now we have become very big, Different from the original idea. Collect premium software in various categories.

  • universal-resume Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo

  • co-wechat-api Wechat API. Support Async Functions

  • wechat 微信公共平台消息接口服务中间件

  • awesome-npx 🌟 packages and resources that work really well with https://github.com/zkat/npx 🕶

  • react-lazyload Lazy load your component, image or anything matters the performance.

  • react-motion A spring that solves your animation problems.

  • nconf Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.

  • oss-browser OSS Browser 提供类似windows资源管理器功能。用户可以很方便的浏览文件,上传下载文件,支持断点续传等。

  • react-developer-roadmap Roadmap to becoming a React developer

  • babel-usage Examples about babel(babel 的用例)

  • strapi 🚀 Open source Node.js Headless CMS to easily build customisable APIs

  • color-thief Grab the color palette from an image using just Javascript. Works in the browser and in Node.

  • d3-cloud Create word clouds in JavaScript.

  • prerender-node Express middleware for prerendering javascript-rendered pages on the fly for SEO

  • nodejieba "结巴"中文分词的Node.js版本

  • bloomfilter.js JavaScript bloom filter using FNV for fast hashing

  • astexplorer A web tool to explore the ASTs generated by various parsers.

  • babel-plugin-import-graphql Enables import syntax for .graphql and .gql files

  • babel-plugin-graphql-tag Compiles GraphQL tagged template strings using graphql-tag.

  • kue Kue is a priority job queue backed by redis, built for node.js.

  • promise-limit limits calls to functions that return promises

  • graphql-markdown The easiest way to document your GraphQL schema.

  • remote-jobs A list of semi to fully remote-friendly companies (jobs) in tech.

  • federation-demo Demo of Apollo Federation

  • react-highlight-words React component to highlight words within a larger body of text

  • npm-check Check for outdated, incorrect, and unused dependencies.

  • full-icu-npm convenience loader for 'small-icu' node builds

  • prerender-spa-plugin Prerenders static HTML in a single-page application.

  • fontmin Minify font seamlessly

  • Free-Chinese-Fonts 免费中文字体

  • font-spider Smart webfont compression and format conversion tool

  • tina 💃 一款轻巧的渐进式微信小程序框架

  • wechat-format 微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML

  • node Node.js JavaScript runtime ✨🐢🚀✨

  • cls-bluebird

  • async-listener polyfill version of the 0.11 version of the asyncListener API

  • node-continuation-local-storage implementation of nodejs/node-v0.x-archive#5243

  • express-http-context Get and set request-scoped context anywhere

  • bodyparser a body parser for koa

  • shimmer

  • gatsby Build blazing fast, modern apps and websites with React

  • graphql-schema-linter Validate GraphQL schema definitions against a set of rules

  • uuid Generate RFC-compliant UUIDs in JavaScript

  • pinyin 🇨🇳 汉字拼音 ➜ hàn zì pīn yīn

  • avatar 💎 Beautiful avatars as a microservice

  • casual Fake data generator for javascript

  • express-winston express.js middleware for winstonjs

  • page-skeleton-webpack-plugin Webpack plugin to generate the skeleton page automatically

  • node-rate-limiter-flexible Node.js rate limit requests by key with atomic increments in single process or distributed environment.

  • tool 开发效率提升:Mac生产力工具链推荐

  • graphql-type-json JSON scalar type for GraphQL.js

  • node-dev Zero-conf Node.js reloading

  • markdownlint A Node.js style checker and lint tool for Markdown/CommonMark files.

  • node-rdkafka Node.js bindings for librdkafka

  • DeepLearning-500-questions 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系[email protected] 版权所有,违权必究 Tan 2018.06

  • bull Premium Queue package for handling distributed jobs and messages in NodeJS.

  • ChromeAppHeroes 🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新

  • hiper 🚀 A statistical analysis tool for performance testing

  • hexo-theme-yilia 一个简洁优雅的hexo主题 A simple and elegant theme for hexo.

  • reactjs-interview-questions List of top 304 ReactJS Interview Questions & Answers

  • gh-oauth-server

  • vuepress 📝 Minimalistic Vue-powered static site generator

  • gitment A comment system based on GitHub Issues.

  • json2csv Convert json to csv with column titles

  • http-server a simple zero-configuration command-line http server

  • stream-handbook how to write node programs with streams

  • prerender Node server that uses Headless Chrome to render a javascript-rendered page as HTML. To be used in conjunction with prerender middleware.

  • wordcloud2.js Tag cloud/Wordle presentation on 2D canvas or HTML

  • styled-jsx Full CSS support for JSX without compromises

  • react-helmet A document head manager for React

  • node-heapdump Make a dump of the V8 heap for later inspection.

  • next-routes Universal dynamic routes for Next.js

  • vue-touch Hammer.js wrapper for Vue.js

  • browserslist 🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env

  • dayjs ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API

  • babel-plugin-lodash Modular Lodash builds without the hassle.

  • image-webpack-loader Image loader module for webpack

  • statsd Daemon for easy but powerful stats aggregation

  • openfass-node-restful-api Simple example of an OpenFaaS RESTful API

  • ace Ace (Ajax.org Cloud9 Editor)

  • graphql-constraint-directive Validate GraphQL fields

  • single-spa The router for easy microfrontends

  • markdown-here Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.

  • stackedit In-browser Markdown editor

  • passport Simple, unobtrusive authentication for Node.js.

  • validator.js String validation

  • serverless ⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –

  • css-doodle 🎨 A web component for drawing patterns with CSS.

  • vue-study

  • wechat-weapp-movie 🎬电影推荐 - 微信小程序

  • react-tutorial 基于 umi 的 Ant Design 实战教程配套代码 https://www.yuque.com/ant-design/course

  • autocannon fast HTTP/1.1 benchmarking tool written in Node.js

  • mpvue 基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。

  • taskbook Tasks, boards & notes for the command-line habitat

  • lowdb Simple to use local JSON database. Powered by plain JavaScript (supports Node, Electron and the browser)

  • parse-server API server module for Node/Express

  • quill Quill is a modern WYSIWYG editor built for compatibility and extensibility.

  • showdown A bidirectional Markdown to HTML to Markdown converter written in Javascript

  • winston A logger for just about everything.

  • fluent-logger-node A structured logger for Fluentd (Node.js)

  • js-yaml JavaScript YAML parser and dumper. Very fast.

  • lavas 基于 Vue 的 PWA 解决方案,帮助开发者快速搭建 PWA 应用,解决接入 PWA 的各种问题

  • sw-precache-webpack-plugin Webpack plugin that generates a service worker using sw-precache that will cache webpack's bundles' emitted assets. You can optionally pass sw-precache configuration options to webpack through this plugin.

  • trained-to-thrill Trains! Yey!

  • localForage 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.

  • workbox 📦 Workbox: JavaScript libraries for Progressive Web Apps

  • sequelize-transparent-cache Simple to use and universal cache layer for Sequelize

  • sketch-to-html 从 sketch 转换成 html,已无更新。。

  • consolidate.js Template engine consolidation library for node.js

  • hashi-ui A modern user interface for @hashicorp Consul & Nomad

  • node-consul Consul client

  • long-timeout

  • ccapture.js A library to capture canvas-based animations at a fixed framerate

  • node-jws JSON Web Signatures

  • codemirror5 In-browser code editor (version 5, legacy)

  • awesome-blockchain-cn 收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料

  • chokidar Minimal and efficient cross-platform file watching library

  • email-templates 📫 Create, preview, and send custom email templates for Node.js. Highly configurable and supports automatic inline CSS, stylesheets, embedded images and fonts, and much more!

  • node-cron A simple cron-like job scheduler for Node.js

  • juice Juice inlines CSS stylesheets into your HTML source.

  • graphql-network Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily.

  • pegasus Load JSON while still loading other scripts

  • chinese-poetry The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。

  • bluebird 🐦 ⚡ Bluebird is a full featured promise library with unmatched performance.

  • offline-plugin Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)

  • react-boilerplate 🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.

  • knox S3 Lib

  • recompose A React utility belt for function components and higher-order components.

  • react-apollo-graphql-github-example Apollo React example for Github GraphQL API

  • lokka Simple JavaScript Client for GraphQL

  • react-loadable ⏳ A higher order component for loading components with promises.

  • sw-toolbox [Deprecated] A collection of service worker tools for offlining runtime requests

  • complexity-report [UNMAINTAINED] Software complexity analysis for JavaScript projects

  • graphql-tools-sequelize Integration of GraphQL-Tools and Sequelize ORM

  • graphql-with-sequelize GraphQL working with Sequelize.js

  • graphql-bookshelf Some help defining GraphQL schema around BookshelfJS models

  • join-monster-graphql-tools-adapter Use Join Monster to fetch your data with Apollo Server.

  • dataloader-sequelize Batching and simplification of Sequelize with facebook/dataloader

  • apollo-resolvers Expressive and composable resolvers for Apollostack's GraphQL server

  • react-apollo ♻️ React integration for Apollo Client

  • join-monster A GraphQL to SQL query execution layer for query planning and batch data fetching.

  • node-jsonwebtoken JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html

  • knex A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.

  • dataloader DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.

  • log4js-node A port of log4js to node.js

  • graphql-sequelize GraphQL & Relay for MySQL & Postgres via Sequelize

  • ali-oss Aliyun OSS(Object Storage Service) JavaScript SDK for the Browser and Node.js

  • next.js The React Framework

  • FileSaver.js An HTML5 saveAs() FileSaver implementation

  • jwt Koa middleware for validating JSON Web Tokens

  • request 🏊🏾 Simplified HTTP request client.

  • superagent Ajax for Node.js and browsers (JS HTTP client)

  • webpack-sentry-plugin Webpack plugin to upload source maps to Sentry

  • aliyun-sdk-js 阿里云 SDK for Javascript,支持在浏览器和 Nodejs 环境使用,支持大部分阿里云服务。

  • thunkify-wrap a more powerful thunkify

  • electron-pdf 📄 A command line tool to generate PDF from URL, HTML or Markdown files.

  • joi-router Configurable, input and output validated routing for koa

  • koa-body koa body parser middleware

  • jszip Create, read and edit .zip files with Javascript

  • 30-seconds-of-code Short JavaScript code snippets for all your development needs

  • jsPDF Client-side JavaScript PDF generation for everyone.

  • parcel The zero configuration build tool for the web. 📦🚀

  • api-easy Fluent (i.e. chainable) syntax for generating vows tests against RESTful APIs.

  • AndroidInterview-Q-A The top Internet companies android interview questions and answers

  • android-training-course-in-chinese Android官方培训课程中文版

  • three.js JavaScript 3D Library.

  • nodebestpractices ✅ The Node.js best practices list (June 2022)

  • chalk 🖍 Terminal string styling done right

  • react-static ⚛️ 🚀 A progressive static site generator for React.

  • jsdoc An API documentation generator for JavaScript.

  • web-audio-recorder-js .wav/.ogg/.mp3 recorder with Web Audio API

  • tv4 Tiny Validator for JSON Schema v4

  • egg 🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

  • lerna 🐉 Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

  • json-server Get a full fake REST API with zero coding in less than 30 seconds (seriously)

  • newman Newman is a command-line collection runner for Postman

  • js-code-to-svg-flowchart js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.

  • node-mongodb-native The Official MongoDB Node.js Driver

  • node-glob glob functionality for node.js

  • nock HTTP server mocking and expectations library for Node.js

  • jscodeshift A JavaScript codemod toolkit.

  • zipkin-js Zipkin instrumentation for Node.js and browsers

  • engineer-manager A list of engineering manager resource links.

  • connect Connect is a middleware layer for Node.js

  • node-delegates Nodejs method and accessor delegation utility

  • fastify Fast and low overhead web framework, for Node.js

  • webpackmonitor A tool for monitoring webpack optimization metrics through the development process

  • enzyme JavaScript Testing utilities for React

  • dotenv Loads environment variables from .env for nodejs projects.

  • svg-sprite-loader Webpack loader for creating SVG sprites.

  • svgo ⚙️ Node.js tool for optimizing SVG files

  • tech-interview-handbook 💯 Curated interview preparation materials for busy engineers

  • axios Promise based HTTP client for the browser and node.js

  • joi The most powerful data validation library for JS

  • sequelize An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js | Postgres, MySQL, MariaDB, SQLite, MSSQL, Snowflake & DB2

  • koa-router Router middleware for koa.

  • ava Node.js test runner that lets you develop with confidence 🚀

  • supertest 🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API.

  • examples Example Koa apps

  • react-hot-boilerplate Minimal live-editing example for React

  • loader-utils utils for webpack loaders

  • web-animations-js JavaScript implementation of the Web Animations API

  • js-cookie A simple, lightweight JavaScript API for handling browser cookies

  • koa Expressive middleware for node.js using ES2017 async functions

  • express Fast, unopinionated, minimalist web framework for node.

  • autotrack Automatic and enhanced Google Analytics tracking for common user interactions on the web.

  • lighthouse Automated auditing, performance metrics, and best practices for the web.

  • project-guidelines A set of best practices for JavaScript projects

  • choo 🚂🚋 - sturdy 4kb frontend framework

  • nanomorph 🚅 - Hyper fast diffing algorithm for real DOM nodes

  • node-practice Node.js 实践教程

  • css-in-js React: CSS in JS techniques comparison

  • flux-comparison 📝 Practical comparison of different Flux solutions

  • react-primitives Primitive React Interfaces Across Targets

  • quasar Quasar Framework - Build high-performance VueJS user interfaces in record time

  • d3 Bring data to life with SVG, Canvas and HTML. 📊📈🎉

  • superfine Absolutely minimal view layer for building web interfaces.

  • kevins-wheels-virtual-dom 自己造轮子,实现virtual dom及dom diff

  • react-lego 一种特别注重扩展和复用的 React 组件编写规则。

  • roof-bus cool event bus

  • RxJS The Reactive Extensions for JavaScript

  • q A promise library for JavaScript

  • node-http2 An HTTP/2 client and server implementation for node.js

  • ractive Next-generation DOM manipulation

  • github-blogs-collector Collector for blogs in github

  • react-ssr-boilerplate React SSR

  • chai BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.

  • casperjs CasperJS is no longer actively maintained. Navigation scripting and testing utility for PhantomJS and SlimerJS

  • video.js Video.js - open source HTML5 video player

  • lie A basic but performant promise implementation.

  • browser-sync Keep multiple browsers & devices in sync when building websites. http://browsersync.io

  • weekly 前端精读周刊。帮你理解最前沿、实用的技术。

  • why-did-you-update 💥 Puts your console on blast when React is making unnecessary updates.

  • blendid A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder

  • gulp-plumber Fixing Node pipes

  • javascript-algorithms 💻 JavaScript implementations of computer science algorithms

  • devtool [OBSOLETE] runs Node.js programs through Chromium DevTools

  • acorn A small, fast, JavaScript-based JavaScript parser

  • tapable Just a little module for plugins.

  • should.js BDD style assertions for node.js -- test framework agnostic

  • updtr Update outdated npm modules with zero pain™

  • compression-webpack-plugin Prepare compressed versions of assets to serve them with Content-Encoding

  • serve Static file serving and directory listing

  • sockjs-client WebSocket emulation - Javascript client

  • react-hot-loader Tweak React components in real time. (Deprecated: use Fast Refresh instead.)

  • node-inspector Node.js debugger based on Blink Developer Tools

  • istanbul Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.

  • nodemon Monitor for any changes in your node.js application and automatically restart the server - perfect for development

  • nodeunit Easy unit testing in node.js and the browser, based on the assert module.

  • sw-precache [Deprecated] A node module to generate service worker code that will precache specific resources so they work offline.

  • virtual-dom A Virtual DOM and diffing algorithm

  • 1-liners Functional tools that couldn’t be simpler.

  • fantasy-land Specification for interoperability of common algebraic structures in JavaScript

  • mostly-adequate-guide Mostly adequate guide to FP (in javascript)

  • mostly-adequate-guide-chinese 函数式编程指北中文版

  • ramda 🐏 Practical functional Javascript

  • gulp A toolkit to automate & enhance your workflow

  • echarts-plus A visualization grammar extension for Echarts to make it more powerful. Help you build echarts option and series more effective!

  • gulp-rev-replace Rewrite occurences of filenames which have been renamed by gulp-rev

  • fetch A window.fetch JavaScript polyfill.

  • preact ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

  • gh-pages General purpose task for publishing files to a gh-pages branch on GitHub

  • country-data Country related data such as ISO codes, currencies etc

  • gulp-rev Static asset revisioning by appending content hash to filenames: unicorn.cssunicorn-d41d8cd98f.css

  • pug Pug – robust, elegant, feature rich template engine for Node.js

  • react A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • husky Git hooks made easy 🐶 woof!

  • fuse-box A blazing fast js bundler/loader with a comprehensive API 🔥

  • classnames A simple javascript utility for conditionally joining classNames together

  • webpack-bundle-analyzer Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap

  • history Manage session history with JavaScript

  • webpack-cli Webpack's Command Line Interface

  • webpack-dev-server Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.

  • tips Most commonly used git tips and tricks.

  • react-a11y Identifies accessibility issues in your React.js elements

  • webpack.js.org 印记中文 - webpack 中文文档

  • css-grid-polyfill A working implementation of css grids for current browsers.

  • blog 个人博客😝😋😄

  • proposal-observable Observables for ECMAScript

  • symbol-observable Symbol.observable ponyfill

  • react-native-drawer React Native Drawer

  • react-native-router-flux The first declarative React Native router

  • react-native-douban 基于 React-Native & 豆瓣Open API

  • docker-ssh SSH Server for Docker containers ~ Because every container should be accessible

  • jackblog-react Jackblog react 版, 个人博客系统, 使用服务端渲染(Universal / Isomorphic), react, redux, react-router, react-bootstrap, immutablejs, redux-form等

  • remote-redux-devtools Redux DevTools remotely.

  • redux-devtools-extension Redux DevTools extension.

  • create-react-app Set up a modern web app by running one command.

  • exceljs Excel Workbook Manager

  • sheetjs 📗 SheetJS Community Edition -- Spreadsheet Data Toolkit

  • vimium The hacker's browser.

  • eme Elegant Markdown Editor.

  • react-mobx-demo React Mobx Demo

  • weapp-gold 微信小程序的掘金信息流

  • yargs yargs the modern, pirate-themed successor to optimist.

  • bundle-loader Bundle Loader

  • webpack.js.org Repository for webpack documentation and more!

  • webpack-howto

  • url-loader A loader for webpack which transforms files into base64 URIs

  • vue-lazyload A Vue.js plugin for lazyload your Image or Component in your application.

  • medium-editor Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.

  • extract-text-webpack-plugin [DEPRECATED] Please use https://github.com/webpack-contrib/mini-css-extract-plugin Extracts text from a bundle into a separate file

  • bootstrap The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

  • learnGitBranching An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!

  • dadash some common functions written by own, btw, it does't finished and it's ugly...

  • reactjs-todos

  • vue-hackernews-2.0 HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering

  • redux-tutorial-cn Redux Tutorial 中文翻译

  • mocha ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  • jsdom A JavaScript implementation of various web standards, for use with Node.js

  • javascript JavaScript Style Guide

  • vuex 🗃️ Centralized State Management for Vue.js.

  • node-http-proxy A full-featured http proxy for node.js

  • material-ui MUI Core (formerly Material-UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design.

  • react-native A framework for building native applications using React

  • react-router-tutorial

  • webpack A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • hammer.js A javascript library for multi-touch gestures :// You can touch this

  • todomvc Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more

  • react-tutorial Code from the React tutorial.

  • 500lines 500 Lines or Less

  • youmightnotneedjquery

  • jquery jQuery JavaScript Library

  • hacker-scripts Based on a true story

  • vue-strap Bootstrap components built with Vue.js

  • vue-slide A lightweight slide component for vue

  • WebFrontEndStack web front end stack: browsers, platforms, libraries, frameworks, tools etc.

  • vue-cli 🛠️ webpack-based tooling for Vue.js Development

  • reveal.js The HTML Presentation Framework

  • Vue-cnodejs 基于vue.js重写Cnodejs.org社区的webapp

  • promiseA A simple Promises/A+ implementation.

AsciiDoc

  • bitcoinbook Mastering Bitcoin 2nd Edition - Programming the Open Blockchain

Lua

C++

  • ModSecurity ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. With over 10,000 deployments world-wide, ModSecurity is the most widely deployed WAF in existence.

  • node-canvas Node canvas is a Cairo backed Canvas implementation for NodeJS.

  • neutralinojs Portable and lightweight cross-platform desktop application development framework

  • obs-multi-rtmp OBS ≧ 26.1用複数サイト同時配信プラグイン

  • CPlusPlusThings C++那些事

  • nghttp2 nghttp2 - HTTP/2 C Library and tools

  • rocksdb A library that provides an embeddable, persistent key-value store for fast storage.

  • xprofiler 🌀An addon for node.js, which supporting output performance log and real-time profiling through sampling.

  • v8-profiler-next node bindings for the v8 profiler

  • v8-profiler node bindings for the v8 profiler

  • grpc The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

  • envoy Cloud-native high-performance edge/middle/service proxy

  • handy 🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework

  • images Source code of images.weserv.nl, to be used on your own server(s).

  • ceph Ceph is a distributed object, block, and file storage platform

  • cppjieba "结巴"中文分词的C++版本

  • llnode An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.

  • terminal The new Windows Terminal and the original Windows console host, all in the same place!

  • pytorch Tensors and Dynamic neural networks in Python with strong GPU acceleration

  • my-notes 工程师的自我修养

  • electron :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

  • incubator-weex Apache Weex (Incubating)

  • mosh Mobile Shell

  • tensorflow An Open Source Machine Learning Framework for Everyone

  • trafficserver Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.

  • protobuf Protocol Buffers - Google's data interchange format

Vue

  • vue-vben-admin A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!

  • md ✍ WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性

  • picx 基于 GitHub API & jsDelivr 开发的具有 CDN 加速功能的图床管理工具。无需下载与安装,网页端在线使用!免费!稳定!便捷!极速!

  • best-resume-ever 👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.

  • tailwind-config-viewer A local UI tool for visualizing your Tailwind CSS configuration file.

  • hoppscotch 👽 Open source API development ecosystem - https://hoppscotch.io

  • Daily-Question 互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中

  • cssfx ✨ Beautifully simple click-to-copy CSS effects

  • echarts-map-demo echarts地图geoJson行政边界数据的实时获取与应用,省市区县多级联动下钻,真正意义的下钻至县级【附最新geoJson文件下载】

  • vue-cli-multi-page 在vue-cli + webpack的基础上修改为多页面应用,支持指定子项目打包

  • mpvue-weui 用 vue 写小程序,基于 mpvue 框架重写 weui。

  • rock-music 项目是学完慕课网课程《Vue.js高级实战—开发移动端音乐App》后,独立开发,也是第一个vue程序。

  • element A Vue.js 2.0 UI Toolkit for Web

  • vue-element-admin 🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin

  • vue-issue-helper

  • jackblog-vue Jackblog vue 版, 个人博客系统, 使用 vue2, vuex, vue-resource, vue-router, vee-validate, vue-toast 等.

  • vux Mobile UI Components based on Vue & WeUI

Svelte

  • daisyui ⭐️ ⭐️ ⭐️ ⭐️ ⭐️  The most popular, free and open-source Tailwind CSS component library

Shell

  • docker.sh docker.sh 是用 Shell 写的一个简易的 docker,麻雀虽小,五脏俱全,可用于学习 Docker 原理。

  • distributions NodeSource Node.js Binary Distributions

  • acme.sh A pure Unix shell script implementing ACME client protocol

  • bitnami-docker-nginx Bitnami Docker Image for NGINX Open Source

  • gluster-kubernetes GlusterFS Native Storage Service for Kubernetes

  • build-image This is the build image used for running automated builds

  • Publish-Docker-Github-Action A Github Action used to build and publish Docker images

  • tmux-config Tmux configuration, that supercharges your tmux to build cozy and cool terminal environment

  • pure-bash-bible 📖 A collection of pure bash alternatives to external processes.

  • docker-elk The Elastic stack (ELK) powered by Docker and Compose.

  • perf-tools Performance analysis tools based on Linux perf_events (aka perf) and ftrace

  • realworld "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅

  • self-hosted Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept

  • kafka-docker Dockerfile for Apache Kafka

  • awesome-spark A curated list of awesome Apache Spark packages and resources.

  • notes Full-stack web development notes.

  • zsh-autosuggestions Fish-like autosuggestions for zsh

  • programmer-job-blacklist 🙈程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞

  • boot2docker DEPRECATED; see boot2docker/boot2docker#1408

  • docker-host A docker sidecar container to forward all traffic to local docker host or any other host

  • openvpn-install OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora

  • easy-rsa easy-rsa - Simple shell based CA utility

  • docker-ipsec-vpn-server Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2

  • gcr.io_mirror all of the gcr.io docker image mirror

  • docker-consul Dockerized Consul

  • autoenv Directory-based environments

  • graphql-spec GraphQL is a query language and execution engine tied to any backend service.

  • antigen The plugin manager for zsh.

  • gitflow Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

  • docker-gitlab Dockerized GitLab

  • wifi-password Get the password of the wifi you're on (bash)

  • git-extras GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

  • docker-openvpn 🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA

  • ansible-examples A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.

  • tmux-resurrect Persists tmux environment across system restarts.

  • tmux-config 📗 Example tmux configuration - screen + vim key-bindings, system stat, cpu load bar.

  • gnome-terminal-colors-solarized Solarized Gnome Terminal colors, based on http://ethanschoonover.com/solarized

  • nvm Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

  • docs Documentation for Docker Official Images in docker-library

  • ohmyzsh 🙃 A delightful community-driven (with 2,000+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

  • interview_python 关于Python的面试题

  • githug Git your game on!

Other

TypeScript

  • Reactive-Resume A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

  • core Online IDE powered by Visual Studio Code ⚡️

  • faker Generate massive amounts of fake data in the browser and node.js

  • case-police 🚨 Make the case correct, PLEASE!

  • headlessui Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

  • react-color-palette 🎨 Lightweight Color Picker component for React.

  • react-colorful 🎨 A tiny (2,8 KB) color picker component for React and Preact apps

  • magic-bytes A library for detecting file types.

  • react-2048 A React implementation of 2048 game built with typescript and styled-components

  • tooling.one A collection of useful tools for developers.

  • httpsnippet HTTP Request snippet generator for many languages & libraries

  • Bilibili-Evolved 强大的哔哩哔哩增强脚本

  • core 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • astro Build fast websites, faster. 🚀🧑‍🚀✨

  • emp EMP Micro FE Base on webpack 5 & module federation

  • code-server VS Code in the browser

  • regexlearn.com Learn RegEx step by step, from zero to advanced.

  • react-anime ✨ (ノ´ヮ´)ノ*:・゚✧ A super easy animation library for React!

  • javascript-obfuscator A powerful obfuscator for JavaScript and Node.js

  • ag-grid The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.

  • react-freeze

  • WASM-ImageMagick Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples

  • npkill List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.

  • patch-package Fix broken node modules instantly 🏃🏽‍♀️💨

  • play-esbuild esbuild online playground

  • react-dnd Drag and Drop for React

  • mdvideo Markdown To Video, 一个将markdown文档转为视频的便捷工具

  • xstate State machines and statecharts for the modern web.

  • code-debug Native debugging for VSCode

  • llparse Generating parsers in LLVM IR

  • llhttp Port of http_parser to llparse

  • snabbdom A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

  • cac Simple yet powerful framework for building command-line apps.

  • china-region 根据国家标准《中华人民共和国行政区划代码》即 GB2260 标准制定,用以查看各个省地县的行政区划代码,并支持多级联动查询

  • helmet Help secure Express apps with various HTTP headers

  • use-localstorage access local storage with React hooks

  • react-spring ✌️ A spring physics based React animation library

  • gqless a GraphQL client without queries

  • pont 🌉数据服务层解决方案

  • ink 🌈 React for interactive command-line apps

  • query 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue.

  • clipboard-polyfill 📋 Simple copying on the web, with maximum browser compatibility. (You probably don't need this anymore!)

  • ant-design An enterprise-class UI design language and React UI library

  • htmr Simple and lightweight (< 2kB) HTML string to React element conversion library

  • slidev Presentation Slides for Developers

  • type-fest A collection of essential TypeScript types

  • react-spinners A collection of loading spinner components for react

  • use-clipboard-copy 📋 Lightweight copy to clipboard hook for React

  • vscode-icons Icons for Visual Studio Code

  • react-flow Highly customizable library for building interactive node-based UIs, editors, flow charts and diagrams

  • javascript-playgrounds An interactive JavaScript sandbox

  • use-debounce A debounce hook for react

  • react-select The Select Component for React.js

  • markmap Visualize your Markdown as mindmaps with Markmap.

  • use-local-storage-state React hook that persists data in localStorage

  • cheerio Fast, flexible, and lean implementation of core jQuery designed specifically for the server.

  • npm-search 🗿 npm ↔️ Algolia replication tool ⛷️ 🐌 🛰️

  • use-countdown ⏳ useCountdown hook

  • tinyhttp 🦄 0-legacy, tiny & fast web framework as a replacement of Express

  • LogicFlow A flow chart editing framework focusing on business customization. 专注于业务自定义的流程图编辑框架,支持实现脑图、ER图、UML、工作流等各种图编辑场景。

  • npm-trends NPM package comparison

  • react-hotkeys-hook React hook for using keyboard shortcuts in components.

  • react-hot-toast Smoking hot React Notifications 🔥

  • react-toastify React notification made easy 🚀 !

  • http-status-codes Constants enumerating the HTTP status codes. All status codes defined in RFC1945 (HTTP/1.0, RFC2616 (HTTP/1.1), and RFC2518 (WebDAV) are supported.

  • formik Build forms in React, without the tears 😭

  • curlconverter Generate code from cURL commands

  • regulex 🚧 Regular Expression Excited!

  • badgen.net Fast badge service

  • packagephobia ⚖️ Find the cost of adding a new dependency to your project

  • react-icons svg react icons of popular icon packs

  • web-clipper For Notion,OneNote,Bear,Yuque,Joplin。Clip anything to anywhere

  • markdown-read Read markdown from URL

  • svgr Transform SVGs into React components 🦁

  • image-size Node module for detecting image dimensions

  • squoosh Make images smaller using best-in-class codecs, right in the browser.

  • actions-gh-pages GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

  • github-rank 🕷️Github **和全球用户排名,全球仓库 Star 最多排名(Github Action自动日更)。

  • editor.js A block-styled editor with clean JSON output

  • bytemd Hackable Markdown Editor and Viewer

  • chakra-ui ⚡️ Simple, Modular & Accessible UI Components for your React Applications

  • promise-utils Useful utils about promise. (map, filter, retry, sleep

  • excalidraw Virtual whiteboard for sketching hand-drawn like diagrams

  • topology A diagram (topology, UML) framework uses canvas and typescript. 一个轻量(100k左右)、功能丰富的绘图工具(微服务架构图、拓扑图、流程图、类图等UML图、脑图,动画、视频支持)。 【在线使用】:

  • node-api-boilerplate DDD/Clean Architecture inspired boilerplate for Node web APIs

  • bit A tool for composable software development.

  • immutable-js Immutable persistent data collections for Javascript which increase efficiency and simplicity.

  • reselect Selector library for Redux

  • redux-persist persist and rehydrate a redux store

  • redux-thunk Thunk middleware for Redux

  • mobx-react React bindings for MobX

  • opentracing-javascript OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! opentracing/specification#163

  • docz ✍ It has never been so easy to document your things!

  • wechaty-puppet-padplus DEPRECATED: One puppet based on iPad protocal for Wechaty

  • hox The next-generation state manager for React.

  • graphql-request Minimal GraphQL client supporting Node and browsers for scripts or simple apps

  • chrome The browserless Chrome service in Docker. Run on our cloud, or bring your own.

  • fork-ts-checker-webpack-plugin Webpack plugin that runs typescript type checker on a separate process.

  • oak A middleware framework for handling HTTP with Deno 🐿️ 🦕

  • memfs In-memory filesystem with Node's API

  • vscode-drawio This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.

  • http-proxy-middleware ⚡ The one-liner node.js http-proxy middleware for connect, express, next.js and more

  • hyper A terminal built on web technologies

  • graphql-let A webpack loader / babel-plugin / babel-plugin-macros / CLI / generated file manager of GraphQL code generator.

  • react-image-crop A responsive image cropping tool for React

  • react-hook-form 📋 React Hooks for form state management and validation (Web + React Native)

  • serverless-next.js ⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components

  • destiny Prettier for File Structures

  • vite Next generation frontend tooling. It's fast!

  • vugel Vue3 fast webgl/canvas renderer based on the tree2d framework

  • react-page Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.

  • koa-typeorm-starter Starter project for using koa with TS and TypeORM

  • grpc-node gRPC for Node.js

  • path-to-regexp Turn a path string such as /user/:name into a regular expression

  • react-codemirror2 Codemirror integrated components for React

  • midway 🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈

  • source-map-explorer Analyze and debug space usage through source maps

  • zignis-plugin-read-extend-format-wechat A plugin of zignis-plugin-read to provide wechat editor format

  • react-use React Hooks — 👍

  • outline The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, and markdown compatible.

  • tfjs A WebGL accelerated JavaScript library for training and deploying ML models.

  • vscode-restclient REST Client Extension for Visual Studio Code

  • wenyan 文言文編程語言 A programming language for the ancient Chinese.

  • routing-controllers Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.

  • graphql-editor 📺 Visual Editor & GraphQL IDE. Draw GraphQL schemas using visual 🔷 nodes and explore GraphQL API with beautiful UI. Even 🐒 can do that!

  • swr React Hooks for Data Fetching

  • svelte Cybernetically enhanced web apps

  • G6 ♾ A Graph Visualization Framework in JavaScript

  • checkout Action for checking out a repo

  • starter-workflows Accelerating new GitHub Actions workflows

  • artipub Article publishing platform that automatically distributes your articles to various media channels

  • star-history The missing star history graph of GitHub repos - https://star-history.com

  • remax 使用真正的 React 构建跨平台小程序

  • apollo-tooling ✏️ Tooling for development and production Apollo workflows

  • ant-design-mobile Essential UI blocks for building mobile web apps.

  • fluentui Fluent UI web represents a collection of utilities, React components, and web components for building web applications.

  • wechaty Conversational RPA SDK for Chatbot Makers

  • formily Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3

  • react-apollo-hooks Use Apollo Client as React hooks

  • qiankun 📦 🚀 Blazing fast, simple and complete solution for micro frontends.

  • verdaccio 📦🔐 A lightweight Node.js private proxy registry

  • taro-ui 一款基于 Taro 框架开发的多端 UI 组件库

  • npm-check-updates Find newer versions of package dependencies than what your package.json allows

  • node-redlock A node.js redlock implementation for distributed, highly-available redis locks

  • cls-proxify Logging on steroids with CLS and Proxy. Integrated with express, koa, fastify.

  • apollo-link-persisted-queries Persisted Query support with Apollo Link

  • typeorm ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  • formatjs The monorepo home to all of the FormatJS related libraries, most notably react-intl.

  • notadd A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。

  • typescript-book 📚 The definitive guide to TypeScript and possibly the best TypeScript book 📖. Free and Open Source 🌹

  • recast JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator

  • typescript-eslint ✨ Monorepo for all the tooling which enables ESLint to support TypeScript

  • graphql-compose Toolkit for generating complex GraphQL Schemas on Node.js

  • sequelize-typescript Decorators and some other features for sequelize

  • Typescript-restful-starter Node.js + ExpressJS + Joi + Typeorm + Typescript + JWT + ES2015 + Clustering + Tslint + Mocha + Chai

  • graphql-inspector 🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

  • class-validator Decorator-based property validation for classes.

  • type-graphql Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

  • react-avatar-editor Small avatar & profile picture component. Resize and crop uploaded images using a intuitive user interface.

  • ms Tiny millisecond conversion utility

  • ts-node TypeScript execution and REPL for node.js

  • ts-node-dev Compiles your TS app and restarts when files are modified.

  • taro 开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/

  • graphql-rate-limit Add Rate Limiting To Your GraphQL Resolvers 💂‍♀️

  • firekylin A Simple & Fast Node.js Blogging Platform Base On ThinkJS3 & React & ES2015+

  • grafana The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  • react-styleguidist Isolated React component development environment with a living style guide

  • ajv The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)

  • qrcode.react A component for use with React.

  • ext-saladict 🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.

  • postgraphile Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!

  • subscriptions-transport-ws 🔃 A WebSocket client + server for GraphQL subscriptions

  • playground Play with neural networks!

  • graphql-cli 📟 Command line tool for common GraphQL development workflows

  • node-decorators node-decorators

  • howtographql The Fullstack Tutorial for GraphQL

  • elasticsearch-js Official Elasticsearch client library for Node.js

  • graphiql GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

  • apollo-fetch 🐶 Lightweight GraphQL client that supports middleware and afterware

  • graphql-tag A JavaScript template literal tag that parses GraphQL queries

  • graphql-subscriptions 📰 A small module that implements GraphQL subscriptions for Node.js

  • electron-react-boilerplate A Foundation for Scalable Cross-Platform Apps

  • node-lru-cache

  • reactql Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR

  • react-starter-kit The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

  • apollo-link-rest Use existing REST endpoints with GraphQL

  • graphql-playground 🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)

  • apollo-client-devtools Apollo Client browser developer tools.

  • apollo-cache-persist 🎏 Simple persistence for all Apollo Cache implementations

  • vercel Develop. Preview. Ship.

  • graphql-yoga 🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements W3C Fetch API and can run/deploy on any JS environment.

  • graphql-prisma-typescript 🏡 GraphQL server reference implementation (Airbnb clone) in Typescript using Prisma & graphql-yoga

  • apollo-link-state ✨ Manage your application's state with Apollo!

  • graphql-relay-js A library to help construct a graphql-js server supporting react-relay.

  • graphql-lodash 🛠 Data manipulation for GraphQL queries with lodash syntax

  • graphdoc Static page generator for documenting GraphQL Schema

  • apollo-link 🔗 Interface for fetching and modifying control flow of GraphQL requests

  • sequelize-auto Automatically generate bare sequelize models from your database.

  • apollo-client 🚀 A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server.

  • kibana Your window into the Elastic Stack

  • koa-graphql Create a GraphQL HTTP server with Koa.

  • relay-starter-kit 💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.

  • graphql-tools 🔧 Build, mock, and stitch a GraphQL schema using the schema language

  • apollo-server 🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  • ali-mns The nodejs sdk for aliyun mqs service

  • sentry-javascript Official Sentry SDKs for JavaScript. We're hiring https://grnh.se/ca81c1701us

  • Steward A command launcher for Chrome

  • puppeteer Headless Chrome Node.js API

  • BizCharts Powerful data visualization library based on G2 and React.

  • graphql-js A reference implementation of GraphQL for JavaScript

  • G2 📊 A highly interactive data-driven visualization grammar for statistical charts.

  • bottender ⚡️ A framework for building conversational user interfaces.

  • node-xlsx NodeJS excel file parser & builder

  • socket.io Realtime application framework (Node.JS server)

  • html2canvas Screenshots with JavaScript

  • ant-design-pro 👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!

  • Vim ⭐ Vim for Visual Studio Code

  • jest Delightful JavaScript Testing.

  • ioredis 🚀 A robust, performance-focused, and full-featured Redis client for Node.js.

  • fingerprintjs Browser fingerprinting library with the highest accuracy and stability.

  • ga-dev-tools A showcase of demos and tools built with the various Google Analytics APIs and Libraries.

  • recharts Redefined chart library built with React and D3

  • styled-components Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

  • vue 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • developer-roadmap Roadmap to becoming a developer in 2022

  • esprima ECMAScript parsing infrastructure for multipurpose analysis

  • create-react-native-app Create React Native apps that run on iOS, Android, and web

  • mitt 🥊 Tiny 200 byte functional event emitter / pubsub.

  • react-router Declarative routing for React

  • postcss Transforming styles with JS plugins

  • freeCodeCamp freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.

  • rxjs A reactive programming library for JavaScript

  • storybook 📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!

  • mobx Simple, scalable state management.

  • redux-devtools DevTools for Redux with hot reloading, action replay, and customizable UI

  • redux Predictable state container for JavaScript apps

  • ionic-framework A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

  • zrender A lightweight graphic library providing 2d draw for Apache ECharts

  • echarts Apache ECharts is a powerful, interactive charting and data visualization library for browser

  • highcharts Highcharts JS, the JavaScript charting framework

CSS

PHP

  • web-frameworks Which is the fastest web framework?

  • howto-make-more-money 程序员如何优雅的挣零花钱,2.0版,升级为小书了。Most of this not work outside China , so no English translate

  • flarum Simple forum software for building great communities.

  • recaptcha PHP client library for reCAPTCHA, a free service to protect your website from spam and abuse.

Swift

  • uPic 📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.

  • Material A UI/UX framework for creating beautiful applications.

Java

  • hutool 🍬A set of tools that keep Java sweet.

  • closure-compiler A JavaScript checker and optimizer.

  • npm-stat.com download statistics for npm packages

  • Auto.js A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)

  • system-design-interviews

  • vhr 微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。

  • miaosha ⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓

  • redisson Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...

  • advanced-java 😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

  • mysql-binlog-connector-java MySQL Binary Log connector

  • learning-spark Example code from Learning Spark book

  • kafka Mirror of Apache Kafka

  • canal 阿里巴巴 MySQL binlog 增量订阅&消费组件

  • UsageStatsSample Sample of Android's UsageStats Manager.

  • elasticsearch Free and Open, Distributed, RESTful Search Engine

  • graphql-java GraphQL Java implementation

  • android-demos Examples of Android applications

  • wechat_jump_hack 腾讯微信跳一跳破解(目前最高19844分)

  • APIJSON 🚀 零代码、全功能、强安全 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for providing APIs and Docs without writing any code.

  • Android Android related examples

  • rest-assured Java DSL for easy testing of REST services

  • material A library to bring fully animated Material Design components to pre-Lolipop Android.

  • volley

  • retrofit A type-safe HTTP client for Android and the JVM

  • android-interview-questions Your Cheat Sheet For Android Interview - Android Interview Questions

  • AndroidStudio AndroidStudio中文入门指南

  • zipkin Zipkin is a distributed tracing system

  • interviews Everything you need to know to get the job.

  • interviews Everything you need to know to get the job.

  • banya An open resource for Douban API with NETEASY Music's UI.

Ruby

  • jekyll 🌐 Jekyll is a blog-aware static site generator in Ruby

  • nodejs-learning-guide Nodejs学习笔记以及经验总结,公众号"程序猿小卡"

  • graphql-docs Easily generate beautiful documentation from your GraphQL schema.

  • devdocs API Documentation Browser

  • gitlabhq GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com

  • Home-Network-Note 🚧 持续更新 🚧 记录搭建兼顾学习娱乐的家用网络环境的过程,折腾过的一些软硬件小经验。

  • logstash Logstash - transport and process your logs, events, or other data

  • puppet Server automation framework and application

  • dotenv A Ruby gem to load environment variables from .env.

  • brew 🍺 The missing package manager for macOS (or Linux)

  • linguist Language Savant. If your repository's language is being reported incorrectly, send us a pull request!

Jupyter Notebook

HTML

Jinja

Emacs Lisp

  • know-your-http-well HTTP headers, media-types, methods, relations and status codes, all summarized and linking to their specification.

SCSS

  • cheatsheets My cheatsheets

  • hacker101 Source code for Hacker101.com - a free online web and mobile security class.

Markdown

Elixir

  • phoenix Peace of mind from prototype to production

C#

  • BiliBiliTool 基于 .Net 5 的B站(哔哩哔哩)任务工具,实现每日自动运行任务:如每日自动登录、观看、分享、投币视频,获取每日任务的满额经验,轻松升级Level 6;如定时自动领取大会员权益、月底自动为自己充电;如天选时刻抽奖等功能。

Kotlin

  • LibChecker An app to view libraries used in apps in your device.

  • gitstar-ranking GitHub star ranking for users, organizations and repositories

  • apollo-kotlin 🤖 A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.

  • kotlin-playground Kotlin practice

Haskell

  • graphql-engine Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

CoffeeScript

  • yaml.js Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.

  • camo 🔒 an http proxy to route images through SSL

  • gulp-connect Gulp plugin to run a webserver (with LiveReload)

CMake

Dockerfile

  • redis Docker Official Image packaging for Redis

  • ssh-action GitHub Actions for executing remote ssh commands.

  • docker-node Official Docker Image for Node.js 🐳 🐢 🚀

  • nocode The best way to write secure and reliable applications. Write nothing; deploy nowhere.

  • docker-scrapy Docker image for Scrapy

  • python Docker Official Image packaging for Python

Vim script

Rich Text Format

  • mqtt MQTT协议3.1.1中文翻译版,IoT,物联网

Mustache

  • harbor-helm The helm chart to deploy Harbor

  • charts Bitnami Helm Charts

  • charts Localized Helm charts from Helm Hub to China

Dart

  • flutter-todos 📝 one day list app created by flutter!

  • developer_quest Respository for the I/O 2019 demo: Become a tech lead, slay bugs, and don't get fired.

  • flutter_wanandroid 🔥🔥🔥 基于Google Flutter的WanAndroid客户端,支持Android和iOS。包括BLoC、RxDart 、国际化、主题色、启动页、引导页!

  • flutter-plugins A collection of Flutter plugins developed by CACHET

  • fluro Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.

  • judou judou app implement by flutter

  • awesome-flutter An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.

  • graphql-flutter A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.

  • fish-redux An assembled flutter application framework.

  • flutter-go flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档

  • flutter Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Assembly

  • Apollo-11 Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.

Scala

  • akka Build highly concurrent, distributed, and resilient message-driven applications on the JVM

  • BinlogUpdatetoHive mysql数据实时增量导入hive

  • spark Apache Spark - A unified analytics engine for large-scale data processing

  • prisma1 💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB)

TeX

Perl

  • MySQLTuner-perl MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.

OCaml

  • reason Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems

Objective-C

  • expo An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.

  • StarApp

  • iTerm2 iTerm2 is a terminal emulator for Mac OS X that does amazing things.

Makefile

VimL

  • ctrlp.vim Fuzzy file, buffer, mru, tag, etc finder.

  • spf13-vim The ultimate vim distribution

Nunjucks

Rascal

  • hosts 🗽最新可用的google hosts文件。国内镜像:

Batchfile

  • python-guide Python best practices guidebook, written for humans.

License

MIT

leetcode's People

Contributors

webvueblog avatar huangguangda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.