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