-
dotfiles
My dotfiles for zsh, neovim and so on. -
AtCoder
My solutions for AtCoder problems. My account name for Atcoder is also nometoko. -
JudgeServer
A web application for judging C lang programming problems. Its main goal is to provide a platform where students can submit their programming code and receive automated feedback on whether their solution is correct based on predefined test cases. -
tis_cmi
Codes for Kaggle Competision. Predicting human activities using time-series sensor data from wearable devices. We got silver medal in this competition. -
rna_folding
Codes for Kaggle Competision. Predicting the 3D structure of RNA sequences using deep learning techniques. -
qiita
My Qiita articles. My account name for Qiita is also nometoko.
-
binary-search-tree
A cli command which is designed to process words from input sources using a binary search tree. -
CalculatorGUI
A simple calculator GUI application built using Java Swing. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.