Skip to content
View saemu's full-sized avatar
Block or Report

Block or report saemu

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

  1. saemu.github.io saemu.github.io Public

    my online resume https://cv.samuelbrand.ch

    Ruby

  2. cardshuffler cardshuffler Public

    Simple C++ example to show usage of CMake, Conan and Testing Frameworks

    C++

  3. MacOS Development Setup MacOS Development Setup
    1
    # Hints to setup MacOS for Development
    2
    
                  
    3
    ## Basic Setup
    4
    
                  
    5
    ### TL;DR
  4. Git Settings Git Settings
    1
    #!/bin/bash
    2
    curl -q https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh
    3
    curl -q https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
    4
    cat << EOF >> ~/.bashrc
    5
    if [ -f ~/.git-completion.bash ]; then