Ignacio Vazquez-Abrams

less info
237,323 reputation
20286485
bio website
location
age
visits member for 4 years, 8 months
seen 4 mins ago
stats profile views 21,988

1d
comment Echo never display blank text content from mysql
Error log says...?
1d
awarded  Nice Answer
2d
comment Multi argument constructor in Jython
Of course not. Importing doesn't work like that in Python.
2d
comment Multi argument constructor in Jython
Beach is the module you've imported.
2d
comment Multi argument constructor in Jython
Probably in Beach.Beach, with your class.
2d
answered What is the difference of lifetimes of compound types and scalar types?
2d
awarded  shell
2d
comment Define a function that takes a dictionary as an argument,prints names of all students whose grade is at least 15% above the average of the class
Did not show work: 5 hour penalty.
2d
answered which octal value marks the start of a program in ubuntu/why?
2d
revised Python: load variables in a dict into namespace
added 177 characters in body
May
22
comment Why Directory for postgres user does not appear inside the HOME directory in linux with other users?
There is no password by default for the postgres user; one must intentionally "break" their system to provide one for login. Normally it is only ever used via su from root.
May
22
comment Redirection to 404 pages with .htaccess
Does your SEO use path info?
May
22
comment Redirection to 404 pages with .htaccess
Yes. You will not be able to use path info with any scripts.
May
22
comment Linux DNS server change
Why aren't you using DHCP to assign the DNS server?
May
22
answered Redirection to 404 pages with .htaccess
May
22
comment Slimming down a function
No need for the ternary.
May
22
comment how to send file to printer on centos using php 5.2.4
You mean a printer on the server side?
May
22
answered List of list to string
May
22
comment Convert exponentials and rounding numbers in BASH
Bash doesn't do decimals.
May
22
answered Python: how to “kill” a class instance/object?