1.1.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 109
VWM 1.1.2
VWM is an extensible window manager for the console. more>>
VWM project is an extensible window manager for the console. Built on top of libpseudo and libviper, VWM is more visual alternative to Screen.
Mozilla-style plugins allow for simple expandability: follow a few simple API rules and drop your shared object into a directory to have it added to the main menu.
Enhancements:
- This release fixes a minor bug in the hotkey functionality that was causing already processed hotkeys to be propagated to the top-level (in focus) window.
<<lessMozilla-style plugins allow for simple expandability: follow a few simple API rules and drop your shared object into a directory to have it added to the main menu.
Enhancements:
- This release fixes a minor bug in the hotkey functionality that was causing already processed hotkeys to be propagated to the top-level (in focus) window.
Download (0.043MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
838 downloads
LAT 1.1.2
LAT is a tool to manage LDAP-based directories. more>>
LAT stands for LDAP Administration Tool. The tool allows you to browse LDAP-based directories and add/edit/delete entries contained within. LAT can store profiles for quick access to different servers.
There are also different views available such as Users, Groups and Hosts which allow you to easily manage objects without having to deal with the intricacies of LDAP.
Main features:
- User, Group Computer and user-defined views
- Directory browser
- Schema browser
- LDIF imports and exports
- Samba and Active Directory support
- Mass-edit support
- Integration with GNOME
<<lessThere are also different views available such as Users, Groups and Hosts which allow you to easily manage objects without having to deal with the intricacies of LDAP.
Main features:
- User, Group Computer and user-defined views
- Directory browser
- Schema browser
- LDIF imports and exports
- Samba and Active Directory support
- Mass-edit support
- Integration with GNOME
Download (MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1261 downloads
roll 1.1.2
roll command-line based program rolls a user-defined dice sequence and displays the result. more>>
roll command-line based program rolls a user-defined dice sequence and displays the result. The dices to roll are defined using dN where N is the number of sides.
Dices can be rolled multiple times by prepending the number of repetitions (e.g., 3d6) and used in simple mathematical expressions (e.g., 2d8+4).
Enhancements:
- A bug in the 1d% percentile dices (values over 100 were possible) has been fixed.
<<lessDices can be rolled multiple times by prepending the number of repetitions (e.g., 3d6) and used in simple mathematical expressions (e.g., 2d8+4).
Enhancements:
- A bug in the 1d% percentile dices (values over 100 were possible) has been fixed.
Download (0.10MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
948 downloads
pmem 1.1.2
pmem is a small command line utility for all Linux und Unix operating systems to display memory information of running processes more>>
pmem software displays memory information of running processes. To do this, pmem reads the memory information that are provided by the /proc file systems. Therefore, pmem does not work on operating systems that do not maintain this files system.
To install pmem just untar the source package and run make. This will create the binary pmem-1.1.2. Run configure, make and finally make install to install the binary in /urs/local. You can also set another installation directory by calling configure with the option --prefix=/foo/bar.
Summary of the installation process:
1. tar xzf pmem-version.tar.gz
2. cd pmem-version
3. ./configure [--prefix=...]
3. make
4. make install
Usage:
pmem must be called with one or more process ids of the processes for which the memory usage should be display. By default pmem displays the resident memory of the process in bytes. But the behaviour of pmem can be influenced by the following arguments:
-z displays the size
-s displays the shared memory
-k displays the memory usage in kilobytes
-m displays the memory usage in megabytes
-d displays all memory information available
-l log memory usage of given pids
-i log interval in milliseconds [default: 100]
-g write a gnuplot command file into plot.gnu
-h displays the help
-v displays the version
On success pmem returns with the exit code 0, otherwise 1.
Example:
To log the memory usage of a process and create a gnuplot file out of the data:
./pmem -l pids -i 100 -g data >data
gnuplot plot.gnu (creates the graph plot).
<<lessTo install pmem just untar the source package and run make. This will create the binary pmem-1.1.2. Run configure, make and finally make install to install the binary in /urs/local. You can also set another installation directory by calling configure with the option --prefix=/foo/bar.
Summary of the installation process:
1. tar xzf pmem-version.tar.gz
2. cd pmem-version
3. ./configure [--prefix=...]
3. make
4. make install
Usage:
pmem must be called with one or more process ids of the processes for which the memory usage should be display. By default pmem displays the resident memory of the process in bytes. But the behaviour of pmem can be influenced by the following arguments:
-z displays the size
-s displays the shared memory
-k displays the memory usage in kilobytes
-m displays the memory usage in megabytes
-d displays all memory information available
-l log memory usage of given pids
-i log interval in milliseconds [default: 100]
-g write a gnuplot command file into plot.gnu
-h displays the help
-v displays the version
On success pmem returns with the exit code 0, otherwise 1.
Example:
To log the memory usage of a process and create a gnuplot file out of the data:
./pmem -l pids -i 100 -g data >data
gnuplot plot.gnu (creates the graph plot).
Download (0.070MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
828 downloads
vpnd 1.1.2
vpnd provides a virtual Private Network Daemon - encrypted TCP/IP. more>>
vpnd provides a Virtual Private Network Daemon - encrypted TCP/IP.
vpnd is a daemon which connects two networks on network level either via TCP/IP or a (virtual) leased line attached to a serial interface.
All data transfered between the two networks are encrypted using the unpatented free Blowfish encryption algorithm with a key length of up to 576 bits (may be downgraded to a minimum of 0 bits to suit any legal restrictions).
vpnd is not intended as a replacement of existing secured communications software like ssh or tunneling facilities of the operating system.
It is, however, intended as a means of securing transparent network interconnection across potentially insecure channels.
vpnd acquires a pseudo terminal (a pty/tty device pair) and attaches a SLIP line discipline to it. The effect of this is that vpnd now has its own network interface, a SLIP interface which is named slx where x is some number.
All IP packets sent to this interface are read as a datastream by vpnd and the datastream written by vpnd reappears as IP packets on this interface.
vpnd now encrypts the datastream read and sends it through a TCP connection or over a serial line to its peer vpnd. The datastream received by vpnd from its peer is decrypted and then written to the pseudo terminal.
As vpnd doesnt parse the datastream from the pseudo terminal all packets written by the kernel to the SLIP interface get transported.
Thus vpnd tunnels network traffic between two systems even as it is a user level daemon.
Enhancements:
- fixed minor bug in generic whitening code
- fixed ppp mru setup on Linux
- port to x86_64
- added packetize option for slip/ppp interoperability and rtp header compression (SIP VoIP)
- added smallrtp option for forced use of simple checksum for rtp (SIP VoIP) packets in packetize mode for reduced bandwidth requirements
<<lessvpnd is a daemon which connects two networks on network level either via TCP/IP or a (virtual) leased line attached to a serial interface.
All data transfered between the two networks are encrypted using the unpatented free Blowfish encryption algorithm with a key length of up to 576 bits (may be downgraded to a minimum of 0 bits to suit any legal restrictions).
vpnd is not intended as a replacement of existing secured communications software like ssh or tunneling facilities of the operating system.
It is, however, intended as a means of securing transparent network interconnection across potentially insecure channels.
vpnd acquires a pseudo terminal (a pty/tty device pair) and attaches a SLIP line discipline to it. The effect of this is that vpnd now has its own network interface, a SLIP interface which is named slx where x is some number.
All IP packets sent to this interface are read as a datastream by vpnd and the datastream written by vpnd reappears as IP packets on this interface.
vpnd now encrypts the datastream read and sends it through a TCP connection or over a serial line to its peer vpnd. The datastream received by vpnd from its peer is decrypted and then written to the pseudo terminal.
As vpnd doesnt parse the datastream from the pseudo terminal all packets written by the kernel to the SLIP interface get transported.
Thus vpnd tunnels network traffic between two systems even as it is a user level daemon.
Enhancements:
- fixed minor bug in generic whitening code
- fixed ppp mru setup on Linux
- port to x86_64
- added packetize option for slip/ppp interoperability and rtp header compression (SIP VoIP)
- added smallrtp option for forced use of simple checksum for rtp (SIP VoIP) packets in packetize mode for reduced bandwidth requirements
Download (0.59MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
975 downloads
DBFW 1.1.2
DBFW is a PHP-based database framework for rapid application development and rapid prototyping. more>>
DBFW is a PHP-based database framework for rapid application development and rapid prototyping.
DBFW project allows the creation of almost complete Web/database-based applications in no more than few hours, as well as faster development cycles.
It uses automatic DB schema discovery with XML configuration files to automatically implement a basic user interface that can be extended through the use of ad-hoc PHP code.
This framework aims to provide the developer with a tool that can be used first to iron out the database structure through as many iterations as required, but without forcing the developer to rewrite everything at every iteration.
It provides many features aimed to reduce this round-trip in the requirement and specification analisys phase, thanks to its ability to provide an auto-updating and working prototype of the user interface that can be used to access data from the DB under construction.
Main features:
- autodetection of the entire DB schema. The framework engine will retrieve all required informations from the DB itself (like all user visible tables, foreign keys, column types, and so on). It will cache the discovered infos in a file under the directory cache/ of the application. If you change the schema, the tables, add/remove columns and so on, you will just need to remove the cache file and the framework will redo the discovery process.
- XML-based User Interface specification. The user interface of the application is specified through a set of XML files, which will contain the templates for the application forms and browsers as well as the application menus, the reports and so on....
- automatic handling of CRUD functionality. By default, it is able to provide support for creation, read, update and delete of records from all your tables.
- automatic handling of Foreign Keys. The framework knows all foreign keys defined among tables, and it will allow its automatic handling whenever you will say so. The automatic handling means navigable html links during the browsing of records from a given table as well as search or select widgets in the editing forms.
- multi database support. The framework uses a driver based interface for DB access, which means that new databases backend may be added later, by simply creating the related driver. The framework currently supports the following DB:
- PostgreSQL 7.3.X and later (The 8.X needs more tests, thought)
- MySQL 4.1.X and later (Check the driver specifications for known limitations)
- Oracle 9i and later (it should work, even if it hasnt been used by few years)
- The framework uses the PEAR library for DB access, so the its internal driver will add only the functionality required by the discovery process and few others not directly provided by the PEAR driver.
- simple creation of Reports. You can create a Report (or a group of Reports) simply by specifying the SQL query which generate the data and by choose the output, be it a textual one using a template, or a graphical one, using the GD library or a SVG generator. It supports the following output formats: HTML, PDF (still under development, thought), TSV (tab Separated Values) and XLS (Excel Spreadsheets);
- DHTML forms: hierarchical forms are implemented using DHTML so they are handled by the web client for the most part, avoiding unnecessary round-trips. (It should work with almost all recently web browsers).
- form nesting. This allows you to create nested forms for editing of related sets of records. All modifications to the set will be committed as a unique transaction, so they will fail or success as a whole.
- form validation and error handling: all forms will be validated before their use, and all errors will be notified to the user. The framework uses the exernal JavaScript library overlib to handle tooltips as well as error notifications ( you may find more info at http://www.bosrup.com/web/overlib/ )
- support for record history. You may create two additional columns in your tables (a start-of-validity one and a end-of-validity one), tell the framework of them and then it will handle all modifications as storicized modifications (i.e. the records will not be really deleted, just marked as expired).
- integrated support for PDF generation, through the external library html2ps based on FPDF
- javascript calendar for web client date handling (a really wonderful JavaScript library. Check it out at http://students.infoiasi.ro/~mishoo/site/calendar.epl
- dynamically generated menus: you can generate menus dinamically using SQL queries.
- internationalization: it supports full internationalization for both framework and applications using Gettext. They may be handled separately, so you can maintain your application messages indipendently from those of the framework.
- privileges: the framework will respect all privileges defined on the DB tables, as well as it will enforce additional privileges, like record based ones (yes, really record based... I need to document how they work, though... )
- automatic generation of user documentation: (Work In Progress) Since the application behaviour is specified for the most part in the XML configuration files, its possible to process those files to generate automatically the core of the User Documentation. Of course, it still need to be completed and edited by hand, but this time you may concentrate on its content. BTW, the generated document will be in DocBook XML format.
- support for pop-up based details views.
- many more feature, like the handlers (PHP code which can be hooked to specific engine events like the decode event or the post_retrieve and so on), triggers (to allow the use of special triggers on DB that doesnt support triggers that access the tables under modifications, like Oracle and MySQL), foreign key and browser filtering, order-by handling, externally linked pages, and so on...
Enhancements:
- A new online help subsystem, a code cleanup, more work on the documentation, more support for data exports, and many bugfixes.
<<lessDBFW project allows the creation of almost complete Web/database-based applications in no more than few hours, as well as faster development cycles.
It uses automatic DB schema discovery with XML configuration files to automatically implement a basic user interface that can be extended through the use of ad-hoc PHP code.
This framework aims to provide the developer with a tool that can be used first to iron out the database structure through as many iterations as required, but without forcing the developer to rewrite everything at every iteration.
It provides many features aimed to reduce this round-trip in the requirement and specification analisys phase, thanks to its ability to provide an auto-updating and working prototype of the user interface that can be used to access data from the DB under construction.
Main features:
- autodetection of the entire DB schema. The framework engine will retrieve all required informations from the DB itself (like all user visible tables, foreign keys, column types, and so on). It will cache the discovered infos in a file under the directory cache/ of the application. If you change the schema, the tables, add/remove columns and so on, you will just need to remove the cache file and the framework will redo the discovery process.
- XML-based User Interface specification. The user interface of the application is specified through a set of XML files, which will contain the templates for the application forms and browsers as well as the application menus, the reports and so on....
- automatic handling of CRUD functionality. By default, it is able to provide support for creation, read, update and delete of records from all your tables.
- automatic handling of Foreign Keys. The framework knows all foreign keys defined among tables, and it will allow its automatic handling whenever you will say so. The automatic handling means navigable html links during the browsing of records from a given table as well as search or select widgets in the editing forms.
- multi database support. The framework uses a driver based interface for DB access, which means that new databases backend may be added later, by simply creating the related driver. The framework currently supports the following DB:
- PostgreSQL 7.3.X and later (The 8.X needs more tests, thought)
- MySQL 4.1.X and later (Check the driver specifications for known limitations)
- Oracle 9i and later (it should work, even if it hasnt been used by few years)
- The framework uses the PEAR library for DB access, so the its internal driver will add only the functionality required by the discovery process and few others not directly provided by the PEAR driver.
- simple creation of Reports. You can create a Report (or a group of Reports) simply by specifying the SQL query which generate the data and by choose the output, be it a textual one using a template, or a graphical one, using the GD library or a SVG generator. It supports the following output formats: HTML, PDF (still under development, thought), TSV (tab Separated Values) and XLS (Excel Spreadsheets);
- DHTML forms: hierarchical forms are implemented using DHTML so they are handled by the web client for the most part, avoiding unnecessary round-trips. (It should work with almost all recently web browsers).
- form nesting. This allows you to create nested forms for editing of related sets of records. All modifications to the set will be committed as a unique transaction, so they will fail or success as a whole.
- form validation and error handling: all forms will be validated before their use, and all errors will be notified to the user. The framework uses the exernal JavaScript library overlib to handle tooltips as well as error notifications ( you may find more info at http://www.bosrup.com/web/overlib/ )
- support for record history. You may create two additional columns in your tables (a start-of-validity one and a end-of-validity one), tell the framework of them and then it will handle all modifications as storicized modifications (i.e. the records will not be really deleted, just marked as expired).
- integrated support for PDF generation, through the external library html2ps based on FPDF
- javascript calendar for web client date handling (a really wonderful JavaScript library. Check it out at http://students.infoiasi.ro/~mishoo/site/calendar.epl
- dynamically generated menus: you can generate menus dinamically using SQL queries.
- internationalization: it supports full internationalization for both framework and applications using Gettext. They may be handled separately, so you can maintain your application messages indipendently from those of the framework.
- privileges: the framework will respect all privileges defined on the DB tables, as well as it will enforce additional privileges, like record based ones (yes, really record based... I need to document how they work, though... )
- automatic generation of user documentation: (Work In Progress) Since the application behaviour is specified for the most part in the XML configuration files, its possible to process those files to generate automatically the core of the User Documentation. Of course, it still need to be completed and edited by hand, but this time you may concentrate on its content. BTW, the generated document will be in DocBook XML format.
- support for pop-up based details views.
- many more feature, like the handlers (PHP code which can be hooked to specific engine events like the decode event or the post_retrieve and so on), triggers (to allow the use of special triggers on DB that doesnt support triggers that access the tables under modifications, like Oracle and MySQL), foreign key and browser filtering, order-by handling, externally linked pages, and so on...
Enhancements:
- A new online help subsystem, a code cleanup, more work on the documentation, more support for data exports, and many bugfixes.
Download (0.89MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
750 downloads
Gluon 1.1.2
Gluon is a simple decision-tree daemon, written in Perl, that executes external programs. more>>
Gluon is a simple decision-tree daemon, written in Perl, that executes external programs (scripts) to determine the path-flow within the decision-tree.
Gluon project essentially operates as a basic IF-THEN-ELSE expert system that can be used to monitor and take action.
<<lessGluon project essentially operates as a basic IF-THEN-ELSE expert system that can be used to monitor and take action.
Download (0.025MB)
Added: 2006-03-22 License: GPL (GNU General Public License) Price:
1319 downloads
DiffJ 1.1.2
DiffJ is a commandline application that compares Java files based on content. more>>
DiffJ is a commandline application that compares Java files based on content, not whitespace, comments, or reordering of types, methods, or fields.
Its output is based on the Unix program diff, and it also has a "brief" output format for a concise summary of what changed. It can work on directories recursively, looking for matching filenames, like "diff -r dir0 dir1".
DiffJ is primarily for developers refactoring and reformatting Java code, for which most difference tools tend to produce misleading results regarding the type and extent of changes.
Enhancements:
- The difference comparator of functions (methods and constructors) has been fixed, and the default Java source is now 1.5.
<<lessIts output is based on the Unix program diff, and it also has a "brief" output format for a concise summary of what changed. It can work on directories recursively, looking for matching filenames, like "diff -r dir0 dir1".
DiffJ is primarily for developers refactoring and reformatting Java code, for which most difference tools tend to produce misleading results regarding the type and extent of changes.
Enhancements:
- The difference comparator of functions (methods and constructors) has been fixed, and the default Java source is now 1.5.
Download (0.28MB)
Added: 2007-08-11 License: LGPL (GNU Lesser General Public License) Price:
805 downloads
sshfp 1.1.2
sshfp generates DNS SSHFP records from SSH public keys. more>>
sshfp generates DNS SSHFP records from SSH public keys. It can take public keys from a knownhosts file or from scanning the hosts sshd daemon.
The ssh client can use these SSHFP records if you set "VerifyHostKeyDNS yes" in the file /etc/ssh/ssh_config.
SYNTAX
sshfp [-k [ knownhosts_file ]] [-a] | [ < hostname1 > [hostname2 ...]]
sshfp -s [ -a < domain > ] | [< hostname1 > [hostname2 ...]] [@ns]
OPTIONS
-s / --scan < hostname1 > [hostname2 ...]
Scan hosts or domain for public SSH keys using ssh-keyscan
-k / --knownhosts [knownhosts_file] < hostname1 > [hostname2 ...]
Obtain public SSH keys from a known_hosts file. Defaults to using
~/.ssh/known_hosts
-a / --all
Scan all hosts in the known_hosts file when used with -k. When used
with -s, it will attempt an zone transfer (AXFR) to obtain all A
records in the domain specified.
-t / --trailing-dot
Add a trailing dot to the hostname in the SSHFP records. It is not
possible to determine whether a known_hosts or dns query is for a
FQDN (eg [3]www.xelerance.com) or not (eg www) or not (unless -d
domainname -a is used, in which case a trailing dot is always
appended). Non-FQDN get their domainname appended through
/etc/resolv.conf These non-FQDN will happen when using a non-FQDN (eg
sshfp -k www) or known_hosts entries obtained by running ssh
[4]www.sub where .domain.com is implied. When -t is used, all
hostnames not ending with a dot, that at least contain two parts in
their hostname (eg [5]www.sub but not www get a trailing dot. Note
that the output of sshfp can also just be manually editted for
trailing dots.
-o / --output < filename >
Write to filename instead of stdout
-h / --help
Output help information and exit.
-v / --version
Output version information and exit.
<<lessThe ssh client can use these SSHFP records if you set "VerifyHostKeyDNS yes" in the file /etc/ssh/ssh_config.
SYNTAX
sshfp [-k [ knownhosts_file ]] [-a] | [ < hostname1 > [hostname2 ...]]
sshfp -s [ -a < domain > ] | [< hostname1 > [hostname2 ...]] [@ns]
OPTIONS
-s / --scan < hostname1 > [hostname2 ...]
Scan hosts or domain for public SSH keys using ssh-keyscan
-k / --knownhosts [knownhosts_file] < hostname1 > [hostname2 ...]
Obtain public SSH keys from a known_hosts file. Defaults to using
~/.ssh/known_hosts
-a / --all
Scan all hosts in the known_hosts file when used with -k. When used
with -s, it will attempt an zone transfer (AXFR) to obtain all A
records in the domain specified.
-t / --trailing-dot
Add a trailing dot to the hostname in the SSHFP records. It is not
possible to determine whether a known_hosts or dns query is for a
FQDN (eg [3]www.xelerance.com) or not (eg www) or not (unless -d
domainname -a is used, in which case a trailing dot is always
appended). Non-FQDN get their domainname appended through
/etc/resolv.conf These non-FQDN will happen when using a non-FQDN (eg
sshfp -k www) or known_hosts entries obtained by running ssh
[4]www.sub where .domain.com is implied. When -t is used, all
hostnames not ending with a dot, that at least contain two parts in
their hostname (eg [5]www.sub but not www get a trailing dot. Note
that the output of sshfp can also just be manually editted for
trailing dots.
-o / --output < filename >
Write to filename instead of stdout
-h / --help
Output help information and exit.
-v / --version
Output version information and exit.
Download (0.014MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
928 downloads
LowCal 1.1.2
LowCal is a lightweight Web-based calendar of events. more>>
LowCal is a lightweight Web-based calendar of events.
These instructions assume you have root access to the machine youre installing on. If you dont, youre not likely to be able to install new apache modules without help (and permission) from a system administrator.
You need to actually install the code to the appropriate directories. Running install.pl in the directory where you unpacked the tarball will do this. By default, the LowCal module itself will install under /usr/local/lib/site_perl and command-line utilities will be installed in /usr/local/bin. If these locations are not appropriate for your system, edit the values of $module_dir and/or $util_dir near the top of the script before running it.
Enhancements:
- Cleaned up handling of day-of-month past end-of-month (PR#7)
<<lessThese instructions assume you have root access to the machine youre installing on. If you dont, youre not likely to be able to install new apache modules without help (and permission) from a system administrator.
You need to actually install the code to the appropriate directories. Running install.pl in the directory where you unpacked the tarball will do this. By default, the LowCal module itself will install under /usr/local/lib/site_perl and command-line utilities will be installed in /usr/local/bin. If these locations are not appropriate for your system, edit the values of $module_dir and/or $util_dir near the top of the script before running it.
Enhancements:
- Cleaned up handling of day-of-month past end-of-month (PR#7)
Download (0.027MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
k9copy 1.1.2
K9Copy is a small utility which allows the copy of DVD on Linux. more>>
K9Copy is a small utility which allows the copy of DVD on Linux. The DVD video stream is compressed by the program Vamps.
Copy without menus :
In this case, dvdauthor is used to create a new DVD structure. It is possible to choose the order in which the video sequences are played.
Copy with menus :
As dvdauthor does not make it possible to integrate the original menus, K9Copy reproduces the original structure of the DVD. The navigation packs as well as IFO files are modified to point on the compressed MPEG stream.
The creation of personalized menus has not been renewed in version 1.0.0.
Main features:
- The video stream is compressed to make the DVD fit on 4.7 Gb recordable DVD
- DVD Burning
- Creation of ISO images
- Possibility of selecting the audio tracks and subtitles to be copied
- Title preview (video only)
- Possibility of preserving the original menus
<<lessCopy without menus :
In this case, dvdauthor is used to create a new DVD structure. It is possible to choose the order in which the video sequences are played.
Copy with menus :
As dvdauthor does not make it possible to integrate the original menus, K9Copy reproduces the original structure of the DVD. The navigation packs as well as IFO files are modified to point on the compressed MPEG stream.
The creation of personalized menus has not been renewed in version 1.0.0.
Main features:
- The video stream is compressed to make the DVD fit on 4.7 Gb recordable DVD
- DVD Burning
- Creation of ISO images
- Possibility of selecting the audio tracks and subtitles to be copied
- Title preview (video only)
- Possibility of preserving the original menus
Download (1.5MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
512 downloads
SVNKit 1.1.2
SVNKit is a pure Java Subversion (SVN) client library. more>>
SVNKit is a pure Java Subversion (SVN) client library. This means that users of the library (i.e. Java applications) do not have to include svn native binaries or javahl bindings to work with subversion repositories.
SVNKit project is not only a 100% Java replacement for javahl bindings, but also a library that provides a high level of control over subversion repository operations.
Main features:
- No external binaries or libraries are needed to work with Subversion repository.
- SVNKit supports http, https, svn and svn+ssh connection protocols.
- Subversion 1.4.2 and file protocol support.
- Low level API allows effective direct Subversion repository access.
- SVNKit is compatible with applications that already use native javahl bindings.
Enhancements:
- An interactive password prompt was added to the command line client.
- System-wide configuration file support was added and bugs were fixed.
<<lessSVNKit project is not only a 100% Java replacement for javahl bindings, but also a library that provides a high level of control over subversion repository operations.
Main features:
- No external binaries or libraries are needed to work with Subversion repository.
- SVNKit supports http, https, svn and svn+ssh connection protocols.
- Subversion 1.4.2 and file protocol support.
- Low level API allows effective direct Subversion repository access.
- SVNKit is compatible with applications that already use native javahl bindings.
Enhancements:
- An interactive password prompt was added to the command line client.
- System-wide configuration file support was added and bugs were fixed.
Download (MB)
Added: 2007-04-03 License: Free for non-commercial use Price:
937 downloads
Pavlov 1.1.2
Pavlov project is a very open multiple choice study system in Java. more>>
Pavlov project is a very open multiple choice study system in Java.
Pavlov is a multiple choice study system in which flashcards magically shuffle themselves to optimize study time.
They sing and otherwise entertain you while you study. It uses easy-to- write "pluglets" for feedback mechanisms (entertainment) and question choice strategies (efficiency).
Weve all made decks of flashcards and slogged through them to study (oftentimes boring) material. Wouldnt it be great if the flashcards magically shuffled themselves to optimize your study time? Wouldnt it be great if they sung to you and danced and entertained you while you studied?
This is Pavlov - efficient, entertaining study.
Pavlov uses easy-to-write "pluglets" for feedback mechanisms (entertainment) and question choice strategies (efficiency). Just pop a new pluglet in the right directory to expand your Pavlov universe.
Enhancements:
- 165,000 questions in sample language learning books are now available at http://pavlov.sf.net
- Books and chapters are now sorted alphabetically
- Several improvements to the "Incorrect Answer Dialog"
- Startup is quicker
- Pavlov consumes memory less quickly when dealing with huge books
- Export a quiz to any file format using pluggable templates. Included templates include a simple Web Application and two static HTML examples.
<<lessPavlov is a multiple choice study system in which flashcards magically shuffle themselves to optimize study time.
They sing and otherwise entertain you while you study. It uses easy-to- write "pluglets" for feedback mechanisms (entertainment) and question choice strategies (efficiency).
Weve all made decks of flashcards and slogged through them to study (oftentimes boring) material. Wouldnt it be great if the flashcards magically shuffled themselves to optimize your study time? Wouldnt it be great if they sung to you and danced and entertained you while you studied?
This is Pavlov - efficient, entertaining study.
Pavlov uses easy-to-write "pluglets" for feedback mechanisms (entertainment) and question choice strategies (efficiency). Just pop a new pluglet in the right directory to expand your Pavlov universe.
Enhancements:
- 165,000 questions in sample language learning books are now available at http://pavlov.sf.net
- Books and chapters are now sorted alphabetically
- Several improvements to the "Incorrect Answer Dialog"
- Startup is quicker
- Pavlov consumes memory less quickly when dealing with huge books
- Export a quiz to any file format using pluggable templates. Included templates include a simple Web Application and two static HTML examples.
Download (4.6MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1089 downloads
Sencap 1.1.2
Sencap is a simple ENCAP software manager. more>>
Sencap is a simple ENCAP software manager. Encapping is a method of installing software from source tarballs into private trees (bin, lib, man, share) and symlinking them to the system tree (e.g. /usr/local).
Uninstallation of encapped software is quick, reliable and easy. Encapping is best used to augment the default package manager, not to replace it.
Installation
These are generic installation instructions.
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release. If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is
also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<lessUninstallation of encapped software is quick, reliable and easy. Encapping is best used to augment the default package manager, not to replace it.
Installation
These are generic installation instructions.
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release. If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is
also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Download (0.016MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1655 downloads
TimeRER 1.1.2
TimeRER is a widget for Superkaramba desktop which gives the RERs next time stop for a station. more>>
TimeRER is a widget for Superkaramba desktop which gives the RERs next time stop for a station.
This program works at present for RER As network in Paris and its area. It was successfull tested with SUSE 9.x 10.X and Mandriva 2006.
<<lessThis program works at present for RER As network in Paris and its area. It was successfull tested with SUSE 9.x 10.X and Mandriva 2006.
Download (0.10MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 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 1.1.2 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