Skip to main content
ulidtko's user avatar
ulidtko's user avatar
ulidtko's user avatar
ulidtko
  • Member for 13 years, 7 months
  • Last seen this week
186 votes
7 answers
575k views

How to count objects in PowerShell?

120 votes
12 answers
24k views

How to disable "Save workspace image?" prompt in R?

71 votes
1 answer
29k views

How to `git log` a tree-ish from another branch?

38 votes
1 answer
24k views

How to highlight time ranges on a plot?

11 votes
1 answer
390 views

Any tricks to get rid of boilerplate when constructing proofs of absurd predicate on enums?

10 votes
4 answers
2k views

Insufficient control flow analysis of enum switch in GCC

9 votes
1 answer
1k views

A preprocessor #define to check for language version? C++98/C++03/C++11

9 votes
2 answers
1k views

Creating a 4D view on 2D array to divide it into cells of fixed size

9 votes
3 answers
701 views

Line continuation + line comment, on the same line? [duplicate]

6 votes
1 answer
2k views

Why my merge sort implementation in Scheme is so slow?

6 votes
4 answers
6k views

What is the right way to include Qt headers?

5 votes
1 answer
2k views

Initializing non-const parameter with string literal

4 votes
1 answer
9k views

Understanding a "template argument is invalid" error message

4 votes
1 answer
927 views

Do USB interrupt transfers guarantee order?

4 votes
2 answers
635 views

How to take a 2D view of Boost.MultiArray as an argument into function?

4 votes
0 answers
203 views

Error message limit for GHCI?

3 votes
1 answer
88 views

An UU parser recognizing just the empty string input?

3 votes
1 answer
123 views

Reasons for declaring a function immediately before defining?

2 votes
1 answer
176 views

Path normalization with respect to NTFS reparse points (symlinks/directory junctions)?

2 votes
1 answer
229 views

Why can't I use Self in match arms in trait impl block? [duplicate]

1 vote
1 answer
8k views

How to search a specific byte string in process memory in gdb?

1 vote
3 answers
229 views

Why doesn't Applicative instance for Data.Vector diagonalize its result?

1 vote
0 answers
1k views

Reaping children subprocesses in Rust, how to lookup child by PID?

1 vote
1 answer
92 views

Two identical preprocessor definitions give different results

0 votes
2 answers
119 views

How do I code my Applicative stateful computation?

0 votes
2 answers
440 views

Python dict.update() with C++ std::map?

0 votes
1 answer
105 views

How to reset my PATH after breaking it accidentally? [closed]

0 votes
1 answer
248 views

TS2322 type '() => string' is not assignable to type 'string'

0 votes
4 answers
78 views

Computing a recurrence relation "stream" with several KiB worth of look-back in Haskell?

0 votes
2 answers
715 views

Why do I get different signatures when using OpenSSL API from C and from Python?