Bind context (optional) and multiple arguments to function.
Bind arguments at a certain index
Return a function with the ability to bind arguments without binding context
Bind arguments to a function to create another function of smaller arity
Bind arguments before you have the function
Helper functions around Function call/apply/bind, for use in `call-bind`
Implementation of Function.prototype.bind
Robustly `.call.bind()` a function
gRPC Library for Node - pure JS implementation
Super light and fast Extensible ES6+ events and EventEmitters for Node and the browser. Easy for any developer level, use the same exact code in node and the browser. No frills, just high speed events!
Automatically bind methods to their class instance
A collection of the most useful property decorators.
Is this an arguments object? It's a harder question than you think.
Creates a new function with a bound sequence of arguments. Compliant to 8 arguments.
High-level messaging & socket patterns implemented in pure js
Making binding and unbinding DOM events easier
Memoized function binding
Compile function bind operator to ES5
`Start a promise chain
function binding utility
Allow parsing of function bind
Polyfill of future proposal for `util.parseArgs()`
Utility package to see if the node process can bind to the host or listen on a port. Can be used for checking if a host resolves to localhost.
Bind data arrays to any type of JS objects
Binds command-line options to objects or variables. Supports binding of options and arguments, default values, and argument analysis.
Gem gives object the ability to bind and trigger custom named events. Events do not have to be declared before they are bound, and may take passed arguments.
Reads a text file (if supplied as the first argument) and creates a pdf file with the same name but with .pdf as extension in the current directory via the program pdflatex (the only requirement besides ruby itself). If '-h' is the first argument, then the program displays the helptext and exits. The program can also read the input text from STDIN (STanDard IN) and create the pdf file in the user's home directory. When this method is used, no argument is given to the program and the text is simply piped directly into the program like this: $ echo 'Hello' | txt2pdf This would create a pdf file with only 'Hello' and the page number at the bottom of the resulting pdf page. With this, you could map a key binding in your window manager to create a pdf file from the text you selected in any program, be it the terminal, your browser or your text editor. In my wm of choice, i3, I have added the following to my i3 config: bindsym $mod+p exec xclip -o | txt2pdf This would create a pdf file from the text I have selected as I hit the 'Window Button' and 'p'.
No description provided.
No description provided.
No description provided.