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

Block or report asejal

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

  1. Suitor Suitor Public

    Forked from neha19066/Suitor

    A database system to manage the data of a law firm such that it can be accessed, manipulated and updated in an efficient and convenient manner.

  2. BasicUnixLinuxShell BasicUnixLinuxShell Public

    Implemented a simple shell that handles internal commands and like ‘cd’, ‘echo’, ‘history’, ‘pwd’ and ‘exit’ directly some of their flags and external commands like ‘ls’, ‘cat’, ‘date’, ‘rm’ and ‘m…

    C

  3. ColourSwitch ColourSwitch Public

    Forked from harshita19244/ColourSwitch

    CSE 201: Advanced Programming Final Project | Re-implemented a clone of the strategy video game Color Switch

  4. DiningPhilosophers DiningPhilosophers Public

    Designed a counting (blocking and non-blocking) semaphore structure using mutex called my_semaphore to solve a modified version of the Dining Philosphers Problem through Operating Systems concepts …

    C

  5. Modifying-CFS-Scheduler Modifying-CFS-Scheduler Public

    Modified CFS Scheduler by adding a soft real-time requirement for a process. Higher priority is given to processes with a soft real-time requirement.

    C

  6. TwoLevelCache TwoLevelCache Public

    Implemented a 2-level standalone cache for 3 different mappings(Direct, Fully Associative, N-way Set Associative) based on LRU scheme through java code

    Java