Skip to content
View LucioOSilva's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report LucioOSilva

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

Pinned Loading

  1. SpaceFlights-BackEnd SpaceFlights-BackEnd Public

    The back end app of spacefights - this is a Coodesh test

    JavaScript

  2. DamasAPI DamasAPI Public

    Jogo de damas baseado em requisições API, e permanência de dados em memória.

    Python

  3. HackerRankPython-PS HackerRankPython-PS Public

    Problem Solving

    Python

  4. Download files with AJAX (axios) Download files with AJAX (axios)
    1
    axios({
    2
      url: 'http://localhost:5000/static/example.pdf',
    3
      method: 'GET',
    4
      responseType: 'blob', // important
    5
    }).then((response) => {