Showing 17 open source projects for "iostream"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    PStreams
    A C++ IOStream-based replacement for popen(), allowing I/O on all of the child process' stdin, stdout and stderr.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 2
    Usage: - run function blinkLED() every 2000 ms: timer.addEverytime(2000, blinkLED); - run function itWorks() two times with interval 2000 ms, wait 300 ms before first start: timer.addTask(2000, 2, 300, itWorks); Removing a task: removeEverytime(callback_function); removeTask(callback_function); Library can also be used in desktop C++ applications: #include <iostream> #include <string> #include <chrono> #include <thread> #include "RZtimer.h" int main() { RZTimer timer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    WebSocket ++

    WebSocket ++

    C++ websocket client/server library

    WebSocket++'s goal is to provide a flexible set of tools for building a wide variety of WebSocket based applications wrapped by low or zero overhead abstractions. It is not opinionated. If something can be practically replacable (with low overhead) based on the user's preference then it is. It accomplishes this via a policy based design built using C++ template metaprogramming. WebSocket++ is a cross platform open source (BSD license) header only C++ library that implements RFC6455 (The...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
    Downloads: 4 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 5
    GTK+ IOStream

    GTK+ IOStream

    GTK+iostream, Data plots, ORB, Neural Networks, WSOLA

    Create GTK+ interfaces using IOStream style code. Its simple and quick! Also providing simple data plotting (similar to Matlab/Octave), ORB (Object Request Broker), and Neural Network computations. You can create GTK+ GUIs in a few lines of code. Labels<<"Thanks for reading"; (HBox<<Labels).show(); or even one line : (HBox() << (Labels()<<"Thanks for reading")).show(); Inline code destructs the classes, but leaves the widgets/callbacks operating. This is great for embedded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    C# Admin Page Finder

    C# Admin Page Finder

    Admin Page Finder v1.0 - find the admin panels

    ... to scan .onion websites. So..Stay tuned and look around the internet for new hacking tools from mister iostream. Enjoy :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    TLELib

    C++ library for very easy operating with TLE data sets and files.

    The TLELib is the C++ library, which allows to read and write the TLE files very easy. It provides 2 main objects: tlelib::Node - object, operating with NORAD two lines elements data. It allows to parse the data from 2 or 3 lines and to output the data into strings in according to the TLE format. tlelib::Stream - stream, allowing to read the TLE data from some object of iostream type, and to write the data in TLE format into such object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 116 This Week
    Last Update:
    See Project
  • 9

    ezProgressBar

    Three C++ progress bar classes.

    Three easy to use C++ progress bar classes: ezProgressBar, ezETAProgressBar and ezRateProgressBar. ezProgressBar prints only a single line without carriage returns, so it's ideal for programs that redirect output to a file. It uses a single header file and only depends on the standard iostream. ezETAProgressBar is a more traditional growing progress bar that reports a percentage and a time-remaining estimate. ezRateProgressBar reports percentage complete, the time that has elapsed and estimated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 10
    Multipurpose cross-platform C++ library. Provides different general purpose entities like stable priority queue that preservs the order of elements with similar priority, scoped sentinel to support transparent exception handling, event dispatcher incapsulates boost::thread, convenient debug output in std::iostream manner and other stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GPX Log is simple, yet convenient C++ logger which utilizes standard iostream library. Its main feature is the ability to distribute logging streams output into any number of ostream objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Loge is a general purpose C++ library ( this sounds way better then saying it's a bunch of classes I found suited for publishing ). The Name is a homage to Andrei Alexandrescu's Loki library. It's all ANSI C++ and tr1, and therefore platform indep
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The cpp_trace is a flexible and compact logging C++ library. The library provides a facility to filter and route between output streams text trace messages. It uses generic type-safe design and conforms to STL io stream concepts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Socket++ library defines a family of C++ classes that can be used more effectively than directly calling the underlying low-level system functions. One distinct advantage of the socket++ is that it has the same interface as that of the iostream
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XiMoL is an XML reader/writer (non-validating) library written in C++. It is a iostream-oriented library based on the STL and not a SAX or DOM library (like Xerces, expat, ...). Each object has its own reader/writer (operator<< and operator>>).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    These are simple helper classes for using the Grace through pipe written in C++. The usage is similar to that of the iostream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    C++ interface to the plotting library pgplot. Modelled around the standard IOStream library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next