Forwarded from Syra's Techbinder
https://samrowe.com/wordpress/advancing-in-the-bash-shell/
This tutorial shows some bash's amazing features "that will increase your productivity in the shell."
Tags: #programming #Bash #Linux
  This tutorial shows some bash's amazing features "that will increase your productivity in the shell."
Tags: #programming #Bash #Linux
Forwarded from Syra's Techbinder
https://randomascii.wordpress.com/2016/07/17/zeroing-memory-is-hard-vc-2015-arrays/
Tags: #programming #Cpp
  
  Tags: #programming #Cpp
Random ASCII - tech blog of Bruce Dawson
  
  Zeroing Memory is Hard (VC++ 2015 arrays)
  Quick, what’s the difference between these two C/C++ definitions of initialized local variables? char buffer[32] = { 0 };char buffer[32] = {}; One difference is that the first is legal in C a…
  Forwarded from Deleted Account
  
  Spotify
  
  Focus Coding
  newtron54 · Playlist · 2122 songs · 7.6K likes
  Forwarded from Syra's Techbinder
https://goo.gl/gzyBTm
Directly from BlackHat 2016 conference - Certificate Bypass: Hiding and Executing Malware from a Digitally Signed Executable
Tags: #programming #Windows
  
  
  
  
  
  Directly from BlackHat 2016 conference - Certificate Bypass: Hiding and Executing Malware from a Digitally Signed Executable
Tags: #programming #Windows
Forwarded from Syra's Techbinder
  
  lwn.net
  
  Systemd programming, 30 months later
  Some time ago, we published a pair of articles about systemd
programming that extolled the value of providing high-quality unit files in
upstream packages. The hope was that all distributions would use them and
that problems could be fixed centrally rather…
  programming that extolled the value of providing high-quality unit files in
upstream packages. The hope was that all distributions would use them and
that problems could be fixed centrally rather…
Forwarded from Syra's Techbinder
https://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.