Posts by Year

2024

어바웃 타임

3 minute read

어바웃 타임을 몇 번이나 봤으면서 새로운 느낌을 받았다면?

Back to top ↑

2023

Back to top ↑

2022

React Note - 3. State

1 minute read

State management made React very powerful. Even with the hook system, they made it even more simpler and more powerful

Swift Note : Structures and Classes

5 minute read

Structures and Classes are another core essential portion of Swift along with Optionals. Even though they are the concepts have been existing over decades, S...

Swift Note : Types - Optional

10 minute read

Optional is a golden key of the Swift Language and is that how we make programs type-safe. Understanding Optional deeply means writing a stable and better pr...

Swift Note : Types - Basics

9 minute read

Types are very basics of Swift but they are the most important concepts that you need make sure you deeply understand them

Back to top ↑

2020

Reading Directory in Windows

6 minute read

Sometimes, it is very painful to do a very small simple thing. Like a… reading all files inside of your directory! Everything you easily do in your cmd, “ls ...

Back to top ↑

2019

Multiple reduction using omp

2 minute read

Using omp for faster algorithm is now very common. Most of libraries you’ve ever heard will also using omp, I am, for sure, also using omp for various regist...

Extract Point Cloud from Blender mesh

1 minute read

I had a chance to make a sample point cloud which is mathematically generated and perfectly designed to compare alignment performance. I thought it’s quite o...

Back to top ↑

2017

xls to csv

less than 1 minute read

When you are dealing with opendata or any sort of dataset, you should reprocess your dataset including cleansing. It can be separating or merging columns or ...

Back to top ↑