Skip to content
View walking-machine's full-sized avatar
🔨
🔨

Block or report walking-machine

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. black-hole black-hole Public

    Simple black hole visualization

    C++

  2. linux linux Public

    Forked from torvalds/linux

    Linux kernel source tree

    C

  3. Projects Projects Public

    C++

  4. roadmap roadmap Public

    Program comparing different roadmap building algorithms for my Master Thesis

    C++

  5. sdl-opengl-utils sdl-opengl-utils Public

    Boilerplate code I use in my SDL + OpenGL projects

    C++

  6. Create a backup branch marked with U... Create a backup branch marked with Unix timestamp
    1
    #!/bin/bash
    2
    
                  
    3
    cur_branch=$(git rev-parse --abbrev-ref HEAD)
    4
    
                  
    5
    git checkout -b $cur_branch-$(date +%s)