Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.277.755 Times

Madeira Thread freeware
Filter: All | Freeware | Demo
 

Madeira Thread

1 2 3 4 5 > 
Added: August 06, 2010 | Visits: 2.725

Inter-Thread Communication Inter-Thread Communication (ITC) aims to make it exceedingly easy to call functions in other threads. The lexer does all the work, so just run the lexer on your headers, then call the stub functions. In addition, it also provides a complete threading API, with the four threading primitives...



Platforms: *nix

License: Freeware Size: 419.84 KB Download (110): Inter-Thread Communication Download

Added: February 04, 2010 | Visits: 824

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {...





Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: November 23, 2010 | Visits: 1.356

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: February 05, 2010 | Visits: 874

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: August 19, 2010 | Visits: 846

RT-Thread RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc. RT-Thread project also provides a C-expression interpreter...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (105): RT-Thread Download

Added: June 25, 2010 | Visits: 883

Mail::Thread::Chronological Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread; use Mail::Thread::Chronological; my $threader = Mail::Thread->new( @messages ); my $lurker = Mail::Thread::Chronological->new; $threader->thread; for my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Mail::Thread::Chronological Download

Added: September 04, 2010 | Visits: 1.016

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 766

Money on Thread The application for personal budgeting, with a brilliant new idea to put money on thread (literally) has been released -- it's simple, maybe too simple -- if you are professional go with Microsoft Money or Quicken ... this one is for the rest of the world, like us (financial newborns). In a...


Platforms: Java

License: Freeware Size: 5.54 MB Download (533): Money on Thread Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 413

Thread-GDB Extend the multi-thread capabilities of the gdb debugger. This targets POSIX threads implementations, although attempts to remain neutral with respect to the threads implementation. Creating a robust environment for thread debugging is the goal.


Platforms: Mac, BSD, Linux

License: Freeware Size: 5.92 KB Download (49): Thread-GDB Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 427

Madeira Saver A trip around Madeira through a screen saver. Madeira is an island in the north Atlantic which belongs to Portugal. Includes 109 photos. To install - for your account only: drag Madeira Saver.slideSaver to /Library/(your user name)/Screen Savers. For all users: drag to /Library/Screen Savers.


Platforms: Mac

License: Freeware Size: 20.5 MB Download (48): Madeira Saver Download

Added: November 02, 2013 | Visits: 244

Thread::RWLock RWLocks provide a mechanism to regulate access to resources. Multiple concurrent reader may hold the rwlock at the same time, while a writer holds the lock exclusively. New reader threads are blocked if any writer are currently waiting to obtain the lock. The read lock gets through after all...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Thread::RWLock Download

Added: January 03, 2010 | Visits: 857

FifoEmbed FifoEmbed is a thread-safe basic queue, packet queue, and FIFO allocator. When programming device drivers, network stacks, and similar systems, you often need a queue and storage management. FifoEmbed provides three C abstract data types, all implemented on top of circular arrays: - A basic...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): FifoEmbed Download

Added: January 11, 2010 | Visits: 755

GUASI GUASI library implements a thread based generic asyncronous execution engine, to be used to give otherwise syncronous calls an asyncronous behaviour. GUASI comes from Generic Userspace Asyncronous Syscall Interface. It can be used to wrap any syncronous call, so that it can be scheduled for...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (94): GUASI Download

Added: November 23, 2010 | Visits: 1.029

DM1 Threads Library DM1 Thread Library is part of the DM1 project. This library was born out of my need to have a portable C++ Thread library that would be simple to use, and would provide all the necessary Threads functionality I required for the DM1 project. Initially, this library was in C, but when I decided...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): DM1 Threads Library Download

Added: February 26, 2010 | Visits: 1.092

libbsl libbsl (Basic System Library) is a powerful, easy to use and fully thread safe C++ template class library for frequently recurring (machine/OS oriented) programming problems. All fundamental objects in libbsl are freely copyable and shareable between an arbitrary number of threads - e.g....


Platforms: *nix

License: Freeware Size: 1.04 MB Download (89): libbsl Download

Added: September 03, 2010 | Visits: 1.055

libcontain 0.2 libcontain library provides a large and growing number of fast and thread-safe containter objects written in C and C++. The libcontain library now provides the following container types: - a series of hash tables libcontain includes the hash table implementation from GNU glib and a hash...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (93): libcontain 0.2 Download

Added: February 07, 2010 | Visits: 743

JDumpViewer JDumpViewer is a tool for analyzing Java thread dumps. ToDo: General - detect and handle parse exceptions - display info to user - add options to compare - select which fields to compare - add a new view to show threads as tree nodes and dump number as leaf node - use graphviz to display...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (89): JDumpViewer Download

Added: August 22, 2010 | Visits: 1.264

Parallel::Queue Parallel::Queue is a Perl module to fork or thread a list of closures N-way parallel. SYNOPSIS # example queue: # only squish files larger than 8KB in size. figure # that the system can handle four copies of squish # running at the same time without them interfering # with one another....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Parallel::Queue Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 595

QMSys Threads and Gauges QMSys Threads and Gauges is a powerful thread engineering program especially designed for engineers, metrologists, quality control managers, and machinist. The application will help the working process by saving your time and preventing human errors in the determination of thread parameters....


Platforms: Windows

License: Freeware Download (456): QMSys Threads and Gauges Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 517

QMSys Threads PD The program QMSys THREAD-PD enables the user to determine the pitch diameter of threads when the indicated values are specified as well as to determine the indicated values when the pitch diameter is specified. It is suitable practically for all types of threads: - external and internal -...


Platforms: Windows

License: Freeware Size: 477 KB Download (495): QMSys Threads PD Download

1 2 3 4 5 >