Types and constants for Notella, Churros' notification scheduler
Core files for the Strongly Typed Events project.
npm package for currency conversion
Scroller for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)
Text-base (like SMTP) client-server module. supporting multi worker clients, woker-server ping keep-alive, worker load-balancing, session-stream.
Top level ARC DataModel and API function descriptions.
jquery ajax manager
A Pulumi package for creating and managing Flux cloud resources.
Plug-and-play real-time network inspector for Expo apps — intercepts fetch & XHR, streams to a live browser dashboard.
markdown file to vue component loader.
网易云音乐云盘管理工具
A brain eating distributed network for post apocalypse interwebs
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
Entry form components and types
FixedColumns for DataTables with styling for [Foundation](https://get.foundation/)
### Manual installation
Hyphen SDK for Node.js
A Pulumi package for creating and managing fivetran cloud resources.
Executes a command using the environment variables in an env file
A Pulumi package for managing Stripe resources.
The built-in NodeJS 'net' module allows for simple RCP connection and data exchange between network devices. It operates in an event-driven fashion and thus all incoming data is handled in a single callback.
A Pulumi package for creating and managing OVH resources.
A Pulumi package for managing Twilio resources.
```js 手机号 /^1[3-9]\d{9}$/ 邮箱 /^\w+@\w+\.(com|cn|net)$/ 密码 /^[a-zA-Z].{5,7]$/ /^[\w\*\?\$\.]{6,18}$/i; ///密码 var pads1 = /\d/;//弱 var pads2 = /[a-z]/i;//中 var pads3 = /[\*\?\$\&_\.]/;//强 +++++++++++++++++++++