Main > Free Download Search >

Free greatest software for linux

greatest

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 871
Forecastfox 0.9.5.2

Forecastfox 0.9.5.2


Forecastfox is a Firefox extension to get international weather forecasts from AccuWeather.com. more>>
Forecastfox is a Firefox extension to get international weather forecasts from AccuWeather.com, and display it in any toolbar or statusbar with this highly customizable and unobtrusive extension.

Why the switch from Weather.com to AccuWeather.com?

Several factors contributed to us switching our data provider from Weather.com to Accuweather.com. The "Terms of Use" for the feed from Weather.com, was very restrictive. It kept us from implementing some of the things we hope to implement. They had also warned us that they were changing the feed and that we were in breach of the license (25,000 users max on the public XOAP weather.com feed). They offered another feed we could use, which would have limited the amount of data we received. At the same time several companies were contacting us about using their data. Accuweather.com was the most responsive, and provided us with greatest flexibilty and room to grow.

Please note that version 0.7.5 and higher "pings" our server when it is installed or uninstalled. No information is sent other than what version is being installed or uninstalled, and on what program (Mozilla vs Firefox). We simply increment a value in a database everytime it gets pinged so that we can have a rough estimate of the number of Forecastfox users. You can see the statistic page that we use at http://forecastfox.ensolis.com/logs/status.php. By knowing how many users we have and how many users upgrade, we will have a better idea of what we need to work on. For example, we will know if we should spend time supporting Mozilla and Netscape, and if we need to support migrating/upgrading from early versions. Thank you for understanding.

