어바웃 타임
어바웃 타임을 몇 번이나 봤으면서 새로운 느낌을 받았다면?
어바웃 타임을 몇 번이나 봤으면서 새로운 느낌을 받았다면?
Get admin access to do more cool sh**
If your exe shouldn’t be launched more than once, check this out
맥에서 마우스 포인터 정확도, 적중률을 더 높여보자!
키보드 레이아웃이 다른 맥에서 윈도우 기계식 키보드 세팅해보기
Let’s install g++ and gtest for coding interview practice.
Paging has never been easier than this
캐나다에서 한식 만들기 - 육회
Teach me in one sentence, Design Pattern series - Memento
Teach me in one sentence, Design Pattern series - Mediator
Let React knows the component doesn’t need to be updated that frequent
Props is an essential of reusability
Teach me in one sentence, Design Pattern series - Iterator
How to add github notifications into your discord channels
State management made React very powerful. Even with the hook system, they made it even more simpler and more powerful
Virtual DOM is the spine, the stem, the reason of React JS
React JS is being a dominant UI framework
Teach me in one sentence, Design Pattern series - Command
Teach me in one sentence, Design Pattern series - Chain Of Responsibility
Teach me in one sentence, Design Pattern series - Introduction
If you are a my-own-playlist manager like me, you may find useful from my export, import playlist project
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...
There is only two types of swift programmers, who use Collections and also who use Collections.
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...
Types are very basics of Swift but they are the most important concepts that you need make sure you deeply understand them
How to generate XML icon, drawable file from png files
Yet another way of reading directory in alphanumerical order
How to rename multiple files at once
iPhone will give you heic images. Let’s convert them.
A code snippet of how to validate IP address string in C++
How can I automatically copy dll and lib files from a build?
This time, let’s setup a new project to run a batch file which will pull and update your git repo automatically with only one click. I will use ssh-agent and...
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 ...
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...
How to pass key event to a process in C#
Generate executable file from python script. You also can enable UAC as default!
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...
R supports a lot of packages. There are tons of them and we can use them with just this simple typing,
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 ...