Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20360
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python': 0.08; 'decodes': 0.09; 'emulates': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'algorithm': 0.13; 'binary': 0.13; 'driver': 0.15; 'bieber': 0.16; 'email addr:ix.netcom.com': 0.16; 'email name:wlfraed': 0.16; 'from:addr:ix.netcom.com': 0.16; 'from:addr:wlfraed': 0.16; 'from:name:dennis lee bieber': 0.16; 'guessing': 0.16; 'message-id:@4ax.com': 0.16; 'received:wlfraed': 0.16; 'up:': 0.16; 'url:atvpdkikx0der': 0.16; 'url:netcom': 0.16; 'url:wlfraed': 0.16; 'wulfraed': 0.16; 'mon,': 0.16; 'wrote:': 0.18; 'received:166': 0.18; 'voting': 0.18; "haven't": 0.20; 'url:home': 0.21; 'input': 0.22; 'feb': 0.22; 'url:gp': 0.23; 'creating': 0.25; 'code': 0.26; "i'm": 0.28; 'posted': 0.29; 'url:amazon': 0.29; '(since': 0.30; 'url:product': 0.30; 'header:X -Complaints-To:1': 0.34; 'lee': 0.34; 'to:addr:python-list': 0.35; 'response': 0.36; 'received:org': 0.36; 'encoding': 0.37; 'keyboard': 0.37; 'charset:us-ascii': 0.37; 'some': 0.38; 'doing': 0.38; 'format': 0.38; 'mailing': 0.39; 'raw': 0.40; 'to:addr:python.org': 0.40; 'your': 0.61; 'offer': 0.71; 'dennis': 0.73; 'electronics': 0.82; 'atleast': 0.84; 'url:201': 0.84; 'barcode': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: (unknown) |
| Date | Mon, 13 Feb 2012 14:53:43 -0500 |
| References | <BAY171-W12118149655432CE49BD813AA7F0@phx.gbl> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | mobile-166-147-103-112.mycingular.net |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| 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.5773.1329162838.27778.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1329162838 news.xs4all.nl 6915 [2001:888:2000:d::a6]:55631 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:20360 |
Show key headers only | View raw
On Mon, 13 Feb 2012 19:15:45 +0000, roncy thomas
<roncythomas@hotmail.com> wrote:
>
>I'm doing a miniproject on electronics voting system.I require help
>for creating a code in python for coverting the barcode into binary digits.Or atleast an algorithm for the same..please Help..Reply to this mail id.
You posted to a mailing list/usenet newsgroup, your response will be
via the same system...
Since you haven't explained how you are obtaining the raw barcodes,
nor the encoding format used for them, etc., I offer up:
http://www.amazon.com/gp/product/B003OUQ174/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=486539851&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B000FTSMC4&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=0NVTXQAX85Q3WBFV8HDN
which directly decodes some 16 barcode formats (since no driver is
mentioned I'm guessing it emulates a keyboard with regards to input to
the computer).
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: (unknown) Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-02-13 14:53 -0500
csiph-web