Skip to content
View mustafmst's full-sized avatar
:octocat:
Learning new things
:octocat:
Learning new things

Block or report mustafmst

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. ftuck ftuck Public

    Simple stow in go

    Go

  2. dotfiles dotfiles Public

    My dotfiles

    Lua

  3. wybory-the-game wybory-the-game Public archive

    Project of card game application

    JavaScript 1

  4. lost-dungeon lost-dungeon Public archive

    Game made for learning purposes

    C++

  5. thesis-snake-bot thesis-snake-bot Public archive

    Selflearning AI using genetic algorithm and neural network to play snake game

    TeX 2 1

  6. My git aliases My git aliases
    1
    [alias]
    2
        # Create new branch and push it to origin to have reference
    3
        bn = "!f(){ git cob \"$1\"; git push --set-upstream origin \"$1\";};f"
    4
        # Add interactively, commit with message and push
    5
        aicp = "!f(){ git ai; git cim \"$1\"; git ps;};f"