F
Ferrous Cranus
Τη ΤÏίτη, 22 ΙανουαÏίου 2013 5:05:49 μ.μ. UTC+2, οχÏήστης Dave Angel ÎγÏαψε:
I cannot.
I don't even know yet if hashing needs to be used for what i need.
The only thing i know is that:
a) i only need to get a number out of string(being an absolute path)
b) That number needs to be unique, because "that" number is an indicator tothe actual html file.
Would you help me write this in python?
Why the hell
pin = int ( '/home/nikos/public_html/index.html' )
fails? because it has slashes in it?
I gave you every piece of that code in my last response. So you're not
willing to compose the line from the clues?
I cannot.
I don't even know yet if hashing needs to be used for what i need.
The only thing i know is that:
a) i only need to get a number out of string(being an absolute path)
b) That number needs to be unique, because "that" number is an indicator tothe actual html file.
Would you help me write this in python?
Why the hell
pin = int ( '/home/nikos/public_html/index.html' )
fails? because it has slashes in it?