Projects

Personal projects

2024

Personal Progress Table Generator for Pop'n Music

#popnmusic #discord #bot #table

This site generates the table with the user's score and relative difficulty to help check their progress and set their agenda.

Live Site 

Source code (Github)

2023

Auto Poster Enroll System

#vrchat #discord #bot #python #advertisement

This service is based on the Discord server and for VRChat users; users can join and enroll in their advertisements (In-game user events, broadcasting, own service or product, etc.), which are available to see inside the game.

Source code (Github)

2022

Party making discord bot

#lostark #discord #bot #algorithm

R3Bot is a discord bot that generates kakul-saton parties using a random-based algorithm.

Source code (Github)

2021

Voronoi Dungeon Generation Algorithm

#algorithm #game_develop #dungeon_generation

Voronoi dungeon generation algorithm generates a dungeon-like structure on the grid-like map. It is a dungeon generation algorithm using a Voronoi diagram to design a room's shape. It is written with Python and it is configurable.

Source code (Github)

2020

VRChat Korean Event Calendar

#vr #vrchat #utilities #service

VRChat Korean Event Calendar is a public calendar system for the Korean VRChat community. It supports an automated event enrollment system that also updates images in VRChart worlds. It is posted on the world including "VRChat 한국어 튜토리얼" and another numerous world by Korean users.

Official Site

Vodka AI Contest

#programming #golang #deep_learning

Constructed the whole framework of the Vodka AI Contest. 

Source Code (Github)

aigo

#programming #golang #deep_learning

aigo is a deep learning framework based on golang. It supports basic FC and CNN layer, and some activation functions to compute basic neural networks. 

Source Code (Github)

2019

"CUBE" Esoteric Programming Language

#programming #esolang

CHAOS: Automatic Timetable Scheduling Algorithm

#ugrp #scheduling #timetable #python

CHAOS is the abbreviation of "Calculating Hill Attributes Of Subjects", which is an automatic timetable scheduling algorithm based on scoring subject's values. 

Excellence Award on 2019 UGRP.

Oral Presentation on Korean Society for Engineering Education with the title of "합리적인 대학 교육 시간표 작성을 위한 알고리즘" (Site)

Source Code (Github)

2017

Timer For Debate Competiton

#utilities #timer

Created a timer for debate competition. The picture is its usage in the year 2019's debate competition.

Picture source

2015

Korean Encoding Method Concentrated in Size Compression

#research #data_compression #encoding #c++

KRC-12 is an encoding method that is concentrated in size compression, which using frequency analysis to make compress rate high as possible.

2014

Short Study on Genetic Algorithm

#study #genetic_algorithm #artifical_intelligence

This is a short study around the genetic algorithm, which controlled environments in simple genetic algorithm situations. I've adjusted the mutation rate, length of genes, division of each segment to find the best result.