hash
Here are 2,312 public repositories matching this topic...
-
Updated
Apr 6, 2022 - C
-
Updated
Mar 26, 2022 - PHP
This is a follow-up to v2.0 #65 to switch the default parsing on supported systems so we support BigInt strings transparently.
Currently the Heap tests in ./Tests/PriorityQueueTests/HeapTests.swift are relying on @testable import to access internal interfaces. Unfortantely this doesn't work in release mode, so we can only run heap tests in debug builds.
We ought to be able to run these correctness tests with optimizatio
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Apr 15, 2022 - YARA
-
Updated
Nov 2, 2019 - C++
-
Updated
Dec 11, 2021 - JavaScript
-
Updated
Aug 19, 2021 - C++
-
Updated
Apr 19, 2022 - C++
-
Updated
Apr 4, 2022 - Python
-
Updated
Jul 21, 2021 - C++
-
Updated
Mar 23, 2022 - C++
-
Updated
Apr 21, 2022 - Python
-
Updated
Apr 20, 2022 - PHP
-
Updated
Apr 25, 2022 - Python
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Apr 11, 2022 - PHP
-
Updated
Nov 9, 2021 - TypeScript
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
width = 32
str = "hello"
padded_str = repeat('0',width-len(str)')//str
and perhaps also internal file I/O
-
Updated
Nov 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the hash topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hash topic, visit your repo's landing page and select "manage topics."


Our users are often confused by the output from programs such as zip2john sometimes being very large (multi-gigabyte). Maybe we should identify and enhance these programs to output a message to stderr to explain to users that it's normal for the output to be very large - maybe always or maybe only when the output size is above a threshold (e.g., 1 million bytes?)