Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'paths': 0.05; 'lookup': 0.09; 'page)': 0.09; 'path)': 0.09; 'path.': 0.09; 'subject:method': 0.09; 'subject:number': 0.09; 'subject:string': 0.09; 'subject:using': 0.09; '*never*': 0.16; '4-digit': 0.16; 'great!': 0.16; 'subject:Converting': 0.16; 'string': 0.17; 'integer': 0.17; 'requests': 0.18; 'to:name:python- list@python.org': 0.20; 'absolute': 0.23; 'script': 0.24; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; '(which': 0.26; 'actual': 0.28; 'convert': 0.29; 'file': 0.32; 'to:addr:python-list': 0.33; 'involving': 0.35; 'path': 0.35; 'really': 0.36; 'but': 0.36; 'received:71': 0.36; 'charset:us-ascii': 0.36; 'turn': 0.36; 'skip:4 10': 0.37; 'subject:: ': 0.38; 'store': 0.38; 'some': 0.38; 'received:10': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'kind': 0.61; 'back': 0.62; 'dont': 0.64; 'guaranteed': 0.76; 'unique.': 0.84; 'defeat': 0.91; 'technically': 0.91 From: "Leonard, Arah" To: "python-list@python.org" Subject: RE: Converting a string to a number by using INT (no hash method) Thread-Topic: Converting a string to a number by using INT (no hash method) Thread-Index: AQHN+LzHYr2tqWSCJEWWm4AMJlVPbJhViHbg Date: Tue, 22 Jan 2013 16:27:32 +0000 References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.73.1.96] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 22 Jan 2013 16:27:33.0173 (UTC) FILETIME=[617D6E50:01CDF8BD] X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358872054 news.xs4all.nl 6902 [2001:888:2000:d::a6]:46399 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37301 > I just need a way to CONVERT a string(absolute path) to a 4-digit unique = number with INT!!! That's all i want!! But i cannot make it work :( >=20 > And the best part is that "that" number must be able to turn back into a = path. >=20 > This way i DON'T EVEN HAVE TO STORE THE ACTUAL HTML PAGE'S ABSOLUTE PATH!= !!! >=20 > 1. User requests a specific html page( .htaccess gives my script the abso= lute path for that .html page) 2. I turn the path into a 4-digitnumber 3. i= store that number to the database. I DONT EVEN HAVE TO STORE THE PATH TO T= HE DATABASE ANYMORE!!! this is just great! Without involving some kind of lookup table/map service to store the paths = (which would entirely defeat the purpose) what you are ranting about is tec= hnically impossible. If you tried really really hard you *might* be able t= o convert a string that long into some kind of 4-digit integer checksum, bu= t you would *never* be able to convert that back into a file path. Nor wou= ld it be guaranteed to be unique.