Skip to content
View Rodriggrr's full-sized avatar
  • Universidade Federal do Ceará
  • Quixadá, Ceará, Brasil.
  • 10:13 (UTC -03:00)

Highlights

  • Pro

Block or report Rodriggrr

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

Hi, my name is Rodrigo.

class Person {
  unsigned short int age   = 21;
  std::string name         = "Rodrigo Farinon";
  std::string nationallity = "Brazillian";
  std::string residence    = "Quixadá, CE - BR"
  std::string occupation   = "Undergraduate Student"
  std::string university   = "Universidade Federal do Ceará(UFC) - Campus Quixadá";
  std::string course       = "Computer Networks";
  unsigned int semester    = 6
};

GitHub stats

Currently Learning:

C C++ Python Java SQL

I have some projects on my own, here are some of them:

Project Source Code
TERMO! Game Source Code
Snake Game Source Code
2048 Game Source Code
Blackjack! Game Source Code
Calculator (WinAPI) Source Code
Trial to RSA Source Code
Kp - The Kompiler Source Code
Group Chat C++ Source Code

University Repository:

Image

How to reach me:

Pinned Loading

  1. UFC UFC Public

    University repository.

    C++

  2. TERMO-Game TERMO-Game Public

    A game of TERMO! i did. Pretty cool, but only works in terminals that accept ANSII Codes.

    C++ 2

  3. CalculatorWinAPI-Interface CalculatorWinAPI-Interface Public

    Calculator with interface purely made from winAPI and C++

    C++

  4. Snake-Game-2.0 Snake-Game-2.0 Public

    Snake Game again, but with some new approaches that focuses in performance. Works only in windows terminal, as it uses mainly 'windows.h' header.

    C++

  5. kp kp Public

    Python