http://www.gamedev.net/page/resources/_/technical/opengl/vulkan-101-tutorial-r4408
Tags: #programming #Cpp #gamedev
Tags: #programming #Cpp #gamedev
www.gamedev.net
Vulkan 101 Tutorial - OpenGL and Vulkan - Articles - Articles - GameDev.net
This tutorial teaches Vulkan API basics with instructions and code to render a triangle to the screen.
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.