Android phones sold in China don't have access to the Google Play Store so every phone manufacturer has their own store. Some apps (like Feiliao, ByteDance alternative to wechat) are distributed as .apk directly from the app website.
The timelime doesn't match tho. The article is dated 19/03 and mentions a study released the previous week (so 12/03 or late). The italian lockdown started on the 22/02 [0] for a few towns, and a couple of weeks later was extended to the entire peninsula.
If you want to use F# to build GUIs, you should definitely check out Fabolous [1]. It uses Xamarin.Forms to render the widgets, and you get to write the application logic using the Elm architecture.
Yes, that's standard and it's called overrounding. If the odds were to sum to 100% then the bookmaker would make no profit. Betting exchanges such Betfair have books closer to 100%.
I am not sure how to navigate that site, but it does not look like modules are planned for C++14. At least C++17 according to the picture on this page: http://isocpp.org/std/status
C++, using VCL [ http://en.wikipedia.org/wiki/Visual_Component_Library ], unfortunately. A port would largely be a rewrite of the entire GUI bit. The rest is fairly portable, except it assumes some things about how the arduino install is structured.
As a beginner programmer (a.k.a. CS student) I was able to pickup the basic of the language in the last 2 months and work on a real world (not a school project, it's a library that other universities use) cuda c++ project. I read a book so I have an idea of what can and can't be done, but when I need to implement something unusual (ie function object) I need to lookup it in the book or ask for help to my mentor. I still need help to understand gcc errors, cuda uses an "old" version (3.4 I think) so we don't get the improvements of the new versions.