Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

5 Posted Topics

Member Avatar for Insomaniacal

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] …

Member Avatar for jintujacob
0
265
Member Avatar for Insomaniacal

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 …

Member Avatar for crivion
0
123
Member Avatar for smith78

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.

Member Avatar for sanjeevarao
0
249
Member Avatar for lebron

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.

Member Avatar for TrustyTony
0
172
Member Avatar for Hummdis

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 …

Member Avatar for Hummdis
0
387

The End.