-
NTHU CS'22
- Taiwan
-
20:17
(UTC +08:00) - https://BWbwchen.github.io
- @BWbwchen
-
-
-
linked-list.rs Public
A rust implementation of double linked list with raw pointer and Rc<RefCell<T>>.
Rust UpdatedJun 6, 2024 -
-
-
Coding_Practice Public
This is the code I write for school, and some little code which is fun. Just recording what I learned.
-
-
threadpool Public
An ultra simple thread pool implementation in Rust.
-
-
-
gravitino Public
Forked from apache/gravitinoWorld's most powerful data catalog service with providing a high-performance, geo-distributed and federated metadata lake.
Java Apache License 2.0 UpdatedJan 7, 2024 -
-
-
-
Rustetris Public
Tetris in Rust with well-structed code
-
MapReduce Public
An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single machine and multiple processes on a single machine right now.
-
-
Floorplanning Public
The implementation of paper: A New Algorithm for Floorplan Design
-
TopoPart Public
This is the implementation of TopoPart paper.
-
-
Nachos-SJF-Scheduling Public
Forked from lyhsieh/Nachos-SJF-SchedulingNTHU CS3230 NachOS Project
C++ UpdatedJun 18, 2022 -
-
Quine-McCluskey-algorithm Public
This is the implementation of the Quine McCluskey algorithm in C++.
C++ UpdatedApr 4, 2022 -
lab0-c Public
Forked from sysprog21/lab0-cC Programming Lab: Assessing Your C Programming Skills
C Other UpdatedFeb 19, 2022 -
siamese_net Public
Forked from seanbenhur/siamese_netSignature verification system using Siamese networks
Python MIT License UpdatedJan 29, 2022 -
adventofcode2021 Public
adventofcode 2021 in Rust!
-
Go_Cambridge_dictionary_API Public
This is an unofficial cambridge dictionary api server implement with Golang and also provide telegram bot feature with gitlab CI/CD on kubernetes.
-
NTHU-eeclass-helper Public
NTHU eeclass TA helper. This tool is a CLI-interactive tool for TA who use eeclass platform. It helps TA to download all the submitted homework, and use CSV to record the score and comment, and upl…
-
-
yourgram Public
An instagram cloned project. Written with golang and build with microservice