Skip to content
View arthunix's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report arthunix

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
arthunix/README.md
#include <stdlib.h>
#include <stdio.h>

int main(int argc, char* argv[])
{
    const char* whoami = "Hii, my name is Arthur and I am a Computer Engineering undergraduate student \
    at @UFSCar, and DevOps Intern at @vonbraunlabs and Cloud Engineer at @luizalabs Scholarship Project";
    const char*   langs[] = { "English", "Portuguese", "Chinese", "Russian" };
    const char*  editor[] = { "emacs", "vim", "vscode" };
    const char* studing[] = { "Computer Networks", "Distributed Systems", "Operating Systems", "Kernel \
    Programming", "Hacking", "Reverse Engineering", "IoT", "Cloud", "Computer Vision", "IA/AM", "DevOps" };

    return 0;
}

##

GIF

Pinned

  1. dotfiles dotfiles Public

    My @arthunix dotfiles for FreeBSD/Fedora/Debian

    Shell

  2. packet-filtering-energy-perf packet-filtering-energy-perf Public

    Deploy of Code written for testing energy overhead on Packet Filtering for my Scientific Initiation Project

    Perl