Blue Log
Miscellaneous record.
- 🇺🇸 [C] Vector (mutable array) implementationUse arrays to implement a mutable array with automatic resizing
- 🇰🇷 Python for Data Analysis - NumpyNumpy 라이브러리의 기본 사용법과 배열 관련 내장함수들 관련 내용 정리
- 🇰🇷 파이썬 기초 정리기본 자료형, 조건문, 반복문, 리스트, 함수, 람다식, 등등 정리
- 🇺🇸 GPG 'failed to write commit object'?What to do when gpg fails to signed the data.
- 🇺🇸 GitHub - Signing Commits using GPGHow do you sign commits locally using git on OSX?
- 🇰🇷 [RoR] Partial Template 사용하기Learn how to create partials with local variables
- 🇺🇸 [RoR] Updating a section with AJAXLearn how to render section of a page using AJAX
- 🇺🇸 [RoR] How to use partial templateLearn how to create partials with local variables
- 🇺🇸 [RoR] Migrating from SQLite3 to PostgreSQLMigrate pre-existing rails app's database from sqlite3 to postgresql
- 🇰🇷 [C/C++] 배열(Array)이란?여러개의 변수를 한 번에 정의할 수 있을까?
- 🇺🇸 [C/C++] Introduction to ArraysAn array is a collection of items stored at contiguous memory locations.
- 🇰🇷 해시(Hash) 란임의의 크기의 데이터를 고정된 길이를 가진 데이터로 매핑(mapping)한 값.
- 🇯🇵 木構造 (Tree)木の特性と用語、そして実装する方法を知る。
- 🇺🇸 Binary TreeLearn about the characteristcs of binary tree, types, and tree traversals.
- 🇰🇷 그래프(Graph)그래프의 타입과 구현 방식에 대해 알아본다.
- 🇰🇷 이진 트리 (Binary Tree)이진 트리의 기본 특성과 용어 그리고 순회(traversal)하는 법을 알아본다.
- 🇰🇷 트리 (Tree)트리의 기본 특성과 용어를 공부하고 구현을 해본다.
- 🇺🇸 TreeLearn about Tree properties and terminology, and how to implement one.
- 🇺🇸 Apache & Nginx Basic AuthenticationSetting up Basic Authentication in Apache and Nginx
- 🇰🇷 스택 (Stack)스택의 기본 개념과 기능에 대하여 알아본다
- 🇰🇷 큐 (Queue)큐의 기본 개념과 기능에 대하여 알아본다
- 🇯🇵 スタック (Stack)スタックの基本概念と機能について知る。
- 🇯🇵 キュー (Queue)キューの基本概念と機能について知る。
- 🇺🇸 StackCharacteristics, types, and operations of Stack
- 🇺🇸 QueueLearn about characteristics, operations, and applications of Queue
- 🇰🇷 연결리스트 (LinkedList)연결리스트의 정의와 성질, 종류, 그리고 기능에 대하여 알아본다
- 🇯🇵 連結リスト (LinkedList)連結リストの特性、タイプ、そして機能について調べよう。
- 🇺🇸 Linked ListCharacteristics, types, and operations of Linked List
- 🇰🇷 배열 (Array)배열의 기본 성질과 기능에 대해 알아본다
- 🇯🇵 配列 (Array)配列というのは? 配列の機能は?
- 🇺🇸 ArrayLearn characteristics and basic operations of an Arrary
- 🇰🇷 시간 & 공간 복잡도 (Time & Space Complexity)PS에서의 시간복잡도? 공간복잡도? Big-Oh? 는 무엇을 의미하는가
- 🇯🇵 Big-O記法とはビッグ・オー (Big-O) 最悪の場合
- 🇺🇸 Time & Space ComplexityWhat is time & space complexity in CP? What is Big-Oh?