Skip to content
View arthunix's full-sized avatar

Highlights

  • Pro

Block or report arthunix

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 Engineer and OpenStack SRE at MagaluCloud"; const char* langs[] = { "English", "Portuguese", "Chinese", "Russian" }; const char* editor[] = { "nano", "vscode" }; return 0; }

##

GIF

Pinned Loading

  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