Continuing the discussion from Feedback / Help Wanted: Upcoming OCaml.org Cookbook Feature: OK, let’s talk about an example that I came across recently: minttea/leaves/table.ml at b084ec7401c52167fae5087577133e52e3874899 · leostera/minttea · GitHub Here we want to render a table in the CLI and we want to pad and truncate the table content text to fit inside the column lengths. Eg suppose one of the columns is 30 characters long. So we need to calculate the length of the text that will go ...| OCaml
This crate provides routines for searching strings for matches of a regular expression (aka “regex”). The regex syntax supported by this crate is similar to other regex engines, but it lacks several features that are not known how to implement efficiently. This includes, but is not limited to, look-around and backreferences. In exchange, all regex searches in this crate have worst case `O(m * n)` time complexity, where `m` is proportional to the size of the regex and `n` is proportional t...| docs.rs
Unicode Technical Standard #35| www.unicode.org
About Unicode® Technical Reports| www.unicode.org
Unicode® Technical Standard #39| www.unicode.org
For basic types and string types, the format specification is based on the format specification in Python.| en.cppreference.com
Strings in Elixir are UTF-8 encoded binaries.| hexdocs.pm
Strings in Elixir are UTF-8 encoded binaries.| hexdocs.pm
Can we make it less expensive? Probably yes. We’ll talk about Go and C# in this post.| clipperhouse.com
In 1991 Guido van Rossum released the first version of the Python programming language. About that time the world began to witness a major change...| tenthousandmeters.com
Contents| wadetregaskis.com
Unicode® Technical Standard #10| unicode.org
Unicode Technical Standard #35| www.unicode.org
Unicode glossary| www.unicode.org
Unicode® Standard Annex #29| www.unicode.org
Unicode® Standard Annex #29| www.unicode.org
This crate provides routines for searching strings for matches of a regular expression (aka “regex”). The regex syntax supported by this crate is similar to other regex engines, but it lacks several features that are not known how to implement efficiently. This includes, but is not limited to, look-around and backreferences. In exchange, all regex searches in this crate have worst case `O(m * n)` time complexity, where `m` is proportional to the size of the regex and `n` is proportional t...| docs.rs
Copy and paste "🧑🌾" in your terminal emulator. How many cells forward| Mitchell Hashimoto
Unicode® Standard Annex #29| unicode.org
One of the more basic things my wordlist-manipulating program, Tidy, does is to sort words alphabetically. By that I mean: given a wordlist, two of the few things it does by default is to (a) remove duplicate words and (b) alphabetize them. Removing duplicate words is critical to the security...| Prevent Default
Unicode® Standard Annex #29| www.unicode.org
Unicode Technical Standard #35| www.unicode.org
Unicode glossary| unicode.org