Pinned Repositories
Auctions
A React web app with django back-end server that allows users to publish their own auctions and place bids on other items.
berkeley-spring22-AI
Pacman berkeley projects 0-3 of spring 2022. Project0: tutorial, Project1: search algorithms such as bfs dfs ucs, Project2: play with ghosts using minimax and expectimax algorithms, Project3: use logical inference with a logic plan
book-recommendation
consumer-producer
customer-personality-analysis
heap-hash-files
C library with DBMS related functions that can create and store records in heap and hash files
minijava-llvm-compiler
A compiler of a subset of Java, written in Java, that can generate IR code of LLVM.
my-shell
My UNIX shell that supports file redirection, pipes, background, signals, wildcard characters, aliases and history
planets
An OpenGL app that renders Sun, Earth and Moon with movement and lighting.
xv6-riscv-cow
My implementation of Copy on Write (CoW) fork for Xv6 OS with RISC-V architecture
pankazakos's Repositories
pankazakos/heap-hash-files
C library with DBMS related functions that can create and store records in heap and hash files
pankazakos/minijava-llvm-compiler
A compiler of a subset of Java, written in Java, that can generate IR code of LLVM.
pankazakos/xv6-riscv-cow
My implementation of Copy on Write (CoW) fork for Xv6 OS with RISC-V architecture
pankazakos/Auctions
A React web app with django back-end server that allows users to publish their own auctions and place bids on other items.
pankazakos/berkeley-spring22-AI
Pacman berkeley projects 0-3 of spring 2022. Project0: tutorial, Project1: search algorithms such as bfs dfs ucs, Project2: play with ghosts using minimax and expectimax algorithms, Project3: use logical inference with a logic plan
pankazakos/book-recommendation
pankazakos/consumer-producer
pankazakos/customer-personality-analysis
pankazakos/my-shell
My UNIX shell that supports file redirection, pipes, background, signals, wildcard characters, aliases and history
pankazakos/planets
An OpenGL app that renders Sun, Earth and Moon with movement and lighting.
pankazakos/cpu-scheduler-sim
A simulator of a cpu scheduler that manages the execution time of processes with MLFQ algorithm.
pankazakos/EbayAuction
pankazakos/pankazakos