Skip to content
View ozgurozkan01's full-sized avatar

Highlights

  • Pro

Block or report ozgurozkan01

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
ozgurozkan01/README.md
int main()
{
    std::string full_name     = "Özgür ÖZKAN";
    std::string title         = "Software Engineer Candidate";
    std::string information   = "Lover of learning and clean code..."
                                "I’m currently learning ** Cyber Security and Networking **"
                                "I'm currently working on ** Port Scanner **";
    return 0;
}



Coding

Languages and Tools:

arduino c cplusplus csharp git java unity unreal

ozgurozkan01

ozgurozkan01

Pinned Loading

  1. Chip-8_Emulator Chip-8_Emulator Public

    Chip-8 Emulator with C++ and SDL2 to understand software architecture deeply

    C++ 2

  2. port_scanner port_scanner Public

    port scanner with cpp...

    C++

  3. Fractal Fractal Public

    Fractal Simulation With SDL

    C++ 2

  4. FreeBoy FreeBoy Public

    Monochrome GameBoy Emulator to learn low level programming deeply with C++

    C++

  5. Web_Server Web_Server Public

    Multithread Socket Programming with C++ to enjoy

    C++