[WIP] percent-encoding
Normalize a url or url fragment by percent-encoding exactly the chars encodeURIComponent does
A query string encoder and decoder with full JSON compatibility, no wasteful repetition of keys, and minimal percent-encoding bloat.
MCP server: encode/decode base64, base64url, hex, and percent-encoding.
Percent encoding for x-www-form-urlencoded with iconv-lite
Percent-encoding utilities
Encoding and decoding conversions: Base64, Base32, hex, URL encoding, HTML entities, binary, ROT13, percent-encoding, and more
URL encoding (percent-encoding) CLI
Convert and detect character encoding in JavaScript
An implementation of the WHATWG URL Standard's URL API and parsing machinery
URL utilities for markdown-it
Encode a URL to a percent-encoded form, excluding already-encoded sequences
Sniff the encoding from a HTML byte stream
Implementation of the HTML encoding sniffer algo, with stream support
Convert encodings, uses iconv-lite
Bridging the gap between buffers and typed arrays
istanbul reports
Contains parsers and serializers for ASN.1 (currently BER only)
Polyfill for the Encoding Living Standard's API.
`kysely-codegen` generates Kysely type definitions from your database. That's it.
Convert character encodings in pure javascript.
TextEncoder and TextDecoder APIs from Encoding Standard APIs in a universal package
Fast polyfill for TextEncoder and TextDecoder, only supports utf-8
Detects if a file is binary in Node.js. Similar to Perl's -B.
Percent encoding and decoding
Percent-encoded strings for URL, URI, IRI, etc.
URL percent-encoding and decoding for byte slices and strings
Percent-encoded strings for URL, URI, IRI, etc.
A command for percent-encoding conversion.
URI percent-encoding (encodeURI, encodeURIComponent, urlencode)
A library for parsing HTTP Cookie header strings into structured cookie objects.
RFC 3261 SIP/SIPS, RFC 3966 tel:, and RFC 8141 URN parser with zero dependencies
A lightweight, textual tagging system for DJs.
A Cookie library for managing HTTP Cookies, with Axum integration.
Form encoder for Meta (Facebook/WhatsApp/Graph API) batch requests. Serializes values to JSON then URL-encodes them, matching Meta’s quirky request body format.
A collection of encoding and hashing utilities
Render 400 error whenever a request's %-encoding is malformed
Email protection liquid filter for Jekyll
A filter plugin to decode percent encoded fields
Render 400 error whenever a request's %-encoding is malformed
Phone protection liquid filter for Jekyll
Trim an audio or video file using ffmpeg - Works with all formats supported by ffmpeg, including mp3, mp4, mkv, and many more. - Seeks to the nearest frame positions by re-encoding the media. - Reduces file size procduced by OBS Studio by over 80 percent. - Can be used as a Ruby gem. - Installs the 'trim' command. When run as a command, output files are named by adding a 'trim.' prefix to the media file name, e.g. 'dir/trim.file.ext'. By default, the trim command does not overwrite pre-existing output files. When trimming is complete, the trim command displays the trimmed file, unless the -q option is specified Command-line Usage: trim [OPTIONS] dir/file.ext start [[to|for] end] - The start and end timecodes have the format [HH:[MM:]]SS[.XXX] Note that decimal seconds may be specified, bug frames may not; this is consistent with how ffmpeg parses timecodes. - end defaults to end of the audio/video file OPTIONS are: -d Enable debug output. -f Overwrite output file if present. -h Display help information. -v Verbose output. -V Do not @view the trimmed file when complete. Examples: # Crop dir/file.mp4 from 15.0 seconds to the end of the video, save to demo/trim.demo.mp4: trim demo/demo.mp4 15 # Crop dir/file.mkv from 3 minutes, 25 seconds to 9 minutes, 35 seconds, save to demo/trim.demo.mp4: trim demo/demo.mp4 3:25 9:35 # Same as the previous example, using optional 'to' syntax: trim demo/demo.mp4 3:25 to 9:35 # Save as the previous example, but specify the duration instead of the end time by using the for keyword: trim demo/demo.mp4 3:25 for 6:10
No description provided.
No description provided.
No description provided.