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++ 385 52

  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

136 contributions in the last year

Contribution Graph
Day of Week April 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, compiler-explorer/compiler-explorer and 26 other repositories
Loading A graph representing Alcaro's contributions from April 21, 2024 to April 21, 2025. The contributions are 55% commits, 32% issues, 10% pull requests, 3% code review.

Contribution activity

April 2025

Created 2 commits in 2 repositories
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 1 other pull request in 1 repository
Versoft-Software/Free95 1 merged

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