https://medium.com/javascript-scene/common-misconceptions-about-inheritance-in-javascript-d5d9bab29b0a#.6zsusbjhl
Tags: #Javascript #webdev #programming
Tags: #Javascript #webdev #programming
Medium
Common Misconceptions About Inheritance in JavaScript
Also, WAT? is the sound I make when I talk to many seasoned JavaScript developers who have neglected to learn the basic mechanics of prototypal inheritance: one of the most important innovations in…
https://softwarebydefault.com/2013/06/08/calculating-gaussian-kernels/
Tags: #programming #Csharp #ImageProcessing
Tags: #programming #Csharp #ImageProcessing
Software by Default
C# How to: Calculating Gaussian Kernels
Article Purpose This purpose of this article is to explain and illustrate in detail the requirements involved in calculating Gaussian Kernels intended for use in image convolution when implementing…
http://www.wired.com/2016/04/openai-elon-musk-sam-altman-plan-to-set-artificial-intelligence-free/
Tags: #technology #AI
Tags: #technology #AI
WIRED
Inside OpenAI, Elon Musk's Wild Plan to Set Artificial Intelligence Free
OpenAI wants to give away the 21st century's most transformative technology. In the process, it could remake the way people make tech.
http://www.theverge.com/2016/8/29/12700846/microsoft-surface-pro-3-battery-issue-fix-released
Tags: #Microsoft #fix
Tags: #Microsoft #fix
The Verge
Microsoft releases Surface Pro 3 update to fix battery issues
Microsoft has released an update for the Surface Pro 3 that’s supposed to fix issues preventing some units from holding a full battery charge.
The problem began popping up over the past few...
The problem began popping up over the past few...
http://www.theverge.com/circuitbreaker/2016/9/1/12762236/google-project-ara-suspended-modular-phone-report
Tags: #Google
Tags: #Google
The Verge
Google reportedly cancels Project Ara modular smartphone plans
Google has "suspended" work on Project Ara, the initiative to build a phone with interchangeable modules for various components like cameras and batteries, according to Reuters and Recode. The...
https://techcrunch.com/2016/08/30/drive-ai-uses-deep-learning-to-teach-self-driving-cars-and-to-give-them-a-voice/
Tags: #AI #driving
Tags: #AI #driving
TechCrunch
Drive.ai uses deep learning to teach self-driving cars – and to give them a voice
Startup Drive.ai is revealing its product and strategy for the first time, and the autonomous driving tech company is looking not only to create the best hardware and software to enable self-driving cars, but also to make sure those cars communicate with…
http://stackoverflow.com/questions/570669/checking-if-a-double-or-float-is-nan-in-c
Tags: #programming
Tags: #programming
Stack Overflow
Checking if a double (or float) is NaN in C++
Is there an isnan() function?
PS.: I'm in MinGW (if that makes a difference).
I had this solved by using isnan() from <math.h>, which doesn't exist in <cmath>, which I was #includeing...
PS.: I'm in MinGW (if that makes a difference).
I had this solved by using isnan() from <math.h>, which doesn't exist in <cmath>, which I was #includeing...