Skip to content
View matyasfodor's full-sized avatar
🦕
🦕
  • BenevolentAI
  • London
Block or Report

Block or report matyasfodor

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

Pinned Loading

  1. pairWise.js pairWise.js
    1
    const sizedArray = (n) => Array(n).fill();
    2
    
                  
    3
    const times = (n, cb) => {
    4
      while (0 < n--) {
    5
        cb();
  2. advent-of-code-2017 advent-of-code-2017 Public

    Python

  3. advent-of-code-solutions advent-of-code-solutions Public

    My solutions for http://adventofcode.com/

    Python

  4. chrome-tabcounter chrome-tabcounter Public

    Forked from asafh/chrome-tabcounter

    Super simple tab/window count indicator for Chrome

    JavaScript 1 1

  5. MoviePicker MoviePicker Public

    Tinder like movie picking service for the langing.jobs hackathon in 2017 Lisbon

    JavaScript