Skip to main content
Mario's user avatar
Mario's user avatar
Mario's user avatar
Mario
  • Member for 13 years, 4 months
  • Last seen this week
57 votes

How do I document my code for minimum time review?

23 votes

Is it a code smell to store generic objects in a container and then get object and downcast the objects from container?

16 votes
Accepted

What log level should be used for an expected but (potentially) bad occurrence?

12 votes

Why does git pull perform a merge instead of a rebase by default?

9 votes

Is it the standard accepted practice to install software using VBScript?

8 votes

How is polymorphism used in the real world?

6 votes

Big O Question about an algorithm with (n^2 + n) / 2 growth rate

4 votes

Java Design Philosophy

3 votes

Execute python code without showing the code

2 votes

De-duplication procedure

2 votes

Ajax response -- is there an agreement on the structure?

1 vote

Data from devices with unreliable clocks

1 vote

How do I use CMake to build my codebase for different purposes and resolutions?

1 vote

Advantage of generic base class

1 vote

What is a good strategy for reading XML like hiearchical text data?

1 vote
Accepted

How do I build a Linux C project on windows?

1 vote

What changes are needed to run a 32 bit software on a 64 bit system?

1 vote

Windows compatibility with Unix/Linux newline "\n"

0 votes
Accepted

How would someone record GPU image output?