28 March 2012

How To Open Corrupted RAR Files

How many times this has happened to you that when you get an rar attachment and it don’t open because its broken or corrupted ? or how many times when you have downloaded a movie (say 7 parts or 8 parts) only to realize later that the rar files are broken.


Also wouldn’t it be awesome if you can preview the rar files movies, say if you have 7 parts then instead of downloading all of them, joining them and then watching it, how about you just download the first part and watch it to see the quality of the movie or song or video ?


The problem with winrar is when you open a broken rar file, it gives you a warning that the rar is broken and rar creates the folder with no file in it. This is the default setting of winrar but you can change it to open broken, corrupted or partially downloaded file (specially media files which you can plan on VLC media player)


This is what you have to do -

1. On the rar file, right click and click on Extract Files …
2. It will show you a window where you can select the folder where the file should be saved. Now select the checkbox where it says Open Broken Files (see the below image)



and click on OK. Now as usual if its a partial file or broken file, winrar will again give you warning, just cancel it. Once the operation gets over, you should see the partial file or files which winrar was able to extract. This tricks works really well on movie files which are broken into parts, you can download the first part of the movie, extract it to see the quality of it and to decide whether you should download the full movie or not. It also works well for multiple files .rar achieve as winrar may be able to extract many files.

Unfortunately if there is a single standalone file which is in corrupted .rar file, you will be able to get much from it. You can try to repair the rar file but I have never seen it working. Also note that if you have a middle part of the rar, say 2nd or 3rd part of a three part rar archive you won’t be able to get anything as the meta information of every .rar file is in the first part.

21 March 2012

Computer Graphics second Edition by Donald Hearn and M.Pauline BakerPearson Education

 
Computer Graphics
1.Computer Graphics second Edition by Donald Hearn and M.Pauline BakerPearson Education.pdf

2.Principles of Computer Graphics by Shalini Govil and Pai 2005 Springer.pdf

03 March 2012

Download Turbo C / C++ 3.0 | Free C / C++ Compiler

Turbo C++ was a C++ compiler and integrated development environment (IDE) originally from Borland.

Installation Guide:

1. After your download is completed, extract the .rar
2. Run INSTALL.exe and Press Enter to Install TC in Your System.
3. After That It will Ask You in which Drive You want to Install TC.
If You want to Install Turbo C in Drive:C Then Type C and Whatever
4. Then It Will Ask the Path(Location) of TC. You simply Enter!
Turbo C

5. Now It will Ask in which Directory(Folder) You wish To install TC.
6. Select Directory and Then Press F9 to START INSTALLATION


Hello World sample code for testing in C language


#include <stdio.h>
#include <conio.h>
int main(){
clrscr();
printf("Hello world!");
getch();
return 0;
}

Hello World sample code for testing in C++ language


#include
main(){
cout << "Hello World!";
return 0;
}

 Summary:

File size: 3.30 MB
Platform: Win95, Win98, WinME, Windows2000, Windows2003, WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
License: Freeware
Price: FREE
Click Here to Download Turbo C