hash
Here are 2,214 public repositories matching this topic...
-
Updated
Jan 19, 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
Dec 11, 2021 - JavaScript
-
Updated
Feb 3, 2022 - YARA
-
Updated
Aug 19, 2021 - C++
-
Updated
Feb 1, 2022 - C++
-
Updated
Apr 20, 2021 - Python
-
Updated
Jul 21, 2021 - C++
-
Updated
Jan 25, 2022 - C++
-
Updated
Dec 1, 2021 - Python
-
Updated
Jan 28, 2022 - PHP
-
Updated
Feb 4, 2022 - Python
-
Updated
Jan 18, 2022 - JavaScript
-
Updated
Nov 9, 2021 - TypeScript
-
Updated
Dec 24, 2021 - PHP
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."
As reported in #5028 and https://huntr.dev/bounties/315d2d54-6ae4-47a1-a6ff-84fea6cb7d01/ by @michaellrowley with assistance of @JamieSlome and @huntr-helper (how many engineers does it take to get a one-liner fix in, and how ridiculous can a bug disclosure process become):