hashing
Here are 1,305 public repositories matching this topic...
steps to reproduce
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
WHAT
Make plot_duplicates
output clearer.
WHY
The graph plotted by plot_duplicates
output can be cluttered, especially when there are several duplicates found for an image. The titles of each image run into each other, which makes it hard to read the plot. Additionally, the titles can be hard to read, possibly due to a static dpi. An example can be seen below:
![imgdedup_plot_iss
-
Updated
Jul 24, 2021 - C++
Steps to reproduce
- Call the hash function with the following parameters
const argon2 = require('argon2');
const options= {
parallelism: 1,
timeCost: 1,
memoryCost: 128
};
const hash = await argon2.hash("password", options);
Expected behaviour
Argon computation is done succesfully.
It worked on version 0.27.2 and lower.
Actual behaviour
-
Updated
Jun 1, 2021 - C
Create a Rust-Client
We should provide a Rust client in addition to the TypeScript and Python client.
-
Updated
Mar 9, 2021 - C++
-
Updated
Jun 20, 2021 - Java
-
Updated
Apr 27, 2021 - JavaScript
-
Updated
Apr 28, 2021 - JavaScript
composev()
Version of compose that takes a sequence. (Might need a better name).
const composev = (seq) => compose(...iter(seq));
-
Updated
Nov 24, 2019 - Python
-
Updated
Sep 30, 2020 - C++
-
Updated
May 8, 2019
-
Updated
Mar 22, 2020 - C
-
Updated
Mar 29, 2020 - Go
-
Updated
Feb 20, 2017 - C++
-
Updated
Aug 2, 2019 - Jupyter Notebook
-
Updated
Jul 23, 2021 - C++
VERSION INFORMATION
Server Version: latest stable/release docker (3.9.2?)
Desktop Version: 3.9.2
If you've compiled your own version, please use the last commit you compiled.
LOG FILE
[2018-08-30 09:10:15:978] Info|MonoMethod.InternalInvoke => ShokoServiceImplementation.RenameAndMoveFile => SVR_VideoLocal_Place.RenameFile Renaming file From (/data/anime/Chi's Sweet Adventure -
-
Updated
Oct 31, 2020 - C++
-
Updated
Oct 14, 2019 - Python
Improve this page
Add a description, image, and links to the hashing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hashing topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere