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

Block or report evakdev

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. django-shop django-shop Public

    A Django shop project with cart handling for both authenticated and unauthenticated users.

    Python

  2. planthouse-landing-page planthouse-landing-page Public

    A landing page for a plant care guide website, made for SheCodes Basic workshop.

    HTML

  3. phabview phabview Public

    A Phabricator bot to notify messaging app users about revision updates.

    Python

  4. Find processes using a port and kill... Find processes using a port and kill them
    1
    killport() {
    2
      if [ $# -ne 1 ]; then
    3
        echo "Missing port number: killport <port_number>"
    4
        return 1
    5
      fi