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

Define Multitasking freeware
Filter: All | Freeware | Demo
 

Define Multitasking

< 1 2 3 4 5 > 
Added: March 25, 2010 | Visits: 713

MTasker MTasker is a two-file C++ library designed to support very simple cooperative multitasking. MTasker can facilitate writing code that would ordinarily require a state machine, for which the author does not consider himself smart enough. This class does not perform any magic it only makes calls... Platforms: *nix

License: Freeware Size: 61.44 KB Download (105): MTasker Download

Added: November 04, 2010 | Visits: 764

MemCheck Deluxe MemCheckDeluxe is an enhanced leak finder/memory profiler. It tracks all the memory allocated, and can report where it was created at the end of a program (memory that would have been leaked). It tracks the largest and smallest chunks allocated, the maximum memory used, and the highest number... Platforms: *nix

License: Freeware Size: 16.38 KB Download (119): MemCheck Deluxe Download

Added: July 12, 2010 | Visits: 1.192

XINS 2.0 / 2.1 Alpha XINS is a technology used to define, create, and invoke remote APIs. XINS is specification-oriented. When API specifications are written (in XML), XINS will transform them to HTML-based documentation and Java code for both the client-side and the server-side. The communication is based on... Platforms: *nix

License: Freeware Size: 3.4 MB Download (101): XINS 2.0 / 2.1 Alpha Download

Added: January 27, 2010 | Visits: 848

SNAKES SNAKES is a Python library that provides all then necessary to define and execute many sorts of Petri nets, in particular those of the PBC and M-nets family. Its main aim is to be a general Petri net library, being able to cope with most Petri nets models, and providing the researcher with a tool... Platforms: *nix

License: Freeware Size: 798.72 KB Download (105): SNAKES Download

Added: April 27, 2010 | Visits: 1.098

Embperl::Syntax::RTF Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl. Currently Embperl... Platforms: *nix

License: Freeware Size: 665.6 KB Download (102): Embperl::Syntax::RTF Download

Added: March 27, 2010 | Visits: 1.173

Text::EP3::Verilog Text::EP3::Verilog Perl module contains a verilog extension for the EP3 preprocessor. SYNOPSIS use Text::EP3; use Text::EP3::Verilog; This module is an EP3 extension for the Verilog Hardware Description Language. The signal directive @signal key definition Take a list of signals and... Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::EP3::Verilog Download

Added: August 07, 2010 | Visits: 1.199

pMH phpMyHotels is a general purpose reservation engine featuring plugins that define availability, searches, and resource management tools. It also features a complete properties promotion and advertising tool. phpMyHotels is a plug-in based general purpose online reservation platform. It... Platforms: *nix

License: Freeware Size: 901.12 KB Download (134): pMH Download

Added: February 19, 2010 | Visits: 1.112

