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
~1K People Reached
Favorite Tags
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
236
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
104
Member Avatar for smith78

Hi Friends, I am so tried ti dual boot in my system . i m using windows xp but i m installed new opreating system linux. but i m not installed linux in my system. mu pc configuration. intel chipset dual core. 1gb ram 320 gb hdd pls give me …

Member Avatar for sanjeevarao
0
210
Member Avatar for lebron

I have something to share with you guys if you can help me out.. Here is an algorithm to print out a pyramid of numbers: [I][B]define totalRows to be how many rows define columnWidth to be how many characters in each column for currentRow in range 0 up to (but …

Member Avatar for TrustyTony
0
155
Member Avatar for Hummdis

I'm using Python and the Python CGI module to do some web development for a system's administrative access page. The problem I have is that the current features allow you to reboot the system, power off the system and stop/start/restart system services. The system is very limited in what's running …

Member Avatar for Hummdis
0
367