Provides a fast, pretty robust e-mail validator. Only checks form, not function.
Escape XML
implement correct ranges for level-*
React Native JSI library for communicate between js and native code via jsi
return all the parent directories for a directory
Tiny WebWorker for Server
The lodash method `_.assign` exported as a module.
Create war for single page applications for Java EE 6 compliant servers.
Checks if the given value is a window object.
Parse `.git/config` into a JavaScript object. sync or async.
A sane FTP client implementation for NodeJS
JSON.stringify & JSON.parse which can encode/decode buffers.
The lodash method `_.set` exported as a module.
The Cloud Firestore component of the Firebase JS SDK.
Convert any CSS unit to logical pixels ("px")
Pure functions for color conversion and parsing
Serializes any DOM node into a String
Convert HTML entities to HTML characters, e.g. `>` converts to `>`.
Format JSP using Prettier
Jsonj inspired library for procesing JSON
Type checking and DDD for JavaScript
BSD licensed community fork of mapbox-gl, a WebGL interactive maps library
Some tweaks for beautifying HTML with js-beautify according to my preferences.
这是一个将sql文件直接转换为dao方法的工具,比目前使用的MyBatis或Hibernate或手写sql拼接代码更简单易用、直接,只需在sql文件中写可以运行的sql语句,再用daosql工具生成dao代码即可。 A tool to convert sql to dao method, easy to use than MyBatis and Hibernate, just write runnable sql, and use this tool to generate Dao class.