taskjuggler 2.4.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 43
TaskJuggler 2.4.0
Taskjuggler is a project management tool for Linux and UNIX system-based operating systems. more>>
Taskjuggler is a project management tool for Linux and UNIX system-based operating systems. Whether you want to plan your colleges shifts for the next month or want to build a skyscraper - Taskjuggler is the tool for you.
Instead of clicking yourself painfully through hundreds of dialog boxes you specify your Taskjuggler project in a simple text format. You simply list all your tasks and their dependencies. The resulting schedule is then presented as GANTT chart, Table, HTML, XML or CSV report.
Taskjuggler does not only honor the task interdependencies but also takes resource constrains into account. Using Taskjugglers powerful filtering and reporting algorithms you can create task lists, resource usage tables, status reports, project calendars and project accounting statements.
Main features:
- Automatic scheduling of interdependent tasks with resource conflict solver.
- Powerful project description syntax with macro support.
- Flexible working hours and vacation handling.
- Support for shifts.
- Multiple time zone support.
- Flexible resource grouping.
- Project accounting support.
- Task may have initial costs, finishing costs.
- Resource may have running costs.
- Support for simple profit/loss analysis.
- HTML and XML report generation.
- Support for plan and actual scenario comparisons.
- Project tracking support.
- Groupware support by using a revision control system such as CVS or RCS on the project description files.
- Support for central resource allocation database.
<<lessInstead of clicking yourself painfully through hundreds of dialog boxes you specify your Taskjuggler project in a simple text format. You simply list all your tasks and their dependencies. The resulting schedule is then presented as GANTT chart, Table, HTML, XML or CSV report.
Taskjuggler does not only honor the task interdependencies but also takes resource constrains into account. Using Taskjugglers powerful filtering and reporting algorithms you can create task lists, resource usage tables, status reports, project calendars and project accounting statements.
Main features:
- Automatic scheduling of interdependent tasks with resource conflict solver.
- Powerful project description syntax with macro support.
- Flexible working hours and vacation handling.
- Support for shifts.
- Multiple time zone support.
- Flexible resource grouping.
- Project accounting support.
- Task may have initial costs, finishing costs.
- Resource may have running costs.
- Support for simple profit/loss analysis.
- HTML and XML report generation.
- Support for plan and actual scenario comparisons.
- Project tracking support.
- Groupware support by using a revision control system such as CVS or RCS on the project description files.
- Support for central resource allocation database.
Download (1.2MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
866 downloads
Qtmame 2.4.0
Qtmame project is a frontend to xmame. more>>
Qtmame project is a frontend to xmame.
It shows snapshots, cabinets, marquees, titles, flyers, mameinfo, and history. It supports Catver.ini
Enhancements:
- fix new xmame 0.89 removed options
- new list of games for xmame 0.89
- NEW OPTION - no send parameters to xmame - now qtmame works with any xmame version
<<lessIt shows snapshots, cabinets, marquees, titles, flyers, mameinfo, and history. It supports Catver.ini
Enhancements:
- fix new xmame 0.89 removed options
- new list of games for xmame 0.89
- NEW OPTION - no send parameters to xmame - now qtmame works with any xmame version
Download (0.56MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
AFS::Utils 2.4.0
AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. more>>
AFS::Utils is a Perl module with shared utility functions for the AFS module bundle.
SYNOPSIS
use AFS::Utils qw (
XSVERSION get_server_version get_syslib_version
setpag sysname unlog
);
my $ok = setpag();
print "Return Code = $okn";
print XS-Version = , XSVERSION, "n";
print Syslib Version = , get_syslib_version, "n";
print Server Version = , get_server_version(pts, ibm-1), "n";
my $sysname = sysname;
unlog;
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::MISC; # import just the misc names
This module provides several utility functions for the AFS module bundle. You can retrieve the version number for the underlying AFS system libraries, for the XS module, and for the AFS server processes. And it contains several commands that do not belong to any AFS command suites like creating a new PAG or retrieving and setting the CPU/operating system type. Any function required must by explicitly listed by the use statement to be exported into the calling package.
<<lessSYNOPSIS
use AFS::Utils qw (
XSVERSION get_server_version get_syslib_version
setpag sysname unlog
);
my $ok = setpag();
print "Return Code = $okn";
print XS-Version = , XSVERSION, "n";
print Syslib Version = , get_syslib_version, "n";
print Server Version = , get_server_version(pts, ibm-1), "n";
my $sysname = sysname;
unlog;
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::MISC; # import just the misc names
This module provides several utility functions for the AFS module bundle. You can retrieve the version number for the underlying AFS system libraries, for the XS module, and for the AFS server processes. And it contains several commands that do not belong to any AFS command suites like creating a new PAG or retrieving and setting the CPU/operating system type. Any function required must by explicitly listed by the use statement to be exported into the calling package.
Download (0.18MB)
Added: 2007-03-01 License: Perl Artistic License Price:
967 downloads
Twisted 2.4.0
Twisted is an event-based networking framework for Internet applications. more>>
Twisted is a framework, written in Python, for writing networked applications. Twisted includes implementations of a number of commonly used network services such as a web server, an IRC chat server, a mail server, a relational database interface and an object broker.
Developers can build applications using all of these services as well as custom services that they write themselves. Twisted also includes a user authentication system that controls access to services and provides services with user context information to implement their own security models.
Main features:
- Pluggable event loops allowing the developer to take advantage of platform-specific capabilities.
- Abstractions of protocols and transports.
- Through Twisted Spread, mechanisms for network encoding of data (in Python, Java, ELisp, and other languages), to a full-blown distributed object system.
Twisted is an integration point for network services that were previously unable to interoperate. Services within a Twisted server can communicate with each other and share information providing a very integrated programming environment that can re-use large amounts of infrastructure across multiple network mediums (such as chat, web, and mail).
As well as servers, Twisted supports several different kinds of clients and GUIs. This means that the client can re-use large portions of the servers code, improving test coverage and reliability while reducing code size.
Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly.
Enhancements:
- This release includes many fixes for UDP and multicast stdio on Win32.
- Many bug fixes were made for Trial, and its support for a large number of previously deprecated APIs was dropped.
- Deferred Generators no longer leak their final result or exception.
- LoopingCall now supports functions which return Deferreds.
- A cooperative scheduler with pluggable policies has been added.
- Much of the API documentation has been improved and a new guide for developing producers and consumers has been added.
- This also includes new releases of Conch, Mail, Names, Words, and Web.
<<lessDevelopers can build applications using all of these services as well as custom services that they write themselves. Twisted also includes a user authentication system that controls access to services and provides services with user context information to implement their own security models.
Main features:
- Pluggable event loops allowing the developer to take advantage of platform-specific capabilities.
- Abstractions of protocols and transports.
- Through Twisted Spread, mechanisms for network encoding of data (in Python, Java, ELisp, and other languages), to a full-blown distributed object system.
Twisted is an integration point for network services that were previously unable to interoperate. Services within a Twisted server can communicate with each other and share information providing a very integrated programming environment that can re-use large amounts of infrastructure across multiple network mediums (such as chat, web, and mail).
As well as servers, Twisted supports several different kinds of clients and GUIs. This means that the client can re-use large portions of the servers code, improving test coverage and reliability while reducing code size.
Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly.
Enhancements:
- This release includes many fixes for UDP and multicast stdio on Win32.
- Many bug fixes were made for Trial, and its support for a large number of previously deprecated APIs was dropped.
- Deferred Generators no longer leak their final result or exception.
- LoopingCall now supports functions which return Deferreds.
- A cooperative scheduler with pluggable policies has been added.
- Much of the API documentation has been improved and a new guide for developing producers and consumers has been added.
- This also includes new releases of Conch, Mail, Names, Words, and Web.
Download (2.0MB)
Added: 2006-05-28 License: LGPL (GNU Lesser General Public License) Price:
1385 downloads
jLogo 2.4.0
jLogo is a Java-based multimedia LOGO interpreter. more>>
jLogo is a LOGO interpreter, featuring as many turtles as you want, color graphics, graphical text tools, and multichannel sound.
jLogo project is available in French and English.
<<lessjLogo project is available in French and English.
Download (0.70MB)
Added: 2005-11-24 License: Freeware Price:
1430 downloads
AFS::ACL 2.4.0
AFS::ACL is a Perl class to handle the AFS Access Control Lists. more>>
AFS::ACL is a Perl class to handle the AFS Access Control Lists.
SYNOPSIS
use AFS::ACL;
my $acl = AFS::ACL->new({foobar => none}, {anyuser => write});
$acl->set(rjs => write);
$acl->nset(opusl => write);
$acl->remove(rjsnfs => write);
$acl->clear;
foreach my $user ($acl->get_users) {
print " $user ", $acl->get_rights($user), "n";
}
foreach my $user ($acl->nget_users) {
print " $user ", $acl->nget_rights($user), "n";
}
my $ok = $acl->apply(/afs/mpa/home/guest);
my $copy = $acl->copy;
my $rights = AFS::ACL->crights(read);
my $new_acl = AFS::ACL->retrieve(/afs/mpa/home/nog);
$ok = $new_acl->modifyacl(/afs/mpa/home/guest);
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::ACL; # import just the ACL names
This class provides methods to handle the AFS Access Control Lists (ACL). It is used to create, modify, delete, and reset ACL instances. It has methods to retrieve and to set the ACL list for directories and its files.
These methods have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the method applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
<<lessSYNOPSIS
use AFS::ACL;
my $acl = AFS::ACL->new({foobar => none}, {anyuser => write});
$acl->set(rjs => write);
$acl->nset(opusl => write);
$acl->remove(rjsnfs => write);
$acl->clear;
foreach my $user ($acl->get_users) {
print " $user ", $acl->get_rights($user), "n";
}
foreach my $user ($acl->nget_users) {
print " $user ", $acl->nget_rights($user), "n";
}
my $ok = $acl->apply(/afs/mpa/home/guest);
my $copy = $acl->copy;
my $rights = AFS::ACL->crights(read);
my $new_acl = AFS::ACL->retrieve(/afs/mpa/home/nog);
$ok = $new_acl->modifyacl(/afs/mpa/home/guest);
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::ACL; # import just the ACL names
This class provides methods to handle the AFS Access Control Lists (ACL). It is used to create, modify, delete, and reset ACL instances. It has methods to retrieve and to set the ACL list for directories and its files.
These methods have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the method applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
Download (0.18MB)
Added: 2007-03-02 License: Perl Artistic License Price:
966 downloads
BigAl 2.4.0
BigAl allows you to calculate really BIG numbers with an accuracy your desktop calculator is still dreaming of. more>>
BigAl is a free and platform independent software. The project is written entirely in Java. With BigAl you can calculate really BIG numbers with an accuracy your desktop calculator is still dreaming of. The only restriction is the power of your computer! Not only basic calculations are supported, but also special functions like factorial, fibonacci, lucas-sequence, periods, fraction reducing, sum of the digits, binomial coefficient calculation, factorize function, bit oriented functions and many more.
In February 2001, I wanted to know the result of the factorial of one million. BigAl was born and both many CPU cycles and months later I knew the exact result. Since the beginning, BigAl was able to handle numbers stored in files. Meanwhile a lot of functions has been added and a few of them got a much better performance. BigAl uses the Java classes called BigInteger and BigDecimal.
<<lessIn February 2001, I wanted to know the result of the factorial of one million. BigAl was born and both many CPU cycles and months later I knew the exact result. Since the beginning, BigAl was able to handle numbers stored in files. Meanwhile a lot of functions has been added and a few of them got a much better performance. BigAl uses the Java classes called BigInteger and BigDecimal.
Download (0.11MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
Tellu 2.4.0
Tellu computer inspector collects hardware and software information. more>>
Tellu computer inspector collects hardware and software information from large computer client networks, and stores data in MySQL database.
Tellu package is divided into three sub-packages: Client, Server and Skin. Client and server packages are essential for Tellu to work. Client program collects the actual information from network, and sends them to the server which saves the data in local or remote MySQL database.
Skin is an optional interface top of that database, but to get fun out of Tellu, it is recommended to install. Server package also contains a monitoring server, which collects information about Tellu server. There is a Motif based client for monitoring server activity, which uses monitoring server to read actual activity data.
Enhancements:
- Support for a compressed protocol was added in the client and the server.
- A rush tolerance option was added, which delays the client from starting more than once within fifteen seconds.
- A process count in realtime resource usage collection was added.
- The capability to collect new hardware items was added in client.
- An attachment browser was added in the skin, and some other improvements were made in the skin.
<<lessTellu package is divided into three sub-packages: Client, Server and Skin. Client and server packages are essential for Tellu to work. Client program collects the actual information from network, and sends them to the server which saves the data in local or remote MySQL database.
Skin is an optional interface top of that database, but to get fun out of Tellu, it is recommended to install. Server package also contains a monitoring server, which collects information about Tellu server. There is a Motif based client for monitoring server activity, which uses monitoring server to read actual activity data.
Enhancements:
- Support for a compressed protocol was added in the client and the server.
- A rush tolerance option was added, which delays the client from starting more than once within fifteen seconds.
- A process count in realtime resource usage collection was added.
- The capability to collect new hardware items was added in client.
- An attachment browser was added in the skin, and some other improvements were made in the skin.
Download (9.4MB)
Added: 2006-06-13 License: Free for non-commercial use Price:
1231 downloads
AFS::Cell 2.4.0
AFS::Cell is a Perl module to administer AFS Cells. more>>
SYNOPSIS
use AFS::Cell qw (configdir expandcell
getcellinfo localcell
whichcell wscell
);
my $conf_dir = configdir;
my $cell = expandcell(mpa);
$cell = localcell;
$cell = whichcell(./);
$cell = wscell;
($cell, my @hosts) = getcellinfo;
print "Cell: $celln";
foreach my $host (@hosts) {
print(" $hostn");
}
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::CELL; # import just the cell config names
DESCRIPTION ^
This module provides several functions to configure and to maintain an AFS cell. It is used to maintain the configuration directory. Any function required must by explicitly listed by the use statement to be exported into the calling package.
Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
Download (0.18MB)
Added: 2007-03-03 License: Perl Artistic License Price:
965 downloads
Julius MV1 2.4.0
Julius MV1 is a showcase application for the Julius framework. more>>
Julius MV1 is a showcase application for the Julius framework.
The Julius object oriented and cross-platform architecture allows to easily serve your application by specific plug-ins. The Julius software framework comes with a set of standard plug-ins like DICOM 3.0 import/export, 2D slice views and 3D volume and surface visualization. Furthermore, components for manual segmentation and drivers to hook up various tracking devices are provided.
With the Julius MV1 release you can easily tailor the software to your specific workflow. Julius uses the public domain library Qt and can be used for non-commercial projects without any further formal paperwork. Just agree to and follow the Julius Non Commercial License given on these web sites.
If you would like us to develop a specific components for your application, or if you want to use the Julius software framework or its plug-ins in your commercial product, please contact us through the given address.
Enhancements:
- This release features many new plugins, especially in the area of data processing (examples are segmentation, polymesh decimation, volume resampling, etc.).
- New visualisation methods (such as Overlay-Planes) complement the existing ones.
- All existing code has been extensively overhauled in regard to stability and speed.
<<lessThe Julius object oriented and cross-platform architecture allows to easily serve your application by specific plug-ins. The Julius software framework comes with a set of standard plug-ins like DICOM 3.0 import/export, 2D slice views and 3D volume and surface visualization. Furthermore, components for manual segmentation and drivers to hook up various tracking devices are provided.
With the Julius MV1 release you can easily tailor the software to your specific workflow. Julius uses the public domain library Qt and can be used for non-commercial projects without any further formal paperwork. Just agree to and follow the Julius Non Commercial License given on these web sites.
If you would like us to develop a specific components for your application, or if you want to use the Julius software framework or its plug-ins in your commercial product, please contact us through the given address.
Enhancements:
- This release features many new plugins, especially in the area of data processing (examples are segmentation, polymesh decimation, volume resampling, etc.).
- New visualisation methods (such as Overlay-Planes) complement the existing ones.
- All existing code has been extensively overhauled in regard to stability and speed.
Download (35MB)
Added: 2006-10-18 License: Free for non-commercial use Price:
652 downloads
AFS::KTC_TOKEN 2.4.0
AFS::KTC_TOKEN is a Perl class to handle the AFS structure ktc_token. more>>
AFS::KTC_TOKEN is a Perl class to handle the AFS structure ktc_token.
SYNOPSIS
use AFS::KTC_TOKEN;
use AFS::KTC_PRINCIPAL;
use AFS::KTC_EKEY;
use AFS::Cell qw(localcell);
my $token = AFS::KTC_TOKEN->nulltoken;
print "StartTime = ", $token->startTime, "n";
print "EndTime = ", $token->endTime, "n";
print "SessionKey = ", $token->sessionKey, "n";
print "Kvno = ", $token->kvno, "n";
print "TicketLen = ", $token->ticketLen, "n";
print "Ticket = ", $token->ticket, "n";
print "String = ", $token->string, "n";
my $index = 0;
my $service = AFS::KTC_PRINCIPAL->ListTokens($index);
print "service = ", $service->principal, "n";
($token, my $user) = AFS::KTC_TOKEN->GetToken($service);
print " client = ", $user -> principal, "n";
print " StartTime = ", $token->startTime, "n";
print " EndTime = ", $token->endTime, "n";
print " SessionKey = ", $token->sessionKey, "n";
print " Kvno = ", $token->kvno, "n";
print " TicketLen = ", $token->ticketLen, "n";
print " Ticket = ", $token->ticket, "n";
print " String = ", $token->string, "n";
$service = AFS::KTC_PRINCIPAL->new("afs","",localcell);
($token, $user) = AFS::KTC_TOKEN->GetToken($service);
AFS::KTC_TOKEN->ForgetAllTokens();
AFS::KTC_TOKEN->SetToken($service, $token, $user, 0);
my $string = $token->string;
$token = AFS::KTC_TOKEN->FromString($string);
print " StartTime = ", $token->startTime, "n";
print " EndTime = ", $token->endTime, "n";
my $user = AFS::KTC_PRINCIPAL->new(nog,,localcell);
my $key = AFS::KTC_EKEY->ReadPassword(nog Password:);
my $ok = AFS::KTC_TOKEN->GetAuthToken($user, $key, 600);
$service = AFS::KTC_PRINCIPAL->new("afs","",localcell);
$token = AFS::KTC_TOKEN->GetServerToken($service, 600, 1);
$user = AFS::KTC_PRINCIPAL->new(nog,,localcell);
$key = AFS::KTC_EKEY->ReadPassword(nog Password:);
$token = AFS::KTC_TOKEN->GetAdminToken($user, $key, 300);
$user = AFS::KTC_PRINCIPAL->new(nog);
$password = AFS::KTC_EKEY->UserReadPassword("Password:");
my $pwexp = 0;
my $reason = ;
$ok = AFS::KTC_TOKEN->UserAuthenticateGeneral($user, $password, 300,
&AFS::KA_USERAUTH_VERSION | &AFS::KA_USERAUTH_DOSETPAG, $pwexp, $reason);
AFS::KTC_TOKEN->ForgetAllTokens();
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::KA; # import just the ka names
use AFS @AFS::KTC; # import just the ktc names
This class provides methods to handle the AFS structure ktc_token. This structure contains information about tokens and is used in the Kernel Token Cache (KTC), which is part of the Cache Manager.
It is used to create, modify, and retrieve ktc_token instances for different services. It has methods to retrieve and to reset the ktc_token attributes. In order to make proper usage of these methods it is necessary to have access to AFS::KTC_PRINCIPAL objects and to AFS::KTC_EKEY objects.
<<lessSYNOPSIS
use AFS::KTC_TOKEN;
use AFS::KTC_PRINCIPAL;
use AFS::KTC_EKEY;
use AFS::Cell qw(localcell);
my $token = AFS::KTC_TOKEN->nulltoken;
print "StartTime = ", $token->startTime, "n";
print "EndTime = ", $token->endTime, "n";
print "SessionKey = ", $token->sessionKey, "n";
print "Kvno = ", $token->kvno, "n";
print "TicketLen = ", $token->ticketLen, "n";
print "Ticket = ", $token->ticket, "n";
print "String = ", $token->string, "n";
my $index = 0;
my $service = AFS::KTC_PRINCIPAL->ListTokens($index);
print "service = ", $service->principal, "n";
($token, my $user) = AFS::KTC_TOKEN->GetToken($service);
print " client = ", $user -> principal, "n";
print " StartTime = ", $token->startTime, "n";
print " EndTime = ", $token->endTime, "n";
print " SessionKey = ", $token->sessionKey, "n";
print " Kvno = ", $token->kvno, "n";
print " TicketLen = ", $token->ticketLen, "n";
print " Ticket = ", $token->ticket, "n";
print " String = ", $token->string, "n";
$service = AFS::KTC_PRINCIPAL->new("afs","",localcell);
($token, $user) = AFS::KTC_TOKEN->GetToken($service);
AFS::KTC_TOKEN->ForgetAllTokens();
AFS::KTC_TOKEN->SetToken($service, $token, $user, 0);
my $string = $token->string;
$token = AFS::KTC_TOKEN->FromString($string);
print " StartTime = ", $token->startTime, "n";
print " EndTime = ", $token->endTime, "n";
my $user = AFS::KTC_PRINCIPAL->new(nog,,localcell);
my $key = AFS::KTC_EKEY->ReadPassword(nog Password:);
my $ok = AFS::KTC_TOKEN->GetAuthToken($user, $key, 600);
$service = AFS::KTC_PRINCIPAL->new("afs","",localcell);
$token = AFS::KTC_TOKEN->GetServerToken($service, 600, 1);
$user = AFS::KTC_PRINCIPAL->new(nog,,localcell);
$key = AFS::KTC_EKEY->ReadPassword(nog Password:);
$token = AFS::KTC_TOKEN->GetAdminToken($user, $key, 300);
$user = AFS::KTC_PRINCIPAL->new(nog);
$password = AFS::KTC_EKEY->UserReadPassword("Password:");
my $pwexp = 0;
my $reason = ;
$ok = AFS::KTC_TOKEN->UserAuthenticateGeneral($user, $password, 300,
&AFS::KA_USERAUTH_VERSION | &AFS::KA_USERAUTH_DOSETPAG, $pwexp, $reason);
AFS::KTC_TOKEN->ForgetAllTokens();
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::KA; # import just the ka names
use AFS @AFS::KTC; # import just the ktc names
This class provides methods to handle the AFS structure ktc_token. This structure contains information about tokens and is used in the Kernel Token Cache (KTC), which is part of the Cache Manager.
It is used to create, modify, and retrieve ktc_token instances for different services. It has methods to retrieve and to reset the ktc_token attributes. In order to make proper usage of these methods it is necessary to have access to AFS::KTC_PRINCIPAL objects and to AFS::KTC_EKEY objects.
Download (0.18MB)
Added: 2007-03-06 License: Perl Artistic License Price:
963 downloads
taged 3.0
taged is a commandline utility that can create and modify ID3 data, usually found in .mp3 files. more>>
taged is a commandline utility that can create and modify ID3 data, usually found in .mp3 files.
Besides supporting text frames like artist, title, track number and so on, taged also supports attached pictures, play counters and generated playlists. Taged aims at being quick and easy to use when many tags needs to be created/updated, and handles regular expression matching of tag data from filenames, as well as renaming files based on the tag.
Taged is based on libid3tag from libmad by Robert Leslie to read and render the id3 tags.
Taged is open source software, licensed with the GNU GPL.
Note that taged will crash with segmentation fault if you try to render an ID3v1 tag with a text string longer than 30 characters. This is a bug in the underlying libid3tag library, and patches are available at SourceForge.
Main features:
- handles ID3 tags version 2.4.0
- easily rename files based on id3 data
- generate playlists
- insert id3 information based on filename, using regular expressions
- supports play counters, pictures and any text frame
Enhancements:
- Makefile.am (EXTRA_DIST): Add config.rpath.
<<lessBesides supporting text frames like artist, title, track number and so on, taged also supports attached pictures, play counters and generated playlists. Taged aims at being quick and easy to use when many tags needs to be created/updated, and handles regular expression matching of tag data from filenames, as well as renaming files based on the tag.
Taged is based on libid3tag from libmad by Robert Leslie to read and render the id3 tags.
Taged is open source software, licensed with the GNU GPL.
Note that taged will crash with segmentation fault if you try to render an ID3v1 tag with a text string longer than 30 characters. This is a bug in the underlying libid3tag library, and patches are available at SourceForge.
Main features:
- handles ID3 tags version 2.4.0
- easily rename files based on id3 data
- generate playlists
- insert id3 information based on filename, using regular expressions
- supports play counters, pictures and any text frame
Enhancements:
- Makefile.am (EXTRA_DIST): Add config.rpath.
Download (0.046MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
AFS::FS 2.4.0
AFS::FS is a Perl module to communicate with an AFS File Server. more>>
AFS::FS is a Perl module to communicate with an AFS File Server.
SYNOPSIS
use AFS::FS qw(
getquota
isafs lsmount mkmount rmmount
setquota whereis
);
my $quota = getquota(.);
my $ok = setquota(., $quota);
$ok = isafs(.);
my $vol = lsmount(/afs/mpa/home/nog);
print "Vol = $vol n";
$ok = mkmount(./tmp, home.nog);
print "ok mkmount = $okn";
$ok = rmmount(./tmp);
print "ok rmmount = $okn";
my @hosts = whereis(/afs/mpa/home, 1);
foreach my $host (@hosts) {
print " $hostn";
}
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::CM; # import just the cache manager names
This module provides several functions to communicate with an AFS file server. It is used to check the status of a file server machine. It has functions to administer mount points and quotas. On request it returns the server(s) that house a given file or directory. Any function required must by explicitly listed by the use statement to be exported into the calling package.
Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
<<lessSYNOPSIS
use AFS::FS qw(
getquota
isafs lsmount mkmount rmmount
setquota whereis
);
my $quota = getquota(.);
my $ok = setquota(., $quota);
$ok = isafs(.);
my $vol = lsmount(/afs/mpa/home/nog);
print "Vol = $vol n";
$ok = mkmount(./tmp, home.nog);
print "ok mkmount = $okn";
$ok = rmmount(./tmp);
print "ok rmmount = $okn";
my @hosts = whereis(/afs/mpa/home, 1);
foreach my $host (@hosts) {
print " $hostn";
}
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::CM; # import just the cache manager names
This module provides several functions to communicate with an AFS file server. It is used to check the status of a file server machine. It has functions to administer mount points and quotas. On request it returns the server(s) that house a given file or directory. Any function required must by explicitly listed by the use statement to be exported into the calling package.
Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
Download (0.18MB)
Added: 2007-03-01 License: Perl Artistic License Price:
976 downloads
AFS::CM 2.4.0
AFS::CM is a Perl module to administer the AFS Cache Manager. more>>
AFS::CM is a Perl module to administer the AFS Cache Manager.
SYNOPSIS
use AFS::CM qw (
checkconn checkservers checkvolumes
cm_access flush flushcb flushvolume
getcacheparms getcellstatus
getcrypt getvolstats setcrypt
setcachesize setcellstatus
);
my $ok = flushvolume(.);
print "Return Code = $okn";
$ok = checkvolumes;
print "Return Code = $okn";
$ok = cm_access($path);
print "Return Code = $okn";
($max, $inuse) = getcacheparms;
$ok = setcachesize(10000);
my $crypt_flg = getcrypt;
$ok = setcrypt(on);
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::CM; # import just the cache manager names
This module provides several functions to administer the AFS Cache Manager. It is used to customize the cache size. You can force the update of cached data. And you can determine if a client machine can run SETUID programs. Any function required must by explicitly listed by the use statement to be exported into the calling package.
Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
<<lessSYNOPSIS
use AFS::CM qw (
checkconn checkservers checkvolumes
cm_access flush flushcb flushvolume
getcacheparms getcellstatus
getcrypt getvolstats setcrypt
setcachesize setcellstatus
);
my $ok = flushvolume(.);
print "Return Code = $okn";
$ok = checkvolumes;
print "Return Code = $okn";
$ok = cm_access($path);
print "Return Code = $okn";
($max, $inuse) = getcacheparms;
$ok = setcachesize(10000);
my $crypt_flg = getcrypt;
$ok = setcrypt(on);
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::CM; # import just the cache manager names
This module provides several functions to administer the AFS Cache Manager. It is used to customize the cache size. You can force the update of cached data. And you can determine if a client machine can run SETUID programs. Any function required must by explicitly listed by the use statement to be exported into the calling package.
Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.
Download (0.18MB)
Added: 2007-03-06 License: Perl Artistic License Price:
966 downloads
netperf 2.4.0 rc2
Netperf measures the performance of many different types of networking. more>>
Netperf is a benchmark that can be used to measure the performance of many different types of networking.
It provides tests for both unidirecitonal throughput, and end-to-end latency. The environments currently measureable by netperf include:
- TCP and UDP via BSD Sockets
- DLPI
- Unix Domain Sockets
- Fore ATM API
- HP HiPPI Link Level Access
<<lessIt provides tests for both unidirecitonal throughput, and end-to-end latency. The environments currently measureable by netperf include:
- TCP and UDP via BSD Sockets
- DLPI
- Unix Domain Sockets
- Fore ATM API
- HP HiPPI Link Level Access
Download (1.4MB)
Added: 2005-04-12 License: Freely Distributable Price:
970 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above taskjuggler 2.4.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed