Remove -- appearing above the Gmail Signature

You would have added your signature in your Gmail account, this signature is automatically appended to composed email at the end of the content. Signature is displayed to the recipient after recipient clicks on "..." (ellipses) button saying "show trimmed content" when hovered over it.

How to run Turbo c in windows 7 using Dosbox

You might have faced difficulty while running Turbo C in windows 7, it is because Turbo C is not compatible with  Windows 7, as it was with earlier versions of Windows like XP and Vista. Many students and programmers would have faced this difficulty to load Turbo c in windows 7, so in this post I am going to show you how to load Turbo c in Windows 7.
  • In order to load turbo c you need to have dosbox, which is an emulator that recreates a MS-DOS compatible environment. Dosbox is mainly used to run dos games and old applications. We will use it to run Turbo C in windows 7. Download Dosbox 0.74 and install it as you install any other software.

Stop VlC Always Fit Window Setting

In previous post we saw how to stop VLC from Font caching, Here we will he how to stop Vlc from automatically fitting or scaling video to the window size.

Many times resolution of video is greater than that of the windows or operating system's default or customized resolution, so VLC scales the video resolution to the window resolution and fits display to window and this is the default option  selected when VLC is installed i.e. "always fit window" under Video menu.

Download YouTube Videos in Mp3 Format

YouTube by Google is a good source to view and download videos uploaded by various people. Youtube provides millions of videos containing tutorials of any software and  tricks to tweak computer. It also contains music videos of many movies and albums by various artists. We are able to download videos of Youtube using softwares like Internet Download Manager (IDM) and Youtube Downloader.

Downloading complete videos may not be required by you because of Downloading limit provided by your Internet Service Provider or you may be interested in youtube music file i.e. youtube mp3, the audio file attached with youtube videos. Following are three sites that I found best to download Mp3 from Youtube.

How to get Java Source code from jar files

In the post we learnt how to get Java Source Code from .apk files, Here in this post we will learn how to get Java Source files from .jar files.

what is .jar file ?

jar is acronym of the Java Archive file. basically it contains all java class files and packages that are required or created to build an application. Jar file may also store images and metadata files that are associated with application. Jar file allows Java runtime to efficiently deploy a set of classes and their associated resources. jar files can be created using the command "jar" that is installed when Java Virtual Machine is installed.