Skip to content
View felipedavi's full-sized avatar
🎯
Focused on learning more
🎯
Focused on learning more
Block or Report

Block or report felipedavi

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

Welcome here!

Hi , I'm Felipe Oliveira

"Success is going from failure to failure without losing enthusiasm." - Winston Churchill

About me

Currently studying the last year of the Bachelor of Science in Computer Science with Brazilian Teaching License at Instituto Federal do Rio de Janeiro. Expected graduation in December 2023.I am also a Computer Technician at the same Educational Institution.

GitHub Stats 📊

🌎  Where to find me:

Linkedin Badge Gmail Badge

Pinned Loading

  1. Bitcoin in Real (Google Finance - We... Bitcoin in Real (Google Finance - Web scraping - Python)
    1
    #!/usr/bin/env python3
    2
    import requests, re
    3
    from bs4 import BeautifulSoup
    4
    url = 'https://www.google.com/finance/quote/BTC-BRL'
    5
    headers = {
  2. CashFlow CashFlow Public

    Simple app for cash flow control

    Kotlin

  3. advent-of-code advent-of-code Public

    My Solutions Advent of Code Puzzles 🎄

    Python

  4. shortcutVirusRemover shortcutVirusRemover Public

    Script para remover o vírus do atalho

    Batchfile 1