Skip to content
View kadirmalak's full-sized avatar

Block or report kadirmalak

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. cpprestsdk-helper cpprestsdk-helper Public

    Header only library for structuring cpprestsdk http listener projects (routing/controllers etc...)

    C++ 2 1

  2. infixxer infixxer Public

    Infix to prefix conversion library for Clojure

    Clojure

  3. clowg clowg Public

    A Clojure library for generating wrappers around Java

    Clojure 1

  4. Self Reproducing Program (Quine) in C++ Self Reproducing Program (Quine) in C++
    1
    #include <iostream>
    2
    #include <string>
    3
    #include <vector>
    4
    
                  
    5
    using namespace std;