Basset::DB::Table Basset::DB::Table is used to define database tables, ways to load that data into memory and build queries based upon the table information. SYNOPSIS For example, my $table = Basset::DB::Table->new( name => user, primary_column => id, autogenerated => 1, definition => { id =>... Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): Basset::DB::Table Download

Added: April 18, 2010 | Visits: 772

C::DynaLib::Struct C::DynaLib::Struct is a tool for handling the C `struct data type. SYNOPSIS use C::DynaLib::Struct; Define C::DynaLib::Struct( $struct_tag, $template0, @field_names0, [$template1, @field_names1,] ... ); $rstruct = tie( $struct, $struct_tag [, @initializer_list] ); $value =... Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib::Struct Download

Added: May 23, 2010 | Visits: 1.441

Log::Dispatch::File::Rolling Log::Dispatch::File::Rolling is a Perl object for logging to date/time/pid stamped files. SYNOPSIS use Log::Dispatch::File::Rolling; my $file = Log::Dispatch::File::Rolling->new( name => file1, min_level => info, filename => Somefile%d{yyyyMMdd}.log, mode => append ); $file->log(... Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): Log::Dispatch::File::Rolling Download

Added: October 22, 2010 | Visits: 1.097

Log::Dispatch::File::Alerts Log::Dispatch::File::Alerts is a Perl object for logging to alert files. SYNOPSIS use Log::Dispatch::File::Alerts; my $file = Log::Dispatch::File::Alerts->new( name => file1, min_level => emerg, filename => Somefile%d{yyyy!!!!}.log, mode => append ); $file->log( level => emerg,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Log::Dispatch::File::Alerts Download

Added: August 25, 2013 | Visits: 851

KeyTouch KeyTouch is a program which allows you to easily configure the extra function keys of your keyboard. This means that you can define, for every individual function key, what to do if it is pressed. When you buy a new keyboard a CD-ROM will probably included. This CD-ROM contains software to... Platforms: *nix

License: Freeware Size: 860.16 KB Download (156): KeyTouch Download

Added: October 22, 2010 | Visits: 682

Tk_CreateImageType Tk_CreateImageType is a Perl module to define new kind of image. SYNOPSIS #include < tk.h > Tk_CreateImageType(typePtr) ClientData Tk_GetImageMasterData(interp, name, typePtrPtr) ARGUMENTS Tk_ImageType *typePtr (in) Structure that defines the new type of image. Must be static: a... Platforms: *nix

License: Freeware Size: 5.7 MB Download (95): Tk_CreateImageType Download

Added: May 22, 2010 | Visits: 1.007

Tk_CreateItemType Tk_CreateItemType is a Perl module that define new kind of canvas item. SYNOPSIS #include Tk_CreateItemType(typePtr) Tk_ItemType * Tk_GetItemTypes() ARGUMENTS Tk_ItemType *typePtr (in) Structure that defines the new type of canvas item. INTRODUCTION Tk_CreateItemType is... Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk_CreateItemType Download

Added: September 10, 2010 | Visits: 731

Pod::PP Pod::PP is a POD pre-processor. SYNOPSIS # normally used via the podpp script require Pod::PP; my $pp = Pod::PP->make( -incpath => [h, h/sys], -symbols => { DIR => "/var/www", TMPDIR => "/var/tmp" }, ); $pp->parse_from_filehandle(*STDIN); $pp->parse_from_file("file.pp"); The... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Pod::PP Download

Added: October 25, 2010 | Visits: 939

Slackware Slackware Linux is a complete 32-bit multitasking "UNIX-like" system.i Its currently based around the 2.4 Linux kernel series and the GNU C Library version 2.3.2 (libc6). Slackware contains an easy to use installation program, extensive online documentation, and a menu-driven package system. A... Platforms: *nix

License: Freeware Download (103): Slackware Download

Added: November 14, 2010 | Visits: 1.685

Image::MetaData::JPEG::Structures Image::MetaData::JPEG::Structures is a Perl module that describes the structure of a JPEG file; it is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope. THE STRUCTURE OF JPEG PICTURES The JPEG... Platforms: *nix

License: Freeware Size: 286.72 KB Download (93): Image::MetaData::JPEG::Structures Download

Added: April 06, 2010 | Visits: 1.338

DFA::Kleene DFA::Kleene is a Kleenes Algorithm for Deterministic Finite Automata. Calculates the "language" (set of words) accepted (= recognized) by a Deterministic Finite Automaton. SYNOPSIS use DFA::Kleene qw(initialize define_accepting_states define_delta kleene example); use DFA::Kleene... Platforms: *nix

License: Freeware Size: 5.12 KB Download (164): DFA::Kleene Download

Added: May 03, 2010 | Visits: 931

T2 Linux 7.0 With T2 you can define targets for various purposes, ranging from embedded linux systems with a few MB of size over server configurations to a full desktop system featuring X.Org foundation, KDE, Gnome, OpenOffice.Org and many more. Those targets can be compiled for use on the most common... Platforms: *nix

License: Freeware Download (95): T2 Linux 7.0 Download

Added: June 04, 2010 | Visits: 979

Tk::event Tk::event contains miscellaneous event facilities: define virtual events and generate events. SYNOPSIS $widget->eventAction(?arg, arg, ...?); The eventAction methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events.... Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::event Download

< 1 2 3 4 5 >