forum.dlang.org is now using DCaptcha

Bill Baxter via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Dec 11 10:51:41 PST 2014


"""
What will be the return value of the following function?

int y()
{
  int d = 31, baz = 5;
  baz--;
  d /= baz;
  return d;
}

"""
Oh, the irony! Asking people to prove they're human by making them to
complete a task that is usually done by machines.  :-)

--bb

On Thu, Dec 11, 2014 at 4:26 AM, Vladimir Panteleev via
Digitalmars-d-announce <digitalmars-d-announce at puremagic.com> wrote:

> On Thursday, 11 December 2014 at 11:04:09 UTC, Martin Nowak wrote:
>
>> Good idea, but the demo site is down right now :(.
>>>> http://wiki.dlang.org/extensions/DCaptcha/demo.php
>>>>
>>>
>>> Ah, fixed. Broke that when I updated to the easy version.
>>>
>>
>> Nice one, failed the first try :).
>> You should probably reload on failure, or maybe only after the 3rd
>> attempt or so.
>>
>
> 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.
>
> Hopefully I can find the regression and make it live again soon.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20141211/e1cf6bd0/attachment.html>


More information about the Digitalmars-d-announce mailing list