Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
bur's user avatar
bur's user avatar
bur's user avatar
bur
  • Member for 13 years, 10 months
  • Last seen more than a week ago
8 votes
1 answer
3k views

What to do with these old-style casts?

3 votes
2 answers
314 views

ExtractIconEx: works but occasionally crashes

3 votes
1 answer
155 views

Using istream (std cin): prevent "[input] is not recognized as ..." on Windows

3 votes
2 answers
98 views

How do I stop an event loop in a QThread?

2 votes
1 answer
184 views

C++ templates and undeclared identifiers

2 votes
3 answers
96 views

Conditional aggregate and distinct

2 votes
2 answers
95 views

Pointer to object in vector sometimes points to a different object in the vector

2 votes
1 answer
983 views

Why is QSplashScreen not centered when shown?

2 votes
2 answers
2k views

QFileInfo size() is returning shortcut TARGET size

2 votes
3 answers
3k views

Drawing a curved line between two points in PHP

1 vote
1 answer
182 views

htaccess RewriteRule with optional language switch

1 vote
0 answers
1k views

Double-quote an argument passed to QProcess::execute?

1 vote
1 answer
452 views

Fixed header not fixed when there is horizontal overflow

1 vote
1 answer
2k views

Tiling images with PHP GD

1 vote
2 answers
2k views

rawurldecode does not decode euro sign [duplicate]

1 vote
0 answers
45 views

Pure CSS3 icon without nested SPANs

1 vote
1 answer
519 views

Breaking a loop from another thread

1 vote
1 answer
305 views

Can const std::array member reference be initialized with an rvalue?

1 vote
0 answers
64 views

Run external exectuable in background and intercept ofstream

1 vote
1 answer
2k views

GitAhead: Asking for credentials when trying to push - not able to continue

1 vote
1 answer
45 views

Scrapy: select last decendant node?

1 vote
1 answer
172 views

DataTables: difference between draw() and ajax.reload()?

1 vote
1 answer
36 views

Getting list of distinct ManyToManyField objects

1 vote
0 answers
40 views

During testing, Manager isn't available [duplicate]

1 vote
1 answer
58 views

Filter one-way by self-referential ManyToManyField

1 vote
1 answer
38 views

ManyToMany with through: ForeignKey not showing in admin

0 votes
2 answers
75 views

DataTables orders ascending twice

0 votes
1 answer
152 views

Intermediate between two quaternions

0 votes
2 answers
112 views

Order by subset of related field?

0 votes
1 answer
38 views

Does calling a method from template query the database each time?