Inhaltsverzeichnis

unter Linux

QT

GTK

Git

HTML

Tools

Profiler

bash

https://devhints.io/bash#conditionals
https://wiki.bash-hackers.org

Befehle im Bash-Script protokollieren:

bash -x <script>

Liste mit IF Bedingungen

https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html

Treiber

Artikel in Linux Magazin
OpenBook von Oreilly Linux-Gerätetreiber

Sonstiges

Buch zur Boost Library in deutsch: http://dieboostcppbibliotheken.de/

Formel Parser für C++ https://fastmathparser.codeplex.com/

Advanced Bash-Scripting Guide

A list of open source C++ libraries
http://en.cppreference.com/w/cpp/links/libs

Promise und Future
http://www.grimm-jaud.de/index.php/blog/promise-und-future

Custom Deleters for C++ Smart Pointers
https://www.bfilipek.com/2016/04/custom-deleters-for-c-smart-pointers.html

Linux - Wegweiser zur Installation & Konfiguration (openbook)
https://www.oreilly.de/german/freebooks/rlinux3ger/linux_wegIVZ.html

Wiki über C++, PHP und mySQL
http://wiki.ggf-controls.de

Die 10 häufigsten dummen Fehler, die mit intelligenten C ++ 11-Zeigern vermieden werden sollten