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


Groups > comp.lang.python > #105682

Re: [OT'ish] Is there a list as good as this for Javascript

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Ben Finney <ben+python@benfinney.id.au>
Newsgroups comp.lang.python
Subject Re: [OT'ish] Is there a list as good as this for Javascript
Date Fri, 25 Mar 2016 12:41:37 +1100
Lines 17
Message-ID <mailman.0.1458891479.28225.python-list@python.org> (permalink)
References <3n0esc-r3p.ln1@esprimo.zbmc.eu> <nd1n9t$8ub$1@reader1.panix.com> <945esc-qkp.ln1@esprimo.zbmc.eu> <nd1pt9$ea2$1@ger.gmane.org> <CAPTjJmoj_v75Wm4QEjqgBxZUHVuODQQ4K-+rc98tOLrQJLeOcA@mail.gmail.com> <nd1rfb$34t$1@ger.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de gh+SYUMEvOVwLW6i7gQIUwtD6wf5cTkX/ZtwCplchQqg==
Cancel-Lock sha1:pzLTz6YMTlQm8BcmLMLaIzISyrU=
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.219
X-Spam-Level **
X-Spam-Evidence '*H*': 0.74; '*S*': 0.18; 'subject:: [': 0.03; 'behave': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'conditional': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:Javascript': 0.16; 'community,': 0.18; 'subject:] ': 0.19; 'lawrence': 0.22; 'header:User-Agent:1': 0.26; 'subject:list': 0.26; 'header:X-Complaints-To:1': 0.26; 'behaviour': 0.29; 'that.': 0.30; "i'll": 0.33; 'label': 0.35; 'others.': 0.36; 'to:addr:python-list': 0.36; 'say': 0.37; 'received:org': 0.37; 'to:addr:python.org': 0.40; 'mark': 0.40; 'no.': 0.62; 'show': 0.62; 'face': 0.64; 'subject:there': 0.66; 'subject': 0.70; '_o__)': 0.84; 'horrible': 0.84; 'idiot,': 0.84; 'loose': 0.84; 'received:125': 0.84; 'stop,': 0.84; 'subject:good': 0.84; '\xe2\x80\x9csome': 0.84; 'subject:this': 0.85; 'attitude': 0.91; 'sellers': 0.91; 'comedy': 0.93; 'refuse': 0.93
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host jigong.madmonks.org
X-Public-Key-ID 0xAC128405
X-Public-Key-Fingerprint 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405
X-Public-Key-URL http://www.benfinney.id.au/contact/bfinney-pubkey.asc
X-Post-From Ben Finney <bignose+hates-spam@benfinney.id.au>
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)
X-Mailman-Approved-At Fri, 25 Mar 2016 03:37:58 -0400
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
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>
Xref csiph.com comp.lang.python:105682

Show key headers only | View raw


Mark Lawrence <breamoreboy@yahoo.co.uk> writes:

> No.  While this idiot, BartC, is let loose on this forum, I'll say
> what I like.

That is the attitude of a petulant schoolyard bully. Stop, please. You
are to behave well in this community, and this is not conditional on the
behaviour of others.

You are better that that. Please continue to show it.

