Skip to content
View vdaghan's full-sized avatar
  • Hacettepe University
  • Ankara/Turkey

Highlights

  • Pro

Block or report vdaghan

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. wxTextCtrl as a spdlog sink. wxTextCtrl as a spdlog sink.
    1
    #ifndef LOG_WINDOW_H
    2
    #define LOG_WINDOW_H
    3
    
                  
    4
    // Say you have a MyFrame class derived from wxFrame and you want to add a wxWindow to that and use it as a spdlog sink.
    5
    // Declaration of your MyFrame class should be like this:
  2. Cluedo Cluedo Public

    Solver for the game Cluedo

    Haskell

  3. Concept Examples Concept Examples
    1
    /*
    2
    These are some concepts I had to create myself for my projects.
    3
    There may be shorter ways or more elegant ways to do these, yet I could not find them myself.
    4
    If you have any suggestions, please feel free to comment.
    5