분류 전체보기
Firebase를 이용한 안드로이드 스튜디오 Chatting
유튜브 센치한 개발자님의 소스 코드로 공부를 시작했다. www.youtube.com/watch?v=2yrO-mDCl4U&list=PLva6rQOdsvQXdSBN1r2mEt_tqES6NjKKj&index=25 github.com/sentiLabs/sentilab_youtube/blob/master/Android/java/app/src/main/java/com/kplo/samplesenti/ChatActivity.java sentiLabs/sentilab_youtube Contribute to sentiLabs/sentilab_youtube development by creating an account on GitHub. github.com 사용자의 입장에서 단계를 나누어서 한번 설명해 보자면, 1단계: A..
Cimg 라이브러리: C++ png파일 읽어오기
cimg.eu/reference/structcimg__library_1_1CImg.html#a1699472936b80a88d3fc8096975d21b2 The CImg Library - C++ Template Image Processing Toolkit Class representing an image (up to 4 dimensions wide), each pixel being of type T. More... typedef T * iterator Simple iterator type, to loop through each pixel value of an image instance. More... typedef const T * const_iterator Simple const iter cimg.eu ..
git: submodule 생성 및 clone
git-scm.com/book/en/v2/Git-Tools-Submodules Git - Submodules Since the URL in the .gitmodules file is what other people will first try to clone/fetch from, make sure to use a URL that they can access if possible. For example, if you use a different URL to push to than others would to pull from, use the one that othe git-scm.com 위의 공식 홈페이지에 깃 서브 모듈 생성 및 삭제, 클론 등이 자세히 적혀져 있다. 오늘 소개 하려고 하는것은, 내가 프로..
git허브 편하게 보기: octotree
https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc/related Octotree GitHub on steroids chrome.google.com 옥토트리를 이용하면, 깃허브의 폴더를 편하게 보고 관리할 수 있다. 크롬 확장 프로그램이라 간단하게 위에 링크에 들어가서 다운로드만 누르면 설치가 가능하다.
파이썬을 쉽게 이용할수 있는 bpython
bpython-interpreter.org/downloads.html Downloads - bpython Downloads The easiest way to get bpython is by installing it with pip, preferably in your virtual environment. There are several other ways of installing or getting the source to bpython as well. Release tarball The latest release for bpython is 0.19 and y bpython-interpreter.org 안에 링크에 들어가면 os별로 설치 코멘트가 있다.
VS CODE를 통해 binary file열기
marketplace.visualstudio.com/items?itemName=slevesque.vscode-hexdump hexdump for VSCode - Visual Studio Marketplace Extension for Visual Studio Code - Display a specified file in hexadecimal marketplace.visualstudio.com hexdump for vscode를 통해서 16진수로 된 바이너리 파일들을 vscode에서 열어서 이미지 파일 포멧 등을 확인할 수 있다. 다음은 깃허브에 있는 이미지 파일 포멧을 공부하기 좋은 레파지토리를 추천한다. https://github.com/corkami/formats corkami/formats File ..