-
Updated
Sep 23, 2021 - C
hash
Here are 2,053 public repositories matching this topic...
-
Updated
Jul 5, 2021 - PHP
Using the latest release 2.2.8, the typescript definition file in the package is defined like
import Hashids from '../lib/hashids'
export = Hashids
with that import to the source code. Unfortunately, this is less robust than building Typescript and including the definitions only, as the success of the build depends on the user having a compatible Typescript configuration.
Fo
-
Updated
Jul 7, 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
Jan 23, 2021 - JavaScript
-
Updated
Sep 27, 2021 - YARA
-
Updated
Aug 19, 2021 - C++
-
Updated
Apr 20, 2021 - Python
-
Updated
Sep 23, 2021 - C++
-
Updated
Jul 21, 2021 - C++
-
Updated
Aug 9, 2021 - Python
-
Updated
Jul 12, 2021 - C++
-
Updated
Sep 23, 2021 - PHP
-
Updated
Sep 24, 2021 - Python
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Jun 5, 2021 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Jun 17, 2021 - TypeScript
-
Updated
Jul 6, 2021 - 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?)