http://www.codeproject.com/Articles/1142885/Always-Encrypted-feature-in-SQL-Server
Tags: #Database #SQLServer
Tags: #Database #SQLServer
Codeproject
Always Encrypted feature in SQL Server 2016 - CodeProject
With the introduction of SQL Server 2016 in June (Official Final Release), Microsoft had introduced few, new and very useful features in to the SQL Server. One such feature is the ‘Always Encrypted’. ‘Always Encrypted’ is the ability to perform SQL operations…
http://www.gamedev.net/page/resources/_/technical/general-programming/game-engine-containers-handle-map-r4495
Tags: #programming #gamedev #Cpp
Tags: #programming #gamedev #Cpp
www.gamedev.net
Game Engine Containers - handle_map - General Programming - Articles - Articles - GameDev.net
Explore the creation of a data container for game programming meant to take the place of C++ standard library containers with an alternative that stores data contiguously in memory.
https://hackernoon.com/win3mu-part-1-why-im-writing-a-16-bit-windows-emulator-2eae946c935d#.gn7jdh5cs
Tags: #programming #Cpp
Tags: #programming #Cpp
Hackernoon
Why I’m writing a Windows 3 Emulator | HackerNoon
I’ve decided to write a 16-bit Windows <a href="https://hackernoon.com/tagged/emulator" target="_blank">emulator</a>. It’s a bit of crazy idea, but hear me out…
https://gist.github.com/Arinerron/0e99d69d70a778ca13a0087fa6fdfd80
Tags: #Android #security #exploit
Sent us by @TheSeeker
Tags: #Android #security #exploit
Sent us by @TheSeeker
Gist
"Root" via dirtyc0w privilege escalation exploit (automation script) / Android (32 bit)
"Root" via dirtyc0w privilege escalation exploit (automation script) / Android (32 bit) - root.sh
Hey there! We just want to remember you that you can send us interesting (english-only) articles and resources you think may interest to the community! To do that follow the instructions for /send command given by @TechBinderBot.
Thank you all and keep following us. 😉
Thank you all and keep following us. 😉
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 …