Skip to content
View MhmRhm's full-sized avatar

Block or report MhmRhm

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
MhmRhm/README.md
namespace life {                                                   // For tutorials visit:
bool terminated = false;                                           // https://mhmrhm.github.io/tutorials/
template <typename Func, typename... Args>                         //
  requires requires(Func func, Args &&...args) {                   // For the cheatsheet see:
    { func(std::forward<Args>(args)...) } -> std::totally_ordered; // https://github.com/MhmRhm/DotBashHistory
  }                                                                //
void ageing(Func new_way, Args &&...args) {                        // To connect with me:
  extern Func my_way;                                              // https://www.linkedin.com/in/mhmrhm/
  while (!terminated) {                                            //
    if (my_way(args...) < new_way(args...)) {                      // To message me:
      my_way = new_way;                                            // https://t.me/rahimi_mhmmd
    }                                                              //
  }                                                                // I'm Mohammad, a C/C++ developer from Iran,
}                                                                  // currently based in Kuala Lumpur. I enjoy
} // namespace life                                                // programming and playing pool.

Pinned Loading

  1. DotBashHistory DotBashHistory Public

    Useful Commands for Developers

    3 1

  2. SeeMake SeeMake Public

    A feature-packed, ready-to-use CMake template with testing, static and dynamic checks, coverage reports, and a tutorial.

    CMake 6

  3. CppMeetupSep24 CppMeetupSep24 Public

    Sample code for FTXUI presentation at C++ Malaysia Meetup - September 2024 - Monash University Malaysia

    C++

  4. TracerBench TracerBench Public

    Showcasing and benchmarking C++ tracing with LTTng

    CMake 1