euisblue
Blue Log
Miscellaneous record.
  • 🇺🇸   [C] Vector (mutable array) implementation
    Use arrays to implement a mutable array with automatic resizing  
  • 🇺🇸   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] 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++] Introduction to Arrays
    An array is a collection of items stored at contiguous memory locations.  
  • 🇺🇸   Binary Tree
    Learn about the characteristcs of binary tree, types, and tree traversals.  
  • 🇺🇸   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
    Characteristics, types, and operations of Stack  
  • 🇺🇸   Queue
    Learn about characteristics, operations, and applications of Queue  
  • 🇺🇸   Linked List
    Characteristics, types, and operations of Linked List  
  • 🇺🇸   Array
    Learn characteristics and basic operations of an Arrary  
  • 🇺🇸   Time & Space Complexity
    What is time & space complexity in CP? What is Big-Oh?