Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76162

Re: Captcha identify

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.038
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'stealing': 0.09; 'cc:addr :python-list': 0.11; 'itself.': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'happy,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'aug': 0.22; 'coding': 0.22; 'cc:addr:python.org': 0.22; 'guys': 0.24; 'software.': 0.24; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'getting': 0.31; '13,': 0.31; 'this.': 0.32; 'something': 0.35; 'received:google.com': 0.35; 'step': 0.37; 'ahead': 0.38; 'solve': 0.60; 'break': 0.61; "you're": 0.61; 'such': 0.63; 'here': 0.66; 'to:none': 0.92
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=IgQyvyyfs4+XpyCkeZfBNGUSWmgV/C/j1uTZEmTVJHk=; b=mq/vDALPMdccMFWqqKIiKMNaSGulCk2jj9LY0tMZeLxpzqjvhpY7IHO7RQCfy6YVkv uttszzWEOt94QaM0r+ryjlcwm4bbqbBY4HLAqUolOzrvyieYIKi2qb5tVJPyv3JHA3RZ xh/Iw1nOXaVSA419vC9sHjxqtwg6uwbA/Z+M3x8WFh39z5anGbyBCQfeifgKJ2ERKith jymV4TI7mWOeO+j2F2ukemEjvvCFkVbgq4Ds3aeYlZFlTZO326acyLByDgOKQgkqH2mr HQYhIxSjtnbQuPPQnIqpPGPjZLj+xfvmoVx0mS2BleXrmjkvd++23eAD1SSXojTOsI5l 46zQ==
MIME-Version 1.0
X-Received by 10.43.129.74 with SMTP id hh10mr2721607icc.48.1407894409014; Tue, 12 Aug 2014 18:46:49 -0700 (PDT)
In-Reply-To <376a239c-77e8-4e0e-9300-847dfa8a8547@googlegroups.com>
References <8c2e4bc2-4f46-4a68-83ed-469fe171de3a@googlegroups.com> <mailman.12884.1407848347.18130.python-list@python.org> <2320baf0-e097-4d67-97c1-dd37ca79fffb@googlegroups.com> <mailman.12887.1407856051.18130.python-list@python.org> <lsdce7$94t$1@dont-email.me> <mailman.12889.1407858847.18130.python-list@python.org> <376a239c-77e8-4e0e-9300-847dfa8a8547@googlegroups.com>
Date Wed, 13 Aug 2014 11:46:48 +1000
Subject Re: Captcha identify
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.12904.1407894418.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1407894418 news.xs4all.nl 2839 [2001:888:2000:d::a6]:53504
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:76162

Show key headers only | View raw


On Wed, Aug 13, 2014 at 11:36 AM, Wesley <nispray@gmail.com> wrote:
> If my questions make you guys not so happy, I am sorry and please just ignore.
> I just wanna a general suggestion here in the beginning.
> Why I need to write such program is just having such requirements, and has nothing to do with the coding work itself. Don't say something to prove you're so noble.

The general suggestion you're getting is: Do not do this. Many of us
here use CAPTCHAs and spend time keeping one step ahead of those who
try to break them with software. By writing something to solve
CAPTCHAs, you would be stealing time from those people. Don't do it.

Am I sufficiently clear?

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Captcha identify Wesley <nispray@gmail.com> - 2014-08-12 00:04 -0700
  Re: Captcha identify Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-08-12 08:59 -0400
    Re: Captcha identify Wesley <nispray@gmail.com> - 2014-08-12 07:57 -0700
      Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-13 01:06 +1000
        Re: Captcha identify Denis McMahon <denismfmcmahon@gmail.com> - 2014-08-12 15:38 +0000
          Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-13 01:54 +1000
            Re: Captcha identify Wesley <nispray@gmail.com> - 2014-08-12 18:36 -0700
              Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-13 11:46 +1000
              Re: Captcha identify Ben Finney <ben+python@benfinney.id.au> - 2014-08-13 11:54 +1000
              Re: Captcha identify Rob Gaddi <rgaddi@technologyhighland.invalid> - 2014-08-13 09:28 -0700
                Re: Captcha identify Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-08-14 03:52 +1000
                Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-14 04:21 +1000
              Re: Captcha identify "Eric S. Johansson" <esj@harvee.org> - 2014-08-13 07:39 -0400
                Re: Captcha identify alister <alister.nospam.ware@ntlworld.com> - 2014-08-14 11:42 +0000
                Re: Captcha identify Denis McMahon <denismfmcmahon@gmail.com> - 2014-08-14 23:19 +0000
                Re: Captcha identify "Eric S. Johansson" <esj@harvee.org> - 2014-08-15 13:18 -0400
                Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-16 03:30 +1000
              Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-14 05:27 +1000
              Re: Captcha identify Chris Kaynor <ckaynor@zindagigames.com> - 2014-08-13 12:24 -0700
              Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-14 05:43 +1000
              Re: Captcha identify Joel Goldstick <joel.goldstick@gmail.com> - 2014-08-13 15:44 -0400
              Re: Captcha identify Skip Montanaro <skip@pobox.com> - 2014-08-13 14:55 -0500
              Re: Captcha identify Tim Chase <python.list@tim.thechases.com> - 2014-08-13 15:01 -0500
              Re: Captcha identify Ian Kelly <ian.g.kelly@gmail.com> - 2014-08-13 14:16 -0600
                Re: Captcha identify Peter Pearson <ppearson@nowhere.invalid> - 2014-08-14 18:37 +0000
                Re: Captcha identify Ian Kelly <ian.g.kelly@gmail.com> - 2014-08-14 13:42 -0600
                Re: Captcha identify "Eric S. Johansson" <esj@harvee.org> - 2014-08-14 15:43 -0400
                Re: Captcha identify alex23 <wuwei23@gmail.com> - 2014-08-15 17:03 +1000
                Re: Captcha identify Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-15 09:14 +0100
                Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-15 08:22 +1000
              Re: Captcha identify "Eric S. Johansson" <esj@harvee.org> - 2014-08-13 16:42 -0400
              Re: Captcha identify Ian Kelly <ian.g.kelly@gmail.com> - 2014-08-13 14:18 -0600
              Re: Captcha identify Chris Angelico <rosuav@gmail.com> - 2014-08-14 09:13 +1000
              Re: Captcha identify Denis McMahon <denismfmcmahon@gmail.com> - 2014-08-14 23:15 +0000
                Re: Captcha identify Ben Finney <ben+python@benfinney.id.au> - 2014-08-15 13:23 +1000
              Re: Captcha identify Michael Torrie <torriem@gmail.com> - 2014-08-15 09:20 -0600
  Re: Captcha identify Denis McMahon <denismfmcmahon@gmail.com> - 2014-08-12 13:51 +0000

csiph-web