React Hook for using as-bind with a wasm source
Helper functions around Function call/apply/bind, for use in `call-bind`
Implementation of Function.prototype.bind
Robustly `.call.bind()` a function
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.
Automatically bind methods to their class instance
the fastest version of Function#bind I could make
Bind data arrays to any type of JS objects
The lodash method `_.bind` exported as a module.
Making binding and unbinding DOM events easier
Compile function bind operator to ES5
function binding utility
An HTTP proxy written with Node.js (think Squid)
Allow parsing of function bind
gRPC Library for Node - pure JS implementation
Low-level HTTP/HTTPS/XHR/fetch request interception library.
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
The fastest automatic method.bind(this) decorator
A collection of the most useful property decorators.
Animated transitions for D3 selections.
DOM element size sensor which will callback when size changed.
A multi-bind rdf-join actor
Decorator for binding method to an object
React target for @use-gesture
Useful Ruby FFI bindings for libc.
Ruby bindings for libnotify using FFI
Provides bindings for many RRD functions (using ffi gem and librrd), as well as DSLs for graphic and rrd building. You must have librrd in your system!
GirFFI creates bindings for GObject-based libraries at runtime based on introspection data provided by the GObject Introspection Repository (GIR) system. Bindings are created at runtime and use FFI to interface with the C libraries. In cases where the GIR does not provide enough or correct information to create sane bindings, overrides may be created.
A Ruby gem for interacting with monday.com's API
A practical image importer/loader. It wraps stb_image.h (ver:2.26 -2020.07.13-). Supported image formats are: JPEG, PNG, TGA, BMP, PSD, GIF(not animation), HDR, PIC, PNM. Checkout the Homepage for usage in Windows, MacOs, Linux or ARM
Bzip2::FFI is a Ruby wrapper for libbz2 using FFI bindings. The Bzip2::FFI Reader and Writer classes support reading and writing bzip2 compressed data as an IO-like stream.
Libsoup bindings for ruby. Partial coverage sufficient to allow HTTP requests to be handled without blocking the mainloop. e.g require 'gtk2' require 'soup' message = Soup::Message.new("GET", "http://www.example.com/") Soup::SessionAsync.new.queue(message) do |_sess,_mess| puts "Got response" Gtk.main_quit end Gtk.main
Gtk Webkit bindings for ruby. Partial coverage sufficient to embed a webview in a Ruby-GNOME2 application. Also initial/experimental support for allowing ruby code to be called by javascript & executing javascript from ruby. e.g require 'gtk2' require 'webkit' v = WebKit::WebView.new v.main_frame.setup_ruby puts v.main_frame.exec_js("ruby_eval('RUBY_DESCRIPTION')") puts v.main_frame.exec_js("document.root.innerHTML")
Ruby bindings for IMDb using imdbapi.com as source
XSettings Manager bindings for ruby e.g require 'gtk2' require 'xsettings-ruby'