produce
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 898
durep 0.9
durep creates disk usage reports with bar graphs, allowing one to easily deduce which directories are using the most space. more>>
durep creates disk usage reports with bar graphs, allowing one to easily deduce which directories are using the most space.
Although durep can produce text output similar to do, its real power lies in the ability to store reports in a file, which can then be viewed as a web page with the supplied cgi script.
<<lessAlthough durep can produce text output similar to do, its real power lies in the ability to store reports in a file, which can then be viewed as a web page with the supplied cgi script.
Download (0.013MB)
Added: 2005-09-27 License: Artistic License Price:
1487 downloads
OpenEuclide 0.5
OpenEuclide is an opensource multi-platform 2D geometry software. more>>
OpenEuclide is a geometry software that can produce geometrical figures by adding preformed objects one at a time.
OpenEuclide is an opensource multi-platform 2D geometry software. Figures are defined dynamically by describing formal geometrical constraints. This project is a basic tool for educational or modeling purpose that aims to be extended as far as possible in response to user needs. May it involve users talents in C++ programming.
Supported languages are : English and French.
The goal is now to make a robust, easy to use, totally multiplatform software (no runtime environment needed), featured for education until high school (excluded).
<<lessOpenEuclide is an opensource multi-platform 2D geometry software. Figures are defined dynamically by describing formal geometrical constraints. This project is a basic tool for educational or modeling purpose that aims to be extended as far as possible in response to user needs. May it involve users talents in C++ programming.
Supported languages are : English and French.
The goal is now to make a robust, easy to use, totally multiplatform software (no runtime environment needed), featured for education until high school (excluded).
Download (0.19MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1092 downloads
dpkg-du 0.1
dpkg-du is a quick little script to produce a dump of the installed size of Debian packages in du format. more>>
dpkg-du is a quick little script to produce a dump of the installed size of Debian packages in du format. For example, dpkg-du|sort -n|tail -10 will show the 10 biggest packages on your system.
Usage:
Theres no flags. Just dump it in /usr/local/bin or such a place, and run dpkg-du. Enjoy. It should work on any Debian box with awk installed, or any Debian derivative, such as Ubuntu.
<<lessUsage:
Theres no flags. Just dump it in /usr/local/bin or such a place, and run dpkg-du. Enjoy. It should work on any Debian box with awk installed, or any Debian derivative, such as Ubuntu.
Download (0.002MB)
Added: 2007-04-23 License: BSD License Price:
922 downloads
RISE Project 0.1.0
RISE Projects goal is to produce software to efficiently manage and publish academic catalog information including programs. more>>
RISE Projects goal is to produce software to efficiently manage and publish academic catalog information including programs, courses, and schedules.
RISE means Resources and Information for Success in Education.
<<lessRISE means Resources and Information for Success in Education.
Download (0.065MB)
Added: 2006-08-17 License: BSD License Price:
1163 downloads
PDF::Reuse 0.33
PDF::Reuse is a Perl module that can reuse and mass produce PDF documents. more>>
PDF::Reuse is a Perl module that can reuse and mass produce PDF documents.
SYNOPSIS
use PDF::Reuse;
prFile(myFile.pdf);
prText(100, 500, Hello World !);
prEnd();
This module could be used when you want to mass produce similar (but not identical) PDF documents and reuse templates, JavaScripts and some other components. It is functional to be fast, and to give your programs capacity to produce many pages per second and very big PDF documents if necessary.
The module produces PDF-1.4 files. Some features of PDF-1.5, like "object streams" and "cross reference streams", are supported, but only at an experimental level. More testing is needed. (If you get problems with a new document from Acrobat 6 or 7, try to save it or recreate it as a PDF-1.4 document first, before using it together with this module.)
Templates
Use your favorite program, probably a commercial visual tool, to produce single PDF-files to be used as templates, and then use this module to mass produce files from them.
(If you want small PDF-files or want special graphics, you can use this module also, but visual tools are often most practical.)
Lists
The module uses "XObjects" extensively. This is a format that makes it possible create big lists, which are compact at the same time.
PDF-operators
The module gives you a good possibility to program at a "low level" with the basic graphic operators of PDF, if that is what you want to do. You can build your own libraries of low level routines, with PDF-directives "controlled" by Perl.
Archive-format
If you want, you get your new documents logged in a format suitable for archiving or transfer.
PDF::Reuse::Tutorial might show you best what you can do with this module.
JavaScript
You can attach JavaScripts to your PDF-files.
You can have libraries of JavaScripts. No cutting or pasting, and those who include the scripts in documents only need to know how to initiate them. (Of course those who write the scripts have to know Acrobat JavaScript well.)
<<lessSYNOPSIS
use PDF::Reuse;
prFile(myFile.pdf);
prText(100, 500, Hello World !);
prEnd();
This module could be used when you want to mass produce similar (but not identical) PDF documents and reuse templates, JavaScripts and some other components. It is functional to be fast, and to give your programs capacity to produce many pages per second and very big PDF documents if necessary.
The module produces PDF-1.4 files. Some features of PDF-1.5, like "object streams" and "cross reference streams", are supported, but only at an experimental level. More testing is needed. (If you get problems with a new document from Acrobat 6 or 7, try to save it or recreate it as a PDF-1.4 document first, before using it together with this module.)
Templates
Use your favorite program, probably a commercial visual tool, to produce single PDF-files to be used as templates, and then use this module to mass produce files from them.
(If you want small PDF-files or want special graphics, you can use this module also, but visual tools are often most practical.)
Lists
The module uses "XObjects" extensively. This is a format that makes it possible create big lists, which are compact at the same time.
PDF-operators
The module gives you a good possibility to program at a "low level" with the basic graphic operators of PDF, if that is what you want to do. You can build your own libraries of low level routines, with PDF-directives "controlled" by Perl.
Archive-format
If you want, you get your new documents logged in a format suitable for archiving or transfer.
PDF::Reuse::Tutorial might show you best what you can do with this module.
JavaScript
You can attach JavaScripts to your PDF-files.
You can have libraries of JavaScripts. No cutting or pasting, and those who include the scripts in documents only need to know how to initiate them. (Of course those who write the scripts have to know Acrobat JavaScript well.)
Download (0.059MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1219 downloads
Code::Perl 0.03
Code::Perl is a Perl module to produce Perl code from a tree. more>>
Code::Perl is a Perl module to produce Perl code from a tree.
SYNOPSIS
use Code::Perl::Expr qw( :easy );
my $c = derefh(scal(hash), calls(getkey));
print $c->perl; # ($hash)->{getkey()}
Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building, the tree can output the Perl code. This is useful if you have built your own mini-language and you want to generate Perl from it. Rather than generating the Perl at parse time and having to worry about quoting, escaping, parenthese etc, you can just build a tree using Code::Perl and then dump out the correct Perl at the end.
<<lessSYNOPSIS
use Code::Perl::Expr qw( :easy );
my $c = derefh(scal(hash), calls(getkey));
print $c->perl; # ($hash)->{getkey()}
Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building, the tree can output the Perl code. This is useful if you have built your own mini-language and you want to generate Perl from it. Rather than generating the Perl at parse time and having to worry about quoting, escaping, parenthese etc, you can just build a tree using Code::Perl and then dump out the correct Perl at the end.
Download (0.017MB)
Added: 2006-10-05 License: Perl Artistic License Price:
1127 downloads
xdiskusage 1.48
xdiskusage is a graphical display of disk usage. more>>
xdiskusage is a user-friendly program to show you what is using up all your disk space.
It is based on the design of xdu written by Phillip C. Dykstra.
Changes have been made so it runs "du" for you, and can display the free space left on the disk, and produce a PostScript version of the display.
The arrow keys may be used to move the selected directory (shown with a red box) around. There is a pop-up menu (use the right mouse button) with other options for changing the display, you can hide nodes, make that node the "root", change the sort order, etc.
<<lessIt is based on the design of xdu written by Phillip C. Dykstra.
Changes have been made so it runs "du" for you, and can display the free space left on the disk, and produce a PostScript version of the display.
The arrow keys may be used to move the selected directory (shown with a red box) around. There is a pop-up menu (use the right mouse button) with other options for changing the display, you can hide nodes, make that node the "root", change the sort order, etc.
Download (0.004MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1666 downloads
Potbot 2
Potbot is an IRC bot written in Perl. more>>
Potbot is an IRC bot written in Perl. It it intended for aditional code to be added to produce a custom bot to do a certain job. Its code is modular to allow for easy additions. The bot is fully functional as it is, without any code additions.
This bot is certainly not finished. Its very buggy and nasty and the documentation is certainly incomplete. But. i felt like i should put a package up on sourceforge.. so here goes. This is potbot version 2-beta.
All configuration is done by editing potbot.pl in the same directory as this README. To run the bot, simple type ./potbot at bash.
<<lessThis bot is certainly not finished. Its very buggy and nasty and the documentation is certainly incomplete. But. i felt like i should put a package up on sourceforge.. so here goes. This is potbot version 2-beta.
All configuration is done by editing potbot.pl in the same directory as this README. To run the bot, simple type ./potbot at bash.
Download (0.008MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1225 downloads
Disc-Cover 1.5.5
Disc-cover provides an easy way to produce covers for audio CDs. more>>
Disc-cover provides an easy way to produce covers for audio CDs. Disc-Cover scans audio CDs and uses information from the CDDB or CDINDEX database to build a back and front cover for the CD. Output is in Latex, Dvi, PDF, Postscript, HTML, plain ASCII, or any other format suited for cdlabelgen.
Main features:
- uses Latex to produce high quality output,
- outputs in Latex, Dvi, Postscript, Pdf, Cddb entry, HTML, ASCII and a format to use with the application cdlabelgen,
- supports caching of cddb entries in a directory that can be shared with other freedb-aware programs,
- connects with a freedb server to get the disc title, artist and list of track titles and extended information where available,
- optionally let Disc-Cover search on allmusic.com for a small version of the corresponding front cover of the cd, which it will put on your front cover,
- optionally put a picture on the front cover, supports almost any image format,
- assign different colours to different items such as artist name and track numbers,
- supports covers for double albums,
- output for jewel cases and various slim cases.
<<lessMain features:
- uses Latex to produce high quality output,
- outputs in Latex, Dvi, Postscript, Pdf, Cddb entry, HTML, ASCII and a format to use with the application cdlabelgen,
- supports caching of cddb entries in a directory that can be shared with other freedb-aware programs,
- connects with a freedb server to get the disc title, artist and list of track titles and extended information where available,
- optionally let Disc-Cover search on allmusic.com for a small version of the corresponding front cover of the cd, which it will put on your front cover,
- optionally put a picture on the front cover, supports almost any image format,
- assign different colours to different items such as artist name and track numbers,
- supports covers for double albums,
- output for jewel cases and various slim cases.
Download (0.051MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
714 downloads
Compute Portal Project 0.8.11
Compute Portal Project is a portal project to produce a web based front end to a compute resource. more>>
Compute Portal Project is a portal project to produce a web based front end to a compute resource, such as a cluster, using PHP, mysql, and apache.
The intent is to allow non-programmers to use complex programs through an intuitive interface.
Enhancements:
- This is the third attempt to create a working release with an install script.
- The last two releases were plagued with copy and paste errors.
- This release is strictly a bugfix release that has been tested in a production environment.
- There may still be residual problems from the 0.8.8 to 0.8.9 transition that included the first install script and moved several directory locations.
- Please give this release a try.
<<lessThe intent is to allow non-programmers to use complex programs through an intuitive interface.
Enhancements:
- This is the third attempt to create a working release with an install script.
- The last two releases were plagued with copy and paste errors.
- This release is strictly a bugfix release that has been tested in a production environment.
- There may still be residual problems from the 0.8.8 to 0.8.9 transition that included the first install script and moved several directory locations.
- Please give this release a try.
Download (0.10MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
870 downloads
Gimp User Manual 0.12
GIMP User Manual project is a user manual for the GIMP. more>>
GIMP User Manual project is a user manual for the GIMP. It is written for the GIMP Help Browser, but can produce help pages for other formats as well.
Enhancements:
- New content (incl. spelling and grammar fixes) for German, French, Italian, Norwegian, Russian, Spanish and Korean
- The PDF version of the manual is now generated using dblatex
- Lots of bug fixes
<<lessEnhancements:
- New content (incl. spelling and grammar fixes) for German, French, Italian, Norwegian, Russian, Spanish and Korean
- The PDF version of the manual is now generated using dblatex
- Lots of bug fixes
Download (40MB)
Added: 2007-03-08 License: (FDL) GNU Free Documentation License Price:
975 downloads
Stripes Barcode Generator 0.2.1
Stripes Barcode Generator is a set of tools to produce barcodes. more>>
Stripes Barcode Generator is a set of tools to produce barcodes, using a graphical tool, a command line, and a library (that can be used to integrate the engine with your application).
Enhancements:
- This first public release includes a basic set of tools to produce and integrate barcodes into other applications.
- It includes a library, a command line tool, and a graphical tool.
- At this moment, it is only supported one codebar format: CODE39.
<<lessEnhancements:
- This first public release includes a basic set of tools to produce and integrate barcodes into other applications.
- It includes a library, a command line tool, and a graphical tool.
- At this moment, it is only supported one codebar format: CODE39.
Download (0.41MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1084 downloads
Asymptopia Flashcard System 2.0
Asymptopia Flashcard System project is a LaTeX flash card system for student and professional education. more>>
Asymptopia Flashcard System project is a LaTeX flash card system for student and professional education.
Asymptopia Flashcard System uses Motif and LaTeX to produce, manage, and use attractively formatted flashcards.
You load some or all of your "collections" and set the timer for pop-up frequency.
The GUI interface and "Collection Manager" make creating and modifying flashcards as simple as pushing a single button.
A knowledge of LaTeX is only required when entering special symbols.
<<lessAsymptopia Flashcard System uses Motif and LaTeX to produce, manage, and use attractively formatted flashcards.
You load some or all of your "collections" and set the timer for pop-up frequency.
The GUI interface and "Collection Manager" make creating and modifying flashcards as simple as pushing a single button.
A knowledge of LaTeX is only required when entering special symbols.
Download (1.2MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1119 downloads
Demoniac 0.3
Demoniac is a tool for exploring and animating graphics effects. more>>
Demoniac is a tool for exploring and animating graphics effects. Hopefully, it will help to produce demos. Demoniac is based on effects. An effect is a piece of software that computes an image, given some options. Demoniac allows you to create one or more instance. An instance is just a specific effect with values for its options.
An option (or a parameter) is some value that influence an effect. It can change during time. The way of producing animation in Demoniac is keyframing. Keyframing consists in making one or more value/time pairs and interpolating the value between the keys.
Enhancements:
- Fixed error handling if Gtk or GtkGLArea not found during configure
<<lessAn option (or a parameter) is some value that influence an effect. It can change during time. The way of producing animation in Demoniac is keyframing. Keyframing consists in making one or more value/time pairs and interpolating the value between the keys.
Enhancements:
- Fixed error handling if Gtk or GtkGLArea not found during configure
Download (0.13MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
paptcha 0.0.1
paptcha is a PHP function that produces random numbers and results for a CAPTCHA program. more>>
paptcha is a PHP function that produces random numbers and results for a CAPTCHA program.
paptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not
<<lesspaptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not
Download (MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 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 produce 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