Skip to main content
Adrian Ratnapala's user avatar
Adrian Ratnapala's user avatar
Adrian Ratnapala's user avatar
Adrian Ratnapala
  • Member for 13 years, 4 months
  • Last seen more than 4 years ago
54 votes
3 answers
36k views

Why both UNICODE and _UNICODE?

21 votes
3 answers
11k views

Does fprintf use malloc() under the hood?

13 votes
4 answers
7k views

Can MongoDB and its drivers preserve the ordering of document elements

10 votes
2 answers
1k views

Does stdio always set errno?

6 votes
1 answer
157 views

When is it legal to type-pun using a pointer-to-a-pointer in C?

5 votes
1 answer
163 views

What is the relationship between a .NET assembly and CPU architecture?

5 votes
2 answers
623 views

Why does XmlDocument.Load(String) seem to want read-write access?

5 votes
2 answers
5k views

Using __thread in c99

5 votes
1 answer
2k views

Why doesn't os.normpath collapse a leading double slash?

4 votes
1 answer
2k views

Is the "decimal" type in C# binary-coded-decimal?

3 votes
1 answer
799 views

NavigateToStream. What URI (if any) is used for resolving relative links?

3 votes
2 answers
2k views

How to make WebBrowser complete navigation when running in a headless unit test?

3 votes
2 answers
2k views

Accessing members of generic value types in C#

2 votes
1 answer
136 views

What URL should "action" point to in a POST based form HTML form

2 votes
1 answer
474 views

MIME Type for numerical arrays?

2 votes
1 answer
307 views

STDIO locking: how to check if every flockfile() has been matched by funlockfile()?

2 votes
1 answer
631 views

Force lessc to interpret @import literally

2 votes
2 answers
92 views

Should models or views generate strings for humans?

2 votes
1 answer
338 views

Reliably find offset between two clocks on the same machine

1 vote
1 answer
873 views

How do I cut transparent bits out of an otherwise opaque canvas in WPF?

1 vote
0 answers
410 views

Why can't WPF datagrid sort when data implements IEditableObject?

1 vote
6 answers
3k views

O(1) deletion in an unordered vector

1 vote
1 answer
197 views

Adding directory trees to an InstallShield Deployment Project in Visual Studio

1 vote
0 answers
51 views

How make VStudio test-explorer build only projects with tests

1 vote
3 answers
675 views

Distinguish GET from POST in PHP

1 vote
1 answer
518 views

Check python function signature without a call

1 vote
1 answer
2k views

Set a pugixml node to null?

1 vote
1 answer
27 views

Checking of input, Compatablity vs. Rigour

1 vote
1 answer
453 views

Generate array of WPF elements from XAML templates

0 votes
1 answer
183 views

Where can I find the exact semantics of Windows ACLs