Pinned Loading
-
[JS] Monty Hall Problem simulation
[JS] Monty Hall Problem simulation 1One time case simulation:
23Initial doors:
41)πͺ
52)πͺπ
-
[JS] Memory leak (https://auth0.com/...
[JS] Memory leak (https://auth0.com/blog/four-types-of-leaks-in-your-javascript-code-and-how-to-get-rid-of-them/) 1var theThing = null;
2var replaceThing = function () {
3var originalThing = theThing;
4var unused = function () {
5if (originalThing)
-
[JS] Alphabetic Anagrams
[JS] Alphabetic Anagrams 1Task from Codewars: https://www.codewars.com/kata/53e57dada0cb0400ba000688/train/javascript
23Consider a "word" as any sequence of capital letters A-Z (not limited to just "dictionary words"). For any word with at least two different letters, there are other words composed of the same letters but in a different order (for instance, STATIONARILY/ANTIROYALIST, which happen to both be dictionary words; for our purposes "AAIILNORSTTY" is also a "word" composed of the same letters as these two).
45We can then assign a number to every word, based on where it falls in an alphabetically sorted list of all words made up of the same group of letters. One way to do this would be to generate the entire list of words and find the desired one, but this would be slow if the word is long.
-
-
mongo-sharding
mongo-sharding PublicDemonstration of a distributed Personally Identifiable Information (PPI) storing using MongoDB sharding
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.