Skip to main content
The 2024 Developer Survey results are live! See the results
Adam Lindberg's user avatar
Adam Lindberg's user avatar
Adam Lindberg's user avatar
Adam Lindberg
Senior Software Developer
  • Member for 15 years, 11 months
  • Last seen more than a week ago
42 votes
3 answers
11k views

How can I get 'git status' to always use short format?

40 votes
6 answers
21k views

What is the simplest way to create an empty iterable using yield in Python?

37 votes
9 answers
33k views

How do I stop Tornado web server? [duplicate]

23 votes
3 answers
7k views

How to handle shell expansions in GNU Make under Ubuntu?

14 votes
2 answers
7k views

In Emacs, how to automatically enable a minor mode based on buffer name?

9 votes
1 answer
1k views

Starting an Erlang slave node in escript fails when using custom Erlang in Ubuntu 10.4

8 votes
3 answers
15k views

Rebind C-space in Emacs

6 votes
2 answers
767 views

Indenting code by bracket column index in Vim?

6 votes
5 answers
9k views

How to define a default list of attributes for instances of a class?

5 votes
4 answers
7k views

Simplify an Postgres SQL query for listing table and index sizes?

4 votes
2 answers
3k views

Dynamic top down list of controls in WindowsForms and C#?

2 votes
2 answers
368 views

How can I use GNU Parallel with host groups?

2 votes
1 answer
81 views

How do I abstract out loop details for identical types in Go?

2 votes
1 answer
4k views

How to run validation on Ansible template task when using check mode?

2 votes
1 answer
291 views

How do I disable the error logger in EUnit test cases?

2 votes
1 answer
336 views

In Grafana, is there a way to re-use parts of Prometheus queries with templated parameters?

1 vote
1 answer
655 views

How to avoid running Virtual Makefile targets more than once?

1 vote
6 answers
322 views

With three divs, how to make one float to the right?

0 votes
1 answer
122 views

Emacs tempo mode does not work on the first line

0 votes
1 answer
17k views

Sorting a range by the order of another list in Excel

0 votes
3 answers
1k views

What is the "opposite" of request serialization called?

0 votes
0 answers
746 views

How to implement local ICMPv6 neighbor discovery?

0 votes
1 answer
572 views

Why are not top level anonymous functions allowed in JavaScript?