http://blog.davidecoppola.com/2016/10/how-to-traverse-git-repository-using-libgit2-and-cpp/
Tags: #programming #Cpp #git
Tags: #programming #Cpp #git
Bits of Bytes
How to traverse a git repository using libgit2 and C++
This is a very simple C++ tutorial which explains how to use the open-source library libgit2 to navigate through a git repository.
http://www.codeproject.com/Articles/553018/Ultra-Rapid-PHP-Application-Development
Tags: #programming #PHP #Scavix
Tags: #programming #PHP #Scavix
Codeproject
Ultra-Rapid PHP Application Development - CodeProject
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).; Author: Christoph Buenger; Updated: 31 Oct 2014; Section: PHP; Chapter: Web Development; Updated: 31 Oct 2014
http://futurism.com/energy-harvesting-fabric-could-make-dead-batteries-a-thing-of-the-past/
Tags: #technology
Tags: #technology
Futurism
Energy-Harvesting Fabric Could Make Dead Batteries a Thing of the Past
Researchers have created about 225 square centimeters of a fabric equipped with fibers than can harvest and store energy from the sun and everyday motion.
The textile could be used to power gadgets or lead to innovations in flexible screens, medical monitoring…
The textile could be used to power gadgets or lead to innovations in flexible screens, medical monitoring…
Most interesting posts from the last month:
https://fgiesen.wordpress.com/2016/08/07/why-do-cpus-have-multiple-cache-levels/
http://creately.com/blog/diagrams/uml-diagram-types-examples/
http://thenextweb.com/google/2016/10/10/chrome-less-ram/ - Episode IV, A new hope.
http://arstechnica.com/science/2016/10/nanotubes-atomically-thin-material-smallest-transistor-ever/
http://thehackernews.com/2016/10/sshowdown-iot-security.html
http://thehackernews.com/2016/10/nsa-crack-encryption.html - NSA broke trillions of encrypted connections
http://arstechnica.com/information-technology/2016/10/zero-latency-human-society-tech/
http://thehackernews.com/2016/10/linux-kernel-exploit.html - Dirty COW Exploit
http://thehackernews.com/2016/10/dyn-dns-ddos.html
http://thehackernews.com/2016/10/code-injection-attack.html - Windows attack
https://fgiesen.wordpress.com/2016/08/07/why-do-cpus-have-multiple-cache-levels/
http://creately.com/blog/diagrams/uml-diagram-types-examples/
http://thenextweb.com/google/2016/10/10/chrome-less-ram/ - Episode IV, A new hope.
http://arstechnica.com/science/2016/10/nanotubes-atomically-thin-material-smallest-transistor-ever/
http://thehackernews.com/2016/10/sshowdown-iot-security.html
http://thehackernews.com/2016/10/nsa-crack-encryption.html - NSA broke trillions of encrypted connections
http://arstechnica.com/information-technology/2016/10/zero-latency-human-society-tech/
http://thehackernews.com/2016/10/linux-kernel-exploit.html - Dirty COW Exploit
http://thehackernews.com/2016/10/dyn-dns-ddos.html
http://thehackernews.com/2016/10/code-injection-attack.html - Windows attack
The ryg blog
Why do CPUs have multiple cache levels?
This is a reader question from “jlforrest” that seems worth answering in more detail than just a single sentence: I understand the need for a cache but I don’t understand why there are …
http://thehackernews.com/2016/11/mysql-zero-day-exploits.html
Tags: #security #database #exploit #MySQL
Tags: #security #database #exploit #MySQL
The Hacker News
Critical Flaws in MySQL Give Hackers Root Access to Server (Exploits Released)
Critical Privilege Escalation Flaws in MySQL/Percona/MariaDB Give hackers Root Level Access to Server (Exploits Released)
http://futurism.com/how-to-train-your-ai-microsoft-releases-open-source-deep-learning-software/
Tags: #AI #MachineLearning #DeepLearning
Tags: #AI #MachineLearning #DeepLearning
Futurism
How To Train Your AI: Microsoft Releases Open-Source Deep Learning Software
Tech colossus, Microsoft, has released its AI software for developers everywhere, and it can even be run from a single laptop. Open-source deep learning software has the potential of opening the floodgates of technological revolution.
http://www.xda-developers.com/arm-announces-its-2nd-bifrost-gpu-the-mali-g51/
Tags: #ARM #GPU #hardware
Tags: #ARM #GPU #hardware
xda-developers
ARM announces their second Bifrost GPU - the Mali-G51
ARM has announced their second Bifrost GPU, the Mali-G51, which is aimed not at the high-end smartphone market, but at the "mainstream" market.
http://www.sciencealert.com/leaked-nasa-paper-shows-the-impossible-em-drive-really-does-work
Tags: #technology #Space
Tags: #technology #Space
ScienceAlert
Leaked NASA Paper Shows The 'Impossible' EM Drive Really Does Work
The results of NASA's tests on the 'impossible' EM Drive have been leaked, and they reveal that the controversial propulsion system really does work, and is capable of generating impressive thrust in a vacuum, even after error measurements have been accounted…
http://webreflection.blogspot.it/2016/01/the-missing-analysis-in-javascript-real.html
Tags: #webdev #programming #Javascript
Tags: #webdev #programming #Javascript
webreflection.blogspot.it
The missing analysis in JavaScript "Real" Mixins
I love hacks and unusual patterns! As logical consequence, I loved this post about "Real" Mixins !!! The only hitch about that post is that...