The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "progressbar"

Tk::ProgressBar - A graphical progress bar River stage three • 163 direct dependents • 174 total dependents

Tk::ProgressBar provides a widget which will show a graphical representation of a value, given maximum and minimum reference values....

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution
  • Tk - a graphical user interface toolkit for Perl
  • Tk::UserGuide - Writing Tk applications in Perl 5

CGI::ProgressBar - CGI.pm sub-class with a progress bar object River stage zero No dependents

This module provides an HTML/JS progress bar for web browsers, to keep end-users occupied when otherwise nothing would appear to be happening. It aims to require that the recipient client have a minimum of JavaScript 1.0, HTML 4.0, and CSS/1. All fee...

LGODDARD/CGI-ProgressBar-0.05 - 30 Nov 2010 16:24:18 UTC - Search in distribution

IUP::ProgressBar - [GUI element] shows a percent value that can be updated to simulate a progression River stage zero No dependents

Creates a progress bar control. Shows a percent value that can be updated to simulate a progression....

KMX/IUP-0.305 - 07 Sep 2016 19:02:56 UTC - Search in distribution

PBS::ProgressBar - provide a progress meter on a standard terminal River stage zero No dependents

PBS::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains. A typical use sets up the progress bar with a number o...

NKH/PerlBuildSystem-0.44 - 12 May 2008 18:34:09 UTC - Search in distribution

Acme::ProgressBar - a simple progress bar for the patient River stage zero No dependents

Acme::ProgressBar provides a simple solution designed to provide accurate countdowns. No progress bar object needs to be created, and all the calculation of progress through total time required is handled by the module itself....

RJBS/Acme-ProgressBar-1.130 - 01 Jan 2023 00:40:12 UTC - Search in distribution

Gapp::ProgressBar - ProgressBar widget River stage one • 5 direct dependents • 5 total dependents

JHALLOCK/Gapp-0.60 - 19 Apr 2013 13:02:15 UTC - Search in distribution

Term::ProgressBar - provide a progress meter on a standard terminal River stage two • 25 direct dependents • 36 total dependents

Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains. A typical use sets up the progress bar with a number ...

MANWAR/Term-ProgressBar-2.23 - 08 Oct 2022 03:23:15 UTC - Search in distribution

Text::ProgressBar - indicates the progress of a lengthy operation visually on your terminal River stage zero No dependents

The Text::ProgressBar is customizable, you can specify different kinds of widgets so as you can create your own widget. It is also possible that you combine more than one widget to find your own style. The printing (output ascii) characters can also ...

FARHAD/Text-ProgressBar-0.3 - 16 Nov 2012 08:19:50 UTC - Search in distribution

LibUI::ProgressBar - Control that Visualizes the Progress of a Task River stage zero No dependents

A LibUI::ProgressBar object represents a control that visualizes the progress of a task via the fill level of a horizontal bar. Indeterminate values are supported via an animated bar....

SANKO/LibUI-0.02 - 11 Mar 2023 05:02:51 UTC - Search in distribution
  • LibUI - Simple, Portable, Native GUI Library

ProgressBar::Stack - Progress bar implementation with stack support and useful loop wrappers River stage zero No dependents

"ProgressBar::Stack" creates a convenient framework for adding progress bars to long processes. Sometimes you have long process which consists of several subprocesses, some of which have cycles (including nested ones), some called several times and s...

LANY/ProgressBar-Stack-1.01 - 31 Jan 2010 14:29:17 UTC - Search in distribution

String::ProgressBar - Produces a simple progress bar River stage one • 1 direct dependent • 1 total dependent

It is an OO class to produce a simple progress bar which can be used at a shell. It does not use curses and has no large dependencies....

AHERNIT/String-ProgressBar-0.04 - 12 Jun 2016 19:04:34 UTC - Search in distribution

Console::ProgressBar - A simple progress bar for Perl console applications River stage zero No dependents

Console::ProgressBar is a simple progress bar for Perl console applications. use Console::ProgressBar; # create a progress bar for a task with 20 steps my $p = Console::ProgressBar->new('Writing files',20); # for each step done, the progress bar inde...

OAUVERLOT/Console-ProgressBar-1.01 - 24 Jan 2022 20:15:26 UTC - Search in distribution

Benchmark::ProgressBar - Display Progress Bar While You Wait For Your Benchmark River stage zero No dependents

This is a VERY crude combination of Benchmark.pm and Term::ProgressBar. Basically I got sick of waiting for my benchmarks to finish up without knowing an ETA. You can use it as a drop-in replacement for Benchmark.pm, but the only functions that would...

DMAKI/Benchmark-ProgressBar-0.00001 - 15 Apr 2008 09:42:39 UTC - Search in distribution

lib/Carmel/ProgressBar.pm River stage zero No dependents

MIYAGAWA/Carmel-v0.1.56 - 11 May 2022 19:41:36 UTC - Search in distribution

Paw/Progressbar.pm River stage zero No dependents

UGANSERT/Paw-0.54 - 19 May 2003 10:57:20 UTC - Search in distribution

Tk::ProgressBar::Mac - a blue, 3-D Macintosh Classic progress bar. River stage one • 2 direct dependents • 2 total dependents

This widget provides a dynamic image that looks just like a Mac OS 9 progress bar. Packed around it are four Frames, north, south, east and west, within which you can stuff additional widgets. For example, see how Tk::Copy::Mac uses several Labels an...

LUSOL/Tk-ProgressBar-Mac-1.2 - 25 Aug 2003 11:54:52 UTC - Search in distribution

Tcl::pTk::ProgressBar - A graphical progress bar River stage zero No dependents

Tcl::pTk::ProgressBar provides a widget which will show a graphical representation of a value, given maximum and minimum reference values....

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC - Search in distribution
  • Tcl::pTk - Interface to Tcl/Tk with Perl/Tk compatible syntax

pEFL::Elm::Progressbar River stage zero No dependents

This module is a perl binding to the Elementary Progressbar widget. For more informations see https://www.enlightenment.org/develop/legacy/api/c/start#group__Elm__Pro gressbar.html For instructions, how to use pEFL::Elm::Progressbar, please study thi...

PERLMAX/pEFL-0.75 - 07 Dec 2022 20:50:09 UTC - Search in distribution

Curses::UI::Progressbar - Create and manipulate progressbar widgets River stage two • 20 direct dependents • 20 total dependents

Curses::UI::Progressbar is a widget that can be used to provide some sort of progress information to the user of your program. The progressbar looks like this: +------------------------------------------+ |||||||||---------- 14% ------------------ | ...

MDXI/Curses-UI-0.9609 - 02 Sep 2011 18:10:20 UTC - Search in distribution

Win32::GUI::ProgressBar - Create and manipulate progress bar controls River stage one • 9 direct dependents • 9 total dependents

[TBD]...

KMX/Win32-GUI-1.14 - 01 Jun 2017 13:07:51 UTC - Search in distribution
104 results (0.068 seconds)