1,408 reputation
49
bio website
location
age
visits member for 2 years, 4 months
seen May 13 at 3:40
stats profile views 39
print "Hello World!"

<?php
    echo "Hello World!";
?>

#!/bin/bash          
echo "Hello World!"

#include <stdio.h>
main()
{
    printf("Hello World!");
}

May
13
awarded  Critic
Apr
17
awarded  Enlightened
Apr
17
awarded  Nice Answer
Jan
22
awarded  Yearling
Aug
24
awarded  Student
Aug
4
comment Python Mechanize.Browser.Open(url) Status Code
I have actually used the code property before for some of my projects, but it does not show up when I call dir(response). Good topic for another question though.
Aug
4
answered Python Mechanize.Browser.Open(url) Status Code
Jul
23
comment Check if a directory exists in a zip file with Python
Try printing the namelist() of your .zip file to make sure your directory is formatted correctly.
Jul
23
answered Check if a directory exists in a zip file with Python
Jul
23
comment What basic tools used in web development
Use Aptana Studio. It's made for web development and can be installed as a plugin for Eclipse or as a standalone application.
Jul
15
revised Magento: Funny URL
improved formatting
Jul
15
answered Magento: Funny URL
Jun
15
answered Installing Spynner on Python on Windows XP
Jun
15
comment wget not working
@learn4living, To download multiple URLs in a single wget command, I usually do wget -U Mozilla/5.0 "http://www.example.com/file1.zip" "http://www.example.com/file2.zip"
Jun
15
answered wget not working
Jun
8
awarded  Caucus
May
28
comment Manual wp_install() difficulties
@Eli I got this to install inside of the function.
Apr
20
answered Pylint disable all warnings for a file
Apr
16
comment XML to MYSQL Using Python
I changed the code above to filter the IDs.
Apr
16
revised XML to MYSQL Using Python
Edited for comment request