Skip to content
View brownpanthera's full-sized avatar
🎯
building
🎯
building
  • New Delhi
  • 20:45 (UTC -12:00)

Block or report brownpanthera

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
brownpanthera/readme.md
  • 📫 How to reach me: via my twitter

Pinned Loading

  1. nodemonwin32 nodemonwin32 Public

    file watcher built on top of windows api

    Go

  2. base64ed base64ed Public

    Base64 Encoder Decoder

    Zig

  3. torrentclient torrentclient Public

    building a BitTorrent client, kinda like libtorrent

    JavaScript 1

  4. meandthebois meandthebois Public

    building a OnlineSpace where bois can hangout.

    JavaScript 3

  5. trying out promises from scratch trying out promises from scratch
    1
    // original article: https://levelup.gitconnected.com/understand-javascript-promises-by-building-a-promise-from-scratch-84c0fd855720
    2
    
                  
    3
    // Function-based approach using factory function
    4
    function createPromiseEx(executionFunction) {
    5
      const promiseState = {