Showing 36 open source projects for "pthread"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 1

    DJGPP cross-compiler with POSIX threads

    Linux to DJGPP cross-compiler with pthread library and std::thread.

    Build script for a Debian GNU/Linux to DJGPP cross-compiler with POSIX threads (and std::thread). Binaries are provided for Debian GNU/Linux. (Simply extract and move to /usr/local.) Please see the README file in the 'Files' section for more details (or /usr/local/i586-pc-msdosdjgpp/src/README in the binary distribution). After installation: $ i586-pc-msdosdjgpp-gcc -v Using built-in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Likwid

    Likwid

    Performance monitoring and benchmarking suite

    Likwid is a simple to install and use toolsuite of command line applications and a library for performance oriented programmers. It works for Intel, AMD, ARMv8 and POWER9 processors on the Linux operating system. There is additional support for Nvidia and AMD GPUs. There is support for ARMv7 and POWER8/9 but there is currently no test machine in our hands to test them properly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    pigz for Windows

    pigz for Windows

    Parallel Implementation of Gzip for Windows 32-bits

    ...pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 4

    JTSDK

    Build Systems for WSJT Applications

    JTSDK is a pre-configured collection of open source cross platform development frameworks, Gnu tools, libraries and custom written scripts designed to ease compiling WSJT applications and documentation from source code. WINDOWS APPLICATIONS ---------------------------------------------------------------------- * JTSDK-QT.......: WSJT-X, WSPR-X and MAP65 * JTSDK-PY........: WSJT and WSPR * JTSDK-DOC....: All WSJT Documentation * JTSDK-MSYS..: General Compiling LINUX...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 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.
    Learn More
  • 5
    debug_new

    debug_new

    C / C++ everything-memory debugger

    ... - Cross platform + Cross compiler support (only utilizes the preprocessor and template-voodoo-magic for c++) - Supports C and C++ - Supports gcc and g++ - Supports pthread and any posix platform - Multithreading is supported. - Easy to use and install (just include the header and link the source). - Easily debug memory-leaks. - Easily debug dangling pointers. - Easily debug deallocation method correctness. - Easily debug array index errors (when writing past the end). - Easily profile memory usage and track down memory hawks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    fast_count_multi

    Extremely fast NGS read counter

    ...make export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path to/lib g++ -I bamtools/include/ -L bamtools/lib/ -o fast_count_multi fast_count_multi.cpp -lz -lbamtools -fpermissive -pthread -std=c++0x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PupsAudio

    Replacement for PulseAudio

    This library provides a serverless drop in replacement for libpulse.so with minimal dependencies (ALSA+pthread). It does not support any fancy useless feature, but provides just audio I/O. It main motivation to implement this was the ability to run skype (tm) on system where PA is not an option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    libnifty

    Nifty pthread modules for C programs

    This project is obsolete and no longer maintained. For the current, maintained version of this library, please see https://github.com/seanpburke/Nifty libnifty provides the basic facilities that most threaded programs need, including message queues, thread pools (aka work queues) and a module to execute tasks at scheduled times. libnifty modules provide APIs that are safe, simple, and easy to use. Using libnifty will help to make your threaded programs stable, scalable and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    libnetfilter_queue threads example

    complex example using libnetfilter_queue for analyze packets

    using iptables rules for redirect traffic to queues, the main function create array of threads, each thread connect to different queue, when packet arrived to the queue a callback function start to analyze the packet and drop it if it's found specific string in the payload, this mechanism can help you build IPS/IDS/WAF applications. add libraries to the linker pthread,netlink and libnetfilter_queue, make sure libnetfilter_queue installed in your system: #: yum install libnetfilter_queue #: yum install libnetfilter_queue-devel
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payments you can rely on to run smarter. Icon
    Payments you can rely on to run smarter.

    Never miss a sale. Square payment processing serves customers better with tools and integrations that make work more efficient.

    Accept payments at your counter or on the go. It’s easy to get started. Try the Square POS app on your phone or pick from a range of hardworking hardware.
    Learn More
  • 10
    Discrete Event Gnu Advanced Scheduling for plug-in replacement of pthread compatible applications. Generates deterministic execution runs suitable for discrete event simulations and formal verification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    XMLFoundation

    The fastest XML Parser that exists. Portable HTTP Services.

    The fastest XML Parser that exists. A ground up HTTP Server and extendable multithreaded server. Examples for iPhone/Android/WinPhone also 64bit BigData examples for Windows and Linux. This 15 year old project is stable, it originated from the NCIS (National Clinical Info System) project, now used in many applications for portability, performance, and the core TCP and XML integration features in the library. Uses a textbook pure "Object Oriented" design and architecture that simplifies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Pthread Pool

    A lightweight thread pool implemented using Pthreads

    Pthread Pool is a lightweight, efficient thread pool implemented entirely using the Pthreads API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    cCNN

    cCNN

    A fast implementation of LeCun's convolutional neural network

    Code of this library is partialy based on myCNN MATLAB class written by Nikolay Chemurin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Network Emulator

    Distributed Network emulation tool for high rate packet

    ...It can help to study DDoS attacks based on Botnet using the Lightweigth C++ Virtual Machine (LwCVM) in order to emulate Bots. This project is based on the following projects and libraries: LightweighIP of the TCP/IP stack pthread libpcap for communication with virtual machines dynamips Linux MicroCore
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A collection of C++ code around the Linux systemcall interface. Things are quite loosely coupled, so you can copy out and use one without all the others. There are wrappers for pthread, termios, network IO, and some newer syscalls like timerfd.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    pgpry is a Pthread-based password recovery program for private OpenPGP keys. Numerous options for restricting the key space are offered, including regular expression filtering and prefix/suffix filters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Linked List
    Thread Safe (PThread) Linked List in C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    libctf is a c thread foundation library that extends pthread functionality by providing common utilities for the programmer. This will ease and enhance threaded program development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The project is just a CrossPlatform chat, entirely in console mode. You have a client, and a server. You will be able to download the sources and the pre-compiled binaries. Made in C++, with Winsock, Curl, Curses and pThread, by Max13 and my Dev-C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    plugin for pidgin for sending voice messages encoded in speex, will be very soon compatible with pvoim. currently need openal, libspeex, libogg (and pthread in *nix)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    linux server and client for pthread
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple LAN Chat Client-Server application build in C. It using pthread library and some of gtk stuff. It's purposed to be multiplatform in all OSes by using GTK. This project only for study use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is currently an experiment to offer a parallel programming environment that utilizes a set of networked computers to run user applications using remote pthread and object/memory management. 1st Phase is Linux and C/C++ environment only
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This package implements a Tcl interface to Sendmail's Milter (Mail Filter) API, allowing users to script custom mail filters using the Tcl language. The package is writen in C, and a thread-enabled Tcl build is required (usually with pthread).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    pthreadw is a profiling library for multi-threaded programs. It can be used to automatically identify common problems related to threads that limit performance of parallel programs such as lock contention or load imbalance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next