• Stars
    star
    1
  • Language
    Python
  • Created about 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Some projects I did on my own time.

More Repositories

1

EEC180-Verilog

This repository contains Verilog modules designed for signal processing and matrix operations. 'task1' performs Multiply-Accumulate (MAC) operations key for filters and transforms. 'task2' and 'task3' utilize MAC units, digital logic components, and RAM for operations on 8-bit signed integer matrices.
Verilog
2
star
2

Senior-Design-Project

Python
1
star
3

Operating-Systems

UC Davis Operating Systems Projects: creating a simple shell to explore UNIX system calls, developing a user-level thread library to grasp thread operations, including creation, execution, context switching, and synchronization, implementing a FAT-based virtual file system software stack, aimed at understanding file system management in software.
C
1
star
4

Computer-Networks

UC Davis Computer Networks explores deep insights into network protocols: Project 1 - Analyzing PCAP files to count and categorize TCP & UDP packets. Project 2 - Building efficient DNS clients implementing iterative strategy and DNS cache. Project 3 - Enhancing UDP with connection support, adding reliability, implementing congestion control.
Python
1
star
5

Computer-Architecture

Collection of RISC-V assembly projects from my UC Davis Computer Architecture class. Each project features unique objectives focused on various aspects of assembly programming such as calculating mathematical equations, sorting arrays, and implementing search algorithms. All programs are designed to work in the RARS simulator.
Assembly
1
star
6

Intro-to-Programming-ECS36A

This repository contains homework from 'Intro to Programming: ECS36A Fall 2020'. It includes diverse C programs demonstrating concepts like arithmetic operations, character manipulation, matrix processing, string transformations, and file operations.
C
1
star