[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ANN: lua captcha ( 0.2 )
- From: Patrick Rapin <toupie300@...>
- Date: Mon, 21 Nov 2011 19:21:49 +0100
It seems interesting. I do not need to generate captchas right now,
but maybe in the future.
I have two small remarks after having looked at the project:
- All your examples in the Introduction wiki page begin with "require
'gd' ". It seems useless.
- You always use string.len() for retrieving the length of the string.
Why not use the # operator ?