 |
Title |
User |
Language |
Tags |
Description |
Date |
|
|
|
Standard Equation of line
|
Nikhil_07n
|
VB.NET |
Standard
Equation
line
|
Takes the X,Y coordinates of two points through which the line passes and displays the equation of line. |
May 6, 2009 |
|
Calculate Electrical Power via Ohm's Law
|
Nikhil_07n
|
Visual Basic |
Calculate
Electrical
Power
Ohm's
|
Given the two of the following three values:
Current
Resistance
Voltage (potential difference)
this subroutine calculates the generated electrical power. |
May 6, 2009 |
|
Calculating Final velocity
|
Nikhil_07n
|
Visual Basic |
Calculating
Final
velocity
|
|
May 2, 2009 |
|
Finding the greatest of three numbers.
|
Nikhil_07n
|
Visual Basic |
Finding
greatest
three
numbers.
|
The other way. |
May 2, 2009 |
|
Enable/Disable Task Manager using VBScript
|
Nikhil_07n
|
Visual Basic |
Enable/Disable
Task
Manager
using
VBScript
|
|
May 1, 2009 |
|
Calculating area of a triangle
|
Nikhil_07n
|
Visual Basic |
Calculating
area
triangle
|
Area Of a triangle using cramer's rule. |
April 28, 2009 |
|
Calculating the sum of an Arithmetic Progression
|
Nikhil_07n
|
Visual Basic |
Calculating
Arithmetic
Progression
|
Takes first term, number of terms and common difference as input and calculates the sum. |
April 28, 2009 |
|
Using command prompt with VB6 using shell command
|
Nikhil_07n
|
Visual Basic |
Using
command
prompt
with
using
shell
command
|
It demonstrates that how we can use shell command to create, remove , copy, rename a directory using dos commands. |
April 27, 2009 |
|
Generating random colors
|
Nikhil_07n
|
Visual Basic |
Generating
random
colors
|
Generates random colors...simple |
April 27, 2009 |
|
Calculating equivalent capacitance.
|
Nikhil_07n
|
Visual Basic |
Calculating
equivalent
capacitance.
|
Calculates equivalent capacitance of capacitors connected in Series |
April 27, 2009 |
|
Dot Product/Scaler Product
|
Nikhil_07n
|
VB.NET |
Product/Scaler
Product
|
takes the magnitude of both vectors, angle between them as input and Calculates Dot/Scaler Product. |
April 27, 2009 |
|
Calculating Sum of Geometric Progression
|
Nikhil_07n
|
Visual Basic |
Calculating
Geometric
Progression
|
Takes the first term, number of terms and common ratio as input and calculates the sum of series |
April 27, 2009 |
|
Finding number of occurances of a character in the Main String
|
Nikhil_07n
|
Visual Basic |
Finding
number
occurances
character
Main
String
|
Takes character to search for and Main string as Input and calculates the number of occurances. |
April 27, 2009 |
|
Finding average
|
Nikhil_07n
|
Visual Basic |
Finding
average
|
Takes numbers as Input from user and calculates their mean. |
April 27, 2009 |
|
Calculating Factorial in VB6
|
Nikhil_07n
|
Visual Basic |
Calculating
Factorial
|
Takes a Number as Input and generates its factorial. |
April 24, 2009 |