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

Block or report schadal1

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. Custom-XV6-Efficient-system- Custom-XV6-Efficient-system- Public

    Implemented system calls in an effiecient way. Using an efficient algorithm and data structure.

  2. DFS_CNS_SAT_Problem-Using-Recursive-Algorithm DFS_CNS_SAT_Problem-Using-Recursive-Algorithm Public

    The CNF-SAT problem is: Given a logical expression in Conjunctive Normal Form, is there a truth assignment for the variables which causes the CNF expression to be true? Answer is yes, if there is a…

    C

  3. Enhanced-Apex-Simulator- Enhanced-Apex-Simulator- Public

    Implemented 5 stage pipe line. Fetch, Decode, Centralized Issue Queue. Branch prediction and forwarding.

    C 1

  4. Generic-Object-Deserializer- Generic-Object-Deserializer- Public

    Implemented reflections for deserializing objects of First and Second classes.

    1

  5. Sales-Data-Prediction-system Sales-Data-Prediction-system Public

    The specific problem in this project is about the time-series data trend prediction. The specific application scenario is in e-commerce. You are given a real dataset obtained from a real-world e-co…

    R 4 3

  6. Thread-Friendly-Course-Allocator Thread-Friendly-Course-Allocator Public

    Develop a program, using Java, to assign courses to students based on their preferences with multithreading.