Vim-LaTeX Feature Round Up

This is mostly an answer to a question on Vi.SE.

There are many features present in Vim-LaTeX. I don't remember all of them. I'll just talk about features that I know and use constantly.

Note: These are my limited...

Read More

A Ridiculously Complicated Structure

Learning structure in C, I constructed the following structure. Yes, I was just testing how far my logic can go...

#include <stdio.h> #define LEN 50 struct department { char name

      Read More
    

A Miserable Failure on Home Folder Encryption

A couple days ago, I decided to re-install and upgrade Ubuntu, as I really want to reach the latest versions of many developer tools and softwares etc., without having to compile their source codes from scrath. (And being my first...

Read More