GCC 7 released with:
- experimental support for the full C++17 spec
- improved diagnostics
- improved optimisation
- OpenMP support for NVidia PTX
- support for RISC-V
https://gcc.gnu.org/gcc-7/changes.html
  - experimental support for the full C++17 spec
- improved diagnostics
- improved optimisation
- OpenMP support for NVidia PTX
- support for RISC-V
https://gcc.gnu.org/gcc-7/changes.html
H.264 is magic: a technical walkthrough of a remarkable technology.
https://sidbala.com/h-264-is-magic/
  
  https://sidbala.com/h-264-is-magic/
Sid Bala
  
  H.264 is magic: a technical walkthrough of a remarkable technology.
  A high level walkthrough of the basics of video compression techniques used in MPEG, AVC/H.264, codecs.
  Why does Google prepend while(1); to their JSON responses? - Stack Overflow
https://stackoverflow.com/questions/2669690/why-does-google-prepend-while1-to-their-json-responses
  
  https://stackoverflow.com/questions/2669690/why-does-google-prepend-while1-to-their-json-responses
Stack Overflow
  
  Why does Google prepend while(1); to their JSON responses?
  Why does Google prepend while(1); to their (private) JSON responses?
For example, here's a response while turning a calendar on and off in Google Calendar:
while (1);
[
['u', [
['smsSentFla...
  For example, here's a response while turning a calendar on and off in Google Calendar:
while (1);
[
['u', [
['smsSentFla...
Forwarded from Syra's Techbinder
  Dangerous python functions: Examples of parts of python you should use with extreme caution.
https://www.kevinlondon.com/2015/07/26/dangerous-python-functions.html
https://www.kevinlondon.com/2015/08/15/dangerous-python-functions-pt2.html
  
  https://www.kevinlondon.com/2015/07/26/dangerous-python-functions.html
https://www.kevinlondon.com/2015/08/15/dangerous-python-functions-pt2.html
Kevin London's blog
  
  Dangerous Python Functions, Part 1
  <p>Certain Python functions should not be used or should be used only with
caution. Python’s documentation typically includes a note about the dangers ...
  caution. Python’s documentation typically includes a note about the dangers ...
Asynchronous Programming in Python
https://djangostars.com/blog/asynchronous-programming-in-python-asyncio/
  
  https://djangostars.com/blog/asynchronous-programming-in-python-asyncio/
Software Development Blog & IT Tech Insights | Django Stars
  
  Python/Django AsyncIO Tutorial: Async Programming in Python
  If you have decided to learn the asynchronous part of Python, here is an “Asyncio”. You will observe some examples and notice our point of view about it.
  Forwarded from Syra's Techbinder
  
  www.partow.net
  
  General Purpose Hash Function Algorithms - By Arash Partow
  The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Object Pascal, C and C++ programming languages
  Forwarded from Full Stack's Broadcast
#DevToolset #Hot https://github.com/blog/2359-introducing-github-marketplace-and-more-tools-to-customize-your-workflow
  
  The GitHub Blog
  
  Introducing GitHub Marketplace and more tools to customize your workflow
  Today, we’re building on our launches at GitHub Universe 2016—making it easier than ever to evolve and customize your workflow. Find integrations and put them to work in minutes with GitHub Marketplace, pair developer tools
  The scourge of web analytics - https://www.stavros.io/posts/scourge-web-analytics/