Viewing profile — Jagadeesh1210
Jagadeesh1210
HN member- Joined
- Thu, Nov 07, 2013, 9:09 AM UTC
- HN karma
- 5
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About Jagadeesh1210
Recent public activity
- story
-
story
Confirmation Bias
Imagine a church that believe that prayer can heal the sick.Five members come down with a disease that kills 60% of its victims. All 5 receive prayer. Three die because God works i…
-
comment
Comment #9587394
PHP program to solve this puzzle. $numbers=str_replace($num1,'',$numbers); $numStringLength = strlen($numbers); $num2=$numbers[rand(0, $numStringLength - 1)]; $numbers=str_replace(…
-
comment
Comment #9587392
$numbers=str_replace($num1,'',$numbers); $numStringLength = strlen($numbers); $num2=$numbers[rand(0, $numStringLength - 1)]; $numbers=str_replace($num2,'',$numbers); $numStringLeng…
- comment
- story
- story
- story
- story
-
comment
Comment #9425862
If we design a ui, it looks more feasible..... :) :) :)
- story
-
comment
Comment #6920372
Check All "hayao miyazaki" films. He defined the animated films.
- story
-
story
Simple PHP Algorithm to Get Wikipedia Hits
while(1) { echo " Welcome to Wikistats \n"; echo "Enter the Keyword ....\n"; $var = fgets(STDIN); //echo $var; $var=str_replace(' ','_',$var); $day=date("d"); $rurl="curl 'http://s…
-
comment
Comment #6807753
You might lose your money. But don't lose faith in you.
-
comment
Comment #6697881
any doubts you can ask me??? :)
-
story
Develop an IOS Game in One day
I newly learned the Objective-C& CocoaTouch framework. Then i started practicing small applications. Fortunately Xcode(IDE) provides good frameworks. By using the core animations a…
- story