Augment collection prototypes with methods for functional programming, including filter(), map() and reduce().
Use space and slash separated color notation in CSS
A fully persistent balanced binary search tree
A practical functional library for JavaScript programmers.
Augment the Object prototype with methods for functional programming, including filter(), map() and reduce().
A collection of augments, helpers types, functions, and classes for any JavaScript environment.
ESLint rules to promote functional programming in TypeScript.
Functional programming in TypeScript
Vue.js util for intelligently merging data passed to functional components.
Functional JavaScript helpers
Daz Studio Scripting Types
Babel syntactic sugar for functional components
A practical functional library for JavaScript programmers.
Android Debug Bridge interface
Expectations and assertions for HTTP scenarios
Functional utility library - modern, simple, typed, powerful
JavaScript's functional programming helper library.
Typography, spacing, and color primitives for Primer design system
An Antora extension to improve xref support.
A collection of augments, helpers types, functions, and classes only for Node.js (backend) JavaScript environments.
TypeScript definitions for functional-red-black-tree
Node's URL module plus relative pathing
<!-- markdownlint-disable MD024 -->
Teach puppeteer new tricks through plugins.
Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jquery-rails. This gem augments the native Rails 3 jQuery-UJS remote form function enabling asynchronous file uploads with little to no modification to your application.
RubyNEAT -- Neural Evolution of Augmenting Topologies for Ruby. By way of an enhanced form of Genetic Algorithms -- the NEAT algorithm, populations of neural nets are evolved to handle pre-defined goals. RubyNEAT is the first implementation of the NEAT algorithm for Ruby, and it leverages Ruby's power to implement the NEAT algorithm in a way that would be difficult to do in other languages. The 'activation function' is largely standalone. Basically, activation is achieved by functional programming. Meaning, once your network is evolved, you can extract it as source code you can then utilize without the RubyNEAT engine. RubyNEAT can be used for nearly any Machine Learning task you can dream of, because it's also extensible and modular. See http://rubyneat.com for the details.
Remotipart is a Ruby on Rails gem enabling remote multipart forms (AJAX style file uploads) with jQuery. This gem augments the native Rails jQuery remote form function enabling asynchronous file uploads with little to no modification to your application. It requires jQuery (http://jquery.com), the Rails jQuery driver (http://github.com/rails/jquery-ujs), and the jQuery Form plugin (http://jquery.malsup.com/form/).
Diru is a Change Directory (cd) utility for augmenting Unix Shell functionality. Diru makes it easy and efficient to jump around in Project's directories. Diru uses client/server architecture, which enables sharing of directory info and state between terminal sessions. Each Server serves one Project, which is a tree of related directories where user wants to jump around and which has a logical root. There can be multiple Servers, if user needs to access multiple Projects concurrently. Client queries directory info from Server and directory change is pushed to Shell in order to change the current directory within the Shell.