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.479.181 Times

Create Thread freeware
Filter: All | Freeware | Demo
 

Create Thread

1 2 3 4 5 > 
Added: February 05, 2010 | Visits: 880

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

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 748

MultiThread Delphi Component MultiThread Delphi Component is a non visual class designed to help you to create multiple threads, for instance for making a multi threaded thumbnailer or any other task that needs many threads. You specify a max. thread count and simply add work to the class and when the work is ready a... Platforms: Windows

License: Freeware Download (71): MultiThread Delphi Component Download

Added: February 04, 2010 | Visits: 830

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: August 06, 2010 | Visits: 2.732

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: November 23, 2010 | Visits: 1.361

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: November 15, 2010 | Visits: 1.789

Create Your Own Adventure 0.4 Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. When the user reaches the end of the adventure, the user will be given the option to continue writing the next part of the adventure. The user can upload a picture (in any format... Platforms: *nix

License: Freeware Size: 14.34 KB Download (150): Create Your Own Adventure 0.4 Download

Added: April 26, 2010 | Visits: 1.497

Create PlayList Create PlayList is a service menu for KDE and has been tested with kde 3.5.4 and 3.5.5. The service is available over directories. It will create a M3U playlist file with .mp3, .ogg, .wav... files into the directory. Filename can be changed. To create M3U playlist file the script uses a... Platforms: *nix

License: Freeware Size: 2.05 KB Download (110): Create PlayList Download

Added: October 19, 2010 | Visits: 2.455

Image Create for PHP Image Create for PHP is a project which allows you to render text into an image on the fly. Image Create for PHP is a stand-alone script that allows you to create dynamic text images easily.. Get PHP Development tools at SourceForge.net. Fast, secure and free downloads from the largest Open... Platforms: *nix

License: Freeware Size: 5.12 KB Download (221): Image Create for PHP Download

Added: August 19, 2010 | Visits: 852

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: May 07, 2010 | Visits: 1.865

Create CVSup Create CVSup is a script that will create a cvsup server mirror for FreeBSD, NetBSD, and OpenBSD. Create CVSup script has been tested and is known to work under FreeBSD, NetBSD, and OpenBSD.. Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): Create CVSup Download

Added: January 27, 2010 | Visits: 1.474

create Image create Image is an amarok script that can create an image of the current playlist and save the files to an iso image. The iso image is found in the respective home folders.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education... Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): create Image Download

Added: June 25, 2010 | Visits: 887

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 27, 2010 | Visits: 2.072

Create New Template Service Menu Create New Template Service Menu is a context menu item for KDE and Konqueror that automates adding Create New... menu entries from existing files. It adds a "Create Template" item to the Actions submenu of the context menu. It consists of a service menu .desktop file and a shell script. KDE... Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Create New Template Service Menu Download

Added: September 04, 2010 | Visits: 1.022

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

Added: June 07, 2010 | Visits: 1.593

Archive::Any::Create Archive::Any::Create is an abstract API to create archives (tar.gz and zip). SYNOPSIS use Archive::Any::Create; my $archive = Archive::Any::Create->new; $archive->container(foo); # top-level directory $archive->add_file(bar.txt, $data); # foo/bar.txt $archive->add_file(bar/baz.txt,... Platforms: *nix

License: Freeware Size: 3.07 KB Download (114): Archive::Any::Create Download

Added: July 17, 2010 | Visits: 2.186

Recursively create M3U playlists Recursively create M3U playlists is a service menu which can create a file called playlist.m3u in each directories and sub directories. You can edit recursively_create_M3U_playlist.py to change the name of playlist.m3u To install, simply put recursively_create_M3U_playlist.py and... Platforms: *nix

License: Freeware Size: 1.02 KB Download (190): Recursively create M3U playlists Download

Released: April 03, 2015  |  Added: May 10, 2015 | Visits: 6.971

Free ISO Create Wizard Free ISO Create Wizard helps you create ISO image from files or folders. With Free ISO Create Wizard, you can easily create ISO image from any files and folders (with the subfolders). This is very easy for the novices, yet powerful and efficient for veterans. No matter which type of files, you... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.95 MB Download (1500): Free ISO Create Wizard Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.054

Create Web Gallery for Mac OS A simple, easy to use Automator action to create web galleries from your photos, images or video files. You can use this action to create automated workflows from camera to web! Platforms: Mac

License: Freeware Size: 61.44 KB Download (422): Create Web Gallery for Mac OS Download

Added: May 10, 2013 | Visits: 818

create array from comma separated list create array from comma separated list script uses the PHP Explode() command to create an array from a comma separated list.By changing the delimiter you can convert tab separated, newline separated, etc... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): create array from comma separated list Download

Added: May 10, 2013 | Visits: 864

Create Emacs TAGS file for Python modules Create Emacs TAGS file for Python modules script creates a TAGS file for Python programs, usable with GNU Emacs. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Create Emacs TAGS file for Python modules Download

1 2 3 4 5 >