hash
Here are 1,512 public repositories matching this topic...
-
Updated
Jul 6, 2020 - PHP
Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';
I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5
`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)
-
Updated
Jun 4, 2020 - TypeScript
$ python3 loki.py
Traceback (most recent call last):
File "loki.py", line 43, in <module>
from lib.lokilogger import *
File "/Users/w/Downloads/Loki/lib/lokilogger.py", line 15, in <module>
from helpers import removeNonAsciiDrop
ModuleNotFoundError: No module named 'helpers'Python 3.7.7 homebrew
Cloned directly from master.
helpers.py is present in
-
Updated
Nov 2, 2019 - C++
-
Updated
Jun 6, 2020 - JavaScript
This one is all you @NoHatCoder :) Not sure what you have planned for that, but it seems like we should check in a copy of your blog post at some point when it is ready, just so people can understand what is going on here with hash levels. Maybe we make a "doc" directory? I can then link to it with the main readme.md (assuming GitHub actually has a way to do that... I will check).
- Casey
-
Updated
Jul 9, 2020 - YARA
-
Updated
May 1, 2020 - C++
-
Updated
Jan 18, 2020 - Python
Winxp, need to redo Server and Client Documentation
Wiki should be updated to inform users the C# client is technically Depreciated at this time and current wiki should be converted to using the python client as its main focus ( Or make the link to the Client repo much more apparent ((probably the best option)))
Videos should be rather generic on setup Pointing users to use commands found
-
Updated
May 2, 2020 - TypeScript
-
Updated
Jun 7, 2020 - Python
-
Updated
Jul 9, 2020 - C++
-
Updated
Jun 27, 2020 - C
Opening for comment.
Geth recently became more strict and now rejects many hex values that have leading zeroes (ie 0x02 instead of 0x2).
The official RPC spec dictates that quantities should have no leading zero, and unformatted data should.
For this reason, it
I motion to split "block layer" and "codec layer" and do so consistently across all our specs and docs.
Fundamental reason: the work the codec code does is almost entirely about how to encode/linearize/serialize/whatever-you-call-it Data Model trees into flat bytes (and of course vice versa, unfurling flat bytes to DM). It's very little to do with blocks. There's two separate things going on
-
Updated
Jul 8, 2020 - C++
-
Updated
Sep 29, 2019 - PHP
-
Updated
Jan 28, 2019 - C
Not always in real life need to work so accurately. For example, if it is necessary to determine the motion in the picture such precision is excessive and the image will mean the same and the algorithm will say that change more than 10% that would be wrong.
ExtAverageHash
real live recommend add filter
if p > avg && math.Abs(p-avg) > 12.5 {
problem
:
jakub-onderka/php-parallel-lint (see https://github.com/JakubOnderka/PHP-Parallel-Lint)
Recommended replacements:
https://github.com/php-parallel-lint/PHP-Parallel-Lint
I found this issue by loading up a new fresh copy of Laravel and it was complai
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."
Currently, the benchmarks and SMHasher scores shown in README.md and xxhash.h are out of date. They should be updated, as XXH32 fails SMHasher and they don't include the newer hashes.