pages
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2706
man-pages 2.63
The manpages package contains a large collection of man pages for Linux covering programming APIs, file formats, protocols, etc. more>>
Linux documentation can be found in man pages, info files, HOWTOs and FAQs, and elsewhere. (For example, also the kernel Documentation directory contains a lot of good stuff.) A nice index for the man pages in Fedora Core 2 is found at the superman site.
Man pages belonging to programs are usually distributed together with those programs. Therefore, the Linux man-pages distribution mainly contains the pages for system calls and library routines, special devices, and file formats.
However, it also contains documentation for a number of programs, in cases where the authors or maintainers of the program do not distribute man pages themselves.
<<lessMan pages belonging to programs are usually distributed together with those programs. Therefore, the Linux man-pages distribution mainly contains the pages for system calls and library routines, special devices, and file formats.
However, it also contains documentation for a number of programs, in cases where the authors or maintainers of the program do not distribute man pages themselves.
Download (2.4MB)
Added: 2007-07-23 License: Free To Use But Restricted Price:
824 downloads
man-pages-ja 20070515
man-pages-ja is a comprehensive collection of Japanese man pages for Linux. more>>
man-pages-ja is a comprehensive collection of Japanese man pages for Linux.
The project contains Japanese version of LDP man-pages, man pages for GNU tools, and ones for various opensource applications.
Enhancements:
- Three pages were updated.
<<lessThe project contains Japanese version of LDP man-pages, man pages for GNU tools, and ones for various opensource applications.
Enhancements:
- Three pages were updated.
Download (3.3MB)
Added: 2007-05-20 License: Free To Use But Restricted Price:
887 downloads
C++ Server Pages 1.0.2
C++ Server Pages is a partial Java server pages and servlet implementation in C++. more>>
C++ Server Pages is a partial Java server pages and servlet implementation in C++. C++ Server Pages is written as Apache 2.0 modules, with the focus on performance.
<<less Download (1.5MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1508 downloads
Pascal Server Pages 1.6.0.2
Pascal Server Pages is a way to write robust and secure Web sites and Web applications in Pascal. more>>
Free Pascal Web Unit allows you to write binary CGI programs in easy and comfortable way.
If you need binary server pages and you know Pascal, PSP (Pascal Server Pages) will help you. Let the Pascal be multiplatform web programming language with PSP and Free Pascal Compiler!
Simple Data Storage (SDS) includes several functions to work with electronic tables. It will help you if you cant use database server but if you have to store data somewhere. SDS - a bit more comfortable way to store your data than plain text!
Main features:
- Recieve POST, GET variables and Cookies.
- Filter incoming data.
- Use HTML templates.
- Set and Delete Cookies.
- Use Sessions to hold private user data.
- Get dates in string format.
- Use configuration files.
- Protect data with encrypting functions.
- Send e-mail Messages.
- Store data in electronic tables.
- Upload files to server.
Enhancements:
- Minor bugfixes and feature enhancements.
<<lessIf you need binary server pages and you know Pascal, PSP (Pascal Server Pages) will help you. Let the Pascal be multiplatform web programming language with PSP and Free Pascal Compiler!
Simple Data Storage (SDS) includes several functions to work with electronic tables. It will help you if you cant use database server but if you have to store data somewhere. SDS - a bit more comfortable way to store your data than plain text!
Main features:
- Recieve POST, GET variables and Cookies.
- Filter incoming data.
- Use HTML templates.
- Set and Delete Cookies.
- Use Sessions to hold private user data.
- Get dates in string format.
- Use configuration files.
- Protect data with encrypting functions.
- Send e-mail Messages.
- Store data in electronic tables.
- Upload files to server.
Enhancements:
- Minor bugfixes and feature enhancements.
Download (0.42MB)
Added: 2007-04-27 License: Artistic License Price:
557 downloads
Spyce - Python Server Pages 2.1.3
Spyce - Python Server Pages is a Python-based dynamic HTML server engine. more>>
SPYCE is a server-side language that supports simple and efficient Python-based dynamic HTML generation, otherwise called Python Server Pages (PSP).
Those who are familiar with JSP, PHP, or ASP and like Python, should have a look at Spyce. Its modular design makes it very flexible and extensible. Spyce - Python Server Pages can also be used as a command-line utility for static text pre-processing or as a web-server proxy.
The supported adapters are:
* Fast CGI:The default Spyce integration with Apache is acheived via FastCGI, a CGI-like interface that is relatively fast, because it does not incur the large process startup overhead on each request.
* mod_python: If you really must have the fastest Spyce implementation (see the performance numbers), it is currently through an Apache module called mod_python. Spyce has been tested with mod_python version 2.7.6 (and version 3.0.3 with apache 2.0.37). You can try to find some mod_python rpms here, but in general one must compile mod_python from sources. The reason for this is because mod_python links with the Python library it finds on your system at compile time. Thus, even if you have the correct Python version installed on your system, mod_python will be using the Python library version on the system where it was compiled. Also, note that mod_python (or rather Apache) needs a Python that has been compiled without threading, so you may need to recompile Python as well for this reason. The process is not very difficult (just the usual: ./configure; make; make install dance), but hopefully someone will suggest a better route in time. In any case, make sure you can first get mod_python running on your system, if that is that is your chosen Apache integration route.
* Web server: Another fast alternative is to serve Spyce files via a proxy. This involves running Spyce in web-server mode, and configuring the main web server to forward the appropriate requests. The built-in Spyce web server can also be used to serve requests directly, but this is highly discouraged for production environments.
* CGI: Failing these alternatives you can always process requests via regular CGI, but this alternative is the slowest option and is intended primarily for those who do not have much control over their web environments.
* Command line: Lastly, one can use Spyce as a command-line tool for pre-processing Spyce pages and creating static HTML files.
<<lessThose who are familiar with JSP, PHP, or ASP and like Python, should have a look at Spyce. Its modular design makes it very flexible and extensible. Spyce - Python Server Pages can also be used as a command-line utility for static text pre-processing or as a web-server proxy.
The supported adapters are:
* Fast CGI:The default Spyce integration with Apache is acheived via FastCGI, a CGI-like interface that is relatively fast, because it does not incur the large process startup overhead on each request.
* mod_python: If you really must have the fastest Spyce implementation (see the performance numbers), it is currently through an Apache module called mod_python. Spyce has been tested with mod_python version 2.7.6 (and version 3.0.3 with apache 2.0.37). You can try to find some mod_python rpms here, but in general one must compile mod_python from sources. The reason for this is because mod_python links with the Python library it finds on your system at compile time. Thus, even if you have the correct Python version installed on your system, mod_python will be using the Python library version on the system where it was compiled. Also, note that mod_python (or rather Apache) needs a Python that has been compiled without threading, so you may need to recompile Python as well for this reason. The process is not very difficult (just the usual: ./configure; make; make install dance), but hopefully someone will suggest a better route in time. In any case, make sure you can first get mod_python running on your system, if that is that is your chosen Apache integration route.
* Web server: Another fast alternative is to serve Spyce files via a proxy. This involves running Spyce in web-server mode, and configuring the main web server to forward the appropriate requests. The built-in Spyce web server can also be used to serve requests directly, but this is highly discouraged for production environments.
* CGI: Failing these alternatives you can always process requests via regular CGI, but this alternative is the slowest option and is intended primarily for those who do not have much control over their web environments.
* Command line: Lastly, one can use Spyce as a command-line tool for pre-processing Spyce pages and creating static HTML files.
Download (0.44MB)
Added: 2006-11-18 License: GPL (GNU General Public License) Price:
1073 downloads
PHP Printer Friendly Pages Generator Class 1.2
PHP Printer Friendly Pages Generator Class is a PHP class that helps you create printer friendly versions of your page very easy more>>
PHP Printer Friendly Pages Generator Class is a PHP class that helps you create printer friendly versions of your page very easy.
All you need to do is to insert some custom tags in your pages, tags that will tell the script what needs to be printed from that specific page. An unlimited number of areas can be set for printing allowing you a flexible way of setting up the content to be printed
The output is template driven, meaning that you can customize the printer friendly versions of your pages by adding custom headers, footers, copyright information or whatever extra info that you find appropriate
The script can be instructed to transform links to a readable format (< a href="www.somesite.com" >click here< /a > will become click here [www.somesite.com]) or to remove img tags (< img src="pic.jpg" alt="picture" / > will become [image: picture] or just [image] if no alt attribute is specified)
The code is heavily documented so you can easily understand every aspect of it
See the manual for more info.
This script was inspired by PHPrint which can be found at http://www.tufts.edu/webcentral/phprint.
Enhancements:
- Extra content was not appearing in the correct position but at the end of the content.
<<lessAll you need to do is to insert some custom tags in your pages, tags that will tell the script what needs to be printed from that specific page. An unlimited number of areas can be set for printing allowing you a flexible way of setting up the content to be printed
The output is template driven, meaning that you can customize the printer friendly versions of your pages by adding custom headers, footers, copyright information or whatever extra info that you find appropriate
The script can be instructed to transform links to a readable format (< a href="www.somesite.com" >click here< /a > will become click here [www.somesite.com]) or to remove img tags (< img src="pic.jpg" alt="picture" / > will become [image: picture] or just [image] if no alt attribute is specified)
The code is heavily documented so you can easily understand every aspect of it
See the manual for more info.
This script was inspired by PHPrint which can be found at http://www.tufts.edu/webcentral/phprint.
Enhancements:
- Extra content was not appearing in the correct position but at the end of the content.
Download (0.99MB)
Added: 2007-02-19 License: Free for non-commercial use Price:
988 downloads
g-page 2.03
g-page is a client/server application designed to send text messages to pagers or SMS enabled PCS phones. more>>
g-page is a client/server application for Unix designed to send text messages to alphanumeric pagers or PCS phones with short messaging, SMS, capabilities.
It supports the SNPP, WCTP, and SMTP (email) protocols, and works on a stand-alone workstation or across a network.
<<lessIt supports the SNPP, WCTP, and SMTP (email) protocols, and works on a stand-alone workstation or across a network.
Download (0.20MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1146 downloads
Data::Page 2.00
Data::Page is a Perl module that helps when paging through sets of results. more>>
Data::Page is a Perl module that helps when paging through sets of results.
SYNOPSIS
use Data::Page;
my $page = Data::Page->new();
$page->total_entries($total_entries);
$page->entries_per_page($entries_per_page);
$page->current_page($current_page);
print " First page: ", $page->first_page, "n";
print " Last page: ", $page->last_page, "n";
print "First entry on page: ", $page->first, "n";
print " Last entry on page: ", $page->last, "n";
When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module.
The main concept is that you pass in the number of total entries, the number of entries per page, and the current page number. You can then call methods to find out how many pages of information there are, and what number the first and last entries on the current page really are.
For example, say we wished to page through the integers from 1 to 100 with 20 entries per page. The first page would consist of 1-20, the second page from 21-40, the third page from 41-60, the fourth page from 61-80 and the fifth page from 81-100. This module would help you work this out.
<<lessSYNOPSIS
use Data::Page;
my $page = Data::Page->new();
$page->total_entries($total_entries);
$page->entries_per_page($entries_per_page);
$page->current_page($current_page);
print " First page: ", $page->first_page, "n";
print " Last page: ", $page->last_page, "n";
print "First entry on page: ", $page->first, "n";
print " Last entry on page: ", $page->last, "n";
When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module.
The main concept is that you pass in the number of total entries, the number of entries per page, and the current page number. You can then call methods to find out how many pages of information there are, and what number the first and last entries on the current page really are.
For example, say we wished to page through the integers from 1 to 100 with 20 entries per page. The first page would consist of 1-20, the second page from 21-40, the third page from 41-60, the fourth page from 61-80 and the fifth page from 81-100. This module would help you work this out.
Download (0.006MB)
Added: 2006-10-31 License: Perl Artistic License Price:
1088 downloads
digest 0.9
digest provides a tool to generate HTML index pages and image previews. more>>
digest provides a tool to generate HTML index pages and image previews.
Digest generates HTML index pages and image previews for collections of images. It is fast and simple, and it creates HTML that is compact, quick-rendering, and does not rely on JavaScript or CSS.
<<lessDigest generates HTML index pages and image previews for collections of images. It is fast and simple, and it creates HTML that is compact, quick-rendering, and does not rely on JavaScript or CSS.
Download (0.005MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
984 downloads
PdfRipImage 0.2
PdfRipImage is a utility to extract images from PDF documents. more>>
PdfRipImage is a utility to extract images from PDF documents and convert them to a format of your choice. You can choose to extract whole pages or just the images contained in them.
The program is available as a GNOME graphical version.
<<lessThe program is available as a GNOME graphical version.
Download (0.40MB)
Added: 2006-08-31 License: GPL (GNU General Public License) Price:
1150 downloads
PdfRipImage_script 0.3
PdfRipImage is a utility to extract images from PDF documents. more>>
PdfRipImage is a utility to extract images from PDF documents and convert them to a format of your choice. You can choose to extract whole pages or just the images contained in them.
The program is available as a command line shell script.
<<lessThe program is available as a command line shell script.
Download (0.008MB)
Added: 2006-08-31 License: GPL (GNU General Public License) Price:
1150 downloads
Page Title Eraser 0.6.3
Page Title Eraser is a Firefox extension which provides more privacy by hiding the title and icon of a selected tab. more>>
Page Title Eraser is a Firefox extension which provides more privacy at your workplace by hiding the title and icon of a selected tab.
I always open several tabs in a Firefox window, but I would not like other people see some of tabs labels. So I wrote the PTE extension which helps me to have such feature. I hope that it can be useful for office people.
The Page Title Eraser adds menu item to the page context menu and "Tools" menu items. "Right-click" menu includes a "Hide title" menu item now. Using this item you can hide/show tab and window titles and tab icon. Each tab has its independent instance of this item.
Since version 0.3.0 you can hide or show all tabs labels using "Hide all titles" menu item. Using the "Options" window you can tell PTE to hide/show the icons of tabs as well as the titles of tabs (see screenshots).
Toolbar button and hot key combination (Ctrl + Shift + H) are also available.
Translations included: Arabic, Arabic (Saudi Arabia), Chinese (Traditional), Croatian, Dutch (NL), English, French, Italian, Persian, Polish, Portuguese (Brazilian), Russian, Slovak, Spanish (Spain).
<<lessI always open several tabs in a Firefox window, but I would not like other people see some of tabs labels. So I wrote the PTE extension which helps me to have such feature. I hope that it can be useful for office people.
The Page Title Eraser adds menu item to the page context menu and "Tools" menu items. "Right-click" menu includes a "Hide title" menu item now. Using this item you can hide/show tab and window titles and tab icon. Each tab has its independent instance of this item.
Since version 0.3.0 you can hide or show all tabs labels using "Hide all titles" menu item. Using the "Options" window you can tell PTE to hide/show the icons of tabs as well as the titles of tabs (see screenshots).
Toolbar button and hot key combination (Ctrl + Shift + H) are also available.
Translations included: Arabic, Arabic (Saudi Arabia), Chinese (Traditional), Croatian, Dutch (NL), English, French, Italian, Persian, Polish, Portuguese (Brazilian), Russian, Slovak, Spanish (Spain).
Download (0.017MB)
Added: 2007-07-23 License: MPL (Mozilla Public License) Price:
836 downloads
Free Link Page 1.2
Free Link Page is a project that allows visitors to add links to your page in a specified category. more>>
Free Link Page is a project that allows visitors to add links to your page in a specified category.
This script allows visitors to add links to your page in a specified category. It is quite easy to install.
The administration module supports deleting of existing links.
Installation:
1.Open links.pl with a text editor.
Change the url in line one, to the Perl program at your server.
Usually it is: - /usr/bin/perl or /usr/local/bin/perl for Unix.
- C:/Perl/Perl.exe for Windows (use slash "/")
Set the correct paths and required urls.
2.Upload links.pl in ASCII-mode to your cgi-bin directory
and change mode it to 755 (-rwxr-xr-x).
3.Open addlink.html with a text editor.
Change the line
to the correct location of links.pl
Thats all.
<<lessThis script allows visitors to add links to your page in a specified category. It is quite easy to install.
The administration module supports deleting of existing links.
Installation:
1.Open links.pl with a text editor.
Change the url in line one, to the Perl program at your server.
Usually it is: - /usr/bin/perl or /usr/local/bin/perl for Unix.
- C:/Perl/Perl.exe for Windows (use slash "/")
Set the correct paths and required urls.
2.Upload links.pl in ASCII-mode to your cgi-bin directory
and change mode it to 755 (-rwxr-xr-x).
3.Open addlink.html with a text editor.
Change the line
to the correct location of links.pl
Thats all.
Download (0.042MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
915 downloads
CGIFeed
CGIFeed is a CGI based feed reader. more>>
CGIFeed is a CGI program that reads news feeds (via XML/RDF/RSS) and prepares HTML pages for them.
You can enter new feeds through the Web page, and edit the name and update interval for each feed.
<<lessYou can enter new feeds through the Web page, and edit the name and update interval for each feed.
Download (0.009MB)
Added: 2005-04-26 License: Free To Use But Restricted Price:
1641 downloads
AT Media Page 0.1.14
AT Media Page provides a simple and easy to use Plone Page which can contain ATImages. more>>
AT Media Page provides a simple and easy to use Plone Page which can contain ATImages.
<<less Download (0.019MB)
Added: 2007-05-27 License: GPL (GNU General Public License) Price:
881 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 pages 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