Main > Free Download Search >

Free progress 1.0 software for linux

progress 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3404
progress 1.0

progress 1.0


Progress is a utility used in a pipe to report progress of data transfer to standard error. more>>
Progress is a utility used in a pipe to report progress of data transfer to standard error. Command-line arguments tells to specify how frequently to report, what character to use to report, and how much buffering to do.
Enhancements:
- February 9, 2003
- progress 1.0
- Initial announcement
<<less
Download (0.006MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1213 downloads
Time::Progress 1.2

Time::Progress 1.2


Time::Progress Perl module contains elapsed and estimated finish time reporting. more>>
Time::Progress Perl module contains elapsed and estimated finish time reporting.

SYNOPSIS

# autoflush to get r working
$| = 1;
# get new `timer
my $p = new Time::Progress;

# restart and report progress
$p->restart;
sleep 5; # or do some work here
print $p->report( "done %p elapsed: %L (%l sec), ETA %E (%e sec)n", 50 );

# set min and max values
$p->attr( min => -2, max => -20 );
# restart `timer
$p->restart;
my $c;
for( $c = -2; $c >= -20; $c-- )
{
# print progress bar and percentage done
print $p->report( "eta: %E min, %40b %pr", $c );
sleep 1; # work...
}
# stop timer
$p->stop;

# report times
print $p->elapsed_str;

<<less
Download (0.010MB)
Added: 2007-07-28 License: Perl Artistic License Price:
818 downloads
JoeDog::ProgressBar 1.1

JoeDog::ProgressBar 1.1


JoeDog::ProgressBar provides a perl extension that provides an ASCII progress bar for your perl scripts. more>>
JoeDog::ProgressBar provides a perl extension that provides an ASCII progress bar for your perl scripts.

You can run it inside any for which you can calculate the last iteration.

This is a autoloadable module which allows the programmer to add a progress bar to loops.

47% done: +++++++++++++++++++++++> |

INSTALLATION
JoeDog::ProgressBar.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no problem
with this installation as it will be familiar:

$ perl Makefile.PL
$ make
$ make test
$ su
$ make install

USAGE
use JoeDog::ProgressBar;
my $bar = new ProgressBar($max_size);
for(0..$max_size){
$bar->refresh($_);
}

<<less
Download (0.003MB)
Added: 2007-03-23 License: Public Domain Price:
945 downloads
jGossip 1.0

jGossip 1.0


jGossip is simple and powerful forum (message board) software implemented on J2EE platform. more>>
jGossip is simple and powerful forum (message board) software implemented on J2EE platform.It is using Struts framework.

Features of jgossip:

P planned
I implemented
R - released
D development in progress
C - cancelled
F - deferred

(R) Different environments.
Tested platforms include: Apache with Tomcat 4.1 , Jetty 4.2,SunOne 7.0
(R) Fully validated user input
(R) Powerful and extensive authorisation system
(R) Auto Login for easy login of users
(R) Strong encryption to keep passwords safe in the database
(R) Support for both cookie and URI-based sessions
(R) Unlimited forums can be organised into as many categories as you like
(R) New posts flag to identify new messages
(D) Private forums and those only for specified user groups
(R) Powerful search facility
(P) Automatic URL linking in posts
(R) Support of standard and extended BBCode tags in posts
(P) Polls
(R) Email notification of replies to topics
(R) Powerful topic subscription capability
(R) Emotions(Smiles) in posts
(P) Popular Discussions (Users can view the most popular topics from the main forum page).
(P) User Defined Bookmark for topics
(D) Internationalization (i18n) Support
(R) Forum, user and group permission management
(R) Moderation, so you can delegate the content moderation to a specific user
(R) Audit Logging in to database. Browse of audit logs by web interface.
(D) Control forum access to specified user groups
(R) Unlimited members
(R) Personal profile creation
(R) Post counting ranks for users
(P) Email-like private messaging system
(R) Supports avatars
(R) File attachment with posts
(R) Delete/move/lock/unlock of topics
(R) Delete single posts
(P) Move of posts
(P) Topic splitting
(P) Word censoring
(R) Extensive ban management, ban by email address, username or single/multiple IP address or hostname
(R) IP tracking of posts and posters
(R) Mass emailing of groups and users by the administrator
(P) Multiple styles available for the user to choose from
<<less
Download (5.8MB)
Added: 2006-06-24 License: MPL (Mozilla Public License) Price:
1218 downloads
resizePhotos 1.0

resizePhotos 1.0


resizePhoto is a nice service menu to resize your photos to a size suitable for emailing. more>>
resizePhoto is a nice service menu to resize your photos to a size suitable for emailing. It will resize any picture so that it is no more than 640 pixels on a side while preserving the aspect ration. This size can easily be changed by editing a text file.

You can resize any number of photos simultaneously by multiselecting them in Konqueror, then choosing the "Resize Photo" service menu.

A dialog will display the progress. The dialog has a cancel button.

Usage:

Open a folder containing some image files (.png, .jpg, .gif) in Konqueror.

Select one or several of these files.

Right-click one of the selected file and select Action->Resize Photo. (See first screenshot.)

A dialog will appear showing the progress of the resizing. (See second screenshot.) Press cancel if you so desire.

A folder named "Sized" will appear in the image folder. The resized photos are in that folder.

To install:

Extract the two files from the tar.gz file. Copy the .desktop to ~/.kde/share/apps/konqueror/servicemenus. Copy the .sh file to somewhere in your path such as /usr/bin, /usr/local/bin or ~/bin. Double check that the .sh file is executable.

Edit the resizePhotos.sh file to change the size of the resized files, or the name of the "Sized" directory.

<<less
Download (MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1054 downloads
APLoader 0.1.0

APLoader 0.1.0


APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby. more>>
APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby.

Features include:

fault tolerance
a progress meter
failed batch logs
minimal requirements
a programmable API
excellent performance.

The APLoaderproject is a PostgreSQL Community project that is a part of the pgFoundry.

<<less
Download (0.015MB)
Added: 2006-10-30 License: BSD License Price:
1092 downloads
wyoGuide 1.0.4

wyoGuide 1.0.4


wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. more>>
wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. Where possible any guideline is accompanied with sample code. The included fully working demo application applies all these guidelines and is well suited as a starting code base for your own projects.

wyoGuides main goal is to show how to develop the GUI of your application suitable for any platform. Development with these guidelines gives your application a professional set of base functionality. Application applying these guidelines should allow for ease of use, so a user might immediately feel comfortable.

There is no limitation to use these guidelines with other languages or with other frameworks. The only obstacle is you have to write any code yourself until somebody volunteers to submit code samples to wyoGuide. So far there is only code written in C++ using the wxWidgets framework.

wyoGuide is a work in progress which means not all functionality is specified yet. This leaves a lot of room for improvement if you feel so. wyoGuide is thought for helping you but its also thought for you to help others. Any suggestion for improvement is welcomed (see feedback). These guidelines should and hopefully will get to a state where they simply are just usable.

<<less
Download (0.13MB)
Added: 2006-02-13 License: Open Software License Price:
1349 downloads
Progress Report Manager 2.1

Progress Report Manager 2.1


Progress Report Manager project is a system for entering and sending school progress reports for teachers and parents. more>>
Progress Report Manager project is a system for entering and sending school progress reports for teachers and parents.
The Progress Report Manager was built to alleviate problems experienced with traditional school progress reports.
Administrators create progress reports that are automatically sent via email.
Every week, teachers receive a message in their inbox reminding them that a new progress report has been created.
The teacher completes the progress reports online using a Web browser.
At the end of the week, the administrators click a button which sends email messages to every parent whose child received a report.
The parents can look at their students progress online and reply to teacher comments using response features.
Enhancements:
- inactivate students fixed
- help files fixed / modified / written
- report views fixed
- log files can be flushed
- semesters fixed
<<less
Download (0.22MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1098 downloads
Zen 1.0

Zen 1.0


Zen is a Gnome theme that aims to be clear, soft and configurable in colours more>>
Zen is a Gnome theme that aims to be clear, soft and configurable in colours

Colours for selected text, progress bar and Metacity borders can be changed running ./configure at the root of the theme directory (usually ~/.themes/Zen/).

Default is purple, other ones are blue, grey, brown, orange, yellow, olive and green.

Zen for Metacity theme is based on Clear-alternative-wide an is provided by Billy Cantrell
<<less
Download (0.039MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1004 downloads
Gibberish 0.1.0

Gibberish 0.1.0


Gibberish is an application to aid in the learning of a foreign language. more>>
Gibberish project is an application to aid in the learning of a foreign language.
This is a very early release so functionality is limited. If you have ideas, please share them; provide feedback so that this application can be improved upon.
Main features:
- Multiple Choice Quiz
- 2 lessons in Spanish, English and French
- Simple progress chart support
Installation:
Run the following commands:
shell> qmake
shell> make
At the moment gibberish will not install anywhere. The executable is found in the gibberish directory found in the same location as this file.
<<less
Download (0.43MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1119 downloads
Apache2::UploadProgress 0.2

Apache2::UploadProgress 0.2


Apache2::UploadProgress is Perl module to track the progress and give realtime feedback of file uploads. more>>
Apache2::UploadProgress is Perl module to track the progress and give realtime feedback of file uploads.

SYNOPSIS

In Apache:
PerlLoadModule Apache2::UploadProgress
PerlPostReadRequestHandler Apache2::UploadProgress
In your HTML form:

< script src="/UploadProgress/progress.js" >< /script >
< link type="text/css" href="/UploadProgress/progress.css"/ >
< form action="/cgi-bin/script.cgi"
method="post"
enctype="multipart/form-data"
onsubmit="return startEmbeddedProgressBar(this)" >
< input type="file" name="file"/ >
< input type="submit" name=".submit"/ >
< /form >
< div id="progress" >< /div >

This module allows you to track the progress of a file upload in order to provide a user with realtime updates on the progress of their file upload.

The information that is provided by this module is very basic. It just includes the total size of the upload, and the current number of bytes that have been received. However, this information is sufficient to display lots of information about the upload to the user. At its simplest, you can trigger a popup window that will automatically refresh until the upload completes.

However, popups can be a problem sometimes, so it is also possible to embed a progress monitor directly into the page using some JavaScript and AJAX calls. Examples using both techniques are discussed below in the EXAMPLES section.

<<less
Download (0.025MB)
Added: 2006-09-16 License: Perl Artistic License Price:
1133 downloads
smultroNET 1.0.9

smultroNET 1.0.9


smultroNET is a multiplayer worm-tron-kinda game. more>>
smultroNET is a multiplayer worm-tron-kinda game.
Bored of nice looking games with no gameplay? Then smultronet is the game for you!
Even if smultronet isnt stuffed with fancy graphics, you will experience a very addicive gameplay. People have often said, "This game looks like any other worm game, why play this?". But after a few tries, they usually cant stop playing. Our biggest issue is therefore recruiting new players. Most people dont have time to try out all games that exist today, and therefore only try the best looking ones.
Main features:
- smultronet is easy to start and requires no installation.
- smultronet is a multiplayer game with a common lobby to meet other players.
- smultronet allows up to nine players simoultaneously playing.
- smultronet fits all ages.
- smultronet is free, of course.
- smultronet has versatile stats pages that show your progress.
- Personal statistics
- Game statistics
- Server statistics
- Mixed statistics
- More coming all the time. Just to satisfy your needs
<<less
Download (0.45MB)
Added: 2007-04-02 License: Freeware Price:
935 downloads
Pymp 1.0

Pymp 1.0


Pymp project is a clean, flexible frontend to MPlayer written in Python. more>>
Pymp project is a clean, flexible frontend to MPlayer written in Python. It supports simple playlists, web streams, and anything else that MPlayer does. Pymp aims to blend in with your desktop environment, not stand out as many skinned players do.
Main features:
- Open files on the command line: pymp *.mp3
- Open locations: pymp http://foo.com dvd://1
- Drag and Drop files and folders to playlist
- M3U and PLS playlist format support
- Find files in playlist with ctrl+f
- Remote command execution:
pymp -remote pause
pymp -remote stop
pymp -remote play 12
pymp -remote current
pymp -remote seek 20
Enhancements:
- Major changes for this release include time output in the progress bar (since MPlayer finally supports it), the removal of the playlist tooltip hack (since Gtk+ 2.12 will address this), and a revamped About dialog.
- Pymp now also intelligently queues files from the command line, so that multiple Pymp instances are never started.
<<less
Download (0.12MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1010 downloads
Profiler4j 1.0 Beta2

Profiler4j 1.0 Beta2


Profiler4j is a Java CPU profiler 100% portable. more>>
Profiler4j is a Java CPU profiler 100% portable. Profiler4js primary goal is to be simple to use by allowing sofisticated UI interactions. If youre unpatient like me, just jump to the getting started section or see some screenshots.
But please keep in mind that this project is in early development stage and may have some nasty bugs. Also, I plan to add much more features in the next releases.
Main features:
- Based on dynamic bytecode instrumentation.
- 100% Java.
- Simple deployment -- just add a parameter to the command line and youre ready to go.
- Remote console to view and analyze results. Currently two view modes are supported:
- Graph view (already functional) similar to JProbe.
- Call tree view (in progress)
- Fine-grained configuration that can be freely tuned without restarting the profiled JVM.
Version restrictions:
- Call Tree View still has some bugs with recursive methods (seems ok since 1.0-alpha4)
- Core java classes (java.*, javax.*) and some other packages (org.xml.*, org.jaxen.*, etc.) are not profiled.
- Constructors are not profiled. Thats a minor problem because most of the work is done by other methods anyway.
- Heavy memory usage when the target application has many threads. Not really a bug but I think it must be noted. You can provide rules to instrument only the classes you really need to.
<<less
Download (2.1MB)
Added: 2006-06-26 License: The Apache License 2.0 Price:
1216 downloads
Project Logger 1.02b3

Project Logger 1.02b3


The Project Logger provides a simple yet effective means of keeping people informed about the progress of projects. more>>
The Project Logger provides a simple yet effective means for keeping people informed about the progress of projects, itineraries, or any sort of plans.

It combines the simplicity of blogging with dates, tasks, files, costs, and RSS feed modules to form a central broadcast point from which to keep people coordinated. How many times have problems occurred because of "I didnt know" or "I was unaware" or "When the #$% did that happen?"

The Project Logger solves this problem by making a tool that is first and foremost simple to use both from a publisher (how easy is it to enter information?) and from a subscriber (How easy is it to get to the information?) standpoint.

<<less
Download (0.19MB)
Added: 2005-07-01 License: GPL (GNU General Public License) Price:
1575 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5