pakin1234's Stars
pakin1234/test_fastapi
pakin1234/bot_audio_messages_translated_to_text_fastapi
adrianlarion/text-processing-recipes-linux
Text processing recipes & reference on Linux.
pkienzle/opencl_docker
yet another opencl docker container (amd, nvidia, intel cpu)
DachoCyber/matrixRank
The program finds the rank of random matrix.
Dhanya-Abhirami/PintOS
My solution to PintOS Threads Project
udbhav-chugh/PintOS
Code for PintOS lab
Ma06RC/Pintos-Busy-Wait-
Previous implementation of sleep uses busy wait. Therefore, my objective is to get rid of busy waiting as it waste CPU cycles, which is inefficient.
chaos5958/Pintos_Project4
It is the pintos project4 based on the project 2
msl-os-violet-ucd-s17/Pintos-Project2
The second Pintos Project: User Programs
Seiwert/Pintos_Project4
Pintos Project 4
Mishors/PintOS
Implementation of the operating system named PintOS which is a project from Stan- ford university. It consists of 3 projects for implementing Threads, timer interrupt, priority schedulers, UI to run user programs and system calls.
rohanaggarwal7997/Pintos
Pintos assignments done during OS lab course at IITG.
JingHuaMan/pintos
Project 1 of PINTOS, detailed introduction
cyoon47/pintos-project-2
Project 2 of pintos
SignorMercurio/PintOS-Project-1
Personal solution to PintOS Project 1.
Mohit17067/Priority-Scheduling-Pintos
Priority scheduling, Priority donation and Alarm clock in Pintos.
willscott/pintos
Extensions to the Stanford pintos code base providing alternative assignments.
Waqee/Pintos-Project-1
My solution of Pintos project 1 i.e. Threads
st2092/pintos-user-programs
Pintos Project 2: user programs, argument passing, system calls,