On 09/20/2013 08:02 PM, Joel Goldstick wrote:
Last year I was playing around with django forms and wrote some code
that required the user to add some numbers before the form was
submitted. Here is the article:
http://www.joelgoldstick.com/blog/2012/sep/30/django-forms/
This isn't exactly what
On Fri, Sep 20, 2013 at 12:45 PM, Jugurtha Hadjar wrote:
> Chris, Vlastimil, great insights gentlemen! Thanks
>
>
> Chris Angelico wrote:
>
> >Instead of matching the ones that are the same as their uppercase
> >version, why not instead keep the ones that are the same as their
> >lowercase?
>
>
>
On Sat, Sep 21, 2013 at 2:23 AM, Jussi Piitulainen
wrote:
> Something meaningful: make it john.doe...@hotmail.com with a note to
> "remove the female deer" for john@hotmail.com, or "remove the drop
> of golden sun" for "john@hotmail.com".
This method can be quite effective. In fact, of al
Chris, Vlastimil, great insights gentlemen! Thanks
Chris Angelico wrote:
>Instead of matching the ones that are the same as their uppercase
>version, why not instead keep the ones that are the same as their
>lowercase?
That's why I started off doing, and then lost track a bit. It didn't
cross
Jugurtha Hadjar writes:
> Supposing my name is John Doe and the e-mail is john@hotmail.com,
> my e-mail was written like this:
>
> removemejohn.dospames...@removemehotmail.com'
>
> With a note saying to remove the capital letters.
>
> Now, I wrote this :
>
> for character in my_string:
> .
On Sat, Sep 21, 2013 at 2:23 AM, Jussi Piitulainen
wrote:
> (Put .invalid at the end, maybe. But I wish spam was against the law,
> effectively.)
Against what law, exactly? In what jurisdiction will you seek to
charge spammers? And who will track them down?
ChrisA
--
https://mail.python.org/mai
On Sat, Sep 21, 2013 at 1:04 AM, Jugurtha Hadjar
wrote:
> Supposing my name is John Doe and the e-mail is john@hotmail.com, my
> e-mail was written like this:
>
> removemejohn.dospames...@removemehotmail.com'
>
> With a note saying to remove the capital letters.
>
> Now, I wrote this :
>
> for
2013/9/20 Jugurtha Hadjar :
> Hello,
> # I posted this on the tutor list, but my message wasn't displayed
> I shared some assembly code (microcontrollers) and I had a comment wit my
> e-mail address for contact purposes.
> Supposing my name is John Doe and the e-mail is john@hotmail.com, my
> e