python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Ant checksum comparison?
I've been pulling my hair out trying to figure out why this code is failing, when the echo debug output clearly shows that the checksums do, in fact, match:
<macrodef name="compare">
&...
Nikolaii99
Votes: 0
Answers: 1
Algo: replace chars of string to find the correct word
I have a string from OCR which contains some errors.
For example "2SQ41S" in place of "250415", i have a dictionary for the possible replacements:
O/Q can be replaced by 0,
S can ...
pierre
Votes: 0
Answers: 1
Calculate file checksum in JS using ReadableStream and PipeTo?
I wish to calculate a file's checksum locally with JS and have been searching for examples of how to accomplish this using the Streams Api and pipeTo, but have only found examples with Node.js which I...
Andreas Zita
Votes: 0
Answers: 1