Pinned Repositories
cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
cpp-aachen.github.io
lrucache11
A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com/mohaps/lrucache) The goal was to create a fast LRUCache header only library and to avoid any dependencies like boost.
ooopsi
Catch C/C++ program errors and print a stack trace before exiting
presentations
Collection of presentations and example code for various topics
rabbitmq-tests
spsl
Special Purpose Strings Library
nghttp2
nghttp2 - HTTP/2 C Library and tools
sqlpp11
A type safe SQL template library for C++
subclipse
Subclipse - Eclipse SVN Provider
dermojo's Repositories
dermojo/ooopsi
Catch C/C++ program errors and print a stack trace before exiting
dermojo/lrucache11
A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com/mohaps/lrucache) The goal was to create a fast LRUCache header only library and to avoid any dependencies like boost.
dermojo/presentations
Collection of presentations and example code for various topics
dermojo/cpp-aachen.github.io
dermojo/rabbitmq-tests
dermojo/spsl
Special Purpose Strings Library