Search Results for "multi threaded" - Page 9

Showing 380 open source projects for "multi threaded"

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
  • $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
    Session-based fault-tolerant multi-threaded acceptor-connector design pattern
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    tView

    An Image Viewer that currently perform basic image viewing operation

    An Image Viewer that currently supports basic image viewing and only works with shortcut keys so far (like arrow keys, Ctrl+o), 1) Event based architecture 2) Multi threaded 3) Logical File name Sorting 4) Plugin based architecture (Todo)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    gxLibrary : C++ (CUDA+AMP+CPU)

    C++ library for easy simulations on any CUDA/AMP/CPU or remote PC

    Helps to program ( in C++) simulations or long-running calculations with many iterations. Easily write C++ code that is same as single-threaded ( or shorter and simpler) , and gxLibrary will compile and run that code as massive multi-threaded on any available GPU (CUDA/AMP) or CPU, either on local or remote PC. Write code functions once, just like they would be written for regular single-threaded cases - no need to write separate code for CUDA or AMP or CPU, or to modify code for parallel execution. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    boahttpd

    A C++ library to make your application be a cgi-featured http server

    The library, boahttpd, is designed to create a cgi-featured http server (normally called as boa-server)easily and fast. That means you can easily add CGI support to your server application. Further more, it support filter and allows you to prevent unauthorized access. It's a multi-threaded server. Its written in C++ inside, but provides a C-Style API which you will find it to be Object-Oriented essentially. Multiple platforms are supported with a uqique set of interface, including Windows, Linux, or Embedded systems. It will take only a few minutes to get to know how to use it. It's suggested to started from the development manual. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5

    F-Split

    This application can split and join any files

    ...It has the capacity to split any files regardless of its size. It can also join them to create the original one. It works very fast and also has the ability to show the current and overall progress of the task. This is multi-threaded and thus takes advantage of modern day CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SPCOMM for MFC(Serial Port Class)

    Ported to MFC from Delphi

    Ported from Delphi version supports the MFC class ,file only two: Spcomm.h Spcomm.cpp SPCOMM Delphi famous serial software, the use of multi-threaded message method to write. Online examples of many. This version's SPCOMM based on the following features 1. Increase support COM10 serial 2. Increase IsOpen () function returns true is already open
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TFTP server. It can receive file and it can send files to clients. It is fully written in Java. Multi threaded TFTP server. This has no license limitation. For any help post your queries in the Form of this Project. No performance testing is done
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    babbleBox

    babbleBox

    A socket based chatroom

    A socket based chat room written in Java. It consists of: - a GUI chat Client. - a multi-threaded GUI chat server. Currently in its beta version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    NetLink Sockets C++ Library

    Networking/Socket C++ Library.

    NetLink Sockets: Networking C++ Library. Probably the easiest socket C++ library. See the documentation, examples and API reference at http://netlinksockets.sourceforge.net
    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
  • 10
    MultiMandel

    MultiMandel

    Multi-platform Mandelbrot viewer built with Delphi XE5

    Proof of concept of the multi platform capabilities of Delphi XE5. Experimenting with the Mandelbrot set for Windows, Android, iOS and OSX. Current development is version 01 which aims at a simple Mandelbrot viewer for all platforms. Note to the screenshots: this is the same picture which is treated with three different color options, each yielding a complete different result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Theora playback library
    THIS PROJECT HAS MOVED AND CAN BE FOUND HERE: https://github.com/AprilAndFriends/theoraplayer A multi-threaded C++ library that plays video files supporting multiple codecs across platforms. Easy to use, fast, responsive, abstract interface and minimal dependencies, you'll soon be wondering how you lived without it! ;) Audio and Video interfaces are completely abstracted so the library can be used anywhere, regardless of what you use to display video frames and play audio samples (eg. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    mc_httpd

    a simple web server

    mc_httpd is an HTTP server written by robin. The sources and documentation are distributed under the Berkeley Software Distribution license. HTTP server features: Supports HTTP/1.1 and CGI/1.1 Multi-line header field(not cgi) Name-based and IP-based virtual servers Keep-alive connections support The GET, HEAD, POST, PUT, DELETE methods Architecture and scalability: single-threaded Shared memory is based on /dev/zero One master and several worker processes; worker processes run under an unprivileged user Tested OS and platforms: linux/i386 FreeBSD/i386
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Java Sandbox Library

    Runs untrusted code in a safe, sandboxed environment easily.

    ...It is extremely customizable, so you can fine-tune exactly which permissions you wish to grant your untrusted code. It also includes many classes to to the hard work for you and has support for multi-threaded applications. (I am also looking for people to maintain this project. If you are interested, please contact me at dudeprgm@gmail.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    gel

    gel

    Generic Layer Framework for Java Applications

    The gel framework provides tools for several functionality purposes in Java (client and server) applications. These tools make the code smaller and simpler by implementing solutions for common functionality and design patterns, mostly related to GUI effects, multithreading and configurability. The framework contains several components that might be used separately according to dependancies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Multi Threaded PDF Merger

    Have to merge huge set's of PDF's to a single one, well use this.

    I have to merge a ton of PDF's on a daily bases, we using a Commercial Product aka Adobe Acrobat which take almost 1 hour to merge 5000 PDF documents to 5 single one's. Im Programmer and this wasn't acceptable for me.... This Libary (or Tutorial ?) is the result, its using IText for C# and it's made to use your physical CPU Cores and do Parallel Execution. I will make it short, 1000 PDF needs 15 seconds(On a 6 Core Machine with 50% Usage Peeks), also the Filesize is 50% smaller...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    kacyminer

    Kacyminer

    Kacyminer is a multi-threaded multi-pool ASIC and FPGA miner written in C# for Windows (both 32 and 64bit) with dynamic CPU clock control, monitoring, and advanced fan support. Although this can be used on multiple block chains simultaneously, we advise you only use it on one block chain at a time for increased stability/performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ces265

    Multi-threaded High Efficiency Video Encoder

    ces265 is a "High Efficiency Video Coding" (HEVC) software written in C++ with multi-threading support. This software compresses the raw video stream in YUV 4:2:0 planar format into HEVC 8.0 compatible bitstream. Help is taken from HM-8.0, HM-9.2 and x265 software while writing this software. The contributors of this software are: 1- Muhammad Usman Karim Khan (http://ces.itec.kit.edu/~khan/) 2- Muhammad Shafique (http://ces.itec.kit.edu/~shafique/) 3- Jörg Henkel (http://ces.itec.kit.edu/~henkel/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Sharp Explorer

    An alternate download for Sharp Explorer

    You can also follow the project at CodePlex https://sharpexplorer.codeplex.com/ This is an Alpha of a C# .NET File and Directory browser. Enjoy it! It seems stable so far, and fast thanks to come multi-threading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Files Cloud Backuper

    FCB allows you to backup all your files in the cloud

    Files Cloud Backuper (FCB) allows you to easily upload files to a cloud storage of your preference. Unlike other services, FCB doesn't works with a cloud storage of its own, it uses one or more accounts you already posses to store your data. FCB is aimed to ease the upload process. IMPORTANT: project has been moved to https://github.com/MatiasSM/fcb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Hydrocon IRC Bot

    irc bot multi-threaded, ddos, code execution, and more

    Hydrocon IRC bot public 1.7 this is a IRC bot that is compiled with codeblocks and the mingw32 compiler. It is fully multi-threaded melts on execution, runs on start up. it has great stability and efficiency . also has the ability to execute remote code and and execute cmd commands along with ddos and more, 16 option's in total. updates coming soon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Hide & Reveal
    Composed of a Java steganographic library and GUI to use steganography. Primarily intended for research communities on security and steganography to implement new dissimulation and steganalysis algorithms. More information at www.hidereveal.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QuickServer is an open source Java library/framework for quick creation of robust and multi-threaded, multi-client TCP server applications. With QuickServer one can just concentrate on just the application logic/protocol on hand.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    Grocket

    Client and server multi threaded chat

    A VERY basic chat written in Java. It uses sockets for comunication between client and server. The server supports many users in parallell through Java multi threading. No UI, just command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tornado HTTP Server is a multi-threaded web server written in Java. It aims to be secure, efficient, and portable, and provide a full implementation of HTTP 1.1. Advanced features such as GZip output compression and web-based administration are planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    smtptrapd is a multi-threaded daemon written in C that provides a RFC 2821 compliant SMTP service that always returns a 4xx soft error to the RCPT TO verb. It can be deployed as a secondary MX to reduce the amount of inbound spam.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo