Skip to content
View KouroshAlinaghi's full-sized avatar

Highlights

  • Pro

Block or report KouroshAlinaghi

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. YellowBloomKnapsack/mini-yektanet YellowBloomKnapsack/mini-yektanet Public

    An online advertising platform

    Go 2

  2. dotfiles dotfiles Public

    My personal dotfiles

    C

  3. ap-hws ap-hws Public

    Advanced Programming HWs, University of Tehran.

    C++

  4. go-calculator go-calculator Public

    A calculator, evaluating expressions with postfix expressions

    Go

  5. 2048 2048 Public

    Implementing 2048 game using pygame

    Python

  6. Makefile Makefile
    1
    APP_NAME=youpick
    2
    
                  
    3
    CC=g++
    4
    C_FLAGS=-std=c++20 -Wall -Wextra
    5