Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.405.679 Times

Amp Reader An Maker freeware
Filter: All | Freeware | Demo
 

Amp Reader An Maker

< 1 2 3 4 5 > 
Released: October 12, 2011  |  Added: October 25, 2011 | Visits: 2.995

Abdio PDF Reader Abdio PDF Reader is a professional reader for PDF documents. You can zoom in/out or rotate page display, copy text information to other applications, search text in PDF documents, or print PDF documents.



Platforms: Windows

License: Freeware Size: 4.24 MB Download (359): Abdio PDF Reader Download

Released: November 29, 2013  |  Added: February 08, 2014 | Visits: 3.003

RiverGate Rss Reader RSS feeds can be extremely useful as they deliver automatically updated information directly to your desktop. This allows you to stay well informed about any subject, topic, issue that interests you - whether news, job listings, personals, and classifieds, you'll always know what's going on....





Platforms: Windows, Windows 7

License: Freeware Size: 1.26 MB Download (157): RiverGate Rss Reader Download

Added: January 18, 2010 | Visits: 1.301

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: October 04, 2010 | Visits: 1.779

Stream::Reader Stream::Reader is a stream reader Perl class. SYNOPSIS # Input stream can be reference to TYPEGLOB or SCALAR, output stream # can be the same types or undefined # Constructor $stream = Stream::Reader->new( *IN, { Limit => $limit, BuffSize => $buffsize, Mode => UB } ); # Reading all...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Stream::Reader Download

Added: September 10, 2010 | Visits: 1.581

dotBook reader dotBook reader is a reader for HTML books in .jar and .zip files. The dotBook application will be a book reader that can download, display and cache books in a special JAR file format. The format will allow digital signatures with PGP and allow books to have chapters and paragraphs that can...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (197): dotBook reader Download

Added: August 25, 2010 | Visits: 1.317

Regression mAKEr Regression mAKEr project is a simple modular application for data investigation. This is an application to help user (mathematician) to make regression between series of data, draw grpahics, and export them into various formats by means of common graphics packages (i.e., gnuplot, plotutils). It...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (138): Regression mAKEr Download

Added: March 16, 2010 | Visits: 2.040

Wiki::Toolkit::Plugin::RSS::Reader Wiki::Toolkit::Plugin::RSS::Reader is a Perl module to retrieve RSS feeds for inclusion in Wiki::Toolkit nodes. Use this Wiki::Toolkit plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use Wiki::Toolkit::Plugin::RSS::Reader; my $rss =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Wiki::Toolkit::Plugin::RSS::Reader Download

Added: April 20, 2010 | Visits: 1.932

CGI::Wiki::Plugin::RSS::Reader CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes. Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use CGI::Wiki::Plugin::RSS::Reader; my $rss =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Wiki::Plugin::RSS::Reader Download

Added: June 11, 2010 | Visits: 1.796

PHP PSD reader PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. The project comes with imagecreatefrompsd (a function that returns an image handle just like the native PHP imagecreatefrom functions). It supports documents from Adobe Photoshop 3.0 up to version CS3,...


Platforms: *nix

License: Freeware Download (205): PHP PSD reader Download

Added: April 16, 2010 | Visits: 1.853

Yet Another RSS Reader Yet Another RSS Reader provides a RSS aggregator and reader that displays its results in the system tray. Yet Another RSS Reader is an RSS aggregator and reader that displays its results in the GNOME notification area. To view the contents of the feed just click the menu-item and it will launch...


Platforms: *nix

License: Freeware Download (114): Yet Another RSS Reader Download

Added: April 04, 2010 | Visits: 919

AMP 0.9.1 AMP is a framework-independant Java API that enables processing of AJAX requests in a normal MVC pattern. AMP framework is currently integrated with the Spring framework to allow for easy configuration. It was inspired by Ruby on Rails partials. About AJAX: Asynchronous JavaScript And XML,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): AMP 0.9.1 Download

Added: August 24, 2010 | Visits: 1.617

AJAX Book Reader AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to display a sequence of text files one page at a time. The display style is completely controlled by a configuration file. The first application of this is as a book viewer where each chapter...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (132): AJAX Book Reader Download

Added: June 06, 2010 | Visits: 1.525

RTF::Reader RTF::Reader is a base class for building RTF-processing modules. Gives you a simple toolset for doing what you want with RTF THIS MODULE IS AT BEST BETA, AT WORST, STILL IN PLANNING. The interface may change, the docs are almost certainly slighty out of date.... The latest version of all this...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (370): RTF::Reader Download

Added: November 01, 2010 | Visits: 1.727

XML::LibXML::Reader XML::LibXML::Reader is a Perl interface to libxml2 pull parser. SYNOPSIS use XML::LibXML::Reader; $reader = new XML::LibXML::Reader("file.xml") or die "cannot read file.xmln"; while ($reader->read) { processNode($reader); } sub processNode { $reader = shift; printf "%d %d %s %dn",...


Platforms: *nix

License: Freeware Size: 256 KB Download (108): XML::LibXML::Reader Download

Added: September 04, 2010 | Visits: 1.191

File::Maker File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require File::Maker; $maker = $maker->load_db($pm);...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): File::Maker Download

Released: May 06, 2020  |  Added: June 06, 2020 | Visits: 28.806

Foxit Reader New Features and Improvements in Foxit Reader 10.0 • Fill & Sign • Better support for 4K and other high-resolution displays. • Automatically search all instances of a text string and then highlight them. • More preference options for Advanced Search •...


Platforms: Windows 7, Windows

License: Freeware Size: 66.2 MB Download (2088): Foxit Reader Download

Released: March 02, 2011  |  Added: March 08, 2011 | Visits: 2.502

jQuery Slideshow Gallery Maker jQuery Slideshow Gallery Maker is an excellent picture slideshow creator. Jquery slideshow menu is easy to create beautiful effect jquery slideshow banner, jquery slideshow wordpress or jquery slideshow joomla with pictures and songs fast. No particular skill needed, no complicated settings,...


Platforms: Windows

License: Freeware Size: 10.65 MB Download (243): jQuery Slideshow Gallery Maker Download

Released: May 02, 2011  |  Added: May 08, 2011 | Visits: 2.374

WebDwarf Free Web Page Maker Web Page authoring has never been easier or more affordable. WebDwarf Free is Virtual Mechanics' easy to use drag-and-drop web page maker. Features include a word processor with spell checker and link editor, built-in graphics creation and image editing, enhanced page layout including a snap-to...


Platforms: Windows

License: Freeware Size: 8.96 MB Download (247): WebDwarf Free Web Page Maker Download

Released: May 31, 2014  |  Added: June 17, 2014 | Visits: 3.227

Swifturn Free Ringtone Maker Creating ringtones from audio files and audio CDs could be no funnier! With our Swifturn Free Ringtone Maker, you just need to input the music, add audio effects and save the useful part - 3 easy steps to create a stylish ringtone. There is no length limit - no matter full songs or sound clips,...


Platforms: Windows, Windows 7

License: Freeware Size: 8.9 MB Download (205): Swifturn Free Ringtone Maker Download

Released: September 28, 2011  |  Added: October 12, 2011 | Visits: 1.132

Free MP3 Ringtone Maker Free MP3 Ringtone Maker is an extremely simple and handy Windows software for making your own MP3 ringtones in 3 easy steps. Just pick a song, cut it by dragging a pair of sliders, and then you get your ringtone. You can also add some fade-in and fade-out effects to the ringtone.


Platforms: Windows

License: Freeware Size: 985.12 KB Download (206): Free MP3 Ringtone Maker Download

< 1 2 3 4 5 >