Forwarded from Syra's Techbinder
GeeksforGeeks
Minimax Algorithm in Game Theory | Set 1 (Introduction) - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
AWS in Plain English
https://www.expeditedssl.com/aws-in-plain-english
https://www.expeditedssl.com/aws-in-plain-english
The Line of Death – text/plain
https://textslashplain.com/2017/01/14/the-line-of-death/
https://textslashplain.com/2017/01/14/the-line-of-death/
text/plain
The Line of Death
When building applications that display untrusted content, security designers have a major problem— if an attacker has full control of a block of pixels, he can make those pixels look like anything…
Big list of testing strings that cause issues and help find bugs in programs
https://github.com/minimaxir/big-list-of-naughty-strings
https://github.com/minimaxir/big-list-of-naughty-strings
GitHub
GitHub - minimaxir/big-list-of-naughty-strings: The Big List of Naughty Strings is a list of strings which have a high probability…
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. - minimaxir/big-list-of-naughty-strings
The Internals of PostgreSQL : Introduction
http://www.interdb.jp/pg/index.html
http://www.interdb.jp/pg/index.html
WebAIM: History of the browser user-agent string
http://webaim.org/blog/user-agent-string-history/
http://webaim.org/blog/user-agent-string-history/
How C++ lambda expressions can improve your Qt code
https://medium.com/genymobile/how-c-lambda-expressions-can-improve-your-qt-code-8cd524f4ed9f#.gvn33c7ta
https://medium.com/genymobile/how-c-lambda-expressions-can-improve-your-qt-code-8cd524f4ed9f#.gvn33c7ta
Medium
How C++ lambda expressions can improve your Qt code
In case you’ve missed it, lambda expression support has been added to C++ in C++11. In this article we are going to see how to take…