sorting algorithms
Posted on 23 Şubat 2019 in Programlama by admin
iso 8583 introduction
Posted on 21 Şubat 2019 in Programlama by admin
Plsql for macos
Posted on 27 Ocak 2019 in Programlama by admin
Apart from it, username should be system and password oracle. For form issues set it at preferences as mac os instead of oracle.
move semantic in c++
Posted on 26 Aralık 2018 in Programlama by admin
constexpr usage in c++
Posted on 18 Aralık 2018 in Programlama by admin
// return size of an array as a compile-time constant. (The // array parameter has no name, because we care only about // the number of elements it contains.) template<typename T, std::size_t N> // see info constexpr std::size_t arraySize(T (&)[N]) noexcept // below on { // constexpr return N; // and } // noexcept int keyVals[] = { 1, 3, 7, 9, 11, 22, 35 }; // keyVals has // 7 elements int mappedVals[arraySize(keyVals)];
Webrtc in-n-out
Posted on 06 Aralık 2018 in Programlama by admin
A study of webrtc security
http://webrtc-security.github.io
Salting
https://auth0.com/blog/adding-salt-to-hashing-a-better-way-to-store-passwords/
https://excitel.net/en/page/about
How to stop slouching
Posted on 19 Kasım 2018 in Kişisel by admin
Application life cycle
Posted on 08 Kasım 2018 in Programlama by admin
Design patterns
Posted on 06 Kasım 2018 in Programlama by admin
https://sourcemaking.com/design_patterns/