hash
Here are 2,239 public repositories matching this topic...
-
Updated
Feb 21, 2022 - C
-
Updated
Nov 30, 2021 - PHP
This is a follow-up to v2.0 #65 to switch the default parsing on supported systems so we support BigInt strings transparently.
-
Updated
Dec 3, 2021 - TypeScript
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
Nov 2, 2019 - C++
-
Updated
Feb 21, 2022 - YARA
-
Updated
Dec 11, 2021 - JavaScript
-
Updated
Aug 19, 2021 - C++
-
Updated
Feb 16, 2022 - C++
-
Updated
Apr 20, 2021 - Python
-
Updated
Jul 21, 2021 - C++
-
Updated
Jan 25, 2022 - C++
-
Updated
Dec 1, 2021 - Python
-
Updated
Feb 16, 2022 - PHP
-
Updated
Feb 21, 2022 - Python
-
Updated
Feb 19, 2022 - JavaScript
-
Updated
Dec 24, 2021 - 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
-
Updated
Jun 17, 2021 - TypeScript
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?)