Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28219 > unrolled thread
| Started by | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| First post | 2012-09-01 15:56 -0400 |
| Last post | 2012-09-01 15:56 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: to know binary Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-01 15:56 -0400
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2012-09-01 15:56 -0400 |
| Subject | Re: to know binary |
| Message-ID | <mailman.38.1346529388.27098.python-list@python.org> |
On Sat, 01 Sep 2012 06:21:35 +0200, Laszlo Nagy <gandalf@shopzeus.com>
declaimed the following in gmane.comp.python.general:
> At offset zero (000000): chr(0x31) + chr(0x32)+ chr(0x33)+ chr(0x33)+
> chr(0x0a) = '1'+'2'+'3'+'4'+'.' = '1234.'
Well... actually the "." is a placeholder for an otherwise
non-printable character (printing the line-feed character would ruin the
layout of the dump listing)
The rest of your comments I agree with -- this is general
introduction to computing stuff crossed with operating system
utilities... Nothing to do with /programming/ in any language.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to top | Article view | comp.lang.python
csiph-web