Skip to content
View JeepWay's full-sized avatar
  • National Cheng Kung University
  • Tainan, Taiwan

Highlights

  • Pro

Block or report JeepWay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DeepPack DeepPack Public

    Unofficial implementation of DeepPack in PyTorch. DeepPack is a deep reinforcement learning based algorithm dealing with 2D online bin packing problem.

    Python 4 1

  2. MoneyTracker MoneyTracker Public

    The money tracker is a java window application project to store, query, update, delete, and statistically analyze incomes and expenses record.

    Java 2

  3. stack-C-polymorphism stack-C-polymorphism Public

    This project implements a stack using function pointers in C to simulate polymorphism. The stack supports common operations such as push, pop, top and so on.

    C