Skip to main content
Dennis Williamson's user avatar
Dennis Williamson's user avatar
Dennis Williamson's user avatar
Dennis Williamson
  • Member for 15 years, 9 months
  • Last seen this week
22 votes
3 answers
1k views

Is there a tool to check a Perl script for unnecessary use statements?

12 votes
5 answers
1k views

Why is the result of this explicit cast different from the implicit one?

4 votes
3 answers
3k views

How can I validate both for integers and in a range in a ColdFusion form?

4 votes
1 answer
7k views

Counting entries in a list of dictionaries: for loop vs. list comprehension with map(itemgetter)

3 votes
3 answers
830 views

What is the best way to implement a 2D grid of radio buttons?

3 votes
4 answers
706 views

How can I search for simple if statements in C source code?

2 votes
4 answers
265 views

Does it make a difference in security whether a form POSTs to its own file or a different one?

2 votes
6 answers
2k views

Is something like ConfigParser appropriate for saving state (key, value) between runs?

2 votes
1 answer
217 views

Python string format function gives unexpected results when specifying precision

2 votes
2 answers
294 views

Multiple s/// commands in vim visual mode

2 votes
2 answers
733 views

Protect against null environment variables when using os.path.expandvars

2 votes
1 answer
104 views

"base" Keyword in LibreOffice Basic

2 votes
3 answers
356 views

How can I sort one key ascending, another descending without using $b (comparison) $a in Perl?

1 vote
1 answer
61 views

Assign the values from a list to hash elements

1 vote
2 answers
529 views

sscanf() causes link to fail when powl() is present