Skip to content
View leo-bianchi's full-sized avatar
  • Alpar Service
  • São Paulo, SP

Organizations

@Adda-dev

Block or report leo-bianchi

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. backup-script backup-script Public

    Script for routine backups on Debian-based Linux servers with a retetion rule based on time and number of directories.

    Shell

  2. webscrapping-nodejs webscrapping-nodejs Public

    A webscrapping tool built with nodejs 12.3.1 and puppeteer 2.0.0.

    JavaScript 1

  3. Javascript ES6 (ES0215) .map(), .red... Javascript ES6 (ES0215) .map(), .reduce(), .filter() usage examples.
    1
    // FILTER
    2
    /* 
    3
    If i already have an array but i only want to have items in the array that match certain criteria, use the filter.
    4
    Quando eu já tenho um array e quero apenas itens no novo array que correspondem a uma condição, use filter.
    5
    */
  4. Js file with good practices tips. Js file with good practices tips.
    1
    // DEBUG
    2
    // Printing objects on console
    3
    const foo = {name: 'tom', age: 30};
    4
    const bar = {name: 'harry', age: 50};
    5
    const baz = {name: 'john', age: 19};
  5. gogs-migrate-script gogs-migrate-script Public

    Script to migrate GitHub repositories for a gogs client.

    Shell

  6. python-web-scrapping python-web-scrapping Public

    Attempt to Web Scrapp a page with Python.

    Python