School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,871 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,687 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Collisions Tutorial in Visual Basic Tutorials (Last Comment: Nikhil_07n, Views: 1,131)
Creating a SketchPad in Visual Basic Tutorials (Last Comment: Nikhil_07n, Views: 2,248)
Error Handling in VB in Visual Basic Tutorials (Last Comment: Nikhil_07n, Views: 1,747)
Code Snippets
Submitted: April 25, 2009        Views: 505
Area Of a triangle using cramer's rule.
Submitted: April 25, 2009        Views: 217
Calculates equivalent capacitance of capacitors connected in Series
Submitted: April 24, 2009        Views: 480
Takes a Number as Input and generates its factorial.
Submitted: May 2, 2009        Views: 267
Submitted: April 25, 2009        Views: 450
Takes the first term, number of terms and common ratio as input and calculates the sum of series
Submitted: January 27, 2009        Views: 282
Using API function
Composite number in Visual Basic by Nikhil_07n
Submitted: May 5, 2009        Views: 151
Checks whether the given number IS Composite or NOT..
Submitted: January 26, 2009        Views: 85
As its clear from the name, it performs all of the above actions
Submitted: May 3, 2009        Views: 628
Takes X,Y,Z coordinates of both points as Input and calculates the distace between them.
Submitted: April 25, 2009        Views: 250
takes the magnitude of both vectors, angle between them as input and Calculates Dot/Scaler Product.
Submitted: May 6, 2009        Views: 331
Given the two of the following three values: Current Resistance Voltage (potential difference) this subroutine calculates the generated electrical power.
Submitted: May 1, 2009        Views: 1587
Finding average in Visual Basic by Nikhil_07n
Submitted: April 26, 2009        Views: 413
Takes numbers as Input from user and calculates their mean.
Submitted: April 26, 2009        Views: 424
Takes character to search for and Main string as Input and calculates the number of occurances.
Submitted: May 2, 2009        Views: 610
The other way.
Submitted: January 28, 2009        Views: 476
this code takes input for 'Initial value', 'Common Ratio' and 'Number of terms' from user and generates desired series.
Submitted: April 25, 2009        Views: 247
Generates random colors...simple
Submitted: April 25, 2009        Views: 343
Takes first term, number of terms and common difference as input and calculates the sum.
Submitted: January 28, 2009        Views: 654
Takes path of file as input from user and then Executes the File if it exist.
Submitted: May 5, 2009        Views: 359
Takes the X,Y coordinates of two points through which the line passes and displays the equation of line.
Submitted: January 27, 2009        Views: 2940
Prime Number : Number not divisible by any number except 1 and itself.
Submitted: January 27, 2009        Views: 833
Pallindrome : A number/String which, on reversing too, yields the same number/string. For Example, 12321 is a pallindrome. assa is a pallindrome.
Submitted: January 26, 2009        Views: 2644
This Code, when run, turns off the monitor.
Submitted: January 28, 2009        Views: 2416
It demonstrates that how we can use shell command to create, remove , copy, rename a directory using dos commands.