Pinned Repositories
active-object
Active Object snippets with C++11, C++03 and C++/Qt
actor-framework
An Open Source Implementation of the Actor Model in C++
af-concurrent-cc
A few concurrent data structures for C++0x/C++11
amqpcpp
rabbitcpp is a C++ library for Message Queue Server RabbitMQ
asyncplusplus
Async++ concurrency framework for C++11
awesome-cpp
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
boost.asio
boost.error.handling
Boost Error Handling Examples
boost.exception.handling
Boost Exception Handling Examples
joydeeps's Repositories
joydeeps/actor-framework
An Open Source Implementation of the Actor Model in C++
joydeeps/boost.asio
joydeeps/boost.error.handling
Boost Error Handling Examples
joydeeps/boost.exception.handling
Boost Exception Handling Examples
joydeeps/boost_locking_queue
Thread-safe generic queue container for C++ written on top of Boost package
joydeeps/cmake.examples
joydeeps/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
joydeeps/CppCon2016
Slides and other materials from CppCon 2016
joydeeps/cryptography-in-java
Java programs related to cryptography
joydeeps/CTPL
Modern and efficient C++ Thread Pool Library
joydeeps/EASTL
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
joydeeps/free-programming-books
:books: Freely available programming books
joydeeps/gcpp
Experimental deferred and unordered destruction library for C++
joydeeps/googletest-1
Google Test
joydeeps/interview
Interview questions
joydeeps/Java-Coding-Problems
Java Coding Problems, published by Packt
joydeeps/java-programs
joydeeps/java-projects
Java projects of all kind.
joydeeps/librdkafka
The Apache Kafka C/C++ library
joydeeps/lrucache
a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Map type. uses a double linked list and a std::map style container to provide fast insert, delete and update
joydeeps/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.
joydeeps/modern-cpp-features
A cheatsheet of modern C++ language and library features.
joydeeps/oauth1-signer-java
Zero dependency library for generating a Mastercard API compliant OAuth signature.
joydeeps/PHP-CPP
Library to build PHP extensions with C++
joydeeps/python-projects
Python projects in general.
joydeeps/QuantLib
The QuantLib C++ library
joydeeps/safe_numerics
Replacements to standard numeric types which throw exceptions on errors
joydeeps/smart.pointers
joydeeps/std.exception.handling
joydeeps/tutorials
The "REST With Spring" Course: