datadiode

Results 24 comments of datadiode
trafficstars

jtuc on bitbucket is datadiode on github. This is because the jtuc account name on github was already taken by the time I moved here. I guess https://github.com/my-name-was-already-taken faced the...

Though less commonly, you might also have more than one _* in sequence. Slightly revised approach: ``` int decimalSeparatorIndex = pattern.LastIndexOf(ExcelWriter.EnglishCulture.NumberFormat.NumberDecimalSeparator); int lastDecimalIndex = pattern.LastIndexOf("0"); if (decimalSeparatorIndex >= 0 &&...

My understanding is that a RelWithDebugInfo cmake build should see the exact same source code as a Release cmake build. For either of them, I'd expect _DEBUG to **not** be...

https://learn.microsoft.com/en-us/cpp/c-runtime-library/debug?view=msvc-170 should make it clear enough.