RE: Version Numbering

2015-03-28 Thread David Raker
My input probably isn't very merited, since though I joined this list with the intention of contributing, I haven't actually found the time. Nonetheless, I do some development and systems administration for clients, and when discussing version numbers what I most commonly encounter (and use on s

Fwd: C++ and translations

2017-04-22 Thread David Raker
This should have gone to the list. On Apr 22, 2017 13:28, "David Raker" wrote: Not sure if you've looked at it, but I think Boost.Locale might be what you are looking for. It uses gettext as so: cout << translate("Hello World") << endl; I haven't a

Re: UK specific: MTD - Making Tax Digital

2017-05-01 Thread David Raker
Client secrets are an authorization (not authentication) mechanism. Even the linked website acknowledges them to be insecure, so we can probably hope they aren't being improperly trusted here. Indeed, this isn't unique to the HMRC API either. It is an OAUTH thing. A discussion of the security imp