A super tiny JavaScript library to execute simple DOM querying, hooking name spaced event listeners, trigger events and some simple DOM node helpers.
some javascript toolkit
minJs with hydee-ui
上传资源到CDN服务器
Provides a bundled JavaScript file containing all magFlip-related packages, which can be easily added and used via a <script> tag.
Base to start projects in Laravel, simply and quickly
**NOTE:** This is not yet functional and should not be used.
编辑器核心库
A simple grid using only Vanilla JS, now with TypeScript.
vue components based on jqxwidget and EMAP
webpack cli
create sprite by node-images
Useful DOM Views based on SeedHq that you should not use ( unstable, untested ).
``` npm install uniroll-optimizer ```
A simple editor using only Vanilla JS and ES5 syntax.
Simple library for alert, confirm, toast and loader
Lint javascript files
> 需求: 实现大型正整数相加,打包出开发环境用的js和生产环境用的.min.js。支持amd/cmj/es6/script标签引用等多种方式。 ### 1. 编写加法代码 ``` export default function add(a, b) { let i = a.length - 1; let j = b.length - 1; let carry = 0; let result = ""; while (i >= 0 || j >= 0) { let x = 0;
razor style javascript template tool
A fast static file server loaded with useful features
An HTMLElement that makes it easy to render data or array in html page
common used functions in nodejs
A collection of useful javascript helpers, again.
Web-based OpenSSL-like random key generator (WASM or min.js). Provides rand -base64 and -hex outputs using WebCrypto or optional OpenSSL-wasm.