Skip to main content
Cort Ammon's user avatar
Cort Ammon's user avatar
Cort Ammon's user avatar
Cort Ammon
  • Member for 10 years, 11 months
  • Last seen more than a week ago
29 votes
3 answers
6k views

Convert between C++11 clocks

7 votes
2 answers
360 views

Do trivial destructors cause aliasing

6 votes
3 answers
290 views

Writing the smallest (signed) 32-bit number as a C++ literal

4 votes
3 answers
131 views

Does Python guarantee that a coroutine will run to its first waiting-point immediately?

4 votes
1 answer
339 views

Fastest conditional with a lookup in Python

3 votes
1 answer
447 views

OWL DL: Can I have a class and an individual with the same IRI?

3 votes
1 answer
92 views

Is reinterpret casting an integer to a pointer bijective if the integer is the same size as a pointer?

3 votes
1 answer
135 views

Is there a de-facto standard datatype for 3d vectors in Semantic Web languages(RDF/Owl/etc.)

3 votes
1 answer
87 views

Am I guaranteed to have exactly one JavaVM per process using JNI?

3 votes
1 answer
104 views

Minimum syntax to guarantee no dynamic memory with std::function

2 votes
3 answers
163 views

Can multiplying a pair of almost-one values ever yield a result of 1.0?

2 votes
1 answer
149 views

Can I prevent the creation of non-temporary instances of my C++ class?

2 votes
1 answer
296 views

C++ temporary variable lifespan shortened by binding to a reference member?

2 votes
2 answers
212 views

What are the rules for adding members to Python methods safely?

2 votes
0 answers
227 views

OWL disjoint set of elements

2 votes
2 answers
236 views

Compact IRI with an empty string prefix: can it be done?

1 vote
3 answers
540 views

Does shared_ptr's deleter do any synchronization?

1 vote
1 answer
153 views

Why do we need the base-to-member idiom?

1 vote
2 answers
127 views

Checking for sole ownership of shared_ptr

1 vote
2 answers
108 views

Is there a reason some functions don't take a void*?

1 vote
0 answers
39 views

Instanced Clocks in C++11

1 vote
0 answers
13 views

Term for this property of setters which extends "idempotentce."

1 vote
0 answers
69 views

Non-standard UUID generation (such as using counters)

1 vote
0 answers
74 views

Why does python have string.find but list.index?

1 vote
1 answer
253 views

When should you NOT intern a string in Python?

1 vote
2 answers
74 views

Constructing C++ object using variables from an inner scope... can it be done?

0 votes
1 answer
95 views

Returning a temporary argument in C++: Identity function

0 votes
3 answers
65 views

Mneumonic for remembering which overload is predecrement/postdecrement

0 votes
0 answers
33 views

lambdas and `const std::function&` arguments - minimizing copies

0 votes
1 answer
68 views

Does C++ guarantee shortcutting for compile time constants?