Showing 759 open source projects for "thread"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 1
    Direct-Bluetooth-Train-Control (DBTC)

    Direct-Bluetooth-Train-Control (DBTC)

    The DBTC project develops Bluetooth model train control S/W and F/W.

    *** Note “BlueTrain.x.zip” is encrypted while awaiting hardware for this F/W.*** The “Open-Source-Bluetooth-Train-Control” group at TrainBoard.com provides direction for this project. The public thread is here: http://www.trainboard.com/highball/index.php?threads/the-open-source-bluetooth-train-control-thread.79261/page-4#post-963231. The private groups are no longer available at TrainBoard.com. The first purpose of this project is to promote open-interfaces for DBTC. The second purpose is to support open-source for DBTC. Independent related commercial developments based on this project are encouraged.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GDBServer Extender (gdbx)

    GDBServer Extender (gdbx)

    Extend GDB Server feature, OS Aware Debugging, Thread Stack Checking

    GDBServer Extender(gdbx)顾名思义就是为GDB调试扩展一些本来没有的功能。例如线程(任务)感知调试(OS Aware)、线程(任务)堆栈检查等。支持FreeRTOS、eCos。支持OpenOCD、J-Link、QEMU。支持Cortex-M、i386。 请移步https://code.csdn.net/zoomdy/gdbx获得更多内容。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JHCaching

    Lightweight LRU Caching library with persistence

    ...It is a simple POJO one jar library. With complete documentation with examples and javadoc. When the cache reaches is "maxSize" or a cleanup of the cache is performed (automatically by deamon thread dependent on the "LRUCachingMapConfiguration"), it is the keys with least recent used (lowest expire time) that is discarded first. This library has extended configuration, so you have the ability to set how times a keys expired time can be extended. See more about the configuration abilities at Configuration. Additionally this library has "ValueManager" interface, which wraps how the Value is stored. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    NullBot

    An adaptive skirmish AI for Warzone 2100.

    NullBot is a skirmish AI for Warzone 2100 v3.1+ (see http://wz2100.net) that tries to reproduce many strategies used by human players in actual multiplayer games. Most of the NullBot development and testing happens in the following wz2100 forum thread: http://forums.wz2100.net/viewtopic.php?f=10&t=8826
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    PyRadmon Reborn

    PyRadmon Reborn

    PyRadmon, a Python script to use on both Linux and Windows.

    ...The project now contains support for audio*, has a version that supports two Geiger counters** and a cleaner, more stable code. * = PyAudio is used as library for the audio support. ** = The two counters both run in their own thread. UPDATE-2015-2: * Added timeouts to sockets to prevent crashing of the script. * Updated some comments. UPDATE-2015-1: Since there have been some passed time I decided to pickup the keyboard to write for PyRadmon again, hence the new updates. Most significant changes: * Added a logger for catching and storing messages to a log file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    zzBulletin

    zzBulletin, Open source, Elegant, Powerful Forums.

    Welcome to this bulletin board. A discussion forum with a built in bug tracker that you can have for free. 100% free software. GPL2 license. Easily customize the website by editing only one file. PHP, PDO, MYSQL, Font awesome, Bootstrap. 26 user permissions. 400 avatars to choose from. Complete 415 timezone identifiers. 100+ customizable options. Top user. Ten recent posts. Three captcha alternatives. Ban permanently or temporarily. Banner or text advertisement and so forth. PHP,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Admin4J provide a base set of administrative support for custom Java EE applications including the following: Exception management, thread contention alerts, memory usage alerts, application error reporting, and runtime logger administration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    debug_mutex

    c/c++ debug-mutex library

    A cross-platform implementation of a mutex, that automatically checks for everything, you might be doing wrong: - DeadLocks - Invalid mutex leave order - Thread Shutdown, while still holding mutex locks - Destroying a locked mutex - (Un)Locking a destroyed mutex - UnLocking an unlocked mutex - UnLocking an mutex locked by another thread - Locking a non-recursive, locked mutex - Not destroying all mutexes before application termination Every abnormal produces a console output with file and line information about were it is located and why it happened. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    task

    Efficient thread pool task scheduling framework

    Responsible for the high efficiency and concurrent execution of the task in the thread pool. 1. You can customize the thread pool size so that you can adjust the performance requirements for your project. 2. You don't have to worry about the task-running-overtime, because the task framework has been implemented to monitor the timeout task, once the task is running out of time, the task monitor will remove it from the thread pool, but also to help you automatically end the timeout task. 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10

    GaussianSort

    sorts normally distributed dataset

    This library implements bucket sorting for a normally distributed dataset. Data is bucketed by cumulative probability. Advantage is that sorting is now multi-thread. The sort method in Java Collections class is single-thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple WebSocket Server C++

    An easy way to make WebSocket endpoints in C++.

    Please go to https://github.com/eidheim/Simple-WebSocket-Server, as this sourceforge page will no longer be updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Panini Language

    The Panini Language

    Better Modularity, Better Concurrency

    ...A capsule is like an actor but better because it largely retains the traditional approach for reasoning about programs as a sequence of operations, abstracts away all details of thread creation and locking, and supports fully-automatic compile-time analysis of common concurrency hazards. Panini is simple and efficient. We invite you to try it out. Downloads are available from http://paninij.org/download/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NSP Script Processor
    NSP is the complete object-based scripting language written in just a few thousand lines of ansi c. It's portable, thread-safe, flexible, embeddable, expandable and easy to understand (as a language and as an API).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Qihoo360 Atlas

    Qihoo360 Atlas

    A high-performance and stable proxy for MySQL

    ...Rewrite the network model and the threading model. Optimize the locking mechanism, performance improved immensely. When Atlas start, it will create multiple threads. One of them is the main thread, the others are working threads. The main thread is responsible for monitoring the connecting requests from clients, and the working thread only monitor the command request from the main thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ThreadPoolTester

    ThreadPoolTester

    Performance Testing Tool For Thread Pool Systems

    ThreadPoolTester is a performance testing and comparison tool for java based Thread Pools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SWTOR Combat Log Analyzer

    SWTOR Combat Log Analyzer

    Grafischer Kampflog Analyzer für SWTOR

    A new version (1.2) is out now! Check it out. Eine neue Version (1.2) ist draußen! Probiert es aus. Grouping the data (damage and heal) for each fight. Views with detailed data. Mit dem SWTOR Combatlog Analyser können die Kampflogs (gibt es seit SWTOR 1.2) ausgewertet werden. Viel Spass bei der Benutzung. With the SWTOR Combatlog Analyzer you are able to analyze the combat log of SWTOR (avaiable since 1.2). You must have Java 6 installed. Details are here:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Simple Web Server C++

    An easy way to make REST resources available from C++ applications.

    Please go to https://github.com/eidheim/Simple-Web-Server, as this sourceforge page will no longer be updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    4chan Image Downloader

    Download all images from a thread

    Download all 4chan images from a thread with one click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ResTool

    Display Resolution Scaling Calculator

    This tool helps to choose a proper display resolution when upscaling video output for games or other uses. This can be helpful when used with the "Custom Resolution Utility" available here: http://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU ResTool takes a display's native resolution and a target upscale percent to find an integer-resolution near the upscale target and locked to the native aspect ratio. This is useful because a simple increase at a given percentage typically yields a non-integer resolution at the indicated aspect ratio. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Easy Simple Network Library

    A MINA-like, cross-platform C++ network library based on boost::asio

    The full name of "esnetwork" is "easy simple network library". It is a cross-platform C++ network library based on boost::asio (http://think-async.com). It aims to be a simple, easy-to-use and full-featured networking framework, like MINA in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    mymc

    MYMC vmc file editor

    adaptation of mymc to understand opl bin format for discussions see http://ps2home.freeforums.net/thread/138/mymc-memory-card-editor-versions
    Leader badge
    Downloads: 385 This Week
    Last Update:
    See Project
  • 22
    YChan - 4chan and 8chan image downloader

    YChan - 4chan and 8chan image downloader

    YChan is a program to download images from 8chan / 8ch and 4chan

    YChan is a free image downloader. It supports multithreading and auto-rechecking of threads. It was created as an alternative for XChan which doesnt work anymore. Supported Websites: 8chan.co / 8ch.net and 4chan.org YChan requieres .NET Framework 4.5 or higher. If you like my work donate me via Paypal or send me a gift on Steam (see "About" in the program). Dev Status: Project is dead, if somebody wants to create something based on this - the sources are avaiable in the SVN
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Laravel.io

    Laravel.io

    The Laravel Community Portal

    ...Laravel.io features forums, articles, various community communication channels and more to keep you up to date on the latest Laravel developments and get you connected to like-minded Laravel users. It also has a thread search feature to easily find a relevant thread for your query, and you can also create a new thread. The code of this repository is completely open source, and offers optional Github authentication and Algolia search to run locally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Endless Dungeons

    The Endless Dungeons

    A free random dungeon game RPG (Roguelike)

    ...Don't forget to download the manual if you want more info: http://sourceforge.net/projects/endlessdungeons/files/The%20Endless%20Dungeons.pdf/download There is also an FAQ on the forums here: https://sourceforge.net/p/endlessdungeons/discussion/general/thread/6ba973f6/ This game differs from a lot of other roguelikes in that it's largely GUI- and menu based (similar to old console RPGs) and has turn-based battles.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    As of now, you can get Ehcache only from ehcache.org or Maven central. A simple, fast, thread safe, standards based cache for Java, and provides memory and disk stores and distributed operation for clusters. ehcache is widely used in such open source projects as Hibernate and Spring. Terracotta offers enterprise edition
    Downloads: 0 This Week
    Last Update:
    See Project