Skip to content
View VIRUXE's full-sized avatar
Block or Report

Block or report VIRUXE

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

Hi, I'm Flávio, and I've been coding stuff since screeching 56kbps dial-up was still a thing.

Here you'll find a mix of my personal projects, open-source contributions, and past professional work that's free to share.

I'm a firm believer in both leg day and reading documentation – if I don't know it, I'll learn it.

Feel free to explore my repositories and gists, and drop me an e-mail if you'd like to chat.

Notice, that my contributions graph doesn't include commits to private repos.

Pinned Loading

  1. cfx-server-artifacts-updater cfx-server-artifacts-updater Public

    A bundle of scripts to easily update your Cfx.re (FiveM/RedM) server artifacts.

    PowerShell 1

  2. cfx-sha256 cfx-sha256 Public archive

    SHA256 Hashing in LUA, for the CFX platform (FiveM/RedM)

    Lua 12 7

  3. Scrape a GTA V Vehicle page from GTA... Scrape a GTA V Vehicle page from GTABase.com to make ready for database insertion
    1
    ############################################################################################################
    2
    # Author: VIRUXE
    3
    # github.com/VIRUXE
    4
    # Scrape GTA V vehicle data from https://www.gtabase.com/grand-theft-auto-v/vehicles/
    5
    ############################################################################################################
  4. SA-MP's GPCI function implementation... SA-MP's GPCI function implementation in GO and PHP
    1
    // https://github.com/Renegade334/gpci-js/blob/master/src/index.ts
    2
    
                  
    3
    package main
    4
    
                  
    5
    import (
  5. Scrape GTABase's GTA V Vehicle URLs ... Scrape GTABase's GTA V Vehicle URLs using their search form
    1
    import requests
    2
    import time
    3
    import json
    4
    
                  
    5
    from selenium import webdriver
  6. web-medguide web-medguide Public

    A one page site acting as a guide to aid in medical preparation for hospital duties.

    JavaScript