Skip to content
View a2p1k02's full-sized avatar
🗿
RAGHHHH
🗿
RAGHHHH

Block or report a2p1k02

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
a2p1k02/README.md

Hi 👋, I'm Alexander

; ===============[ SKILL METRICS ]===============; Address Hex Data ASCII 0000000043 2B 2B 2020202020 | C | 85% (0x55) 0000000043 2B 2B 2020202020 | C++ | 85% (0x55) 000000105275737420202020 | Rust | 65% (0x41) 00000020 5A 69672020202020 | Zig | 60% (0x28) 00000030 4C 69 6E 7578202020 | Linux | 90% (0x5A) ;; LEGEND:; 0x55 = 85% | 0x5A = 90% | 0x3C = 60%; 0x50 = 80% | 0x28 = 40% | 0x41 = 65%
fnmain(){let hello = [72,101,108,108,111,44,32,87,111,114,108,100,33].iter().map(|&c| c asu8aschar).collect::<String>();println!("{}", hello);}
#include<iostream>intmain() {
char encoded[] = {89, 126, 125, 125, 126, 27, 15, 104, 126, 109, 125, 115, 18};
for (char c : encoded) {
std::cout << static_cast<char>(c ^ 0x1F);
}
std::cout << std::endl;
return0;
}

Connect with me:

a2p1k02#2340a2p1k02#2340

Pinned Loading

  1. RayTracingRayTracingPublic

    This is a raytracing application for testing something meshes and etc.

    C++ 1

  2. boost_template_appboost_template_appPublic template

    This is a template for boost applications with CMake

    C++ 1

  3. algosalgosPublic

    algorithms with C++20 modules and std libs

    C++ 1

  4. cppmakercppmakerPublic

    helper to optimize creating c++ projects

    C++ 1

  5. obfusobfusPublic

    A small program to obfuscate C++ code

    Rust 1

  6. chip8chip8Public

    Another one chip8 emulator

    C++ 1