Skip to content
View mr-parus's full-sized avatar

Organizations

@gorgias
Block or Report

Block or report mr-parus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mr-parus/README.md

Hello World! πŸ‘‹πŸ»πŸ‘¨πŸ»β€πŸ’»

Pinned

  1. [JS] Monty Hall Problem simulation [JS] Monty Hall Problem simulation
    1
    One time case simulation:
    2
    
                  
    3
    Initial doors:
    4
      1)πŸšͺ
    5
      2)πŸšͺ🎁
  2. [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/)
    1
    var theThing = null;
    2
    var replaceThing = function () {
    3
      var originalThing = theThing;
    4
      var unused = function () {
    5
        if (originalThing)
  3. [JS] Alphabetic Anagrams [JS] Alphabetic Anagrams
    1
    Task from Codewars: https://www.codewars.com/kata/53e57dada0cb0400ba000688/train/javascript
    2
    
                  
    3
    Consider 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).
    4
    
                  
    5
    We 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.
  4. pockemon pockemon Public

    SFML 2D game

    C++

  5. mongo-sharding mongo-sharding Public

    Demonstration of a distributed Personally Identifiable Information (PPI) storing using MongoDB sharding

    JavaScript 3 1

  6. sce-chat-server sce-chat-server Public

    Simple websocket-based chat

    TypeScript 1