Nikhil_07n's Contributions
Below are the tutorials, code snippets, and resources Nikhil_07n 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: 5,420)
Creating a SketchPad in Visual Basic Tutorials (Last Comment: Nikhil_07n, Views: 10,285)
Error Handling in VB in Visual Basic Tutorials (Last Comment: Nikhil_07n, Views: 14,973)
Code Snippets
Submitted: April 25, 2009        Views: 8271
Area Of a triangle using cramer's rule.
Submitted: April 25, 2009        Views: 1929
Calculates equivalent capacitance of capacitors connected in Series
Submitted: April 24, 2009        Views: 7614
Takes a Number as Input and generates its factorial.
Submitted: May 2, 2009        Views: 1661
Submitted: April 25, 2009        Views: 4755
Takes the first term, number of terms and common ratio as input and calculates the sum of series
Submitted: January 27, 2009        Views: 1156
Using API function
Composite number in Visual Basic by Nikhil_07n
Submitted: May 5, 2009        Views: 1185
Checks whether the given number IS Composite or NOT..
Submitted: January 26, 2009        Views: 274
As its clear from the name, it performs all of the above actions
Submitted: May 3, 2009        Views: 2803
Takes X,Y,Z coordinates of both points as Input and calculates the distace between them.
Submitted: April 25, 2009        Views: 1814
takes the magnitude of both vectors, angle between them as input and Calculates Dot/Scaler Product.
Submitted: May 6, 2009        Views: 2729
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: 12143
Finding average in Visual Basic by Nikhil_07n
Submitted: April 26, 2009        Views: 5816
Takes numbers as Input from user and calculates their mean.
Submitted: April 26, 2009        Views: 1507
Takes character to search for and Main string as Input and calculates the number of occurances.
Submitted: May 2, 2009        Views: 6026
The other way.
Submitted: January 28, 2009        Views: 2388
this code takes input for 'Initial value', 'Common Ratio' and 'Number of terms' from user and generates desired series.
Submitted: April 25, 2009        Views: 2566
Generates random colors...simple
Submitted: April 25, 2009        Views: 3637
Takes first term, number of terms and common difference as input and calculates the sum.
Submitted: January 28, 2009        Views: 3707
Takes path of file as input from user and then Executes the File if it exist.
Submitted: May 5, 2009        Views: 2002
Takes the X,Y coordinates of two points through which the line passes and displays the equation of line.
Submitted: January 27, 2009        Views: 23713
Prime Number : Number not divisible by any number except 1 and itself.
Submitted: January 27, 2009        Views: 3550
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: 11357
This Code, when run, turns off the monitor.
Submitted: January 28, 2009        Views: 11028
It demonstrates that how we can use shell command to create, remove , copy, rename a directory using dos commands.