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

ProgressMonitor 0.11

  Date Added: February 17, 2010  |  Visits: 579

ProgressMonitor

Report Broken Link
Printer Friendly Version


Product Homepage
Download (92 downloads)



ProgressMonitor is a flexible and configurable framework for providing feedback on how a long-running task is proceeding. SYNOPSIS use strict; use warnings; use Time::HiRes qw(usleep); use ProgressMonitor::Stringify::ToStream; use ProgressMonitor::Stringify::Fields::Bar; use ProgressMonitor::Stringify::Fields::Fixed; use ProgressMonitor::Stringify::Fields::Percentage; sub someTask { my $monitor = shift; $monitor->prepare(); $monitor->begin(100); for (1 .. 40) { usleep(100_000); $monitor->tick(1); } anotherTask($monitor->subMonitor({parentTicks => 20})); for (1 .. 40) { usleep(100_000); $monitor->tick(1); } $monitor->end(); } sub anotherTask { my $monitor = shift; $monitor->prepare(); $monitor->begin(3000); for (1 .. 3000) { usleep(1_000); $monitor->tick(1); } $monitor->end(); } someTask( ProgressMonitor::Stringify::ToStream->new( { fields => [ ProgressMonitor::Stringify::Fields::Bar->new, ProgressMonitor::Stringify::Fields::Fixed->new, ProgressMonitor::Stringify::Fields::Percentage->new, ] } ) );.

Requirements: No special requirements
Platforms: Linux
Keyword: Flexible Framework How A Libraries Programming Progressmonitor Providing Task Usleep
Users rating: 0/10

License: Freeware Size: 32.77 KB
USER REVIEWS
More Reviews or Write Review


PROGRESSMONITOR RELATED
Libraries  -  Config::Framework 2.5
Config::Framework is a Perl module with handy one-stop shopping for (most) of your configuration file needs. SYNOPSIS #create a new object, load two configuration files and decrypt the passwords. my $Object = new Config::Framework( Files =>...
15.36 KB  
Libraries  -  Locale::Framework 0.06
Locale::Framework is a Perl module for internationalization. SYNOPSIS use Locale::Framework; use Locale::Framework::SQL; Locale::Framework::init(new Locale::Framework::SQL( DSN => "dbi:Pg:dbname=zclass;host=localhost", DBUSER => "test",...
3.07 KB  
Programming  -  Haskell support for Eclipse 2.2.4
We extend the Eclipse IDE with tools for development in Haskell, a functional programming language, providing support for a wide range of tools (compilers, interpreters, doc tools etc.) in a coherent, convenient and configurable environment.
1.71 MB  
Libraries  -  Distributed Multiplatform Framework 0.7.1 / 1.0 RC1
Distributed Multiplatform Framework is a component-based programming framework using XML (or currently a hardcoded variant) as the repository. The samples are implemented either in console or wxWidgets. This shows the independence of the GUI or...
5.2 MB  
Libraries  -  Styx Framework 5.3.1993.76
Styx Framework is a rich collection of classes, libraries, interfaces and tools designed to solve problems with serialization, logging, network communication, configuration, asynchronous programming and so on. There are a lot of routines that...
 
Libraries  -  Calyxo Web Application Framework 0.9.0
Calyxo Web Application Framework encourages in MVC model 2 based web application development. It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in...
2.3 MB  
Libraries  -  Freeform Framework 1.2.0 beta
Freeform Framework is a PHP5-based Web application development framework with a clear, scalable, and extensible MVC architecture. Developed with simplicity in mind, it has class and resource packaging, automatic class discovery and loading,...
22.53 KB  
Libraries  -  Salto Framework 3.0.16
Salto Framework is a framework based on Ajax, Struts and J2EE technologies. Salto Framework provides graphical components such as datatables, treeviews and listboxes, and allows you to refresh only some parts on the screen. Thanks to the framework...
1.6 MB  
Libraries  -  Spring Rich Client 0.2.1
Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes. The Spring Rich...
15.7 MB  
Libraries  -  Rudiments 0.30
Rudiments is a C++ class library providing base classes for things such as daemons, clients, and servers, and wrapper classes for the standard C functions for things like semaphores, regular expressions, and signal handling. In the early days of...
593.92 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB