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

Join 306,814 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,660 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
Looping statements in PHP in PHP Tutorials (Last Comment: shadhin, Views: 1,184)
Managing Variables in PHP in PHP Tutorials (Last Comment: shadhin, Views: 1,073)
Modules in Python in Other Language Tutorials (Last Comment: shadhin, Views: 839)
Code Snippets
Submitted: January 17, 2009        Views: 1485
You can easily find out your age.
Area of triangle in Python by shadhin
Submitted: January 20, 2009        Views: 989
You can calculate the area of any triangle.
Submitted: January 26, 2009        Views: 796
This function can find the mean of a grouped data items.
Submitted: December 18, 2008        Views: 1108
This function can find out the sum of any series.
Submitted: January 17, 2009        Views: 1994
You can calculate standard deviation of a given set of data
Submitted: January 27, 2009        Views: 985
It will calculate the mode of given data set.
Abundant Number in Python by shadhin
Submitted: March 8, 2009        Views: 310
Checks if a number is abundant or not.An abundant number is the number of which sum of factors(including itself) is greater than twice the number.
Submitted: March 31, 2009        Views: 118
Checks if a number is abundant or not i.e. sum of divisors less than twice the number.
Submitted: April 12, 2009        Views: 146
Converts an angle from radian to degree and vice versa.
Submitted: April 20, 2009        Views: 135
Submitted: March 12, 2009        Views: 910
Converts the angle from degree to radian and also from radian to degree.
Submitted: March 20, 2009        Views: 187
Submitted: April 10, 2009        Views: 136
Arithmetic Mean in Other Languages by shadhin
Submitted: April 20, 2009        Views: 137
This will find arithmetic mean of grouped data items.
Submitted: January 30, 2009        Views: 443
Beeper using Tk in Python by shadhin
Submitted: January 31, 2009        Views: 355
A simple GUI program written in Python Tk, which starts beeping when run.
Submitted: April 24, 2009        Views: 206
This will find the center of gravity of the triangle from the apex.
Submitted: April 24, 2009        Views: 216
This will find the center of gravity of triangle from the apex.
Submitted: February 14, 2009        Views: 205
Calculates moments about mean value.
Clock using Tk in Python by shadhin
Submitted: January 31, 2009        Views: 372
This is a simple clock.
Submitted: April 20, 2009        Views: 149
Submitted: March 22, 2009        Views: 151
Submitted: April 21, 2009        Views: 157
This will find out the coefficient of rank correlation.
Submitted: February 20, 2009        Views: 450
Finds out the coefficient of variation of grouped data.
Submitted: January 28, 2009        Views: 348
A function to find combination which includes a factorial function.
Submitted: March 21, 2009        Views: 213
Submitted: April 9, 2009        Views: 137
Submitted: March 15, 2009        Views: 275
Checks if it is a composite number or not i.e. has factor other than 1 and itself
Composite Number in Python by shadhin
Submitted: March 15, 2009        Views: 199
Checks if a number is composite or not i.e. has factors other than 1 and itself.
Submitted: April 19, 2009        Views: 105
Checks if a number is composite or not i.e. has factors other than 1 and itself
Submitted: April 21, 2009        Views: 169
Checks if a number is composite or not i.e. has factors other than 1 and itself.
Submitted: March 20, 2009        Views: 580
Submitted: March 7, 2009        Views: 379
Coverts the the coordinate system: Cartesian to Polar and vice-versa.
Countdown timer in Python by shadhin
Submitted: March 3, 2009        Views: 529
Submitted: March 14, 2009        Views: 1001
Submitted: April 19, 2009        Views: 122
Deficient Number in Python by shadhin
Submitted: March 14, 2009        Views: 131
Checks a number is deficient of not i.e. sum of factors is less than twice the number
Submitted: February 12, 2009        Views: 133
Calculates the deviations about mean.
Submitted: January 27, 2009        Views: 929
Finds the distance between two points.
Submitted: April 21, 2009        Views: 172
Submitted: March 20, 2009        Views: 208
Calculates the distance traveled by a moving particle from initial and final velocity by calculating acceleration.
Submitted: March 20, 2009        Views: 131
Calculates the distance traveled by a particle at any time from initial and final velocity by calculating acceleration.
Submitted: April 2, 2009        Views: 269
Submitted: March 7, 2009        Views: 678
This function calculates the slope and the find the equation of a straight line through two points.
Submitted: March 8, 2009        Views: 579
This will extract data from an url.
Submitted: April 2, 2009        Views: 151
Submitted: January 26, 2009        Views: 866
This is a simple function using while loop which print the numbers of fibonacci sequence.
Submitted: January 21, 2009        Views: 340
Find the numbers of Fibonacci sequence
Submitted: April 9, 2009        Views: 117
File writing in Python by shadhin
Submitted: January 27, 2009        Views: 308
Demonstrates how to write a file.
Submitted: January 20, 2009        Views: 1509
You can fit the best straight line by least square method from given data.
Friendly Numbers in Python by shadhin
Submitted: March 17, 2009        Views: 124
checks if a pair of numbers are friendly or not i.e. numbers with same abundancy
Submitted: March 20, 2009        Views: 167
Checks if a pair of numbers are friendly or not i.e. numbers with same abundancy.
Submitted: April 20, 2009        Views: 113
Check the abundancy of two number and compare these to find if they are friendly or not.
Submitted: April 21, 2009        Views: 344
Finds the greatest common factor and lowest common multiple.
Submitted: September 10, 2009        Views: 50
This function takes the common ratio and the limiting values as parameter between which it returns the geometric progression as a list.
Submitted: January 28, 2009        Views: 494
Submitted: April 7, 2009        Views: 151
This will retrieve all the links of an url.
Submitted: January 28, 2009        Views: 1621
You can find Greatest common factor and Lowest common multiple by this program.
Harmonic Mean in Python by shadhin
Submitted: February 21, 2009        Views: 329
Calculates harmonic mean of given group of data.
Submitted: January 28, 2009        Views: 948
Submitted: January 19, 2009        Views: 343
Find out the number of words in a given file.
Last Visit in PHP by shadhin
Submitted: January 29, 2009        Views: 466
This will show the last time visit info.
Submitted: April 12, 2009        Views: 382
Submitted: April 25, 2009        Views: 137
This will find the maximum height of a thrown object
Submitted: April 6, 2009        Views: 143
This will calculate the Maximum range of a thrown object
Submitted: April 25, 2009        Views: 74
Submitted: March 31, 2009        Views: 324
This will find the maximum height of a thrown object
Submitted: February 21, 2009        Views: 238
Submitted: March 12, 2009        Views: 155
A simple program which can find the mean of grouped data items.
Submitted: March 20, 2009        Views: 139
Median value in Python by shadhin
Submitted: February 14, 2009        Views: 717
This will calculate the median value from given data.
Submitted: February 20, 2009        Views: 308
Calculates the values of central moments from the given raw moments.
Nature of Curve in Python by shadhin
Submitted: February 20, 2009        Views: 200
Shows the nature of curve on the basis of values of coefficient of kurtosis.
Submitted: January 28, 2009        Views: 830
You can find number of days between today and a given date.
Submitted: February 26, 2009        Views: 1281
This counts the total number of lines of a file & read these line by line.
Open an url in Python by shadhin
Submitted: January 29, 2009        Views: 425
Submitted: January 29, 2009        Views: 885
This will count number of page views in a session.
Pascal's Triangle in Python by shadhin
Submitted: March 19, 2009        Views: 720
It takes an integer and returns that number of rows of Pascal's triangle.
Submitted: February 12, 2009        Views: 518
This program will find the Pearson's coefficient of correlation.
Perfect Number in Python by shadhin
Submitted: March 8, 2009        Views: 808
Checks if a number is perfect or not. A number is said to be perfect if it equals to the sum of its factors.
Permutation in Ruby by shadhin
Submitted: March 22, 2009        Views: 141
Submitted: January 30, 2009        Views: 1209
Submitted: March 19, 2009        Views: 359
First calculates factorial and then find out permutation.
Submitted: April 9, 2009        Views: 93
Submitted: April 13, 2009        Views: 428
Submitted: December 16, 2008        Views: 816
A function to solve quadratic equations.
Submitted: April 23, 2009        Views: 56
Quartiles finder in Python by shadhin
Submitted: February 20, 2009        Views: 512
Finds the values of first, second & third Quartiles.
Submitted: February 12, 2009        Views: 392
This can find out rank correlation coefficient.
Submitted: March 12, 2009        Views: 436
Raw Moments in Python by shadhin
Submitted: February 20, 2009        Views: 178
Finds out the values of 1st, 2nd, 3rd & 4th raw moments.
Submitted: December 15, 2008        Views: 1127
Here the recursion of a function is used to find the factorial of a given number.
Submitted: January 30, 2009        Views: 158
This will demonstrates how to fit a regression line.
Submitted: March 20, 2009        Views: 157
Submitted: April 20, 2009        Views: 91
Demonstrates how to fit a regression line.
Submitted: January 27, 2009        Views: 1243
This function can search for a specific character in a string.
Submitted: January 30, 2009        Views: 138
Submitted: January 30, 2009        Views: 710
Submitted: January 30, 2009        Views: 342
Sierpinski carpet in Python by shadhin
Submitted: April 9, 2009        Views: 287
Submitted: March 4, 2009        Views: 1229
A calculator written in easygui and performs basic arithmetic manipulations.
Submitted: March 6, 2009        Views: 1154
A simple phone book uses database to store contact information.
Submitted: February 14, 2009        Views: 581
This will calculate central moments and then using these values skewness & kurtosis will be calculated.
Socket Broadcast in Python by shadhin
Submitted: January 30, 2009        Views: 506
Socket info in Python by shadhin
Submitted: January 30, 2009        Views: 230
Submitted: January 30, 2009        Views: 244
Submitted: April 8, 2009        Views: 265
Submitted: March 20, 2009        Views: 110
Sum Of Divisors in Python by shadhin
Submitted: March 19, 2009        Views: 564
Submitted: March 26, 2009        Views: 355
Submitted: April 9, 2009        Views: 70
Submitted: April 20, 2009        Views: 260
Submitted: February 26, 2009        Views: 143
Calculates time of oscillation of an oscillated body.
Tomorrow in PHP by shadhin
Submitted: February 26, 2009        Views: 243
Shows the date of tomorrow.
Submitted: April 15, 2009        Views: 178
This snippet will find a unit vector to the direction of a given vector.
Submitted: March 13, 2009        Views: 623
Submitted: April 4, 2009        Views: 201
Submitted: April 20, 2009        Views: 95
Web page info in Python by shadhin
Submitted: January 28, 2009        Views: 243