How to enable C++17 on Mac?

On my 10.11 El Capitan, Xcode 7.3.1, clang has been updated to: Apple LLVM version 7.3.0 (clang-703.0.31) which is almost equivalent to llvm version 3.8. clang++ hasn’t -std=c++17 option, but -std=c++1z, working well at present, though only supporting some features of C++1z. For gcc, you can install a very new one by: brew install gcc … Read more

Using Rsync include and exclude options to include directory and file by pattern

The problem is that –exclude=”*” says to exclude (for example) the 1260000000/ directory, so rsync never examines the contents of that directory, so never notices that the directory contains files that would have been matched by your –include. I think the closest thing to what you want is this: rsync -nrv –include=”*/” –include=”file_11*.jpg” –exclude=”*” /Storage/uploads/ … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)