conny

476
Reputation
75 views

Registered User

Name conny
Member for 1 year
Seen 22 hours ago
Website
Location SE
Age
23h
comment How to retain array in javascript?
Oh come on. That's like saying "you should do the right thing" without saying what the right thing is.
Nov
25
comment what are the biggest hurdles to overcome from being a desktop programmer to a web programmer?
LOL desktop programmer, that's a great term! They generally weigh more than the laptop programmers I assume :-D
Nov
25
comment Do you actually remember all of the different ways to progam via many API’s
If I had enough rep I would tag this [subjective]. Interesting question though.
Nov
17
comment AJAX code not able to call a .php file.
..and/or pop open the javascript console of your browser and tell us if there's an error message there.
Nov
11
comment MLS - How is differ two MLS Data get from RETS server?
I would suggest that you start by better tagging your quesion - why not "mls" for example...
Nov
11
answered Version number comparison
Nov
4
comment Bioinformatics: job opportunities?
...and the last two bullets in that list probably comprise another very practical and relevant area: lab asset management!
Oct
23
answered How to call a function inside itself?
Oct
23
comment Perl equivalent of (Python-) list comprehension
Hmm. In hindsight that does sound quite ambiguous. I guess that by "I want the keys" I referred to "I want them - so that I can filter them out" but the question that got answered was the right one: how to do pick certain stuff out of a collection in a one liner. Sorry :)
Sep
28
awarded  Yearling
Sep
21
comment Use preg_match to find if string contains script-tags
The question simply says "string", which does not necessarily imply that there is a document structure...
Jul
28
comment Useful code which uses reduce() in python
Why did you append the ", 0" in the last example? To be able to handle the eventuality of an empty list, or are there other reasons?
Jul
28
comment Useful code which uses reduce() in python
Great question, I'm learning a lot here from reading the comments :o)
Jul
15
accepted Internet Explorer ignoring my cookies
Jul
13
awarded  Scholar
Jul
13
comment Perl equivalent of (Python-) list comprehension
Yeah the two proposed solutions are very similar, but I think the note about undef was helpful, so I'll go with the majority vote. Thanks, all!
Jul
11
comment Can I use named groups in a Perl regex to get the results in a hash?
For search engine findability: named groups are sometimes also referred to as "symbolic group names".
Jul
10
awarded  Student
Jul
10
asked Perl equivalent of (Python-) list comprehension
Jun
23
comment Django stops printing to stdout
What is the python version you're using?
Jun
23
comment Internet Explorer ignoring my cookies
I assumed that there would be a question about IE and two-letter domains on S.O. already, but in that case I wasn't able to find it.
Jun
23
answered Internet Explorer ignoring my cookies
Jun
6
comment Remove the space between checkboxes
This could be a pretty tough question to answer because of differences between web browsers - I say could because you have provided quite little information about your context, say: * what browser are you using? * what doctype declaration did you use? * ...is the page rendering in quirks mode? * are you striving for cross browser compatibility?
Jun
3
comment Benefit of installing Django from .deb versus .tar.gz?
That's not right: Debian 5.0 shipped with Django 1.0.2 (packages.debian.org/lenny/python-django).