Skip to content
#

dictionary

Here are 2,410 public repositories matching this topic...

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

  • Updated Oct 1, 2021
  • TypeScript
Tal500
Tal500 commented Oct 11, 2021

The Problem
The initialization of svelte-i18n sets the preferred language in a global variable.
While this is acceptable for client, it is not acceptable for the server (with SSR).

The server might be async, in which it can proccess at the same time both request for one language and a request for other language.
However, as far as I can see, setting a new locale will override the existin

Kaonashi
Sc00bz
Sc00bz commented May 6, 2019

You should order masks by efficiency (occurrences/key_space) because this will lead to the less guesses to crack passwords.

Looking at the top 5:
https://github.com/kaonashi-passwords/Kaonashi/blob/5239bd333ed34993b43126a4499606ba70086034/masks/kaonashi_masks_numbered.txt#L1-L5

And ordering just the 1000 in kaonashi_masks_numbered.txt by efficiency the top 5 are now:

673407:?u?u?u?u

Improve this page

Add a description, image, and links to the dictionary topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dictionary topic, visit your repo's landing page and select "manage topics."

Learn more