computer-systems
There are 104 repositories under computer-systems topic.
hoanhan101/ultimate-go
The Ultimate Go Study Guide
ccfddl/ccf-deadlines
⏰ Collaboratively track worldwide conference deadlines (Website, Python Cli, Wechat Applet) / If you find it useful, please star this project, thanks~
openmlsys/openmlsys-zh
《Machine Learning Systems: Design and Implementation》- Chinese Version
rajesh-s/computer-architecture-and-systems-resources
A curated list of Computer Architecture and Systems resources
Halbmond/Introduction-to-Computer-Systems
Course : Introduction to Computer Systems
Zhenye-Na/CSAPP-Labs
:computer: Computer Systems: A Programmer's Perspective, Lab Assignments Solutions
eudaemonic-one/Lifelong-Learning
My personal note of everything, from coding to philosophy.
ahmaazouzi/cs-topics
My personal curriculum covering basic CS topics. This might be useful for self-taught developers... A work in development! This might take a very long time to get finished!
pooyanjamshidi/mls
CSCE 585 - Machine Learning Systems
sailordiary/computer-systems-ucas
**科学院大学 计算机组成原理FPGA实验课程 - "Five projects to better understand key principles of computer systems", UCAS Spring 2017 Session
STAR-Laboratory/Accelerating-RecSys-Training
Accelerating Recommender model training by leveraging popular choices -- VLDB 2022
AkiPraveen/216-notes
Supplementary course notes for Dr. Ilchul Yoon & Dr. A.U. Shankar's CMSC216 at the University of Maryland, compiled during my time as a TA. Contains material covered during TA-led discussion sections.
alexhuangster/csapp3e
Source code from Computer Systems: A Programmer’s Perspective, 3rd Edition
codereef-ai/client
Cross-platform Python client for the CodeReef.ai portal to manage portable workflows, reusable automation actions, software detection plugins, meta packages and dashboards for crowd-benchmarking:
xuwd11/15-213_labs
My solution to labs for self-study students in CS:APP3e.
hongbo-wei/AI-CS-UoBD
Artificial Intelligence and Computer Science MSc (2023-2024) at the University of Birmingham Dubai
junqi-xie/ChCore
The lab project for CS3601 (2021 Fall): A modern microkernel operating system in AArch64
Vanditg/COMP-SCI-7081---Computer-Systems
This repository contains assignments, quizzes, workshops, and practical exam solutions for one of my postgraduate subjects of COMP SCI 7081 - Computer Systems. The programming language will be HDL.
KSH-code/TIL
공부한 내용에 대해서 정리 합니다.
foxyseta/mastro-nando
A Visual Studio Code extension for Nand2Tetris development based on Zohar Lee's "Nand2Tetris Tools".
moghun/Sabanci_CSE
Coursework at Sabanci University CSE department.
farzonl/customMalloc
a malloc implementation I wrote a while back
junqi-xie-learning/ICS-Labs
The lab assignments from Introduction to Computer Systems with my solutions
TalMizrahii/Assembly-Pstrings
An Assembly Pstrings program and library, as part of the third assignment in Computer Systems course, Bar Ilan University.
TalMizrahii/Basic-Assembly
Basic Assembly program, as part of the second assignment in Computer System course, Bar Ilan University.
adyavanapalli/nand2tetris
Build a Modern Computer from First Principles: From Nand to Tetris
digital-nomad-cheng/study
Repo for building my basic computer science skill stacks
farzonl/llvmPlugins
llvm plugins I have written for cs6241.
jamestiotio/cse
SUTD 2021 50.005 Computer System Engineering Code Dump
PeterHUistyping/Computer_System_Guidance
Projects and useful materials around OS, Con&Dis, Arch, etc (in Database, Game Engine)
phantringuyen/NASM_on_WINDOWS
A Computer System Project 1st
softsys4ai/perfBugMiner
A github mining project for performance issues
zehuichen123/CSAPP_Learning
This is my learning notes for book <i>Computer System- A Programmer's Perspective</i>
Fatemehrshd/University-Projects
A university projects repository
laphayen/pintos-kaist
The pintos-kaist is a simple operating system framework for the x86-64 architecture. Pintos supports kernel threads, loading and running user programs, and a file system.
Sayemum/CS261-Y86-CPU-Simulator
My semester-long project for CS261 - Computer Systems at James Madison University where I constructed a cpu simulator using a smaller version of x86 called y86.