Skip to content
View Alcaro's full-sized avatar
🦭
I am the Walrus.
🦭
I am the Walrus.

Organizations

@dolphin-emu

Block or report Alcaro

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

Pinned Loading

  1. Flips Public

    Floating IPS is a patcher for IPS and BPS files.

    C++ 387 51

  2. GitBSLR Public

    Make Git follow symlinks

    C++ 92 6

  3. bridges Public

    Lord of Bridges - a game

    C++ 2

  4. krkrwine Public

    Kirikiri support for Wine/Proton

    C 14

139 contributions in the last year

Contribution Graph
Day of Week May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Alcaro/Flips, llvm/llvm-project, Alcaro/Arlib and 26 other repositories
Loading A graph representing Alcaro's contributions from April 21, 2024 to April 27, 2025. The contributions are 54% commits, 31% issues, 12% pull requests, 3% code review.

Contribution activity

April 2025

Created 2 repositories

Created a pull request in hanickadot/compile-time-regular-expressions that received 2 comments

Cast ranges to the character type

Fixes #330 Fixes \x80-\xFF not matching high-ascii bytes #include <ctre.hpp> #include <regex> #include <iostream> int main() { const char * b = "kn…

+2 −2 lines changed 2 comments
Opened 3 other pull requests in 2 repositories

Created an issue in llvm/llvm-project that received 2 comments

requires-clauses think void values can be passed to variadic functions

#include <type_traits> void a(...); template<typename T> bool b() { return requires { a(a(1)); }; } bool c() { return b<void>(); } Expected: Either…

2 comments
Opened 5 other issues in 3 repositories
Loading