Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27008
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:file': 0.07; 'subject:How': 0.09; 'useless': 0.09; 'aug': 0.13; 'value.': 0.15; 'weird': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mark,': 0.16; 'wrote:': 0.17; 'tend': 0.17; 'sort': 0.21; 'received:209.85.214.174': 0.21; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'strongly': 0.27; 'message- id:@mail.gmail.com': 0.27; 'case,': 0.29; 'code': 0.31; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'received:209.85': 0.35; 'list.': 0.35; 'problems': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'nothing': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'more': 0.63; '9:00': 0.91 |
| 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:to :content-type; bh=Zgb33oQOfpXQjK4Fdij4ApbIiew0vy89CeoHESTduH4=; b=m/ivirtXqFW7/7W2FKAKyEknBOxzwqyxVkxQvci/cvoFNiyjy3REtdltDTOE3r205k qherZ8dyc0q/Lix9fUXOIJ39sMmCpwcOVGPnKU8JmQ0yPwcdMBvaNPO5P7UbjMF/cVSt KN3WvOx5Ti6xF0RmFT/Jn3UKPMoYFPbSkCQcG5L732MMfJKSNNKY77A3gFaxcb7xVeYd QgrpUSFdtHYrSXt9yzuGwZ5oT0rkuAxi2jx7uZzBWEf2/HMQrbJCMV7DfHMoaJYGV8Pu cdNZ7zEIxGjcJfve8oN7a5vhnqCcIYaBn2VYJh5Ckfh1x5rlmQ+/TBiYuckZ/8+K7qeY BTdQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <1dfacec7-f101-4206-9f97-745739c62c91@y1g2000vbx.googlegroups.com> |
| References | <5f8605fd-f2b6-4673-9c98-72c111cfd050@googlegroups.com> <mailman.3227.1344861920.4697.python-list@python.org> <1dfacec7-f101-4206-9f97-745739c62c91@y1g2000vbx.googlegroups.com> |
| Date | Tue, 14 Aug 2012 09:52:41 +1000 |
| Subject | Re: How to uncompress a VOB file? (Win XP) |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3244.1344901965.4697.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1344901965 news.xs4all.nl 6842 [2001:888:2000:d::a6]:47006 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:27008 |
Show key headers only | View raw
On Tue, Aug 14, 2012 at 9:00 AM, Xantipius <rt5@bk.ru> wrote: > Mark, in regard your last remark: > it's just a recreation for me. Nothing more in it. > I like to put some weird and useless problems before myself. In that case, I strongly recommend that you write some code instead of throwing zero-effort questions onto a mailing list. Though this sort of request does tend to have amusement value. Thanks Ben! ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to uncompress a VOB file? (Win XP) Xantipius <rt5@bk.ru> - 2012-08-13 03:18 -0700
Re: How to uncompress a VOB file? (Win XP) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-13 10:52 +0000
Re: How to uncompress a VOB file? (Win XP) Ben Finney <ben+python@benfinney.id.au> - 2012-08-13 21:45 +1000
Re: How to uncompress a VOB file? (Win XP) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-13 13:40 +0100
Re: How to uncompress a VOB file? (Win XP) Xantipius <rt5@bk.ru> - 2012-08-13 16:00 -0700
Re: How to uncompress a VOB file? (Win XP) Chris Angelico <rosuav@gmail.com> - 2012-08-14 09:52 +1000
Re: How to uncompress a VOB file? (Win XP) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-14 01:34 +0100
Re: How to uncompress a VOB file? (Win XP) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-14 03:00 +0000
Re: How to uncompress a VOB file? (Win XP) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-14 12:38 +0100
Re: How to uncompress a VOB file? (Win XP) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-14 12:44 +0000
Re: How to uncompress a VOB file? (Win XP) Ben Finney <ben+python@benfinney.id.au> - 2012-08-15 13:31 +1000
Re: How to uncompress a VOB file? (Win XP) Chris Angelico <rosuav@gmail.com> - 2012-08-15 13:43 +1000
[OT] Posting under ones full name (was: How to uncompress a VOB file? (Win XP)) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2012-08-14 23:12 +0200
Re: [OT] Posting under ones full name (was: How to uncompress a VOB file? (Win XP)) Chris Angelico <rosuav@gmail.com> - 2012-08-15 07:46 +1000
Re: [OT] Posting under ones full name (was: How to uncompress a VOB file? (Win XP)) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-14 23:55 +0000
Re: [OT] Posting under ones full name (was: How to uncompress a VOB file? (Win XP)) Chris Angelico <rosuav@gmail.com> - 2012-08-15 11:44 +1000
Re: [OT] Posting under ones full name (was: How to uncompress a VOB file? (Win XP)) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-15 03:43 +0000
Re: [OT] Posting under ones full name (was: How to uncompress a VOB file? (Win XP)) Chris Angelico <rosuav@gmail.com> - 2012-08-15 14:07 +1000
Re: [OT] Posting under ones full name Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2012-08-15 04:06 +0200
Re: [OT] Posting under ones full name Chris Angelico <rosuav@gmail.com> - 2012-08-15 13:16 +1000
Re: [OT] Posting under ones full name Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2012-08-15 13:54 +0200
Re: [OT] Posting under ones full name Chris Angelico <rosuav@gmail.com> - 2012-08-15 13:18 +1000
Re: [OT] Posting under ones full name Ben Finney <ben+python@benfinney.id.au> - 2012-08-15 13:56 +1000
Re: [OT] Posting under ones full name Chris Angelico <rosuav@gmail.com> - 2012-08-15 14:10 +1000
Re: [OT] Posting under ones full name Grant Edwards <invalid@invalid.invalid> - 2012-08-15 13:59 +0000
Re: [OT] Posting under ones full name Dan Sommers <dan@tombstonezero.net> - 2012-08-15 22:01 -0700
Re: [OT] Posting under ones full name Grant Edwards <invalid@invalid.invalid> - 2012-08-16 20:45 +0000
Re: [OT] Posting under ones full name Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-17 01:07 -0400
Re: [OT] Posting under ones full name Alex Strickland <sscc@mweb.co.za> - 2012-08-16 23:01 +0200
Re: [OT] Posting under ones full name Ian Kelly <ian.g.kelly@gmail.com> - 2012-08-15 01:28 -0600
Re: [OT] Posting under ones full name Chris Angelico <rosuav@gmail.com> - 2012-08-15 17:41 +1000
Re: [OT] Posting under ones full name Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-15 09:37 +0000
Re: [OT] Posting under ones full name (was: How to uncompress a VOB file? (Win XP)) Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-14 18:16 -0400
[OT] A short Usenet primer (was: How to uncompress a VOB file? (Win XP)) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2012-08-14 22:47 +0200
Re: How to uncompress a VOB file? (Win XP) PythonAB <python@rgbaz.eu> - 2012-08-13 15:42 +0200
Re: How to uncompress a VOB file? (Win XP) Miki Tebeka <miki.tebeka@gmail.com> - 2012-08-13 07:03 -0700
Re: How to uncompress a VOB file? (Win XP) Xantipius <rt5@bk.ru> - 2012-08-13 16:07 -0700
csiph-web