node-throttleit
Throttle a function in Node.js
throttle is a Node.js module to throttle a JavaScript function.
throttle(fn, wait)
Creates a function that will call fn at most once every wait milliseconds.
Supports leading and trailing invocation.
fn will receive last context (this) and last arguments passed to a
throttled wrapper before fn was invoked.
libtiledb2.10
Store and access very large multi-dimensional array data (runtime library)
TileDB allows you to store and access very large multi-dimensional array
data, the data currency of Data Science.
raku-uri
URI handler for Raku
A URI implementation using Raku grammars to implement RFC 3986 BNF.
Currently only implements parsing.
raku-file-which
Cross platform Raku executable path finder (aka which on UNIX)
File::Which finds the full or relative paths to an executable program on
the system. This is normally the function of which utility which is
typically implemented as either a program or a built in shell command.
On some unfortunate platforms, such as Microsoft Windows it is not
provided as part of the core operating system.
ruby-omniauth-alicloud
Omniauth strategy for AliCloud
Wrapper the AliCloud Oauth2 API. OmniAuth::Strategies::Alicloud is simply a
Rack middleware. Read the OmniAuth docs for detailed instructions.
xq
command line XML and HTML beautifier and content extractor
xq is a command line XML and HTML beautifier and content extractor, similar
to jq.