No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi everyone. I'm having a little bit of trouble getting a piece of code to work correctly here. Here is the code. [CODE]] filename = "./" + `random.randrange(0,9999999999999999999999999999999999)` + ".txt" f = open(filename, 'w') f.write(`data`) f.close f = open(filename,'rb') ftp = FTP('ftphost.com') time.sleep(5) ftp.login('user,pass') time.sleep(5) ftp.storbinary('STOR `filename`', f ) [/CODE] …
What do you guys think? I have a ATI Radeon Xpress 1150 in my Laptop. I know in the newer versions of Ubuntu and such, you can no longer use the proprietary driver, which I remember to be fairly good, when it worked at all. However, I know you can …
You need at least two partitions on your hard drive. During the Linux installation process, it will allow you to choose where you want to install Linux to. Select the empty partition you created, and you're all done.
Should the pyramid be counting down? Like this: 10 987 654321 Or just a pyramid shape be created from numbers/letters? This doesn't seem too hard either way, I'll try to cook something up, though I personally probably wouldn't use ranges.
Couldn't you have the javascript encode the password in whatever encryption you want (SHA2/MD5/Whatever), and put that hash in a txt file in a secure area of the server? Then have a python thread constantly check that file for data. If it finds any, it checks if it's the correct …
The End.
Insomaniacal