Skip to content
View frycz's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@pmedianetwork @fiber-reactive
Block or Report

Block or report frycz

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

  1. google-drive-upload google-drive-upload Public

    ๐Ÿ“ค Easily build applications allowing users to upload text to Google Drive as Docs files

    JavaScript 3

  2. address-book address-book Public

    ๐Ÿ“˜ Fictional address book app

    TypeScript

  3. quick-note quick-note Public

    โœ๏ธ Typescript React Readux Firebase notes application

    TypeScript

  4. advertising-data-etlv advertising-data-etlv Public

    ๐Ÿ“Š Advertising data presented on charts, turn off adblocks first

    TypeScript

  5. headless-chrome-twitter-automatic-following headless-chrome-twitter-automatic-following Public

    ๐Ÿค– Javascript ES7 async await automatic Twitter users following with headless Chrome

    JavaScript 1

  6. Function flattens an array of arbitr... Function flattens an array of arbitrarily nested arrays of integers into a flat array of integers
    1
    /**
    2
     * Flattens an array of arbitrarily nested arrays of integers into a flat array of integers.
    3
     * Run `jest ./flattenArray.test.js` for tests.
    4
     *
    5
     * @param {*} arr - nested array of integers