Ignacio Vazquez-Abrams

less info
236,128 reputation
19280479
bio website
location
age
visits member for 4 years, 8 months
seen 5 hours ago
stats profile views 21,817

2d
answered How to surface a value for more than one row in MySQL
2d
comment How to search subdirectories for .c files and compile them (shell scripting)
... Compile them all together into a single object?
2d
comment begin end or brackets for bash?
Scoping can be achieved with a subshell, and command grouping can be used to pipe many bits of output into a single command invocation. { foo ; bar ; } | baz
2d
answered begin end or brackets for bash?
2d
answered CentOS 6 - libstdc++ no such file or directory?
2d
answered How to check the SQL query result for specfic data while using Python+CGI+SQLite3?
2d
comment CentOS 6 - libstdc++ no such file or directory?
en.wikipedia.org/wiki/File_%28command%29 en.wikipedia.org/wiki/Ldd_%28Unix%29
2d
comment CentOS 6 - libstdc++ no such file or directory?
file and ldd say...?
2d
comment Tracing an ignored exception in Python?
"wxWidgets" Uh oh, expect stuff to go away when you don't expect it unless you do more work.
2d
comment Pagination vs Load More?
The sort of data being presented is important in determining the solution.
2d
answered Can I get to the object of a property if I have a reference to the property only?
2d
comment How to fix json indentation in vim?
Have you tried looking at the source of the plugins?
2d
comment Python Unicode Handling Errors - How To Simply Remove Unicode
@JeffTratner: That doesn't "resolve" it, that just, well... ignores it.
2d
answered Python Unicode Handling Errors - How To Simply Remove Unicode
2d
answered Using a different way to get data from URL without GET function
2d
comment I need a way to edit a string
What's wrong with using str{,n}{cpy,cat}()?
2d
comment What's does this c++ code mean?
Which part are you having trouble with?
2d
awarded  Enlightened
2d
comment Regex for verifying content between tags in XML
For one, you're using a regex against raw XML. Use XPath to extract the value first.
2d
comment there is something wrong with sql query
I doubt the second works.