Thursday, March 17, 2011

Dev-C++ : a full-featured Integrated Development Environment (IDE) for the C/C++

Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.

http://www.bloodshed.net/devcpp.html

Monday, October 25, 2010

Disable Google Chrome's built-in translation bar

To disable Google Chrome's built-in translation bar

- Click on the wrench icon (Customize and control Google Chrome).

- Select Options.

- Click the Under the Hood tab.

- Deselect the "Offer to translate pages that aren't in a language I read" checkbox.




What is jQuery

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

http://jquery.com/

Monday, October 11, 2010

To restore Windows 7 bootloader

Boot from Windows 7 DVD. In the second screen, after choose your language, go to repair your computer.

go to command prompt and type the commands:

bootrec /fixmbr
bootrec /FixBoot

<Restart>

Tuesday, September 28, 2010

Set priority of application in Windows 7 using Task Manager

To start Windows 7 Task Manager, Right Click the TaskBar and Start Task Manager.

Windows 7 Task Manager

In the Applications tab, right-click the application you want to change the priority.

Select Go To Process.

Right-Click the process and choose the option from the Set Priority.

Windows Resource Monitor of Windows 7

Windows Resource Monitor is a system tool of Windows 7 that allows you to view information about the use of hardware (CPU, memory, disk, and network) and software (file handles and modules) resources in real time. You can filter the results according to specific processes or services that you want to monitor. In addition, you can use Resource Monitor to start, stop, suspend, and resume processes and services, and to troubleshoot when an application does not respond as expected.

Windows Resource Monitor

To start Windows Resource Monitor, click Start and type "resmon" into the search box.

Friday, August 6, 2010

How to get MAC address on Windows 7

Start a "CMD"

type the command prompt

ipconfig -all

You will see your Physical Address under Wireless LAN adapter Wireless Network Connection, it's your MAC address.