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


Groups > comp.lang.python > #56368

Re: HEX to ASCII

Path csiph.com!usenet.pasdenom.info!goblin1!goblin.stu.neva.ru!news.astraweb.com!border2.a.newsrouter.astraweb.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
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 OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'everybody,': 0.07; 'string': 0.09; 'converted': 0.09; 'forcing': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'mostly': 0.14; 'hex': 0.16; 'newlines': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'red,': 0.16; 'superfluous': 0.16; 'wrote:': 0.18; 'module': 0.19; '>>>': 0.22; 'spread': 0.22; 'header:User-Agent:1': 0.23; 'url:moin': 0.24; "i've": 0.25; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'forgot': 0.30; 'easier': 0.31; 'too.': 0.31; 'url:wiki': 0.31; 'another.': 0.31; 'context.': 0.31; 'volunteers': 0.31; 'another': 0.32; 'url:python': 0.33; 'something': 0.35; 'convert': 0.35; 'but': 0.35; 'vice': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'throughout': 0.37; 'to:addr:python-list': 0.38; 'quote': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'numbers': 0.61; "you're": 0.61; 'email addr:gmail.com': 0.63; 'life': 0.66; 'market': 0.66; 'price': 0.69; 'emails.': 0.78; 'yourself,': 0.95; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: HEX to ASCII
Date Tue, 08 Oct 2013 09:25:06 +0100
References <cb7a622a-18f7-4f7d-a5ca-d1e45d0ba426@googlegroups.com> <0d9d19ae-8cba-4429-9777-8631df9f6bab@googlegroups.com> <mailman.810.1381155402.18130.python-list@python.org> <d02f3f88-d6c5-4cb2-a3ab-aca0d43b0521@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host host-78-147-188-13.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0
In-Reply-To <d02f3f88-d6c5-4cb2-a3ab-aca0d43b0521@googlegroups.com>
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.838.1381220723.18130.python-list@python.org> (permalink)
Lines 36
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1381220723 news.xs4all.nl 16012 [2001:888:2000:d::a6]:40308
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:56368

Show key headers only | View raw


On 08/10/2013 09:13, markotaht@gmail.com wrote:
> esmaspäev, 7. oktoober 2013 17:16.29 UTC+3 kirjutas Mark Lawrence:
>> On 07/10/2013 14:54, markotaht@gmail.com wrote:
>>
>>> I forgot to tell. The teisendaja module that i have imported, is a number converter that allow to convert numbers from one base to another. i mostly use it for HEX to BIN and vice versa, but it supports other bases too.
>>
>> That's nice to know, but what has it got to do with the market price of
>> oranges in Timbuktu?  Or to put it another way, you're forcing
>> volunteers to go and find your original message as once again you don't
>> quote any context.  Please make life easier for everybody, including
>> yourself, by quoting something from the original.
>> Thanks in anticipation.
>>
>> --
>>
>> Roses are red,
>> Violets are blue,
>> Most poems rhyme,
>> But this one doesn't.
>> Mark Lawrence
> teisendaja module doesent matter. Only thing that matters about is that it returns a string with the converted number.
>

Actually another thing that matters is finding a technology that doesn't 
spread superfluous newlines throughout emails.  I've snipped them above. 
  Please take note of this 
https://wiki.python.org/moin/GoogleGroupsPython.  Thanks in aniticipation.

-- 
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.

Mark Lawrence

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


Thread

HEX to ASCII markotaht@gmail.com - 2013-10-06 12:07 -0700
  Re: HEX to ASCII Peter Otten <__peter__@web.de> - 2013-10-06 21:31 +0200
  Re: HEX to ASCII MRAB <python@mrabarnett.plus.com> - 2013-10-06 20:36 +0100
  Re: HEX to ASCII Piet van Oostrum <piet@vanoostrum.org> - 2013-10-06 21:27 -0400
    Re: HEX to ASCII markotaht@gmail.com - 2013-10-07 06:51 -0700
      Re: HEX to ASCII Piet van Oostrum <piet@vanoostrum.org> - 2013-10-07 11:52 -0400
        Re: HEX to ASCII markotaht@gmail.com - 2013-10-08 01:12 -0700
  Re: HEX to ASCII markotaht@gmail.com - 2013-10-07 06:54 -0700
    Re: HEX to ASCII Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-07 15:16 +0100
      Re: HEX to ASCII markotaht@gmail.com - 2013-10-08 01:13 -0700
        Re: HEX to ASCII Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-08 09:25 +0100

csiph-web