Posts by Category

C++

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 ...

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...

Back to top ↑

designpattern

Back to top ↑

React

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

Back to top ↑

Python

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 ↑

iOS

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 ↑

C#

Back to top ↑

hobby

Back to top ↑

scripting

Back to top ↑

Mac

Back to top ↑

R

Back to top ↑

3D

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 ↑

Windows

Back to top ↑

Android

Back to top ↑

Toy

Back to top ↑

random

Back to top ↑