sundar

819
Reputation
121 views

Registered User

Name sundar
Member for 1 year
Seen 6 hours ago
Website
Location IN
Age 22
Nov
18
awarded  Taxonomist
Nov
12
asked SELECT (* - some_columns) FROM TABLE in SQL
Nov
8
asked How to import an already checked out svn repository into Eclipse?
Nov
6
comment How do I make Python pick the correct module without manually modifying sys.path?
But this would create the problem of keeping the two environments in sync isn't it? Also, I see that I can make virtual-env not see the global site-packages, but this is not what I want - what I need is to have my modules override the global ones whenever there is a conflict, and otherwise pick them. Is this possible?
Nov
5
revised How do I make Python pick the correct module without manually modifying sys.path?
Added directory details as per NicDumz's request
Nov
5
comment How do I make Python pick the correct module without manually modifying sys.path?
Unfortunately, PYTHONSTARTUP is apparently not picked up when Python interpreter is run non-interactively. Is there a way to run a script (along with its commandline arguments) from within the interactive interpreter? If so, this solution would work for me.
Nov
5
asked How do I make Python pick the correct module without manually modifying sys.path?
Nov
4
comment How do you efficiently generate a list of K non-repeating integers between 0 and an upper bound N
Thanks for the authoritative answer. I have the same requirement, and this is the algo I'm planning to implement. Thanks again.
Oct
25
revised How can I count adjacent items in Perl?
edited tags
Oct
25
comment How can I count adjacent items in Perl?
Closed? That too "closed as not a real question"? Really? The way (s)he asked the question might not be clear, but I don't see any valid reason for closing here.
Oct
7
awarded  Popular Question
Sep
23
comment What are the dark corners of Vim your mom never told you about?
@OP: That was cunning. :)
Sep
23
comment What are the dark corners of Vim your mom never told you about?
How is ^M == Ctrl-F? Was that a typo?
Sep
23
comment What are the dark corners of Vim your mom never told you about?
@Jeffrey: Thanks... @saffsd: That single difference is a great thing: Now I can pass lines to sed or awk and have it replaced with the processed output...
Sep
16
awarded  Yearling
Sep
15
comment What is your best programmer joke?
I knew both, now who am I? :-O
Sep
7
comment Unescaped “.” still matches when used in a negation group.
@dtsazza: I think that is his original problem - the question is about why an unescaped period works, and Avi gave the answer for it.
Sep
7
comment Unescaped “.” still matches when used in a negation group.
Kurley, I think you're missing Michael Borgwardt's point: you use [^\\s.]* in the code, but [\s.]* without the ^ in the text above it. I think it's a typo in the text, please correct it as it is causing a lot of confusion.
Sep
7
comment gotchas where Numpy differs from straight python ?
Could you explain how the numpy array ends up being so?
Sep
1
comment How do I indent multiple lines quickly in vi?
To indent the selection multiple times, you can simply press . to repeat the previous command.
Jul
15
asked In Perl, how can I find out if my file is being used as a module or run as a script?
Jun
9
awarded  Tumbleweed