Skip to content
View Avijeet10's full-sized avatar

Block or report Avijeet10

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. File-System-Operating-System File-System-Operating-System Public

    This program is a user space portable file system. This program will provide the user with ~33MB of drive space in a disk image. Users will have the ability to create the filesystem image, list the…

    C 1

  2. ServeMeSystem-AndroidApp ServeMeSystem-AndroidApp Public

    This is an android application designed in android studio. Google firebase database is used for the data storage and retrieve purposes. The interface is designed for both Customer and Vendor. Custo…

    Java

  3. Shell-Program-Operating-System Shell-Program-Operating-System Public

    This is mine own shell program, Mav Shell (msh). This will accept commands, fork a child process and execute those command. This shell, like csh or bash, will run and accept commands until the user…

    C

  4. Multiple-Thread-MandelbrotImage-Operating-System Multiple-Thread-MandelbrotImage-Operating-System Public

    The program processes the Mandelbrot image using multiple thread. Mandel.c uses an arbitrary number of threads to compute the image. Each thread computes the separate band of image. For example, if…

    C

  5. Heap-Management-Operating-System Heap-Management-Operating-System Public

    This program is the implementation of malloc and free. The program implements a library that interacts with the operating system to perform heap management on behalf of a user process. Some portion…

    C++

  6. DOCTORAL-Database-and-PHP-Web-Interface-CSE3330 DOCTORAL-Database-and-PHP-Web-Interface-CSE3330 Public

    DOCTORAL.txt includes the SQL code written to add 15 tables for the DOCTORAL database and perform activities like data retrieve and create view. Data set file includes the input values to different…

    PHP