README.md
Implementation of Function.prototype.bind
Helper functions around Function call/apply/bind, for use in `call-bind`
Robustly `.call.bind()` a function
gRPC Library for Node - pure JS implementation
Automatically bind methods to their class instance
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache
Making binding and unbinding DOM events easier
Compile function bind operator to ES5
function binding utility
Allow parsing of function bind
Allow parsing of function bind
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
A WHOIS client for NodeJS
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!
The fastest automatic method.bind(this) decorator
DOM element size sensor which will callback when size changed.
the fastest version of Function#bind I could make
The lodash method `_.bind` exported as a module.
Remote procedure calls built on top of axon.
LiveReload server
An OData parser written in OMeta
Connect applications to blockchains
Ethereum execution-layer client bindings
Rust bindings for the Azurite blob, table and queue storage emulator
Ethereum execution-layer client bindings
easy way to write nodejs module using rust
easy way to write nodejs module using rust
Nodejs bindings for the polysig library
Idiomatic Ruby bindings for PDF Oxide. Process, analyze, and generate PDFs through the libpdf_oxide cdylib used by the Python, Java, Node, Go, and C# bindings.
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. GQLite support multiple database backends, such as SQLite and redb. This enable to achieve high performance and for application to combine Graph queries with traditional SQL queries. GQLite source code is license under the [MIT License](LICENSE) and is free to everyone to use for any purpose. The official repositories contains bindings/APIs for C, C++, Python, Ruby and Crystal. The library is still in its early stage, but it is now fully functional. Development effort has now slowed down and new features are added on a by-need basis. It supports a subset of OpenCypher, with some ISO GQL extensions. Example of use -------------- ```ruby require 'gqlite' begin # Create a database on the file "test.db" connection = GQLite::Connection.new filename: "test.db" # Execute a simple query to create a node and return all the nodes value = connection.execute_oc_query("CREATE () MATCH (n) RETURN n") # Print the result if value.nil? puts "Empty results" else puts "Results are #{value.to_s}" end rescue GQLite::Error => ex # Report any error puts "An error has occured: #{ex.message}" end ``` The documentation for the GQL query language can found in [OpenCypher](https://auksys.org/documentation/5/libraries/gqlite/opencypher/) and for the [API](https://auksys.org/documentation/5/libraries/gqlite/api/).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.