Articles
- 1337C0D3R, 2011. Longest Palindromic Substring Part I, https://articles.leetcode.com/longest-palindromic-substring-part-i/
- Aditya Goel, 2016. Permutations of a given string using STL, https://www.geeksforgeeks.org/permutations-of-a-given-string-using-stl/
- Andrei Jakab, 2010. Using libcurl with SSH support in Visual Studio 2010, https://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2010.pdf
- Ashwani Gautam, 2017. What is the analysis of quick sort?, https://www.quora.com/What-is-the-analysis-of-quick-sort
- Ashwin Nanjappa, 2014. How to build Boost using Visual Studio, https://codeyarns.com/2014/06/06/how-to-build-boost-using-visual-studio/
- busycrack, 2012. Telnet IMAP Commands Note, https://busylog.net/telnet-imap-commands-note/
- Dan Madden, 2000. Encrypting Log Files, https://www.codeproject.com/Articles/644/Encrypting-Log-Files
- Georgy Gimel’farb, 2016. Algorithm Quicksort: Analysis of Complexity, https://www.cs.auckland.ac.nz/courses/compsci220s1c/lectures/2016S1C/CS220-Lecture10.pdf
- Jay Doshi, Chanchal Khemani, Juhi Duseja. Dijkstra’s Algorithm, http://codersmaze.com/data-structure-explanations/graphs-data-structure/dijkstras-algorithm-for-shortest-path/
- Jeffrey Walton, 2008. Applied Crypto++: Block Ciphers, https://www.codeproject.com/Articles/21877/Applied-Crypto-Block-Ciphers
- Jeffrey Walton, 2007. Product Keys Based on the Advanced Encryption Standard (AES), https://www.codeproject.com/Articles/16465/Product-Keys-Based-on-the-Advanced-Encryption-Stan
- Jeffrey Walton, 2006. Compiling and Integrating Crypto++ into the Microsoft Visual C++ Environment, https://www.codeguru.com/cpp/v-s/devstudio_macros/openfaq/article.php/c12853/Compiling-and-Integrating-Crypto-into-the-Microsoft-Visual-C-Environment.htm
- Jonathan Boccara, 2017. How to split a string in C++, https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/
- Kenny Kerr, 2013. Resource Management in the Windows API, https://visualstudiomagazine.com/articles/2013/09/01/get-a-handle-on-the-windows-api.aspx
- Kenny Kerr, 2011. Windows with C++ - C++ and the Windows API, https://msdn.microsoft.com/en-us/magazine/hh288076.aspx?f=255&MSPPError=-2147217396
- Marius Bancila, 2015. Integrate Windows Azure Face APIs in a C++ application, https://www.codeproject.com/Articles/989752/Integrate-Windows-Azure-Face-APIs-in-a-Cplusplus-a
- Marius Bancila, 2018. Using Cognitive Services to find your Game of Thrones look-alike, https://www.codeproject.com/Articles/1234217/Using-Cognitive-Services-to-find-your-Game-of-Thro
- Mary K. Vernon. Priority Queues, http://pages.cs.wisc.edu/~vernon/cs367/notes/11.PRIORITY-Q.html
- Mathias Bynens. In search of the perfect URL validation regex, https://mathiasbynens.be/demo/url-regex
- O.S. Tezer, 2014. SQLite vs MySQL vs PostgreSQL: A Comparison Of Relational Database Management Systems, https://www.digitalocean.com/community/tutorials/sqlite-vs-mysql-vs-postgresql-a-comparison-of-relational-database-management-systems
- Robert Nystrom, 2014. Game Programming patterns: Double Buffer, http://gameprogrammingpatterns.com/double-buffer.html
- Robert Sedgewick, Philippe Flajolet, 2013. Introduction to the Analysis of Algorithms, http://www.informit.com/articles/article.aspx?p=2017754&seqNum=5
- Rosso Salmanzadeh, 2002. Using libcurl in Visual Studio, https://curl.haxx.se/libcurl/c/visual_studio.pdf
- Sergii Bratus, 2010. Implementation of the Licensing System for a Software Product, https://www.codeproject.com/Articles/99499/Implementation-of-the-Licensing-System-for-a-Softw
- Shubham Agrawal, 2016. Dijkstra’s Shortest Path Algorithm using priority_queue of STL, https://www.geeksforgeeks.org/dijkstras-shortest-path-algorithm-using-priority_queue-stl/
- Travis Tidwell, 2013. An Online RSA Public and Private Key Generator, http://travistidwell.com/blog/2013/09/06/an-online-rsa-public-and-private-key-generator/
- Victor Volkman, 2006. Crypto++ Holds the Key to Encrypting Your C++ Application Data, https://www.codeguru.com/cpp/misc/misc/cryptoapi/article.php/c11953/Cryptosupregsup-Holds-the-Key-to-Encrypting-Your-C-Application-Data.htm
- Yang Song, 2014. Split a string using C++, http://ysonggit.github.io/coding/2014/12/16/split-a-string-using-c.html
- Decorator Design Pattern, https://sourcemaking.com/design_patterns/decorator
- Composite Design Pattern, https://sourcemaking.com/design_patterns/composite
- Template Method Design Pattern, https://sourcemaking.com/design_patterns/template_method
- Strategy Design Pattern, https://sourcemaking.com/design_patterns/strategy
- Chain of Responsibility, https://sourcemaking.com/design_patterns/chain_of_responsibility
- Understanding the PDF File Format: Overview, https://blog.idrsolutions.com/2013/01/understanding-the-pdf-file-format-overview/
- RSA Signing is Not RSA Decryption, https://www.cs.cornell.edu/courses/cs5430/2015sp/notes/rsa_sign_vs_dec.php
- RSA Cryptography, https://www.cryptopp.com/wiki/RSA_Cryptography
- Using rand() (C/C++), http://eternallyconfuzzled.com/arts/jsw_art_rand.aspx
- Crypto++ Keys and Formats, https://www.cryptopp.com/wiki/Keys_and_Formats
- INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4 rev1, https://tools.ietf.org/html/rfc3501.html
- Internal Versus External BLOBs in SQLite, https://www.sqlite.org/intern-v-extern-blob.html
- OpenSSL Compilation and Installation, https://wiki.openssl.org/index.php/Compilation_and_Installation