DEV Community

loading...
Samandar Ravshanov profile picture

Samandar Ravshanov

Stop wasting time installing and configuring Python libraries. Use them right away. FunctorFlow instantly auto-install and auto-config them for you: https://functorflow.org.

πŸ“¦ Transform a camelized/dasherized/underscored/etc string into a readable string

πŸ“¦ Transform a camelized/dasherized/underscored/etc string into a readable string

Reactions 5 Comments 1
1 min read
πŸ“¦ CIEDE2000 color difference algorithm

πŸ“¦ CIEDE2000 color difference algorithm

Reactions 7
1 min read
πŸ“¦ Convert relative file system paths into safe URI paths

πŸ“¦ Convert relative file system paths into safe URI paths

Reactions 7
1 min read
πŸ“¦ Generates inverted (opposite) version of the given color

πŸ“¦ Generates inverted (opposite) version of the given color

Reactions 6
1 min read
πŸ“¦ Convert a time string to seconds: '00:22:17' β†’ 1337

πŸ“¦ Convert a time string to seconds: '00:22:17' β†’ 1337

Reactions 6
1 min read
πŸ“¦ Strip ANSI escape codes from a string

πŸ“¦ Strip ANSI escape codes from a string

Reactions 7
1 min read
πŸ“¦ Formats a string based on a pattern.

πŸ“¦ Formats a string based on a pattern.

Reactions 6
1 min read
πŸ“¦ Check if the given string is a POSIX bracket expression.

πŸ“¦ Check if the given string is a POSIX bracket expression.

Reactions 4
1 min read
πŸ“¦Regular expression for matching HTML comments

πŸ“¦Regular expression for matching HTML comments

Reactions 8
1 min read
πŸ“¦ Check if a string is an IP address in CIDR notation

πŸ“¦ Check if a string is an IP address in CIDR notation

Reactions 7
1 min read
πŸ“¦Generate string from URL pattern

πŸ“¦Generate string from URL pattern

Reactions 5
1 min read
πŸ“¦CSS unit converter

πŸ“¦CSS unit converter

Reactions 16
1 min read
πŸ“¦Convert Markdown into HTML

πŸ“¦Convert Markdown into HTML

Reactions 6
1 min read
πŸ“¦Convert JSON array to CSV and vice-versa

πŸ“¦Convert JSON array to CSV and vice-versa

Reactions 8
1 min read
πŸ“¦Convert HEX color to RGBA

πŸ“¦Convert HEX color to RGBA

Reactions 4
1 min read
πŸ“¦Decimal ↔ hexadecimal converter

πŸ“¦Decimal ↔ hexadecimal converter

Reactions 6 Comments 2
1 min read
πŸ“¦ Convert, identify, and flip string case

πŸ“¦ Convert, identify, and flip string case

Reactions 8
1 min read
πŸ“¦ Parses HTML and returns beautiful text

πŸ“¦ Parses HTML and returns beautiful text

Reactions 8
1 min read
πŸ“¦JSON array to Markdown converter

πŸ“¦JSON array to Markdown converter

Reactions 5
1 min read
πŸ“¦ Converting numbers into words, ordinal words/numbers

πŸ“¦ Converting numbers into words, ordinal words/numbers

Reactions 7
1 min read
πŸ“¦Convert keys in an JSON to camelCase or snake_case

πŸ“¦Convert keys in an JSON to camelCase or snake_case

Reactions 5
1 min read
πŸ“¦Converting between quantities in different units

πŸ“¦Converting between quantities in different units

Reactions 6
2 min read
πŸ“¦HTML to Markdown converter

πŸ“¦HTML to Markdown converter

Reactions 5
1 min read
πŸ“¦ Human-readable file-sizes

πŸ“¦ Human-readable file-sizes

Reactions 7
1 min read
Convert a string to a valid filename

Convert a string to a valid filename

Reactions 6
1 min read
A URI encoder compliant with RFC 3986

A URI encoder compliant with RFC 3986

Reactions 6
1 min read
πŸ“¦ RDATA field encoder/decoder in multicast DNS TXT records

πŸ“¦ RDATA field encoder/decoder in multicast DNS TXT records

Reactions 7
1 min read
πŸ“¦ Encode HTML character references and character entities

πŸ“¦ Encode HTML character references and character entities

Reactions 6
1 min read
πŸ“¦ HTML sanitizer

πŸ“¦ HTML sanitizer

Reactions 5
1 min read
πŸ“¦Base64-URL de-encode/code, escape and unescape.

πŸ“¦Base64-URL de-encode/code, escape and unescape.

Reactions 6
1 min read
πŸ“¦ Returns 'x-www-form-urlencoded' string data

πŸ“¦ Returns 'x-www-form-urlencoded' string data

Reactions 6
1 min read
Bech32 encoding/decoding plugin

Bech32 encoding/decoding plugin

Reactions 9
1 min read
PlantUML encoder to create PlantUML diagrams

PlantUML encoder to create PlantUML diagrams

Reactions 5
1 min read
Convert img to base64

Convert img to base64

Reactions 7 Comments 1
1 min read
WTF-8 encoder/decoder.

WTF-8 encoder/decoder.

Reactions 6
1 min read
Convert integers to a Base64-encoded VLQ string

Convert integers to a Base64-encoded VLQ string

Reactions 6
1 min read
Stringify data (matrix) into a CSV text

Stringify data (matrix) into a CSV text

Reactions 6
1 min read
πŸ“¦ Redact any data at paths specified

πŸ“¦ Redact any data at paths specified

Reactions 6
1 min read
Check if a string is an IP address

Check if a string is an IP address

Reactions 3
1 min read
Check if a string has ANSI escape codes

Check if a string has ANSI escape codes

Reactions 6
1 min read
Return true if a value is a valid glob pattern or patterns.

Return true if a value is a valid glob pattern or patterns.

Reactions 8
1 min read
loading...