Skip to content
View emyasnikov's full-sized avatar
  • Germany

Highlights

  • Pro
Block or Report

Block or report emyasnikov

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
emyasnikov/README.md

GitHub Stats Top Langs

Pinned

  1. laravel-filter laravel-filter Public

    Filtering Eloquent queries based on HTTP requests.

    PHP

  2. laravel-basic-auth laravel-basic-auth Public

    Basic authentication using master credentials for the application.

    PHP

  3. laravel-scout-database-driver laravel-scout-database-driver Public

    Laravel Scout driver using database tables.

    PHP

  4. lua-resty-set lua-resty-set Public

    OpenResty framework intended for microservices endpoints.

    Lua

  5. Connect2 Connect2 Public

    Mobile match and connect game in pure JavaScript.

    JavaScript 1

  6. Git command to remove gone branches Git command to remove gone branches
    1
    [alias]
    2
      gone = ! "git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' | awk '$2 == \"[gone]\" {print $1}' | xargs -r git branch -D"