towards
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 183
Tk::Wizard::Installer 1.9451
Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard. more>>
Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard.
use Tk::Wizard::Installer 1.932;
my $wizard = new Tk::Wizard::Installer( -title => "Installer Test", );
$wizard->addDownloadPage(
-wait => undef,
#-on_error => sub { ... },
-no_retry => 1,
-files => {
http://www.cpan.org/ => ./cpan_index1.html,
http://www.cpan.org/ => ./cpan_index2.html,
http://www.leegoddard.net => ./author.html,
},
);
$wizard->addPage( sub {
return $wizard->blank_frame(
-title=>"Finished",
-subtitle => "Please press Finish to leave the Wizard.",
-text => ""
);
});
$wizard->Show;
MainLoop;
This module makes the first moves towards a Tk::Wizard extension to automate software installation, primarily for end-users, in the manner of Install Sheild.
If you are looking for a freeware software installer that is not dependant upon Perl, try Inno Setup - http://www.jrsoftware.org/. Its so good, even Microsoft have been caught using it.
<<lessuse Tk::Wizard::Installer 1.932;
my $wizard = new Tk::Wizard::Installer( -title => "Installer Test", );
$wizard->addDownloadPage(
-wait => undef,
#-on_error => sub { ... },
-no_retry => 1,
-files => {
http://www.cpan.org/ => ./cpan_index1.html,
http://www.cpan.org/ => ./cpan_index2.html,
http://www.leegoddard.net => ./author.html,
},
);
$wizard->addPage( sub {
return $wizard->blank_frame(
-title=>"Finished",
-subtitle => "Please press Finish to leave the Wizard.",
-text => ""
);
});
$wizard->Show;
MainLoop;
This module makes the first moves towards a Tk::Wizard extension to automate software installation, primarily for end-users, in the manner of Install Sheild.
If you are looking for a freeware software installer that is not dependant upon Perl, try Inno Setup - http://www.jrsoftware.org/. Its so good, even Microsoft have been caught using it.
Download (0.060MB)
Added: 2007-01-10 License: Perl Artistic License Price:
1019 downloads
Cutlass 0.2.0
Cutlass is a cross-platform system for secure peer to peer communication, oriented towards small groups. more>>
Cutlass is a cross-platform system for secure peer to peer communication, oriented towards small groups. It provides IM and file transfer. A major design goal is to be easy to use, even by non-security conscious users. The Cutlass main goals are :
Easy enough to use for broad adoption
Coded using widely supported APIs, to be multiplatform
Secure by default, using encrypted channels
Useful for everyday Internet functionality. Transmit sound, files, text.
P2P as independent of central servers/failure points as possible.
Extendable (both in functionality and paranoia)
Not dependent on central servers
Cutlass is currently under development. The current version provides message, file and voice transmission, but grouping, directory services and connection forwarding are not yet implemented.
Cutlass was originally named DEFJAM (Distributed, Encrypted File Journalling And Messaging), and was the subject of a presentation at Notacon.
<<lessEasy enough to use for broad adoption
Coded using widely supported APIs, to be multiplatform
Secure by default, using encrypted channels
Useful for everyday Internet functionality. Transmit sound, files, text.
P2P as independent of central servers/failure points as possible.
Extendable (both in functionality and paranoia)
Not dependent on central servers
Cutlass is currently under development. The current version provides message, file and voice transmission, but grouping, directory services and connection forwarding are not yet implemented.
Cutlass was originally named DEFJAM (Distributed, Encrypted File Journalling And Messaging), and was the subject of a presentation at Notacon.
Download (0.25MB)
Added: 2006-06-24 License: BSD License Price:
1217 downloads
Clabbers 0.0.6
Clabbers is an anagram tool aimed towards solving Scrabble racks. more>>
Clabbers is an anagram tool aimed towards solving Scrabble racks. Clabbers project consists of a couple of Perl scripts, a word list, and an SQL schema.
It was designed for use with PostgreSQL, though it could be ported to other database backends.
<<lessIt was designed for use with PostgreSQL, though it could be ported to other database backends.
Download (0.77MB)
Added: 2007-04-29 License: GPL (GNU General Public License) Price:
908 downloads
RDVIS 20051122
The RDVIS tool helps programmers pin-point the sources of cache misses and poor temporal locality in their source codes. more>>
RDVIS tool helps programmers pin-point the sources of cache misses and poor temporal locality in their source code.
The visualization often directs the experienced programmer towards the necessary program transformations within a few minutes.
The tool consists of two parts: a GUI that visualizes the low temporal locality patterns, and a patched GCC compiler to extract the low-locality patterns from programs.
Enhancements:
- Improved cluster window interaction: allows selection of individual reference pairs, allows the height of the basic block vector to be proportional to its weight, and has a number of different sort options for the basic block vectors.
<<lessThe visualization often directs the experienced programmer towards the necessary program transformations within a few minutes.
The tool consists of two parts: a GUI that visualizes the low temporal locality patterns, and a patched GCC compiler to extract the low-locality patterns from programs.
Enhancements:
- Improved cluster window interaction: allows selection of individual reference pairs, allows the height of the basic block vector to be proportional to its weight, and has a number of different sort options for the basic block vectors.
Download (3.8MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1431 downloads
Other version of RDVIS
License:GPL (GNU General Public License)
Ara Editor 1.0
Ara is an automatic editor of RSS feed. Only the links towards the Web pages must be given to him. more>>
Ara is an automatic editor of RSS feed. Only the links towards the Web pages must be given to him. The project is able to retrieve the title and the description of the pages and to produce a syndication file in the RSS format.
It enables you to select the pages to be syndicated instead of publishing the last articles systematically as the generators included in content managers do it.
The Ara term means "Atom and RSS API", it is also the name of a species of parrots from South America.
Using Ara
The program is a set of PHP scripts which have to be stored on a Web site. One creates a feed from the browser by entering the URL of the interface, ara.php.
It is easier to use the program with two browsers, one to display the pages to include and to copy the URLs from the URL input field, the other to edit the RSS file. Thus by just a cut and paste action one transfers the URL from the field to the interface and one clicks on "Add" to add it to the list.
The EDIT button on the left of the link makes it possible to modify the title and description if one wants.
To generate the feed, one enters the nam.
Warning
Ara is not a simple editor, when a page is added, it is reads for extracting useful information and for this purpose Ara makes use of Ajax (with the Anaa framework ), but Ajax can read files only from the site where it is installed. Actually the goal is to build the feed of the site, just avoid to give URL to other sites.
How it works
It is an Ajax script with a backend in PHP 5. In the current version only the pages of the website where it is installed can be added to the feed.
It is necessary to be authenticated to use it, to this goal the install.php program allows to register a login and a password. This file must absolutely be be erased. Once registered, the user remains registered for the whole session, even if he reads other pages meanwhile.
To generate the contents automatically, the program loads the pages given in the list and reads in the head section the contents of the title and description tags. If they are missing, the first H1 tag in the body of the page will be used for the title instead.
The same if description misses, the text of the synopsis will be taken from the page instead.
<<lessIt enables you to select the pages to be syndicated instead of publishing the last articles systematically as the generators included in content managers do it.
The Ara term means "Atom and RSS API", it is also the name of a species of parrots from South America.
Using Ara
The program is a set of PHP scripts which have to be stored on a Web site. One creates a feed from the browser by entering the URL of the interface, ara.php.
It is easier to use the program with two browsers, one to display the pages to include and to copy the URLs from the URL input field, the other to edit the RSS file. Thus by just a cut and paste action one transfers the URL from the field to the interface and one clicks on "Add" to add it to the list.
The EDIT button on the left of the link makes it possible to modify the title and description if one wants.
To generate the feed, one enters the nam.
Warning
Ara is not a simple editor, when a page is added, it is reads for extracting useful information and for this purpose Ara makes use of Ajax (with the Anaa framework ), but Ajax can read files only from the site where it is installed. Actually the goal is to build the feed of the site, just avoid to give URL to other sites.
How it works
It is an Ajax script with a backend in PHP 5. In the current version only the pages of the website where it is installed can be added to the feed.
It is necessary to be authenticated to use it, to this goal the install.php program allows to register a login and a password. This file must absolutely be be erased. Once registered, the user remains registered for the whole session, even if he reads other pages meanwhile.
To generate the contents automatically, the program loads the pages given in the list and reads in the head section the contents of the title and description tags. If they are missing, the first H1 tag in the body of the page will be used for the title instead.
The same if description misses, the text of the synopsis will be taken from the page instead.
Download (0.030MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
827 downloads
Tux Football 0.1
Tux Football is a 2D top down Association Football (Soccer) game. more>>
Tux Football is a 2D top down "Association Football" (Soccer) game.
Tux Football is a great 2D football game for Windows and Linux! Bringing old style gameplay back to the desktop with up to date graphics! For those people who remember and miss old classics such as Amcos Kick Off and Sensible Softwares Sensible Soccer.
Game play is designed to be quick, responsive and fun. You are always in control of the player closest to the ball. The ball is controled via two kick buttons - one for pass, and one for shoot.
Aftertouch can be applied to shots by quickly pressing and holding the direction you want the ball to bend towards. Pushing in the opposite direction to what you kicked the ball makes it raise into the air, pushing in the same direction as the ball makes it dip towards the ground.
Main features:
- Two Teams
- Pass, Kick, Tackles, Headers
- Aftertouch
- Bounds detection (i.e. we know when throw ins, goals, etc. happens)
- Realistic physics on the ball, including bouncing off goal posts.
- Title Screen, With menu.
- Sound Support, including sfx and music
- Computer controlled players
- Redefining keys, selecting number of players
<<lessTux Football is a great 2D football game for Windows and Linux! Bringing old style gameplay back to the desktop with up to date graphics! For those people who remember and miss old classics such as Amcos Kick Off and Sensible Softwares Sensible Soccer.
Game play is designed to be quick, responsive and fun. You are always in control of the player closest to the ball. The ball is controled via two kick buttons - one for pass, and one for shoot.
Aftertouch can be applied to shots by quickly pressing and holding the direction you want the ball to bend towards. Pushing in the opposite direction to what you kicked the ball makes it raise into the air, pushing in the same direction as the ball makes it dip towards the ground.
Main features:
- Two Teams
- Pass, Kick, Tackles, Headers
- Aftertouch
- Bounds detection (i.e. we know when throw ins, goals, etc. happens)
- Realistic physics on the ball, including bouncing off goal posts.
- Title Screen, With menu.
- Sound Support, including sfx and music
- Computer controlled players
- Redefining keys, selecting number of players
Download (8.9MB)
Added: 2006-04-20 License: GPL (GNU General Public License) Price:
1289 downloads
OpenGrade 2.7.15
OpenGrade is software for teachers to keep track of grades. more>>
OpenGrade is software for teachers to keep track of grades. OpenGrade can put the students grade reports on a Web server and allow the students password-protected access to them.
Main features:
- A variety of reports can be created.
- Grades can be uploaded to a web server, where students can have password-protected access to them.
- If you use a set grading scale, you can have the software use it to compute letter grades automatically.
- Grades can be based on total points, or on a weighted average of scores in various categories such as exams and quizzes.
- You can drop the lowest grade (or the N lowest grades) from a given category.
- Students can be dropped and later reinstated without losing all their grades.
- There is support for extra-credit categories, and for categories that dont count towards the students grade.
- Gradebook files are password-protected with a digital watermark, so you can detect tampering.
- Gradebook files are in a plain-text format, which makes it easy to work with them using Unix utilities.
You might also want to check out Ggradebook and Grades, which are two other open-source programs along similar lines. There is a category for this kind of software on Open Directory.
OpenGrade is designed to cooperate with my software Spotter. By using the two pieces of software together, you can post grade reports on the web, keep track of your students e-mail addresses, and collect certain kinds of work from them online.
Enhancements:
- This version correctly recognizes Perl/Tk 804.027 as being compatible with itself, rather than insisting on 804.029 or higher.
<<lessMain features:
- A variety of reports can be created.
- Grades can be uploaded to a web server, where students can have password-protected access to them.
- If you use a set grading scale, you can have the software use it to compute letter grades automatically.
- Grades can be based on total points, or on a weighted average of scores in various categories such as exams and quizzes.
- You can drop the lowest grade (or the N lowest grades) from a given category.
- Students can be dropped and later reinstated without losing all their grades.
- There is support for extra-credit categories, and for categories that dont count towards the students grade.
- Gradebook files are password-protected with a digital watermark, so you can detect tampering.
- Gradebook files are in a plain-text format, which makes it easy to work with them using Unix utilities.
You might also want to check out Ggradebook and Grades, which are two other open-source programs along similar lines. There is a category for this kind of software on Open Directory.
OpenGrade is designed to cooperate with my software Spotter. By using the two pieces of software together, you can post grade reports on the web, keep track of your students e-mail addresses, and collect certain kinds of work from them online.
Enhancements:
- This version correctly recognizes Perl/Tk 804.027 as being compatible with itself, rather than insisting on 804.029 or higher.
Download (0.20MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
Ankur 1.0
Ankur is a group of projects related to Bangla (Bengali) l10n. more>>
Ankur is working toward supporting Bangla(Bengali) language on GNU/Linux operating system. However, most of our projects are focused on XFree86.orgs XServer. Some of our projects are in fact platform independent and adds supports of other operating systems.
We are working on providing Bangla support for some major XServer applications such as office suites, database, development tools and desktop environments like GNOME, KDE.
Our intention is to help develop and maintain open source/free software targeted towards the Bangla speaking users.
<<lessWe are working on providing Bangla support for some major XServer applications such as office suites, database, development tools and desktop environments like GNOME, KDE.
Our intention is to help develop and maintain open source/free software targeted towards the Bangla speaking users.
Download (418MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
927 downloads

Internet DJ Console 0.5.1
The Linux DJ software more>> Internet DJ Console is a program that I started writing in March of 2005 after discovering the lack of DJ software on Linux that suited me. The programs that I did find were either feature poor, full of bugs, suited more towards the live side of things, or sadly did not even compile. It dawned on me that something needed to be done and that having some coding skills of my own that I may as well have a go myself. The basics of the different components in the project and how they would fit together came to me almost in a flash, and after pondering the sketch I drew, a few days later I started coding. The result is Internet DJ Console.<<less
Download (639KB)
Added: 2009-04-11 License: Freeware Price: Free
198 downloads
rinse 0.7
rinse is a simple tool which allows you to bootstrap a basic installation of a number of RPM-based distributions on a Debian. more>>
rinse software was born out of a frustration with the currently available solutions for installing minimal copies of RPM-based distributions.
The need to perform simple chroot() installations of other distributions is not common, but the ability to do such a thing is very useful when it comes to testing new tools, and working towards the creation of new Xen guests.
The following distributions are supported:
- Centos 4 & 5
- Fedora Core 4, 5, 6 & 7
I plan to support OpenSUSE in the near future.
Enhancements:
- This is primarily a bugfix release, which restores the ability to install new distributions of Centos 4 & 5.
<<lessThe need to perform simple chroot() installations of other distributions is not common, but the ability to do such a thing is very useful when it comes to testing new tools, and working towards the creation of new Xen guests.
The following distributions are supported:
- Centos 4 & 5
- Fedora Core 4, 5, 6 & 7
I plan to support OpenSUSE in the near future.
Enhancements:
- This is primarily a bugfix release, which restores the ability to install new distributions of Centos 4 & 5.
Download (0.015MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
807 downloads
TagFu 0.2
TagFu is a library for tagging entities (which can be anything with a url) with Tags or metadata. more>>
TagFu is a library for tagging entities (which can be anything with a url) with Tags or metadata. The project is implemented in Python and very closely mimics basic Python data structures.
Tags is a Python list of tags, Entities is a Python List of Entity objects, and Entity is a dict which contains all the key-value pairs for all tags associated to the Entity. The key is the Tag name and value is an arbitrary value, if no value is set, the tag is considered to be a simple tag.
The current direction of development is towards a C port to make binding to other languages easier, and the development of applications to use TagFu.
<<lessTags is a Python list of tags, Entities is a Python List of Entity objects, and Entity is a dict which contains all the key-value pairs for all tags associated to the Entity. The key is the Tag name and value is an arbitrary value, if no value is set, the tag is considered to be a simple tag.
The current direction of development is towards a C port to make binding to other languages easier, and the development of applications to use TagFu.
Download (0.008MB)
Added: 2006-11-19 License: BSD License Price:
1069 downloads
Lightfeather 0.5.5
Lightfeather is a 3D engine for Linux, Mac OS X and Windows. more>>
Lightfeather is a 3D engine for Linux, Mac OS X and Windows. Lightfeather project is designed to be easy to use but still take advantage of the features of modern graphics hardware.
The zlib/libpng license under which it is distributed allows you to use it for any purpose whatsoever including commercial projects without the need to redistribute your changes in any form or even mentioning that you use it (although that would be nice, of course).
To use Lightfeather you need to be proficient in c++ programming (a python binding is in the works at the moment so you might be able to use Lightfeather with python in the future). It is geared towards intermediate to professional programmers and not towards beginners.
Before you start working with Lightfeather you should AT LEAST read the Modelconverter and the Renderpasses information in the documentation submenu.
If you want to help with Lightfeathers development, there are lots of possibilities to do so. You could, for example, submit patches, contribute models for the test and example applications or write tutorials. If you want to work on the engine but dont know where to start look into the todo/request list. Help in any form is always very welcome.
Enhancements:
- It is now possible to render the same scene through different cameras into multiple windows.
- A filesystem handler interface has been added, which allows the use of a database or an FTP server like a normal filesystem.
- Resources can be grouped for easier handling.
- Users can integrate their own data into the engines lfm file format.
- Many more changes were made and lots of bugs were fixed.
<<lessThe zlib/libpng license under which it is distributed allows you to use it for any purpose whatsoever including commercial projects without the need to redistribute your changes in any form or even mentioning that you use it (although that would be nice, of course).
To use Lightfeather you need to be proficient in c++ programming (a python binding is in the works at the moment so you might be able to use Lightfeather with python in the future). It is geared towards intermediate to professional programmers and not towards beginners.
Before you start working with Lightfeather you should AT LEAST read the Modelconverter and the Renderpasses information in the documentation submenu.
If you want to help with Lightfeathers development, there are lots of possibilities to do so. You could, for example, submit patches, contribute models for the test and example applications or write tutorials. If you want to work on the engine but dont know where to start look into the todo/request list. Help in any form is always very welcome.
Enhancements:
- It is now possible to render the same scene through different cameras into multiple windows.
- A filesystem handler interface has been added, which allows the use of a database or an FTP server like a normal filesystem.
- Resources can be grouped for easier handling.
- Users can integrate their own data into the engines lfm file format.
- Many more changes were made and lots of bugs were fixed.
Download (24MB)
Added: 2007-08-12 License: zlib/libpng License Price:
805 downloads
ipfmeta 1.3
ipfmeta is used to simplify the maintenance of an IPfilter ruleset. more>>
ipfmeta is used to simplify the maintenance of an IPfilter ruleset. It does this through the use of objects. A matching object gets replaced by its values at runtime. ipfmeta is specifically geared towards IPfilter. It is line oriented: if an object has multiple values, the line with the object is duplicated and substituted for each value. It is also recursive: an object may have another object as a value.
ipfmeta is a program written in Perl.
<<lessipfmeta is a program written in Perl.
Download (0.004MB)
Added: 2006-07-06 License: BSD License Price:
1205 downloads
GNU TeXmacs 1.0.6.10
GNU TeXmacs is a free scientific text editor. more>>
GNU TeXmacs is a free scientific text editor, which was both inspired by TeX and GNU Emacs. The editor allows you to write structured documents via a wysiwyg (what-you-see-is-what-you-get) and user friendly interface.
New styles may be created by the user. GNU TeXmacs implements high-quality typesetting algorithms and TeX fonts, which help you to produce professionally looking documents.
The high typesetting quality still goes through for automatically generated formulas, which makes TeXmacs suitable as an interface for computer algebra systems. TeXmacs also supports the Guile/Scheme extension language, so that you may customize the interface and write your own extensions to the editor.
Converters exist for TeX/LaTeX and they are under development for Html/MathML/Xml. In the future, TeXmacs is planned to evolve towards a complete scientific office suite, with spreadsheet capacities, a technical drawing editor and a presentation mode.
Enhancements:
- The user interface for the graphical mode has been simplified and the Maxima interface has been updated.
- Further progress was made for the upcoming new GUI.
<<lessNew styles may be created by the user. GNU TeXmacs implements high-quality typesetting algorithms and TeX fonts, which help you to produce professionally looking documents.
The high typesetting quality still goes through for automatically generated formulas, which makes TeXmacs suitable as an interface for computer algebra systems. TeXmacs also supports the Guile/Scheme extension language, so that you may customize the interface and write your own extensions to the editor.
Converters exist for TeX/LaTeX and they are under development for Html/MathML/Xml. In the future, TeXmacs is planned to evolve towards a complete scientific office suite, with spreadsheet capacities, a technical drawing editor and a presentation mode.
Enhancements:
- The user interface for the graphical mode has been simplified and the Maxima interface has been updated.
- Further progress was made for the upcoming new GUI.
Download (5.0MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
894 downloads
Mantissa 7.0
Mantissa is a collection of various mathematical tools aimed towards for simulation. more>>
Mantissa is a collection of various mathematical tools aimed towards for simulation.
Mantissa contains a collection of algorithms, among which:
a small set of linear algebra classes
a least squares estimator
some curve fitting classes
several ordinary differentials equations integrators, either with fixed steps or adaptive stepsize control (see below)
vectors and rotations in a three dimensional space
algebra-related classes like rational and double polynomials
various orthogonal polynomials:
Chebyshev
Hermite
Laguerre
Legendre
some random numbers and vectors generation classes:
Robert M. Ziff four tap shift register (contributed by Bill Maier)
Makoto Matsumoto and Takuji Nishimura Mersenne twister
generators for vectors with correlated components
some basic (min, max, mean, standard deviation) statistical analysis classes
some optimization algorithms using direct search methods:
the Nelder-Mead simplex method
Virginia Torczons multi-directional method
Enhancements:
- For many basic objects provided by Mantissa like Vector3D, Rotation, and the various Polynomial classes, instances are now guaranteed to be immutable.
- This greatly simplifies safe sharing of instances without forcing users to either put severe restrictions on their use of Mantissa classes or make numerous copies just to make sure everything is safe.
- Since the change is a semantic change on the contract of the classes, this version introduces some incompatibilities with respect to previous ones.
- Upgrading to this version is not difficult, though.
<<lessMantissa contains a collection of algorithms, among which:
a small set of linear algebra classes
a least squares estimator
some curve fitting classes
several ordinary differentials equations integrators, either with fixed steps or adaptive stepsize control (see below)
vectors and rotations in a three dimensional space
algebra-related classes like rational and double polynomials
various orthogonal polynomials:
Chebyshev
Hermite
Laguerre
Legendre
some random numbers and vectors generation classes:
Robert M. Ziff four tap shift register (contributed by Bill Maier)
Makoto Matsumoto and Takuji Nishimura Mersenne twister
generators for vectors with correlated components
some basic (min, max, mean, standard deviation) statistical analysis classes
some optimization algorithms using direct search methods:
the Nelder-Mead simplex method
Virginia Torczons multi-directional method
Enhancements:
- For many basic objects provided by Mantissa like Vector3D, Rotation, and the various Polynomial classes, instances are now guaranteed to be immutable.
- This greatly simplifies safe sharing of instances without forcing users to either put severe restrictions on their use of Mantissa classes or make numerous copies just to make sure everything is safe.
- Since the change is a semantic change on the contract of the classes, this version introduces some incompatibilities with respect to previous ones.
- Upgrading to this version is not difficult, though.
Download (0.19MB)
Added: 2006-12-15 License: BSD License Price:
1044 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 towards 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