Customizable Date Picker for React
OpenTelemetry instrumentation for `node:net` network API module
Provides an interface for native user localization information.
Web3 module to interact with the Ethereum nodes networking properties.
A browser based code editor
pseudo-localization for internationalization testing
Calendar! with events
Localization for UI5 Web Components
.Net dictionary for cspell.
The `@minecraft/server-net` module contains types for executing HTTP-based requests. This module can only be used on Bedrock Dedicated Server.
A Pulumi package for interacting with Docker in Pulumi programs
Observe when something in your node app starts listening on a TCP port
React Native TCP socket API for Android & iOS with SSL/TLS support
This plugin contains some useful functions for localization.
MomentJS plugin to use business days
React package for DayPicker
The Swagger API toolchain for .NET, Web API and TypeScript.
React Native module to expose per-app language preferences API on iOS and Android.
<h1 align="center"> next-localization <a href="https://www.npmjs.org/package/next-localization"><img src="https://img.shields.io/npm/v/next-localization.svg?style=flat" alt="npm"></a> <a target="_blank" rel="noopener noreferrer" href="https://github
Localizations for the Clerk components
The Vercel Resource Provider lets you manage [Vercel](https://vercel.com) resources.
This module provides a runtime dynamic language/translation support and debug tools.
A Pulumi package to create TLS resources in Pulumi programs.
A Pulumi package for creating and managing Cloudflare cloud resources.
Net::HTTP::Local binds Net::HTTP requests to a local address and port.
Multiplex lets you bind Net::HTTP requests to non-default local IP addresses.
Automatic Localizable file generation for multiple platforms
Net-Openvpn is an openvpn library for configuring a local OpenVPN service
A wrapper for Net::HTTP that provides a nicer syntax to download files chunk by chunk and write to a local path.
Simple class for test application using Net::FTP object. It is not complete FTP local server.
Net::SSH::Socks is a library for programmatically creating a SOCKS proxy. Similar to Net::SSH::Service::Forward#local except the host is dynamic (determined by the client application, such as a browser).
net-ssh-local is a plugin to streamline localhost operations when the hostname is "localhost" and the user is nil.
Net::SSH::Socks is a library for programmatically creating a SOCKS proxy. Similar to Net::SSH::Service::Forward#local except the host is dynamic (determined by the client application, such as a browser).
An ActiveRecord adapter for Turso, the edge SQLite database powered by libSQL. Connects to Turso Cloud via the Hrana v2 HTTP protocol using Ruby's built-in Net::HTTP, making it fork-safe and dependency-free. Supports Embedded Replica mode via the sqlite3 gem for local read performance.
Zz structures are an interesting way of representing relations invented by Ted Nelson, whose domain model I provide in a gem Yzz. In this gem, YNelson, I combine Yzz with the universal Petri net provided by YPetri (another gem I wrote) to obtain a hybrid data structure that formalizes and generelizes a spreadsheet. Because let us note spreadsheets (as I have seen them) can be considered Petri nets of a kind, with cell functions acting as Petri net transitions. At the same time, spreadsheets are globally orthogonal structures with 3 typical dimensions (rows, columns and sheets). By using zz structures, the globally orthogonal spreadsheet is generalized as a locally orthogonal zz structure, with relations represented as zz dimensions, thus generalizing and formalizing a spreadsheet. The catch is that I have not yet finished the thinking process regarding what everything should be a zz object: Places (cells) and transitions definitely yes, but how about nets and dimensions? Should YNelson go as far as making namespaces into zz objects? The reason why these questions are hard to answer is because Ted Nelson himself, while providing interfaces guidelines (zz structure views, cursors...) did not comment on these questions. While being a (textual) DSL, YNelson aims to provide convenience on par with actual spreadsheet apps. Unlike YPetri, YNelson also aims to be able to specify more than one Petri net node per command, but this is still under development. See the user guide and the documentation for the details. YNelson documentation is available online, but due to formatting issues, you may prefer to generate the documentation on your own by running rdoc in the gem directory. For an example of how YPetri can be used to model complex dynamical systems, see the eukaryotic cell cycle model which I released as "cell_cycle" gem.
This is an experimental branch that implements a connection pool of Net::HTTP objects instead of a connection/thread. C/T is fine if you're only using your http threads to make connections but if you use them in child threads then I suspect you will have a thread memory leak. Also, I want to see if I get less connection resets if the most recently used connection is always returned. Also added a :force_retry option that if set to true will retry POST requests as well as idempotent requests. This branch is currently incompatible with the master branch in the following ways: * It doesn't allow you to recreate the Net::HTTP::Persistent object on the fly. This is possible in the master version since all the data is kept in thread local storage. For this version, you should probably create a class instance of the object and use that in your instance methods. * It uses a hash in the initialize method. This was easier for me as I use a HashWithIndifferentAccess created from a YAML file to define my options. This should probably be modified to check the arguments to achieve backwards compatibility. * The method shutdown is unimplemented as I wasn't sure how I should implement it and I don't need it as I do a graceful shutdown from nginx to finish up my connections. For connection issues, I completely recreate a new Net::HTTP instance. I was running into an issue which I suspect is a JRuby bug where an SSL connection that times out would leave the ssl context in a frozen state which would then make that connection unusable so each time that thread handled a connection a 500 error with the exception "TypeError: can't modify frozen". I think Joseph West's fork resolves this issue but I'm paranoid so I recreate the object. Compatibility with the master version could probably be achieved by creating a Strategy wrapper class for GenePool and a separate strategy class with the connection/thread implementation.
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.