Bo-Wei Chen (@BWbwchen)

Top repositories

1

MapReduce

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.
Go
217
star
2

Coding_Practice

This is the code I write for school, and some little code which is fun. Just recording what I learned.
C++
11
star
3

tinyURL

This is tiny url(or short url) writen with golang, redis, mongodb and zookeeper and I deploy it on rancher kubernetes and also build CI/CD pipeline on my self-hosted gitlab.
Go
8
star
4

yourgram

An instagram cloned project. Written with golang and build with microservice
Go
6
star
5

TopoPart

This is the implementation of TopoPart paper.
C++
3
star
6

doom-emacs-config

Emacs Lisp
3
star
7

CHIP-8-emulator

CHIP 8 in C++
C++
2
star
8

xv6-lab

This is my implementation of xv6 lab.
C
2
star
9

Final_project_2019

My final project
C
2
star
10

Go_Cambridge_dictionary_API

This is an unofficial cambridge dictionary api server implement with Golang and also provide telegram bot feature with gitlab CI/CD on kubernetes.
Go
2
star
11

yourgram_frontend

This is the front-end of yourgram.
Vue
1
star
12

Rustetris

Tetris in Rust with well-structed code
Rust
1
star
13

shorturl-frontend

This is my shorturl frontend made by vue-cli.
Vue
1
star
14

adventofcode2021

adventofcode 2021 in Rust!
Rust
1
star
15

FM-algorithm

The implementation of partition algorithm - Fiduccia and Mattheyses algorithm (FM algorithm) in C++
C++
1
star
16

Tetris

This is a clone of tetris game. It is my first time for using javascript. if you have any idea, feel free to make a pr or issue :)
JavaScript
1
star
17

Floorplanning

The implementation of paper: A New Algorithm for Floorplan Design
C++
1
star
18

MeiChu726

This is for mei chu content
Python
1
star
19

Flappy-Bird-RL

Flappy Bird game with RL algorithm(on-policy policy gradient method)
Python
1
star
20

my_dotfile

my dotfile on current pc (manjaro)
Shell
1
star
21

NTHU-eeclass-helper

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 upload CSV score directly to the eeclass platform with just 2 Enter key!
Go
1
star
22

threadpool

An ultra simple thread pool implementation in Rust.
Rust
1
star