Skip to content
View alidanapour's full-sized avatar

Block or report alidanapour

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

    A program that uses system calls to emulate the 'ls' command in Linux

    C

  2. C++ Monte Carlo Simulation C++ Monte Carlo Simulation
    1
    #include <iostream>
    2
    #include <random>
    3
    #include <iomanip>
    4
    #include <math.h>
    5
    
                  
  3. chip8_emulator chip8_emulator Public

    JavaScript 1