Event emitting done the simplest functional way
Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.
Intuitive, type safe and flexible Store for Vue
A complete and compact Ethereum library, for dapps, wallets and any other tools.
Full featured Promises/A+ implementation with exceptionally good performance
Wrap a function without changing its name and other properties
Drop unused definitions from a GraphQL document
An input element that validates its value with a server endpoint.
Missing keepalive http.Agent
A frame-synced render loop for JavaScript
HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
A simple tool to keep requests to be executed in order.
Prevent your screen from getting some sleep!
TypeScript package which smartly trims and strips indentation from multi-line strings
A cache object that deletes the least-recently-used items.
Pixi.js is a fast lightweight 2D library that works across all devices.
Run commands concurrently
A simple hook to create infinite scroll components
Implementation for the Serial/TCP Modbus protocol.
Object schema validation
High-level constructs for AWS CDK
Cast aria-hidden to everything, except...
TypeScript definitions for react-native-keep-awake
A module to manipulate search part of URLs (querystring)
This plugin takes any file that is in posts folders, and copy them to the folder in which the post HTML page will be created.
A plugin to keep post title unslugified in Jekyll 3.0 and above.
This plugin takes any file that is in posts folders, and copy them to the folder in which the post HTML page will be created.
You can censor all comments and descriptions and any string that should be censored and keep track of the posts that contain taboos and users that used them via admin panel.
A Lita handler to help you keep track of your pull requests.
You install this service on a windows machine, and it will keep it's IP address posted to a rails application specified and also updates subdomain status at afraid.org.
LINES lets you manage your posts in a clear, consistent frontend. The gracefully slender editor keeps your editing simple and lets you just splash around in your ideas. Once you're happy, just hit publish and see your text, code examples, images, and links shine.
This gem makes it easier to start a Puma server that will bind to a dynamic free port by default and provide helper methods like get and post, managing sessions automatically and using keep-alive to make the requests faster. Usually the server would be run when the test suite starts.
LINES lets you manage your posts in a clear, consistent frontend. The gracefully slender editor keeps your editing simple and lets you just splash around in your ideas. Once you're happy, just hit publish and see your text, code examples, images, and links shine.
🕰️ A YARD plugin that post-processes generated docs, detects timestamp-only diffs in tracked HTML files under docs/, and restores those files from git to prevent pointless churn while keeping the footer timestamp on genuinely changed pages.
== FEATURES/PROBLEMS: * The query string, and POST/PUT parameters are available through the +params+ hash * Other request data can be attained through the +request+ method * The Markaby instance is called +mab+ (But you do not need to call it directly. The +html+ method is an alias to +mab.html+) * Margot keeps an in memory cache of pages and their parameters! * To clear the cache and garbage collect, just send a USR1 signal to the process * The mongrel status information is mounted by default at /status * A directory handler is loaded at /assets to the directory +./assets+ * There is daemonization support but it is borked at the moment * Template and layout handling == REQUIREMENTS: Margot requires the following gems * Markaby * Mongrel == INSTALL: sudo gem install margot
uh ok so roast beef is some kind of package manager that is for bleeding-edge programs. so basically it does not have its own repositories. instead it just will download source from the upstream repository and will do all the necessary steps to install . you get things that are as fresh as possible. i am talking about really fresh like your eggs and milk. roast beef saves you from having to look up the repository locations for all the stuff you want to build from source. it also abstracts away the differences in build processes. say you want the latest version of such a package as gnu emacs. so you grab the source but you know emacs is a little different from other packages and requires "make bootstrap" in between the configure and make step. with roastbeef all the complexity of such things is hidden from you. and if you have a lot of stuff built from source you can keep them all up to date with a single command. the motivations behind this are made more clear in a blog post: http://technomancy.us/106 == man why you even got to do a thing