Showing 93 open source projects for "activemq-cpp"

View related business solutions
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid Icon
    Integrate in minutes with our email API and trust your emails reach the inbox | SendGrid

    Leverage the email service that customer-first brands trust for reliable inbox delivery at scale.

    Email is the backbone of your customer engagement. The Twilio SendGrid Email API is the email service trusted by developers and marketers for time-savings, scalability, and delivery expertise. Our flexible Email API and proprietary Mail Transfer Agent (MTA), intuitive console, powerful features, and email experts make it easy to ensure all your email gets delivered in seconds and without interruption.
  • 1

    Template Matrix/Vector Library for C++

    A fast, intuitive linear algebra library for C++.

    TMV is a comprehensive linear algebra library which uses operator overloading, views & delayed evaluation to simplify matrix and vector expressions in C++. It is well documented and can optionally call optimized BLAS/LAPACK for faster execution times
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This C++ library adds reference-counting to user classes, as well as custom deleters and weak ptrs support. Thus it almost eliminates the need in tr1:shared_ptr. Wrapped objects could be used with tr1:intrusive_ptr or with this library smart pointers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JsonRpc-Cpp is an OpenSource implementation of JSON-RPC protocol in C++. JSON-RPC is a lightweight remote procedure call protocol similar to XML-RPC.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    C/C++ Program Perfometer

    C/C++ Program Perfometer

    The program enables to get performance of C/C++ program for any metric

    The program enables to get performance of C/C++ program and separated pieces of code for any metrics (for instance : time, memory, metrics defined by user etc.). The measurement results are represented in detailed/summary reports. Latest Version: 2.10
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 5
    A simple, portable and lightweight generic library for handling UTF-8 encoded strings.
    Leader badge
    Downloads: 54 This Week
    Last Update:
    See Project
  • 6

    syv

    Simple Yaml Validation

    Syv (pronounce sieve) stands for simple yet powerful yaml validation. Describe your data with a full-fledged data definition language (in yaml notation), then define the file format you want. Syv out unacceptable values! C++ YAML validation library, requires yaml-cpp (0.5.1) and Boost.Regex (any).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XOR encrypt v2.0

    XOR encrypt v2.0

    Encrypt Your Text documents with XOR encryption

    This software provides an easy graphical way to encrypt your text documents from source code , text files ,scripts even jpeg files .It is a enhanced version of my earlier project https://sourceforge.net/p/xorencrypt which used win32 GUI . This is a demonstration of working of XOR encryption which was used by Germans in World War II (http://en.wikipedia.org/wiki/Lorenz_cipher) . Besides from XOR'ing the message with password after every encryption the key changes pseudorandomly....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Interpp

    Interpp

    Light-weight C++ scripting interpretor library

    Interpp is a light-weight C++ interpretor library designed specifically for C++ developers who wish to add scripting capabilities to their new or existing C++ projects. Interpp allows you to expose objects from a C++ application to an embedded interpreter interface for run-time scripting. Interpp is comprised of only 2 files: a header and a cpp file. All you need to do to get started with Interpp is simply add these files in your C++ project and #include <interpp.h>. An example project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Logging Framework supports stream-like usability, extensibility, portability, type-safety, allows enabling/disabling certain parts or fully at compile time and dependent on the configuration also at runtime and avoids macro-related pitfalls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • SysAid multi-layered ITSM solution Icon
    SysAid multi-layered ITSM solution

    For organizations spanning all industries and sizes from SMBs to Fortune 500 corporations

    SysAid is an ITSM, Service Desk and Help Desk software solution that integrates all of the essential IT tools into one product. Its rich set of features include a powerful Help Desk, IT Asset Management, and other easy-to-use tools for analyzing and optimizing IT performance.
  • 10
    fb_chungVST

    fb_chungVST

    an audio multi effects VST plugin loading simple dlls

    fb chung VST is an audio multi effects VST loading host dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded.Included 4echo_chungVST example (4 combined echos) , baxandall eq and peekenhancer effect . Just define the following dll cdecl export functions : plugininit : your init sub startpluginmain : start your gui window edit closepluginmain : called to close...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    cpp-quant

    Quantitative financial models implemented in Java

    The project contains classes for implementation of binomial option pricing model and Newton method for finding roots of a function in C++. You are welcome to browse and download the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cpp-snippets

    useful cpp snippets and tutorials

    This project is meant to be a place to post cpp snippets and tutorials that I think would be useful to others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Dasttann's Cpp Libraries

    Free Educational C++ libraries.

    Small compilation of custom coded libraries that, though really simple, are made for beginners to get started on making there own headers, as well as modifying these headers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed. Can process unicode and system native encoded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    libgdome-cpp is a C++ library that provides the DOM level 2 Core API for accessing XML documents. It is implemented as a wrapper around the libgdome library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Head First Design Patterns translated to C++. Three separate translations are planned: 'Bronze' is literal; minimal (syntax) changes only. 'Silver' is semantic; more C++ idioms + leftover patterns. 'Gold' is (forthcoming and) modern; template based
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    C/C++ SFML
    Essais en SFML avec le C/C++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Hash map with standard interface that implements cuckoo hashing in the form of template container.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    C++ Prettify is a GNU sed script that is used to convert C++ source code into a chroma-coded HTML format suitable for use with most blogging sites and inclusion into other HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Library incapsulate lua state and give some additional features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    meir yanovich's Implementation of facebook graph api in c++. more info: http://code.google.com/p/facebook-cpp-graph-api/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A cross-platform C++ library written in platform-independent C++ which purpose is to provide the user with overrides and/or replacements for standard and/or custom I/O functions in order to support user-defined character sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A set of C++ basic modules, which can be used for C++ Training or some small projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Modern C++ libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An easy to use serialization framework for C++.
    Downloads: 0 This Week
    Last Update:
    See Project