dead.pool의 2018-08-22 이것저것 스크랩

in #kr-scrap6 years ago

2018-08-22 기준 스크랩 된 목록을 공유합니다.

자세한 내용은 댓글을 참조 바랍니다.

Sort:  

Image Classification in the Browser with Javascript

Quickly train image classification models in your browser with just a few labeled images. Build your own with Javascript.

from : thekevinscott.com

How to build a React Native FlatList with realtime searching ability

If you have ever used a mobile app or build one, then you must have come across some kind of list — whether it was a long list of contacts…

from : medium.freecodecamp.org

Big O Notation — Simply explained with illustrations and video

Big O notation is used to communicate how fast an algorithm is. This can be important when evaluating other people’s algorithms, and when…

from : medium.freecodecamp.org

홈브류(Homebrew)를 사용해 맥OS(macOS)에서 특정 버전의 패키지 설치하기

홈브류를 사용하면 맥OS(macOS)에서 쉽게 패키지를 관리할 수 있습니다. 일반적으로 홈브류 패키지는 최신 버전을 제공합니다. 이 글에서는 홈브류를 사용해서 특정 버전의 패키지를 설치하는 방법을 소개합니다.

from : www.44bits.io