Skip to content
View SsageParuders's full-sized avatar
💤
Tribute to open source coders ...
💤
Tribute to open source coders ...

Block or report SsageParuders

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
SsageParuders/README.md

SsageParuders
GitHub followers Twitter Follow

Introduction

class SsageParuders {
public:
    void display() {
        std::vector<std::string> languages = {"C/C++", "Assembly","Rust","Go", "Objective-C"};
        std::cout << "I'm learning:\t";
        for (const auto& language : languages) {
            std::cout << language << "\t";
        }
        std::cout << std::endl;
    }
};

Stats:

Visited By Most Used Languages
SsageParuders's GitHub Stats Image

Pinned Loading

  1. Android_Native_Surface Android_Native_Surface Public

    Android Native Surface

    C++ 272 82

  2. AndroidPtraceInject AndroidPtraceInject Public

    Android Ptrace Inject for all ABIs and all APIs. Help you inject Shared Library on Android.

    C 196 77

  3. SsagePass SsagePass Public

    LLVM PASS by SsageParuders.Port to llvm_14.06 with New PM.Support for Android-ndk-r25(LTS).

    C++ 154 39