C & C++ Sample Prorgams Write a love letter in C programming language arnabJune 18, 201317 If you are a geek just like me and you want to impress somebody with a love letter and you don't have an idea how...
C & C++ Sample Prorgams How to write pattern programs in C in a few easy steps (Answers) arnabJune 13, 201317 This post contains the answers to the questions in the post...
C & C++ Concept Analysis Learn pointers in C in a few easy steps arnabFebruary 2, 20132 If you are having problems understanding pointers then you have come to the correct place. I came across pointers for...
System Admin Securing your Ubuntu VPS and Creating Users – Ubuntu VPS Setup # Part1 SwashataJanuary 30, 20131 Bought a VPS and thinking how to manage it? Well, you've just come to the right place. In this series, (which succeeds...
System Admin Change File and Directory Permissions in Linux – Terminal Commands SwashataJanuary 14, 2013 So last time, we talked about the concepts of File and Directory permissions and means to view them using terminal...
System Admin Understand File and Directory Permissions in Linux – Concept and Viewing SwashataJanuary 14, 2013 Last time we talked about Groups and Users in a standard Linux system. Now comes one of the practical implementation of...
System Admin User and Group Management in Linux – System Administration & Advanced Concepts SwashataJanuary 13, 20132 In this follow up post of the System and Network Administration via SSH series, we are going to talk about users and...
Wordpress Plugins Five WordPress Plugins You Should be Using SwashataJanuary 7, 20133 If you're still depending on WordPress' basic features for your blog or Web site, you're not getting the most out of...
Misc Matlab Toolbox : Adding a Toolbox to the Matlab Start Button akashDecember 20, 2012 I have been recently working in a project where i had to make a Matlab toolbox, so I searched the net but could not...
C & C++ Sample Prorgams Basic features of string class for manipulating strings in C++ arnabNovember 4, 2012 C++ does not support a built-in string type rather a string in C++ is a sequence of characters. Null terminated...