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

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

  1. plain-blog plain-blog Public

    Simple, plain blog webapp written with django and vue.js

    Python

  2. wybory-the-game wybory-the-game Public

    Project of card game application

    JavaScript 1

  3. git-repo-master git-repo-master Public

    Simple application to manage your Azure DevOps git repository

    Python

  4. lost-dungeon lost-dungeon Public archive

    Game made for learning purposes

    C++

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

    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"