Skip to content
View Julio-Rats's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Cândido Consultoria
  • Formiga-MG (Brazil)
  • 17:04 (UTC -03:00)
Block or Report

Block or report Julio-Rats

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

My states programming:


#include <stdio.h>
#include "daily.h"

void print_presentation()
{
    printf("%s\n", "Hi there, I'm Julio C.M. Cândido!");
    printf("%s\n", "Living in Formiga-MG, Brazil.");
    printf("%s\n", "28 years old.");
    printf("%s\n", "Low Level/Assembly Programmer");
}

int main(int argc, char const *argv[])
{
    soul_t soulID = born();
    print_presentation();
    while (still_alive(&soulID))
    {
      wake_up();
      code();
      eat();
      code();
      sleep();
    }
    return 0;
}

👉 Nickname: JulioRats 👈

Social

Skill

C C++ Python Shell JavaScript MySQL Linux

About

Computer scientist focused on the area of ​​optimization and Back-End development

🎮 Interested in game creation and gameplay with friends

🔭 I live creating strange things around.

github snake animation

Visitor Count

Pinned

  1. Breakout-Atari-2600 Breakout-Atari-2600 Public

    (Implementing) Development of the Breakout game in machine code (Assembly) for the 6507 (set 6502), Compatible with Atari VCS (2600) architecture and executable on any Atari 2600 emulator. Compiled…

    Assembly 4

  2. TicTacToe_NES TicTacToe_NES Public

    Tic-tac-toe implemented in Assembly for NES architecture (nintendinho) Ricoh 2A03/2A07 CPU (set 6502), using NESASM (https://github.com/Julio-Rats/nesasm) as compiler. ROM already compiled file tic…

    Assembly 3

  3. Space_Invaders_Atari_2600 Space_Invaders_Atari_2600 Public

    (Implementing) Development of Space Invaders game in machine code (Assembly) for the 6507 (set 6502), Compatible with Atari VCS (Atari 2600) architecture and executable on any Atari 2600 emulator. …

    Assembly 2

  4. simplex_method simplex_method Public

    (Code Review) Implementation of the Simplex method, solver for linear programming problems.

    C 2

  5. dasm dasm Public

    Forked from dasm-assembler/dasm

    Macro assembler with support for several 8-bit microprocessors

    C 1

  6. CircleMUD CircleMUD Public

    Unofficial mirror of the CircleMUD engine (ver 3.1).

    C 1