-
Updated
Jul 2, 2022 - Java
strings
Here are 1,144 public repositories matching this topic...
-
Updated
Sep 30, 2019
-
Updated
May 18, 2022 - JavaScript
-
Updated
Jul 5, 2022 - Python
-
Updated
Jul 8, 2022 - Go
-
Updated
Jun 25, 2022 - R
-
Updated
Jun 22, 2022 - Python
-
Updated
Dec 2, 2021 - C++
-
Updated
Jan 29, 2020 - Swift
-
Updated
Jan 1, 2022 - PHP
-
Updated
Mar 26, 2021 - Kotlin
-
Updated
Jul 2, 2022 - Java
-
Updated
Jul 4, 2022 - YARA
-
Updated
Jul 6, 2022 - Go
-
Updated
Oct 5, 2020 - Python
-
Updated
Mar 2, 2022 - C#
-
Updated
Jun 16, 2022 - Clojure
It would be useful if this information (boxed in red) were able to be copy and pasted:
4,086,800 strings, 630,116 unique. 468,564,642 total string bytes, of which 342,442,924 (73.1%) are wasted on duplicates (12.6% of 2,708,496,737 managed heap bytes).
For now I am working around
-
Updated
Mar 29, 2020 - Go
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
May 19, 2022 - Kotlin
-
Updated
Sep 10, 2021 - Rust
-
Updated
Mar 9, 2022 - C
-
Updated
Jun 22, 2022 - Julia
Improve this page
Add a description, image, and links to the strings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the strings topic, visit your repo's landing page and select "manage topics."
Description
A function to pad a string with zeros or another symbol to a given width could be helpful in many cases, especially together with the
to_string()
function for integer to string conversion.Currently available methods to achieve this are using concatenation
and perhaps also internal file I/O