Pinned Repositories
artificial_neural_networks
Learning neural networks
Bookstore
An example SQLite implementation of an Online Bookstore (well... Marketplace) for my Database Systems class.
cryptography_implementation
cryptography experiments
data_structures
Implementation of data structures and algorithms and some coding problems.
FAT12Filesystem_Experiment
FirstOrderLogicSolver
guassEliminationForSpline
my-language-parser
A language parser based on "A biologically implausible parser" (Daniel et al., 2021) and Chomsky Normal Form
simple-distributed-file-system
A simple distributed file system based on gRPC
TextQueryEngine_GUI
A text query engine based on previous implementation using hash table (uses GTK library)
jimchan932's Repositories
jimchan932/simple-distributed-file-system
A simple distributed file system based on gRPC
jimchan932/FAT12Filesystem_Experiment
jimchan932/my-language-parser
A language parser based on "A biologically implausible parser" (Daniel et al., 2021) and Chomsky Normal Form
jimchan932/TextQueryEngine_GUI
A text query engine based on previous implementation using hash table (uses GTK library)
jimchan932/artificial_neural_networks
Learning neural networks
jimchan932/Bookstore
An example SQLite implementation of an Online Bookstore (well... Marketplace) for my Database Systems class.
jimchan932/cryptography_implementation
cryptography experiments
jimchan932/data_structures
Implementation of data structures and algorithms and some coding problems.
jimchan932/FirstOrderLogicSolver
jimchan932/guassEliminationForSpline
jimchan932/haskanoid
A breakout game in Haskell using SDL and FRP, with Wiimote and Kinect support.
jimchan932/husky
husky is a command line shell for UNIX-like OS written in haskell.
jimchan932/library-management-system
jimchan932/learn_haskell
Some old codes that I programmed when learning Haskell at highschool
jimchan932/MIPS_SingleCycleCPU_on_FPGA
An implementation of MIPS CPU on FPGA and an experiment that runs bubble sort algorithm.
jimchan932/network_protocol_analysis
Course project for course network protocol analysis
jimchan932/Raft
SJTU PPCA
jimchan932/sandbox
my sandbox
jimchan932/simple-publisher-subcriber
A very simple publisher subscriber model based on gRPC
jimchan932/Sokoban
Results of Haskell Live Coding of the game Sokoban for "Haskell Uncut"
jimchan932/StoredXSSAttackExperiment
A simple experiment that demonstrates stored XSS attack.
jimchan932/SYSU_OS_Lab
jimchan932/TextQueryUsingHashTable
A text query program using hash table with a testbench for different hash functions (djb2, sdbm, lose_lose, one_at_a_time)
jimchan932/UDP-Client-Server-Program-in-C
A simple UDP Client Server program written in C language