hash
Here are 2,386 public repositories matching this topic...
-
Updated
Jun 15, 2022 - C
-
Updated
Jun 28, 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
Jul 6, 2022 - YARA
-
Updated
Nov 2, 2019 - C++
-
Updated
Aug 19, 2021 - C++
-
Updated
Dec 11, 2021 - JavaScript
-
Updated
Jun 26, 2022 - C++
-
Updated
Jun 11, 2022 - Python
-
Updated
Jul 5, 2022 - C++
-
Updated
Jun 11, 2022 - C++
-
Updated
Jul 4, 2022 - PHP
-
Updated
Jun 30, 2022 - Python
-
Updated
Jun 17, 2022 - JavaScript
-
Updated
Jul 2, 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
Jun 28, 2022 - JavaScript
-
Updated
Jun 11, 2022 - C
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?)