<<less
Download (0.36MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
9661 downloads
Gregorian calendar 1582

Gregorian calendar 1582


Gregorian calendar 1582 is a small Python script to generate calendars for any year in the history greater or equal to one. more>>
Gregorian calendar 1582 is a small Python script to generate calendars for any year in the history greater or equal to one.

The output format is the same as the Unix "cal" command. However, it supposes the Gregorian Reformation took place on October 4th, 1582, in contrast to the cal, which supposes the reformation took place on September 3rd, 1752.

<<less
Download (0.007MB)
Added: 2006-09-06 License: MIT/X Consortium License Price:
1143 downloads
Math::Cephes 0.44

Math::Cephes 0.44


Math::Cephes is a Perl interface to the cephes math library. more>>
Math::Cephes is a Perl interface to the cephes math library.

SYNOPSIS

use Math::Cephes qw(:all);

This module provides an interface to over 150 functions of the
cephes math library of Stephen Moshier. No functions are exported
by default, but rather must be imported explicitly, as in

use Math::Cephes qw(sin cos);

There are a number of export tags defined which allow
importing groups of functions:
use Math::Cephes qw(:constants);
imports the variables

$PI : 3.14159265358979323846 # pi
$PIO2 : 1.57079632679489661923 # pi/2
$PIO4 : 0.785398163397448309616 # pi/4
$SQRT2 : 1.41421356237309504880 # sqrt(2)
$SQRTH : 0.707106781186547524401 # sqrt(2)/2
$LOG2E : 1.4426950408889634073599 # 1/log(2)
$SQ2OPI : 0.79788456080286535587989 # sqrt( 2/pi )
$LOGE2 : 0.693147180559945309417 # log(2)
$LOGSQ2 : 0.346573590279972654709 # log(2)/2
$THPIO4 : 2.35619449019234492885 # 3*pi/4
$TWOOPI : 0.636619772367581343075535 # 2/pi

As well, there are 4 machine-specific numbers available:

$MACHEP : machine roundoff error
$MAXLOG : maximum log on the machine
$MINLOG : minimum log on the machine
$MAXNUM : largest number represented
use Math::Cephes qw(:trigs);
imports

acos: Inverse circular cosine
asin: Inverse circular sine
atan: Inverse circular tangent (arctangent)
atan2: Quadrant correct inverse circular tangent
cos: Circular cosine
cosdg: Circular cosine of angle in degrees
cot: Circular cotangent
cotdg: Circular cotangent of argument in degrees
hypot: hypotenuse associated with the sides of a right triangle
radian: Degrees, minutes, seconds to radians
sin: Circular sine
sindg: Circular sine of angle in degrees
tan: Circular tangent
tandg: Circular tangent of argument in degrees
cosm1: Relative error approximations for function arguments near unity
use Math::Cephes qw(:hypers);
imports

acosh: Inverse hyperbolic cosine
asinh: Inverse hyperbolic sine
atanh: Inverse hyperbolic tangent
cosh: Hyperbolic cosine
sinh: Hyperbolic sine
tanh: Hyperbolic tangent
use Math::Cephes qw(:explog);
imports

exp: Exponential function
expxx: exp(x*x)
exp10: Base 10 exponential function (Common antilogarithm)
exp2: Base 2 exponential function
log: Natural logarithm
log10: Common logarithm
log2: Base 2 logarithm
log1p,expm1: Relative error approximations for function arguments near unity.
use Math::Cephes qw(:cmplx);
imports

new_cmplx: create a new complex number object
cabs: Complex absolute value
cacos: Complex circular arc cosine
cacosh: Complex inverse hyperbolic cosine
casin: Complex circular arc sine
casinh: Complex inverse hyperbolic sine
catan: Complex circular arc tangent
catanh: Complex inverse hyperbolic tangent
ccos: Complex circular cosine
ccosh: Complex hyperbolic cosine
ccot: Complex circular cotangent
cexp: Complex exponential function
clog: Complex natural logarithm
cadd: add two complex numbers
csub: subtract two complex numbers
cmul: multiply two complex numbers
cdiv: divide two complex numbers
cmov: copy one complex number to another
cneg: negate a complex number
cpow: Complex power function
csin: Complex circular sine
csinh: Complex hyperbolic sine
csqrt: Complex square root
ctan: Complex circular tangent
ctanh: Complex hyperbolic tangent
use Math::Cephes qw(:utils);
imports

cbrt: Cube root
ceil: ceil
drand: Pseudorandom number generator
fabs: Absolute value
fac: Factorial function
floor: floor
frexp: frexp
ldexp: multiplies x by 2**n.
lrand: Pseudorandom number generator
lsqrt: Integer square root
pow: Power function
powi: Real raised to integer power
round: Round double to nearest or even integer valued double
sqrt: Square root
use Math::Cephes qw(:bessels);
imports

i0: Modified Bessel function of order zero
i0e: Modified Bessel function of order zero, exponentially scaled
i1: Modified Bessel function of order one
i1e: Modified Bessel function of order one, exponentially scaled
iv: Modified Bessel function of noninteger order
j0: Bessel function of order zero
j1: Bessel function of order one
jn: Bessel function of integer order
jv: Bessel function of noninteger order
k0: Modified Bessel function, third kind, order zero
k0e: Modified Bessel function, third kind, order zero, exponentially scaled
k1: Modified Bessel function, third kind, order one
k1e: Modified Bessel function, third kind, order one, exponentially scaled
kn: Modified Bessel function, third kind, integer order
y0: Bessel function of the second kind, order zero
y1: Bessel function of second kind of order one
yn: Bessel function of second kind of integer order
yv: Bessel function Yv with noninteger v
use Math::Cephes qw(:dists);
imports

bdtr: Binomial distribution
bdtrc: Complemented binomial distribution
bdtri: Inverse binomial distribution
btdtr: Beta distribution
chdtr: Chi-square distribution
chdtrc: Complemented Chi-square distribution
chdtri: Inverse of complemented Chi-square distribution
fdtr: F distribution
fdtrc: Complemented F distribution
fdtri: Inverse of complemented F distribution
gdtr: Gamma distribution function
gdtrc: Complemented gamma distribution function
nbdtr: Negative binomial distribution
nbdtrc: Complemented negative binomial distribution
nbdtri: Functional inverse of negative binomial distribution
ndtr: Normal distribution function
ndtri: Inverse of Normal distribution function
pdtr: Poisson distribution
pdtrc: Complemented poisson distribution
pdtri: Inverse Poisson distribution
stdtr: Students t distribution
stdtri: Functional inverse of Students t distribution
use Math::Cephes qw(:gammas);
imports

fac: Factorial function
gamma: Gamma function
igam: Incomplete gamma integral
igamc: Complemented incomplete gamma integral
igami: Inverse of complemented imcomplete gamma integral
psi: Psi (digamma) function
rgamma: Reciprocal gamma function
use Math::Cephes qw(:betas);
imports

beta: Beta function
incbet: Incomplete beta integral
incbi: Inverse of imcomplete beta integral
lbeta: Natural logarithm of |beta|
use Math::Cephes qw(:elliptics);
imports

ellie: Incomplete elliptic integral of the second kind
ellik: Incomplete elliptic integral of the first kind
ellpe: Complete elliptic integral of the second kind
ellpj: Jacobian Elliptic Functions
ellpk: Complete elliptic integral of the first kind
use Math::Cephes qw(:hypergeometrics);
imports

hyp2f0: Gauss hypergeometric function F
hyp2f1: Gauss hypergeometric function F
hyperg: Confluent hypergeometric function
onef2: Hypergeometric function 1F2
threef0: Hypergeometric function 3F0
use Math::Cephes qw(:misc);
imports

airy: Airy function
bernum: Bernoulli numbers
dawsn: Dawsons Integral
ei: Exponential integral
erf: Error function
erfc: Complementary error function
expn: Exponential integral En
fresnl: Fresnel integral
plancki: Integral of Plancks black body radiation formula
polylog: Polylogarithm function
shichi: Hyperbolic sine and cosine integrals
sici: Sine and cosine integrals
simpson: Simpsons rule to find an integral
spence: Dilogarithm
struve: Struve function
vecang: angle between two vectors
zeta: Riemann zeta function of two arguments
zetac: Riemann zeta function
use Math::Cephes qw(:fract);
imports

new_fract: create a new fraction object
radd: add two fractions
rmul: multiply two fractions
rsub: subtracttwo fractions
rdiv: divide two fractions
euclid: finds the greatest common divisor

<<less
Download (0.29MB)
Added: 2007-06-27 License: Perl Artistic License Price:
850 downloads
PRepS 2.1.0

PRepS 2.1.0


PRepS is a Problem Reporting and Tracking System. more>>
PRepS is a tool for reporting and tracking problems or tasks. PRepS project is designed for tracking problems with software, but can also be used for tracking other types of problems or tasks. Be creative.

I started working on PRepS after determining that Gnats was overkill for what I needed to do, and that Gnats did not have the worlds greatest user interface. PRepS borrows some ideas from Gnats, and some ideas from other problem reporting systems that I have used. What I am aiming for with PRepS is a system that has enough features to make it useful, yet is not so complicated that it is cumbersome to use.

Please note that PRepS uses the PostgreSQL database server. If you are familiar with PostgreSQL, and with basic DBA tasks, then you should have no problem setting up and using PRepS.

<<less
Download (0.94MB)
Added: 2006-01-02 License: GPL (GNU General Public License) Price:
1540 downloads
KAudioCreator 0.99

KAudioCreator 0.99


KAudioCreator is an audio file creation solution for KDE. more>>
KAudioCreator is a front-end tool for ripping audio CDs and encoding the wav files using your favorite encoder. Based upon KDE it combines the look and feel of your desktop with the power and flexibility of the command line tools.

KAudioCreator is an audio file creation solution for KDE. It allows you to use whatever encoder you wish to encode your audio files while providing a comfortable GUI.

KAudioCreator also provides a job control system so you can see what files have succeeded, failed and stop or cancel jobs as the application progresses.

Note that the source for KAudioCreator is now kept in KDEs CVS. Please obtain it from the kdemultimedia section. The older downloads presented here (.88 and .99) are for KDE 2.X only! The Screenshots on the other hand are from the latest and greatest CVS version.
<<less
Download (0.540MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1509 downloads
Restart Firefox 0.3

Restart Firefox 0.3


Restart Firefox is an extension which adds a restart Firefox menuitem. more>>
Restart Firefox is an extension which adds a restart Firefox menuitem.

Adds Restart Firefox menuitem to File, and a toolbar button for easy restarting.

Great for when you install themes or extensions and need to restart Firefox.

<<less
Download (0.019MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
980 downloads
Free Help Desk 1.08a

Free Help Desk 1.08a


Help desk software is vital to the success of your help desk and customer support staff. more>>
Help desk software is vital to the success of your help desk and customer support staff. Tracking and responding to help desk calls is faster and more efficient when using well designed help desk software.
The design of this software comes from many years of help desk experience working in a help desk environment. All the basic tools for running a successful help desk are included in this help desk software package.
Help desk software should be used in any organization whether its a large corporation or a small startup company. Why should my company implement a helpdesk software solution? Some of the benefits of helpdesk software are improved customer service, faster response times and lower information technology costs. Lets outline these three areas in greater detail.
When a user contacts the computer support professional in your organization, what steps are taken? Does it depend on who answered the phone? Do the immediately drop any task and visit your desk? Do they jot your information down on a note pad? Do they attempt to resolve the issue on the phone at great length? What criteria merits the call be moved to another member of the IT staff, or merits a call the software vendor?
All these questions can be answered in some way within the use of help desk software. Helpdesk software forces your IT staff to handle help desk calls in a structured manner that can be counted on each time. When a helpdesk call is received, it should be immediately be entered into the help desk software database, even if it is easily answered.
At this point there is now a record of the call, and this allows other IT staff to view the contents of the problem and makes it a simple task for other IT staff members to offer solutions. This also prevents the call from being lost in the shuffle if staff is busy when the call is received. Your general staff will have much more confidence that when they place that call to your help desk staff, their call will be handled in a structured method to ensure their satisfaction.
If they can continue to work, they will not feel the need to keep calling or checking with IT staff on the progress, or worry that their call will not be answered in a reasonable amount of time. This allows them to focus on their tasks, and not be concerned with the status of their call.
Many help desk software solutions offer a self-help method, allowing the staff members in your company to submit a helpdesk request directly into the help desk system. (granted their computer is functioning enough for this) This feature greatly streamlines the process, and can increase response time for all users. Help desk support staff will not be interrupted by the phone call and have to stop working on another issue to record the call information.
In fact, it should be encouraged by the IT staff to submit all request possible with this method. When a request is entered into the system, it allows any available support personnel to respond to the request. It also allows support personnel to diversify calls, so if a calls is shown to be about a particular problem that a staff member has greater expertise with, that staff member will likely be able to solve the problem much quicker. Once each calls is resolved, the solution will then become available for future reference.
This is one of the greatest benefits an organization will receive from using a help desk system. This allows newer support staff to be able to answer many questions by simply searching the database for other calls. Also prevent 2 support staff from having to research for the same solution, this benefits in much faster response time for the end user.
Everything mentioned above will contribute to the overall quality of service in your organization, happier staff and faster response time will mean lower costs and higher productivity for your organization.
Enhancements:
- This release fixes a bug found in the main form that caused some performance problems in certain system configurations.
<<less
Download (0.19MB)
Added: 2006-08-31 License: GPL (GNU General Public License) Price:
1150 downloads
darkhttpd 1.7

darkhttpd 1.7


darkhttpd is a secure, lightweight, fast, single-threaded HTTP/1.1 server for static content. more>>
darkhttpd 1.7 is yet another great addition to your computer. It is actually a secure, lightweight, fast, single-threaded HTTP/1.1 server for static content.

Enhancements:

  • Links in directory listings which contain special characters are now URL encoded.
<<less
Added: 2008-11-05 License: BSD License Price: FREE
12 downloads
Games::WoW::PVP 0.01

Games::WoW::PVP 0.01


Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP! more>>
Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP!

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

use Games::WoW::PVP;

my $WoW = Games::WoW::PVP->new();
# looking for a character
my %hash = $WoW->search_player(
{ country => EU, # EU europe US us
realm => conseil des ombres, # name of the realm
faction => h, # h horde a ally
character => raspa, # name of the player
}
);

# looking for top players
my %hash = $WoW->top(
{ country => EUR,
realm => elune,
faction => a,
}
);

<<less
Download (0.004MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1025 downloads
DBI::ProfileData 1.58

DBI::ProfileData 1.58


DBI::ProfileData can manipulate DBI::ProfileDumper data dumps. more>>
DBI::ProfileData can manipulate DBI::ProfileDumper data dumps.

SYNOPSIS

The easiest way to use this module is through the dbiprof frontend (see dbiprof for details):

dbiprof --number 15 --sort count

This module can also be used to roll your own profile analysis:

# load data from dbi.prof
$prof = DBI::ProfileData->new(File => "dbi.prof");

# get a count of the records (unique paths) in the data set
$count = $prof->count();

# sort by longest overall time
$prof->sort(field => "longest");

# sort by longest overall time, least to greatest
$prof->sort(field => "longest", reverse => 1);

# exclude records with key2 eq disconnect
$prof->exclude(key2 => disconnect);

# exclude records with key1 matching /^UPDATE/i
$prof->exclude(key1 => qr/^UPDATE/i);

# remove all records except those where key1 matches /^SELECT/i
$prof->match(key1 => qr/^SELECT/i);

# produce a formatted report with the given number of items
$report = $prof->report(number => 10);

# clone the profile data set
$clone = $prof->clone();

# get access to hash of header values
$header = $prof->header();

# get access to sorted array of nodes
$nodes = $prof->nodes();

# format a single node in the same style as report()
$text = $prof->format($nodes->[0]);

# get access to Data hash in DBI::Profile format
$Data = $prof->Data();

<<less
Download (0.48MB)
Added: 2007-08-09 License: Perl Artistic License Price:
806 downloads
Foresight Linux 1.3.2

Foresight Linux 1.3.2


Foresight Linux is a distribution based on Specifix Linux which showcases the latest and greatest from the GNOME project. more>>
Foresight Linux OS is a Distribution which showcases some of the latest and greatest from GNOME. Some of the things that may not be mature enough for some of the other distros.
Some of the more innovative things are included, like beagle, f-spot, howl, and the latest hal. All of this plus some nice, clean default themes and artwork.
Foresight Linux is built using the conary package management system. Conary is a way of managing software using a loosely knit group of network repositories. There are tools included to make it very simple to install and update packages.
There are four basic operations involved in package management; querying, installing, upgrading, removing.
Main features:
- Beagle :: Search tool that ransacks your personal information space to find whatever youre looking for.
- f-spot :: Personal photo management.
- Howl :: Cross-platform implementation of Zeroconf networking
- Hal :: Hardware abstraction layer that makes hardware just work.
- Conary :: A new way of looking at package management.
- Oversite :: Web based systems management.
- GNOME-Office :: Suite of Productivity Applications
- Mono :: .NET implementation for Linux
Querying
There are two type of searches you can do, local and remote. A local search queries localling installed software. A remote search queries network repositories for available software. Here are some examples:
To see what version of firefox you have installed, you run the conary command with the "q" argument as well as the package name "firefox"
foresight$ conary q firefox
firefox 1.0-2-1
This shows that firefox 1.0 build 3 is installed.
To see what versions of firefox are available, you run the conary command with the "rq" argument as well as the package name "firefox"
foresight$ conary rq firefox
firefox 1.0-3-1
This shows that firefox 1.0 build 3 is available. In this example, there is a newer version, so it can be upgraded
Installing/Upgrading
Installing and upgrading is basically the same operation, conary with the argument "update". To upgrade or install firefox:
foresight$ conary update firefox
foresight$
Note: There will be no feedback on success, so if you just get returned to a prompt without an error it was successful. Some of these operations could take a while, so be assured if you dont see an error that things are working. Remember, these packages are being downloaded over the internet prior to installation.
Removing
To remove a package, conary with the argument "erase". To remove firefox:
foresight$ conary erase firefox
foresight$
Note: As with update, there will be no feedback on success.
For more information of how conary works, see the Conary Wiki. This is more of a developer reference, but has lots of good information.
Checking for out of date packages
There is a handy utility called "yuck" which compares your versions of packages to those available from the repository." Yuck can also update those packages (requires root), the default behavior is to simply display.
foresight$ yuck
This will display a list of available updates.
foresight# yuck --update --except kernel
This will update everything that is out of date with the exception of the kernel. You can specifiy a comma separated list of exceptions (no spaces). I would recommend always excluding the kernel and update that individually with "conary update --keep-existing kernel".
This will also make it install a new kernel and leave the old one... so you system is still bootable if things arent right. From time to time you can remove the unused kernel with "conary erase kernel=[version]".
<<less
Download (650MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
823 downloads
BigInteger 1.0

BigInteger 1.0


BigInteger is an arbitrary length integer extension module for Perl. more>>
BigInteger is an arbitrary length integer extension module for Perl.

SYNOPSIS

use Math::BigInteger;

The BigInteger extension module gives access to Eric Youngs bignum library. This provides a faster alternative to the Math::BigInt library.
The basic object in this library is a BigInteger. It is used to hold a single large integer.

It is not intended that this package be used directly, but instead be used by a wrapper package, such as the Math::BigInteger class.

FUNCTIONS

Many of the following functions can be used in two styles, by calling the function on an object, or by calling the function explicitly; for example, here are two ways of assigning to $a the sum of $b and $c:

$a->add($b, $c);
or

BigInteger::add($a, $b, $c);

Creation/Destruction routines.

new
my $bi = new BigInteger; # Create a new BigInteger object.
clone
my $b = $a->clone();

Create a new BigInteger object from another BigInteger object.

copy
copy($a, $b);

Copy one BigInteger object to another.

save
my $data = $bi->save();

Save a BigInteger object as a MSB-first string.

restore
my $bi = restore BigInteger $data;

Create a new BigInteger object from a MSB-first string.

Comparison functions

ucmp
ucmp($a, $b);

Return -1 if $a is less than $b, 0 if $a and $b are the same and 1 is $a is greater than $b. This is an unsigned comparison.

cmp
cmp($a, $b);

Return -1 if $a is less than $b, 0 if $a and $b are the same and 1 is $a is greater than $b. This is a signed comparison.

Arithmetic Functions

inc $bi->inc();

Increment $bi by one:

dec $bi->dec();

Decrement $bi by one:

add
$r->add($a, $b);

Add $a and $b and return the result in $r.

mul
$r->mul($a, $b);

Multiply $a by $b and return the result in $r. Note that $r must not be the same object as $a or $b.

div
div($dv, $rem, $m, $d);

Divide $m by $d and return the result in $dv and the remainder in $rem. Either of $dv or $rem can be undef, in which case that value is not returned.

mod
$rem->mod($m, $d);

Find the remainder of $m divided by $d and return it in $rem. This function is more efficient than div.

lshift
$r->lshift($a, $n);

Shift $a left by $n bits.

lshift1
$r->lshift1($a);

Shift $a left by 1 bit. This form is more efficient than lshift($r, $a, 1).

rshift
$r->rshift($a, $n);

Shift $a right by $n bits.

rshift1
$r->rshift1($a);

Shift $a right by 1 bit. This form is more efficient than rshift($r, $a, 1).

mod_exp
$r->mod_exp($a, $p, $mod);

Raise $a to the $p power and return the remainder into $r when divided by $m.

modmul_recip
modmul_recip($r, $x, $y, $m, $i, $nb);

This function is used to perform an efficient mod_mul operation. If one is going to repeatedly perform mod_mul with the same modulus is worth calculating the reciprocal of the modulus and then using this function. This operation uses the fact that a/b == a*r where r is the reciprocal of b. On modern computers multiplication is very fast and big number division is very slow. $x is multiplied by $y and then divided by $m and the remainder is returned in $r. $i is the reciprocal of $m and $nb is the number of bits as returned from reciprocal. This function is used in mod_exp.

mul_mod
$r->mul_mod($a, $b, $m);

Multiply $a by $b and return the remainder into $r when divided by $m.
reciprical
$r->reciprical($m);

Return the reciprocal of $m into $r.

Miscellaneous Routines

num_bits
my $size = $bi->numbits();

Return the size (in bits) of the BigInteger.

gcd
$r->gcd($a, $b);

$r has the greatest common divisor of $a and $b.

inverse_modn
$r->inverse_modn($a, $n);

This function creates a new BigInteger and returns it in $r. This number is the inverse mod $n of $a. By this it is meant that the returned value $r satisfies (a*r)%n == 1. This function is used in the generation of RSA keys.

<<less
Download (0.020MB)
Added: 2007-07-02 License: Perl Artistic License Price:
846 downloads
Password Creator 1.1.2

Password Creator 1.1.2


Password Creator is a great tool to generate passwords with criteria like uppercase letters, numbers or even specified character more>>
Password Creator is a great tool to generate passwords with criteria like uppercase letters, numbers or even specified characters.
It has virtually no limitation on the pasword length and the password quantity or the characters to use.
Enhancements:
- Fixed the excellent rating bug when one character length.
- Fixed pronoucable passwords to not start with two vowels.
<<less
Download (0.075MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
905 downloads
gcombust 0.1.55

gcombust 0.1.55


gcombust is a GTK+ frontend for mkisofs and cdrecord. more>>
gcombust is a gui for mkisofs/mkhybrid/cdda2wav/cdrecord/cdlabelgen. Its written in C and it uses the GTK+ widget set. gcombust is a work in progress. The current release is a development release. I try to test it before releasing a new version, but bugs do slip trough occasionally.
If you decide to try it, you should be prepared that you might find bugs, and Id welcome feedback, bug reports, suggestions and fixes. I try to answer all mail, but sometimes it may take a while. gcombust seems quite stable, but remember that its still under development (I suspect it will always be).
Currently the greatest problem with gcombust is the absence of docs arent really any docs for it.
Main features:
- Burning data on the fly from hard drive, without making an image
- cd-to-cd data copy on the fly
- Tooltips to keep you from reading man pages
- Easy creation of iso-images (support for making your own directory hierarchy on the image without the need for copying files/making symlinks, renaming of entries) (currently you can only add dirs/files of your choice to the root level only and not move them around)
- Maximize disk by hinting which directories/files to use (binpacking/knapsack), reads cd size from disk
- Audio CD creation (though audio is not gcombust strong side, you might want to use some other tool for that)
- wav to audio CD
- audio CD to wav
- audio CD direct copy
- Print cd-covers with cdlabelgen (lets you edit label-information taken from image, audio tracks or a directory)
- Multisession support
- Bootable CD support
- Save/Load path selections (for always taking a backup of the same collection of files, etc)
- NLS support
- DnD support
<<less
Download (0.31MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1658 downloads
Taskjitsu 2.0.7

Taskjitsu 2.0.7


Taskjitsu tracks tasks from inception to completion, and allows users to report the amount of time spent on each project. more>>
Taskjitsu tracks tasks from inception to completion, and allows users to report the amount of time spent on each project and task. Taskjitsu satisfies the needs of software development companies, consulting firms, and other organizations that need both flexible time and task tracking. It can generate billing summaries and payroll reports usable with any accounting system.
The system has been in production since 1997; its extensive features have been honed to allow the greatest possible ease in entering and editing data. It offers multiple options for configuring and customizing an installation to support the needs of diverse organizations.
Main features:
Portal View
- Once logged in, users are greeted by a customizable portal page, which provides the following information:
- How many hours theyve worked in the current pay period
- How long its been since they updated their timesheet
- How much leave they have
- How many tasks they have open, broken down into
- Those due soon / of high priority
- Those assigned recently
- Those ready or not to be tested
- Those with new notes.
- From there users can open a task timer, update the status of a task, or add a new note, as well as view all their open tasks, view all tasks, view all tasks assigned to another user, etc.
- Task View
Task Tracking
- Various permission levels: regular user with limited permissions, manager-level user with advanced permissions, and admin-level user with full permissions
- Global functions: add a task, view all tasks, view all open tasks, view single task
- Single task functions: edit task description, edit status, edit assignees, add / edit notes, start task timer
- Task timer: opens in a popup window, has a start / stop button, ability to have multiple timers open and running, option to save to timesheet
- Task roundup: lists the users open tasks in order to perform a batch status and note update (perhaps a weekly team activity to keep all members informed)
- Timesheet review: for admin users only, lists all timesheets for each pay period for review and approval
- Leave editor: for admin users only, add / remove / approve leave for all users
- Email notification: applicable users are notified when any aspect of the task is changed
- Timesheet View
Time Accounting
- Fields for task ID, project, activity, description, and start timer button
- Default view is the current timesheet, but users can edit all previous timesheets
- Popup windows for task, project, and activity lookup
- Option to view timesheets for other users, but only admins can edit other users timesheets
- Billing Report: lists hours worked, total billing, and (optionally) estimated cost per project.
- Payroll summary: lists number of hours worked, hours of leave taken, remaining, and accrued, per user per pay period
- Leave accrual can vary according to the employment status of your staff
- Productivity report: lists hours worked per project / activity per user, viewable only by managers
- Email notification: users are notified when admins add / edit leave
- Maintenance View
Maintenance
- Viewable only by admins
- Add / edit customers, projects, activities, users, and pay periods
- Set system defaults
Enhancements:
- This release includes a fix for a serious, remotely exploitable SQL injection flaw.
- All users should upgrade as soon as possible.
- This release also includes improved error reporting and more robust database connection handling.
- It is possible to change the status of task 48 in Taskjitsu.
<<less
Download (2.0MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5