Translates a file extension parameter to an accept header
OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format
option parsing and help generation
diff with unified diff format handling
JavaScript implementation of the "accept" attribute for HTML5 <input type="file">
A library for finite automata and regular expressions in the context of JS RegExp
HTTP content negotiation
HTTP Accept-* headers parsing
Like ruby's abbrev module, but in js
No description provided.
A native "Headers" class polyfill.
a negotiator for the accept-headers
A tiny JSON logger
Event encoding utilities for the **Agent-User Interaction (AG-UI) Protocol**.
An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.
A Long class for representing a 64-bit two's-complement integer value.
Multipart and Tar utilities for the Web Streams API
Dependency-free RFC 3986 URI toolbox
A Headers class polyfill and transformation library.
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
With ease add HMR accepting code to need modules
Parse the accept-language header from a HTTP request
A Long class for representing a 64-bit two's-complement integer value.
A toolkit for working with HTTP headers in JavaScript
A test framework which accepts test data in a Polyrex format.
Rails gem/plugin that accepts (amount) values in german or us format like 1.234,56 or 1,234.56
Rails gem/plugin that accepts (amount) values in german or us format like 1.234,56 or 1,234.56
A DRb server which accepts the name of a page or link to be fetched. Uses an XML lookup file (PolyrexLinks format).
Easy SQL based report generation with the ability to accept request parameters and render multiple formats.
Kekka is a parser of the XML format XRR (XML Regatta Reporting: http://www.sailing.org/xml .) It accepts XML on this format and sorts it in boat, event and result hashes.
Convert the sjson captioning format to the srt format. This includes an executable named "sjson2srt" that accepts sjson on STDIN and emits srt on STDOUT, suitable for use in a unix pipeline.
The phone_parser gem allows programs to strip out formatting of phone numbers. This allows a program to accept any valid phone number in any format and parse it for universal storage.
Accepts element lists as block, compact, and inline parameters and a tab parameter to create a new instance. When pp method is called with a Nokogiri::XML::Document or XML string as argument, the method returns a string formatted according to the logic of the element lists. For optional parameters, see README.
dAnarchy Jaml converts YAML files to JSON and JSON files to YAML. This assumes a standard YAML or JSON formatted file and does not accept files containing specialized functions like AWS Cloudformation templates.
Tide class fetches and returns Canadian tide prediction data from waterlevels.gc.ca. Accepts options for tide station, date and timezone. Defaults to 7 days of tide prediction data (starting from today) for Sydney, Nova Scotia in Atlantic time. Outputs a comma separated list of tides (date, time, height in meters) with Tide.new.to_csv or a formatted html table with Tide.new.to_html.
#assignment >> Getter, #assignment? >> Returns true if assignment is having value other than nil else false, #assignment = >> Setter. Acceptable inputs are file upload(ActionDispatch::Http::UploadedFile), filer handle and String(format validation is ignored), #assignment_path >> File path of assignment, #assignment_path_to_write >> File path of assignment to write (specific to writing. Used internally), #assignment_persisted? >> true if provided file/data is stored on disk, #assignment_store! >> to store provided file/data on disk, #assignment_destroy! >> to store destroy stored file/data from disk