Showing 584 open source projects for "threads"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    A set of libraries designed to make it easier to write programs that communicate asynchronously without resorting to threads or RPC.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Java class Debugger and Profiler without sourcecode. Using Apache's BCEL and a simple GUI, the Java Controller "plugs" into any target byte code (Java applications) on the fly, allowing it to suspend threads and step through methods at variable speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PyWebPerf is a performance measuring tool written in Python which simulates a web browser fetching a page (handles cookies, multiple threads, image and css download). Command-line and cgi interfaces are provided, with a scripting facility coming soon. Do
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Signal Safe Threads (sst) provides a threads package with a number of improvements over most threads packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    poBase is a C++ portability layer that provides functionality not implemented by the C++ runtime library. poBase provides classes for threads, synchronization objects, dynamically loaded libraries, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    STack Oriented Interactive Compiler Adapted to Linux. POSIX threads, regular expressions, sockets, associative arrays (hashes), dynamic memory/GC, floating point math, types, and more. An RPN language, inspired by STOIC and Forth.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    The BCR flavor of Cooperative Data Sharing (CDS) is a scalable, portable, flexible C-based API and daemon for initiating and communicating between processes/threads in uniprocessor and multiprocessor (e.g. distributed, SMP, and parallel) platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Rubik's Cube Simulator is a program which runs with OpenGL and glut (works both with Unix (using posix threads) and Windows). It has a window which show a 3D Rubik's Cube. This cube can be maniplulated using a term window. This program is useful to test
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Threads is a PHP based threaded forum / BB board with support for user profiles, public and private forums, BB code, smilie detection and themes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 10
    lsstack is a Linux implementation of the "pstack" utility from Solaris lsstack is a command line utility which (efficiently and quickly) prints the call stacks for all threads in a specified process, with symbolic names for functions, where symbols ar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The General Sound Manipulation Program (GSMP) aims to become for sound what The GIMP is for graphics. It features non-destructive editing, mutliple tracks, and real-time FX prehearing. It is very interactive (all the big work is done in background-threads
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sircd is a IRC daemon completely written from scratch to support threads, SSL, dynamic module support (client commands + services) and many more enhancements to the standard ircd(s).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OSThreads is a free public forum system designed and created by users of the OSThreads system. Demo/Example of software running can be found at http://osthreads.sourceforge.net/cgi-bin/osthreads/osthreads.pl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Loomthread is a library which allows several threads to run in parallel. It is non-standard, non-posix, limited but meant to be fast. It is based on signal handlers and setjump/longjump, it is very fast, and it provides mutexes for synchronization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The J Multi-Requester is currently a tool for POSTing a web form multiple times, utilizing threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A version of the SmallEiffel compiler (smalleiffel.loria.fr) with extra features, such as multiple threads, mysql database library, curses library, BeOS API library and built in option for boehm garbage collector.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The byteline tool is for distributing large files across large computer clusters by sending a single copy of the data through the network, each computer making a local copy in the process. It also includes an "object-style" C pthreads wrapper for threads
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ns_ruby is a loadable AOLserver module which embeds a Ruby interpreter. It is developed with the intention of exposing all of the features of AOLserver to Ruby, namely kernel threads, a unified cache, .adp templating, and database connection pooling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    a collaborative macromedia flash project that will allow end users the ability to create interactive multimedia narrative threads in an evolving story. this project will fascilitate the development of new tools and content for this purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Multi-platform C++ class library, abstracting many system facilities, such as threads, mutexes, conditions, socket stream I/O. Supporting many industry standards such as XML/DOM, and HTTP. Multi-threaded socket server framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    C++ Custom Threads Library

    A library enabling concurrency by using threads for a single process.

    This project demonstrates the implementation of a custom thread library using POSIX threads (pthread). The custom library is designed to provide low-level control over thread management and synchronization, offering functionality similar to the C++ Standard Library's <thread> library. The custom thread library includes various features like mutexes, lock guards, condition variables, thread attributes, and thread-local storage, making it robust and flexible for multithreaded programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This Project was created, for education pourpose, by students of the UTN-FRBA from Buenos Aires, Argentina. The idea of the Project is to improve skills on the concepts of Process, Threads, Process sync, IPC tools and Network protocols on a linux system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Postproxy-MCP

    Postproxy-MCP

    MCP (Model Context Protocol) server for integrating PostProxy API

    PostProxy MCP is a Model Context Protocol (MCP) server that integrates the PostProxy API directly into Claude Code, enabling AI-assisted publishing to social media platforms like Instagram, YouTube, TikTok, Facebook, LinkedIn, X/Twitter, and Threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JDispatch is a simple Java utility to process multiple input files with the same system call by triggering multiple simultaneous threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    libipc is a wrapper lib written in C++. The goal of this lib enables the beginner easy to use socket programmings. Supporting the TCP and UDP APIs(the blocked-mode), and Threads(pthread) APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo