(Notes to myself)
Quite practical one:
int lastindex = fullname.find_last_of("."); string rawname = fullname.substr(0, lastindex);
https://towardsdatascience.com/running-jupyter-notebook-in-google-cloud-platform-in-15-min-61e16da34d52
No comments:
Post a Comment