Skip to content
View flipeador's full-sized avatar
🇦🇷
🇦🇷

Organizations

@ahkscript
Block or Report

Block or report flipeador

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
flipeador/README.md

Flipeador

I like watermelon 🍉



If you've been digging around through my repositories, you've probably noticed that I like to reinvent the wheel and write my own libraries. These are my reasons.

  • When I use a library, I like to know what it does and how it actually works, and I also want to make sure it works exactly as I expect it to.
  • Writing my own code feeds my knowledge and it gives me comfort to know that it is written following my own coding style.
  • When I write my own libraries, I try to keep the code simple, lightweight and with as few dependencies as possible.
  • I like up-to-date and efficient code, using the most modern features.

🤷‍♂️⠀I don't know what unit testing is, but I'm pretty good at Minecraft if you want to watch me play it.

🧠⠀Don't worry, I always put semicolons in JavaScript.

😜⠀Trust me bro.


🛠 OS and Tools


🛠 Languages and Frameworks


GitHub Gists

Pinned

  1. Unicode Characters Unicode Characters
    1
    # Unicode Characters
    2
    
                  
    3
    A character is an overloaded term that can mean many things.
    4
    This gist will briefly touch on the differences between Code Point, Code Unit, Grapheme and Glyph, with a particular focus on emojis.
    5
    
                  
  2. node-http-cors node-http-cors Public

    Node.js HTTP CORS middleware.

    JavaScript

  3. node-workerpool node-workerpool Public

    Create a pool of workers and execute a function or file in worker threads and child processes.

    JavaScript

  4. node-otp-2fa node-otp-2fa Public

    Node.js One-time password (OTP) / TOTP / HOTP

    JavaScript

  5. browser-scripts browser-scripts Public

    Monorepo with scripts for use with extensions that provides userscripts support for browsers.

    JavaScript 1

  6. Python-Interception-Driver Python-Interception-Driver Public

    Python 3 port of Interception Driver

    Python 15 3