<div dir="ltr"><div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">"""</span></div><span style="color:rgb(0,0,0);font-family:Times;font-size:medium">What will be the return value of the following function?</span><pre style="color:rgb(0,0,0)">int y()
{
  int d = 31, baz = 5;
  baz--;
  d /= baz;
  return d;
}</pre>"""<div>Oh, the irony! Asking people to prove they're human by making them to complete a task that is usually done by machines.  :-)</div><div><br></div><div>--bb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 11, 2014 at 4:26 AM, Vladimir Panteleev via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thursday, 11 December 2014 at 11:04:09 UTC, Martin Nowak wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Good idea, but the demo site is down right now :(.<br>
<a href="http://wiki.dlang.org/extensions/DCaptcha/demo.php" target="_blank">http://wiki.dlang.org/<u></u>extensions/DCaptcha/demo.php</a><br>
</blockquote>
<br>
Ah, fixed. Broke that when I updated to the easy version.<br>
</blockquote>
<br>
Nice one, failed the first try :).<br>
You should probably reload on failure, or maybe only after the 3rd attempt or so.<br>
</blockquote>
<br></span>
This is a very simple demo page (you can even see the answers in the HTML source code). The forum will give you a different question on a wrong answer, as well as invite the user to reload the page to get a different challenge.<br>
<br>
Hopefully I can find the regression and make it live again soon.<br>
</blockquote></div><br></div>