jituTechnology

jituTechnology

>Yahoo! Inquisitor

> The Yahoo! Inquisitor is a free search plugin now available for three major internet browsers Internet Explorer, Firefox and Safari. It is also available as a free search app for the iPhone platform. Originally a search technology for the Safari browser before being acquired by Yahoo!, it now has two additional beta versions of […]

read more

>Write a program to find the area of cube, cylinder and rectangle using the concept of function overloading

>/* Write a program to find the area of cube, cylinder and rectangle using the concept of function overloading Programmed by: Name: Jitendra Kr Yadav Roll: 10116 (NCIT-ELX) Date: 12 july 2011 */ #include <iostream.h> #include <conio.h> inlineint area(int a) { return(6*a*a); } inline float area(float a, float b) { return(3.14*a*(a+b)); } inlineint area(int a, […]

read more

>Write a program to find the volume of 3 objects; namely cube, cylinder and rectangular box using the same function name, volume().

>/* Write a program to find the volume of 3 objects; namely cube, cylinder and rectangular box using the same function name, volume(). programmed by: Name: Jitendra Kr Yadav Roll: 10116(NCIT-ELX) date: July 12, 2011 */ #include <iostream.h> #include <conio.h> inlineint volume(int a) {      return(a*a*a); } inline float volume(int a, int b) {      […]

read more

>14.318MHz QRP transmitter

> Dead Bug Style The authot of the Pippin is G.M.King G3MY. Basically, it is a conventional Colpitt type crystal oscillator but with the output taken from a low value collector load resistor and direct coupling is made into the base of the PNP device used as an amplifier. The result is a circuit even […]

read more

>10 services to turn off in MS Windows XP

>In this post I am going to write about the services that should be kept off in Windows XP for the better performance. Microsoft Windows XP comes with the various services turned on by the default. Each version of Microsoft Windows XP comes with new and updated services which are automatically turned on but if […]

read more