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

Report abuse

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

Report abuse

Pinned Loading

  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