-- 
 \      “Some forms of reality are so horrible we refuse to face them, |
  `\     unless we are trapped into it by comedy. To label any subject |
_o__)        unsuitable for comedy is to admit defeat.” —Peter Sellers |
Ben Finney

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


Thread

[OT'ish] Is there a list as good as this for Javascript cl@isbd.net - 2016-03-24 20:53 +0000
  Re: [OT'ish] Is there a list as good as this for Javascript Grant Edwards <invalid@invalid.invalid> - 2016-03-24 21:47 +0000
    Re: [OT'ish] Is there a list as good as this for Javascript cl@isbd.net - 2016-03-24 22:08 +0000
      Re: [OT'ish] Is there a list as good as this for Javascript Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-24 22:31 +0000
        Re: [OT'ish] Is there a list as good as this for Javascript cl@isbd.net - 2016-03-24 22:45 +0000
          Re: [OT'ish] Is there a list as good as this for Javascript Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-24 23:06 +0000
            Re: [OT'ish] Is there a list as good as this for Javascript Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-25 22:19 +0100
          Re: [OT'ish] Is there a list as good as this for Javascript Joel Goldstick <joel.goldstick@gmail.com> - 2016-03-24 19:09 -0400
      Re: [OT'ish] Is there a list as good as this for Javascript Chris Angelico <rosuav@gmail.com> - 2016-03-25 09:49 +1100
      Re: [OT'ish] Is there a list as good as this for Javascript Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-24 22:58 +0000
      Re: [OT'ish] Is there a list as good as this for Javascript Ian Kelly <ian.g.kelly@gmail.com> - 2016-03-24 17:33 -0600
      Re: [OT'ish] Is there a list as good as this for Javascript Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-24 23:46 +0000
        Re: [OT'ish] Is there a list as good as this for Javascript Ned Batchelder <ned@nedbatchelder.com> - 2016-03-24 17:38 -0700
          Negative responses (Re: [OT'ish] Is there a list) Rustom Mody <rustompmody@gmail.com> - 2016-03-24 21:10 -0700
        Re: [OT'ish] Is there a list as good as this for Javascript alister <alister.ware@ntlworld.com> - 2016-03-25 11:05 +0000
      Re: [OT'ish] Is there a list as good as this for Javascript Ben Finney <ben+python@benfinney.id.au> - 2016-03-25 12:41 +1100
  Re: [OT'ish] Is there a list as good as this for Javascript Larry Martell <larry.martell@gmail.com> - 2016-03-24 20:25 -0400
    Re: [OT'ish] Is there a list as good as this for Javascript cl@isbd.net - 2016-03-25 09:05 +0000
  Re: [OT'ish] Is there a list as good as this for Javascript Cousin Stanley <cousinstanley@gmail.com> - 2016-03-25 10:58 -0700
    Re: [OT'ish] Is there a list as good as this for Javascript Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-03-25 19:26 +0000
  Re: [OT'ish] Is there a list as good as this for Javascript Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-25 22:17 +0100
    Re: [OT'ish] Is there a list as good as this for Javascript Ned Batchelder <ned@nedbatchelder.com> - 2016-03-25 16:36 -0700
      Re: [OT'ish] Is there a list as good as this for Javascript Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-26 02:36 +0100
        Re: [OT'ish] Is there a list as good as this for Javascript Chris Angelico <rosuav@gmail.com> - 2016-03-26 14:16 +1100
          Re: [OT'ish] Is there a list as good as this for Javascript Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-26 04:37 +0100
            Re: [OT'ish] Is there a list as good as this for Javascript Chris Angelico <rosuav@gmail.com> - 2016-03-26 15:24 +1100
              Re: [OT'ish] Is there a list as good as this for Javascript Rustom Mody <rustompmody@gmail.com> - 2016-03-25 22:10 -0700
            Re: [OT'ish] Is there a list as good as this for Javascript Ned Batchelder <ned@nedbatchelder.com> - 2016-03-26 04:37 -0700
              Re: [OT'ish] Is there a list as good as this for Javascript Larry Martell <larry.martell@gmail.com> - 2016-03-26 07:52 -0400
              Re: [OT'ish] Is there a list as good as this for Javascript Gene Heskett <gheskett@wdtv.com> - 2016-03-26 11:31 -0400
              Re: [OT'ish] Is there a list as good as this for Javascript Larry Martell <larry.martell@gmail.com> - 2016-03-26 11:35 -0400
              Re: [OT'ish] Is there a list as good as this for Javascript Michael Torrie <torriem@gmail.com> - 2016-03-26 11:49 -0600
              Re: [OT'ish] Is there a list as good as this for Javascript Michael Torrie <torriem@gmail.com> - 2016-03-26 12:01 -0600
        Re: [OT'ish] Is there a list as good as this for Javascript Cameron Simpson <cs@zip.com.au> - 2016-03-27 09:01 +1100
      Re: [OT'ish] Is there a list as good as this for Javascript cl@isbd.net - 2016-03-26 14:01 +0000
    Re: [OT'ish] Is there a list as good as this for Javascript Steven D'Aprano <steve@pearwood.info> - 2016-03-26 13:14 +1100
    Re: [OT'ish] Is there a list as good as this for Javascript cl@isbd.net - 2016-03-26 13:59 +0000
  Re: [OT'ish] Is there a list as good as this for Javascript Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-26 14:38 +0000
    Re: [OT'ish] Is there a list as good as this for Javascript Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-26 18:58 +0100
  Re: [OT'ish] Is there a list as good as this for Javascript Gene Heskett <gheskett@wdtv.com> - 2016-03-26 12:06 -0400
    Re: [OT'ish] Is there a list as good as this for Javascript Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-03-27 17:05 +1300
      Re: [OT'ish] Is there a list as good as this for Javascript Chris Angelico <rosuav@gmail.com> - 2016-03-27 15:16 +1100

csiph-web