Mid night commander short cuts
MC commands\ —– Esc —–\ Quick change directory: Esc + c\ Quick change directory history: Esc + c and then Esc + h\ Quick change directory previous entry: Esc...
MC commands\ —– Esc —–\ Quick change directory: Esc + c\ Quick change directory history: Esc + c and then Esc + h\ Quick change directory previous entry: Esc...
Combines the following concept.
Pseudo C++ example implementation of map function of optional in Java8 for functional style programming.
1 2 3 Collection.sort(list, Ordering.from((Comparator<Item>) Comparator.comparingInt(item -> item.getId())) .compound(Comparator.comparing(Item::g...
Nice article for C++17 features.