Posts

Showing posts from January, 2015

Bigg Boss Halla Bol - The Grand Finale - 31st January 2015 - Full Episode (HD)

Image

igg Boss Halla Bol - Finale Week - 30th January 2015 - Full Episode (HD)

Image

Bigg Boss Halla Bol - Finale Week - 29th January 2015 - Full Episode (HD)

Image

Bigg Boss Halla Bol - Finale Week - 28th January 2015 - Full Episode (HD)

Image

Bigg Boss Halla Bol - Finale Week - 27th January 2015 - Full Episode (HD)

Image

Bigg Boss Halla Bol - Finale Week - 26th January 2015 - Full Episode (HD)

Image

Bigg Boss Halla Bol - Weekend Ka Halla Bol - 25th January 2015 - Full Episode

Image

Bigg Boss Halla Bol - Weekend Ka Halla Bol - 24th January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - Tabaadla - 23rd January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - Mid Week Elimination - 22nd January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - 21st January 2015 - Full Episode (HD)

Get Factorial of a Number using jQuery

Image
In mathematics, the  factorial  of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. For example, The value of 0! is 1, according to the convention for an empty product. Read full about  factorial    here  on  wikipedia. We will use For loop for getting  factorial   of  a number, so we just have to decrease value by one and multiply with previous holding temporary value, We have to initiate temporary value with 1. The Following will be code: <input type="text" name="factroial4" id="factroial4" /> <br/> <button type="button" name="button" onclick="GetFactorial();" /> Calculate Factorial </button> <br/> <div id="showresulthere"></div> <script src="//code.jquery.com/jquery-1.11.2.min.js"></script> <script>  // function defination  function GetFactorial()    {

Get Factorial of a Number using PHP

Image
In mathematics, the  factorial  of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. For example, The value of 0! is 1, according to the convention for an empty product. Read full about  factorial    here  on  wikipedia. We will use For loop for getting  factorial   of  a number, so we just have to decrease value by one and multiply with previous holding temporary value, We have to initiate temporary value with 1. The Following will be code: Function oriented way: <?php // function defination function GetFactorial($value) { $tempvalue = 1;  for ( $i=$value ; $i>0 ;  $i-- ) {   $tempvalue *=  $i ; // this is same as the   $tempvalue =  $tempvalue * $i ; } return $tempvalue; } // function defination // getting value by calling echo "<br/>Factorial of 1 is : ".GetFactorial(3); echo "<br/>Factorial of 2 is : ".GetFactorial(3); echo

Bigg Boss Halla Bol - 20th January 2015 - Full Episode (HD)

PK MOVIE SPOOF - CK

Guys CK is out! Hope you guys enjoy it and also get the message we are trying to give out in a fun way. CK has taken maximum efforts. Hope you all love it. Enjoy, keep laughing and Happy SDEing!!!

Bigg Boss Halla Bol - Nomination Special - 19th January 2015 - Full Episode (HD)

Bigg Boss Weekend Ka Halla Bol - 18th January 2015 - Full Episode (HD)

Bigg Boss Weekend Ka Halla Bol - 17th January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - 16th January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - Tabaadla - 15th January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - 14th January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - 13th January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - Nomination Special - 12th January 2015 - Full Episode (HD)

Bigg Boss - Weekend Ka Halla Bol - 10th January 2015 - Full Episode (HD)

Bigg Boss Halla Bol - 9th January 2015 - Full Episode (HD)

The Indian Cricket Team for World Cup 2015

Image

Australia vs India, 4th Test, Sydney

Image
Match drawn Australia vs India, 4th Test, Sydney Aus 1st Innings -  572/7 (152.3 overs) Batting Out Desc R B 4s 6s SR Chris Rogers b Shami 95 160 13 0 59.4 David Warner c Vijay b Ashwin 101 114 16 0 88.6 Shane Watson c Ashwin b Shami 81 183 7 0 44.3 Steven Smith (c) c W Saha b Umesh 117 208 15 0 56.3 Shaun Marsh c W Saha b Shami 73 116 9 1 62.9 Joe Burns c Rahul b Shami 58 114 10 0 50.9 Brad Haddin (wk) not out 9 11 0 1 81.8 Ryan Harris c Ashwin b Shami 25 9 5 0 277.8 Extras 13 (b - 0 w - 7, nb - 0, lb - 6) Total 572 (152.3 Overs, 7 Wickets) Did not bat: Mitchell Starc, Josh Hazlewood, Nathan Lyon Bowler O M R W Nb Wd ER Bhuvneshwar Kumar 34 5 122 0 0 0 3.6 Umesh Yadav 27 5 137 1 0 6 5.1 Mohammed Shami 28.3 3 112 5 0 1 3.9 Ravichandran Ashwin 47 8 142 1 0 0 3.0 Suresh Raina 16 3 53 0 0 0 3.3 FOW Batsman Score Over 1 David Warner 200/1 44.5 2 Chris Rogers 204/2 45.5 3 Shane Watson 400/3 107.2 4 Steven Smith 415/4 113.3 5 Shaun Marsh