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...
www.cs.yale.edu/homes/aspnes/pinewiki/C(2f)Graphs.html
"A graph consists of a set of nodes or vertices together with a set of edges or arcs where each edge joins two vertices. Unless otherwise specified, a graph is undirected: each edge is an unordered pair {u,v} of vertices, and we don't regard either of the two vertices as having a distinct role from the other. [...]"
Tags: #programming #C
"A graph consists of a set of nodes or vertices together with a set of edges or arcs where each edge joins two vertices. Unless otherwise specified, a graph is undirected: each edge is an unordered pair {u,v} of vertices, and we don't regard either of the two vertices as having a distinct role from the other. [...]"
Tags: #programming #C
https://securelist.com/blog/mobile/75971/banking-trojan-gugi-evolves-to-bypass-android-6-protection/
Tags: #security
Tags: #security
Securelist
Banking Trojan, Gugi, evolves to bypass Android 6 protection
We have found a new modification of the mobile banking Trojan, Trojan-Banker.AndroidOS.Gugi.c that can bypass two new security features added in Android 6: permission-based app overlays and a dynamic permission requirement for dangerous in-app activities…
http://www.phpinternalsbook.com/index.html
This book, a collaborative effort between several PHP developers primarily targeted at C lang experienced programmers, document and describe how PHP internals work, how to extend the language with extension and how to interact with the community to develop PHP itself.
Tags: #webdev #PHP #C #programming
This book, a collaborative effort between several PHP developers primarily targeted at C lang experienced programmers, document and describe how PHP internals work, how to extend the language with extension and how to interact with the community to develop PHP itself.
Tags: #webdev #PHP #C #programming
https://www.engadget.com/2016/09/05/carbon-nanotube-transistors-promise-faster-leaner-processors/
Tags: #technology #hardware
Tags: #technology #hardware
Engadget
Carbon nanotube transistors promise faster, leaner processors
Researchers have finally overcome the limitations that prevent carbon nanotubes from outrunning their old-school counterparts.
https://www.malwaretech.com/2016/08/automatic-transfer-systems-ats-for-beginners.html
Tags: #security
Tags: #security
Malwaretech
Automatic Transfer Systems (ATS) for Beginners – MalwareTech
ATS is one of the newer techniques employed by banking malware that not many people are familiar with so I thought I’d do a small post explaining it. To fully appreciate the complexity of ATS we have to take a look at a brief history of financial malware…
http://fredkschott.com/post/2014/06/require-and-the-module-system/
Almost any Node.js developer can tell you what the require() function does, but how many of us actually know how it works? We use it every day to load libraries and ...
Tags: #webdev #NodeJS
Almost any Node.js developer can tell you what the require() function does, but how many of us actually know how it works? We use it every day to load libraries and ...
Tags: #webdev #NodeJS
http://jakubdziworski.github.io/enkel/2016/03/10/enkel_first.html
Enkel, a JVM Language by Jakub Dziworski, has been created for a contest that expected the documentation of its development process, which can be found in there.
Tags: #programming #Java #JVM #algorithms
Enkel, a JVM Language by Jakub Dziworski, has been created for a contest that expected the documentation of its development process, which can be found in there.
Tags: #programming #Java #JVM #algorithms
jakubdziworski.github.io
Creating JVM language [PART 1] - Enkel
First post.