Skip to content
View douglasb78's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro
Block or Report

Block or report douglasb78

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

Hi 👋, I'm Douglas

Skills:

Web:
My Skills

Desktop:
My Skills

Pinned

  1. Algorithms Algorithms Public

    Some small tests I've done in my free time. C and VisuAlg.

    C

  2. Retrieve Steam Two-factor Authentica... Retrieve Steam Two-factor Authentication tokens from an ArchiSteamFarm IPC server
    1
    var http = require("http");
    2
    
                  
    3
    class IPCBot {
    4
        constructor(hostname, port, ipcPassword, steamid64){
    5
            this.hostname = hostname
  3. Leitor de RSS em Go Leitor de RSS em Go
    1
    package main
    2
    
                  
    3
    import (
    4
    	"bufio"
    5
    	"encoding/xml"
  4. Trabalho_POO_2_facul Trabalho_POO_2_facul Public archive

    Feito em dupla com colega. Um CRUD com seis classes obrigatórias: Pesquisador, Projeto, Artigo, Arquivo, CarregadorDeDados e InterfaceDeUsuario

    Java