Hide Data in Image, Audio and Video Files: Steganography

Ever wondered to know how to hide secret data in image, audio and video files? Well, in this post I will take you through a concept called steganography using
which, it is possible to hide your secret information in image
files, songs or any other file of your choice. At the end of this post,
you can also download...

10 Good Star(*) Pattern C Programs !

10 Good Star(*) Pattern C Programs !
*
* *
* * *
* * * *
Program:
/* This is a simple mirror-image of a right angle triangle */
#include
int main() {
char prnt = '*';
int i, j, nos = 4, s;
for (i = 1; i <= 5; i++) { for (s = nos; s >= 1; s--) { // Spacing factor
printf(" ");
}
for (j...

How to Unlock Huawei and ZTE HSDPA Modems ?

1. Unlock Huawei HSDPA modems
i. Paste this below address to your address bar.
http://bb5.at/huawei.php?imei= your Huawei modem IMEI number
ii. Now replace your Huawei modem IMEI number with your IMEI number like below
http://bb5.at/huawei.php?imei=357133035912053
iii. Press Enter key,after...

Convert FAT or FAT32 Volume to NTFS - Windows 7
1. To Use a Command Prompt at Boot
A) In the command prompt, type diskpart and press Enter. (see screenshot below)
B) In the command prompt, type list volume and press Enter. (see screenshot below) NOTE: This
will let you see what the drive letter is for the drive that you want
to connvert since it may not always be the same drive...

How to Create Your Own Customized Run Commands
The Run command on Microsoft Windows operating system allows you to directly open an application or document with just a single command instead of navigating to it’s location and double-clicking the executable icon. However, it only works for some of the inbuilt Windows programs such as Command prompt (cmd), Calculator (calc) etc.
So,...
