Tagged Questions
8
votes
5answers
1k views
Using Static Constructor (Jon Skeet Brainteaser)
As a relative newbie I try to read as much as I can about a particular subject and test/write as much code as I can. I was looking at one of Jons Brainteasers (question #2) and my output was ...
3
votes
1answer
278 views
Why 10675199.02:48:05.4775807 TimeSpan Maximum for CompilationSection?
I was looking at the metadata for System.Web.Configuration.CompilationSection, and noticed the following attribute on the TimeSpan BatchTimeout property:
[TimeSpanValidator(MinValueString = ...
1
vote
0answers
71 views
Convert float[c][f][a][b][d][e] to float[a*b*c*d*e*f] without using buffer
Briefly
I was working on a program that involved OpenCL interop, it required specific memory layout. The problem though didn't concern OpenCL, it was more like a theoretical problem that thrown me ...
0
votes
3answers
593 views
C# /Linq Yet another Brain Teaser
Friends, there is yet another scenario to solve. I am working it out without applying Linq.But I hope it is good opportunity for me to learn Linq if you share your code in Linq.
It is know as FLAMES ...