Skip to main content
The 2024 Developer Survey results are live! See the results
Sven Marnach's user avatar
Sven Marnach's user avatar
Sven Marnach's user avatar
Sven Marnach
Staff Site Reliability Engineer at Mozilla
  • Member for 14 years, 5 months
  • Last seen this week
141 votes
7 answers
144k views

In-place type conversion of a NumPy array

123 votes
3 answers
43k views

Is "inline" without "static" or "extern" ever useful in C99?

74 votes
3 answers
6k views

How to dynamically create a derived type in the Python C-API

39 votes
3 answers
7k views

Cyclic module dependencies and relative imports in Python

38 votes
3 answers
6k views

Why is it legal to borrow a temporary?

32 votes
4 answers
5k views

Turning off the pager in git for the stash command only

30 votes
3 answers
4k views

Why can't I use a key function that returns a reference when sorting a vector with sort_by_key?

13 votes
4 answers
4k views

How to keep submodule names out of the name space of a Python package?

11 votes
1 answer
724 views

How to use a function pointer to a static member function as a template parameter?

7 votes
2 answers
262 views

Variables declared in exec'ed code don't become local in Python 3 – documentation?

5 votes
2 answers
1k views

What can I use instead of a Unix pipe for inter-process communication on Windows?

0 votes
0 answers
697 views

Match a domain name to a SSL certificate in a local file