Live data from Hacker News

Viewing profile — Jagadeesh1210

Jagadeesh1210

HN member
Joined
Thu, Nov 07, 2013, 9:09 AM UTC
HN karma
5
Public activity
18 items

About Jagadeesh1210

Programmer

Recent public activity

  1. story
  2. 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…

  3. 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(…

  4. comment
    Comment #9587392

    $numbers=str_replace($num1,'',$numbers); $numStringLength = strlen($numbers); $num2=$numbers[rand(0, $numStringLength - 1)]; $numbers=str_replace($num2,'',$numbers); $numStringLeng…

  5. comment
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #9425862

    If we design a ui, it looks more feasible..... :) :) :)

  11. story
  12. comment
    Comment #6920372

    Check All "hayao miyazaki" films. He defined the animated films.

  13. story
  14. 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…

  15. comment
    Comment #6807753

    You might lose your money. But don't lose faith in you.

  16. comment
    Comment #6697881

    any doubts you can ask me??? :)

  17. 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…

  18. story