최근 포스트

Face detection using DNN

최대 1 분 소요

[https://learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-python/](https://learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-pytho...

Trie 구현 참고

최대 1 분 소요

https://www.geeksforgeeks.org/trie-insert-and-search/ source code - C // C implementation of search and insert operations  // on Trie  #include <stdio.h...

grep macro 만들기..

최대 1 분 소요

흠.. grep을 쓰다보면.. –include 나 $(find -iname xx.x) 이런식으로 검색하는걸 줄이는데. 이게 타이핑할때마다 귀찮아서 간단한 매크로를 만들었다. grepm.sh   #!/bin/bash   grep -rnw --include=*.c --includ...

우분투용 UI application 개발 플랫폼

최대 1 분 소요

Qt Qt 소개 우분투에서 Qml 앱으로 설정 * 참고 : 지시 사항은 모바일 앱을위한 것이지만 설정 단계는 데스크탑 앱에도 적용되어야합니다. Gtk Gtk 소개 우분투 설정 wxWidgets 소개 우분투 설치 추가 자료 우분투 포...