일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 쓰레드 이미지 다운로드
- 자료구조
- conventional NFR
- cloud firestore
- 쓰레드 비디오 다운로드
- 객치지향프로그래밍
- 직장영어
- 이모티콘
- Python
- 특수기호
- firestore
- 젠킨스
- git
- 영어회화
- endless scrolling
- 안드로이드
- re-engineering
- meta threads
- non conventional NFR
- 특수문자
- 라이브아카데미
- RecyclerView
- 메타 쓰레드
- Realtime Database
- Firebase
- skeleton architecture
- jenkins
- django
- 파이썬
- Android
- Today
- Total
목록분류 전체보기 (62)
Owl Life
Binary Search Tree 자료구조입니다. 메모리는 동적이 아닌 정적으로 잡아서 사용하고 있으니, 필요시 동적할당으로 수정하시면 됩니다. 소스는 아래 참고 바랍니다. #include "iostream" using namespace std; #define MAX_DATA 10000 #define INIT_DATA -1 typedef int T; typedef struct _node { T data; struct _node *left, *right; } NODE; NODE tree[MAX_DATA + 1]; NODE *root_node; int tree_idx; NODE *alloc_node() { return &tree[tree_idx++]; } void init() { for (int i = 0;..
지금껏 잘 사용해오고 있던 나눔고딕코딩 폰트에서 최근 1.3 버전이 릴리즈 된 D2 Coding 폰트로 한번 바꿔서 적용해보려고 합니다. 나눔고딕코딩 폰트도 꽤 유용하게 사용해오고 있었지만 D2 Coding 폰트로 바꾸게 된 이유는 문자열 가독성 때문입니다. 따옴표나 알파벳의 일부 문자 및 숫자 1의 구분도 좀 더 명확해졌습니다. window, mac, linux 의 어떤 개발 도구에서도 사용 가능합니다. 아래 자료는 D2 coding font의 github에서 발췌한 자료들입니다. https://github.com/naver/d2codingfont 코딩시 영문자와 숫자 뿐만 아니라 한글 유사 기호간 변별력을 향상되도록 디자인하였습니다. 또한 8~18pt 사이의 크기에서 명확하게 보일 수 있도록 힌팅 처..
1. 아래 명령어로 설정 파일 편집 $ vi ~/.gitconfig 2. 아래 명령어들 사용. 필요시 계속 해서 업뎃할 것 [user] name = OwlLife email = owllife@gmail.com [push] default = simple [color "diff"] meta = yellow bold frag = magenta bold old = red bold new = green bold whitespace = red reverse [color] ui = auto [color "branch"] current = yellow bold local = green bold remote = cyan bold [alias] l = log --pretty=format:\"%h %ad | %s%d : [..
vi 대신 vim 설치 $ sudo apt-get install vim 명령어 별칭 수정 만약 vim 을 설치 했을때 alias가 자동으로 설정되지 않을 경우에만 아래처럼 추가해줍니다. $ vi /etc/profile 맨 하단에 추가. alias vi=vim vimrc 파일 생성 또는 수정 $ vi ~/.vimrc 아래처럼 작성 syntax on "문법 하이라이트 set number "line 표시를 해줍니다. set ai "auto indent set si "smart indent set cindent "c style indent set shiftwidth=4 "shift를 4칸으로 ( >, >>,
http://romannurik.github.io/AndroidAssetStudio/index.html 앱 런처 아이콘을 포함하여 여러 아이콘, 애니메이션등을 쉽게 생성할 수 있도록 도와줍니다..개인적으로 앱 개발시 항상 방문하여 사용하고 있습니다..
특수문자 ㄱ ! ' , .  ̄ : ; ‥ … ¨ 〃 ― ∥ \ ∼ ´ ~ ˇ ˘ ˝ ˚ ˙ ¸ ˛ ¡ ¿ ːㄴ " ( ) [ ] { } ‘ ’ “ ” 〔 〕 〈 〉 《 》 「 」 『 』 【 】ㄷ + - < = > ± × ÷ ≠ ≤ ≥ ∞ ∴ ♂ ♀ ∠ ⊥ ⌒ ∂ ∇ ≡ ≒ ≪ ≫ √ ∽ ∝ ∵ ∫ ∬ ∈ ∋ ⊆ ⊇ ⊂ ⊃ ∪ ∩ ∧ ∨ ¬ ⇒ ⇔ ∀ ∃ ∮ ∑ ∏ㄹ $ % ₩ F ′ ″ ℃ Å ¢ £ ¥ ¤ ℉ ‰ ? ㎕ ㎖ ㎗ ℓ ㎘ ㏄ ㎣ ㎤ ㎥ ㎦ ㎙ ㎚ ㎛ ㎜ ㎝ ㎞ ㎟ ㎠ ㎡ ㎙ ㏊ ㎍ ㎎ ㎏ ㏏ ㎈ ㎉ ㏈ ㎧ ㎨ ㎰ ㎱ ㎲ ㎳ ㎴ ㎵ ㎶ ㎷ ㎸ ㎹ ㎀ ㎁ ㎂ ㎃ ㎄ ㎺ ㎻ ㎼ ㎽ ㎾ ㎿ ㎐ ㎑ ㎒ ㎓ ㎔ Ω ㏀ ㏁ ㎊ ㎋ ㎌ ㏖ ㏅ ㎭ ㎮ ㎯ ㏛ ㎩ ㎪ ㎫ ㎬ ㏝ ㏐ ㏓ ㏃ ㏉ ㏜ ㏆ㅁ #..