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.328.209 Times

Qr Reader Script software
Filter: All | Freeware | Demo
 

Qr Reader Script

< 1 2 3 4 5 > 
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: August 20, 2010 | Visits: 4.939

Picture of the Day PHP Script Picture of the Day PHP Script shows daily changing pictures. Each Web page can contain several pictures. Each picture is taken in random order from its own set of directories. An unlimited number of images and directories may be used. Picture of the Day PHP Script doesnt use a database.. Are your...





Platforms: *nix

License: Freeware Size: 13.31 KB Download (165): Picture of the Day PHP Script Download

Added: August 05, 2010 | Visits: 1.955

AmarokFS Startup Script AmarokFS Startup Script simply provides a shortcut for starting AmarokFS ("Amarok Full Screen") from within Amarok itself. AmarokFS itself can be downloaded from: http://www.kde-apps.org/content/show.php?content=52641 Installation: Download the .amarokscript.tar file and install it with...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (101): AmarokFS Startup Script Download

Added: August 06, 2010 | Visits: 866

Imagero Reader 2.0.0 Imagero Reader is a Java library for reading image files. Supported file types include BMP, GIF, TIFF, PNG, JNG, MNG, JPEG (including 12-bit grey), PSD, PBM, PGM, PPM, TGA, EPS, EPSI, and EPSF. The following RAW file types are also supported, at least partially: MRW, CRW, NEF, DCR, and DNG. It...


Platforms: *nix

License: Shareware Cost: $60.00 USD Size: 1.1 MB Download (145): Imagero Reader 2.0.0 Download

Added: July 04, 2010 | Visits: 1.871

Script Promotion Wizard Script Promotion Wizard is a free online tool you can add to your web site or use on your local server to add your script to script directories. Since an automated solution to script promotion is probably impossible due to the lack of a standard submission process for script directories, we...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (129): Script Promotion Wizard Download

Added: March 19, 2010 | Visits: 1.829

Game Server Startup Script Game Server Startup Script project is a startup script to manage dedicated game servers like Quake3. Game Server Startup Scripts is a startup script to manage a wide variety of Linux dedicated game servers. It can start/stop/restart/fix dedicated game servers like Quake3, Half Life, Tribes 2,...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (190): Game Server Startup Script Download

Added: August 10, 2010 | Visits: 1.551

Gunner News Reader 0.96 Gunner News Reader project is a console-based news reader. Gunner is a console-based Usenet news reader which is easy to configure. It supports multiple users, multiple servers, and color consoles. It supports most of the NNTP protocol. WHAT IS IT? Gunner is a free Usenet news reader. It was...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (109): Gunner News Reader 0.96 Download

Added: January 14, 2010 | Visits: 4.382

Auto Directory Index PHP Script AutoIndex is a PHP script that makes a table that lists the files in a directory, and lets users access the files and subdirectories. It includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more..


Platforms: *nix

License: Freeware Size: 84.99 KB Download (372): Auto Directory Index PHP Script Download

Added: March 03, 2010 | Visits: 2.044

Traffic Control Super Script Traffic Control Super Script implements traffic shaping for IP traffic passing through a NAT/bridge box with a single configuration file with one line per host. Traffic Control Super Script can manage bandwidth to user-specified speeds based on the u32 classifier, and can identify traffic by...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (161): Traffic Control Super Script Download

Added: April 16, 2010 | Visits: 1.851

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: August 24, 2010 | Visits: 1.616

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: July 05, 2010 | Visits: 2.949

IPTables Firewall Script IPTables Firewall Script contains two example firewall scripts "rc.firewall.iptables. Ive tried here to give some brief documentation for the IPTables firewall scripts contained in this directory. If youre not familiar with IPTables functionality and usage, then you may also want to check out...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (388): IPTables Firewall Script Download

Added: July 25, 2010 | Visits: 1.379

importOpmlAsPodcast script importOpmlAsPodcast script imports OPML lists with urls to podcasts, which are exported by many podcast portals and podcatchers, easily into amaroK (Vers. 1.3.3 up). The script first opens a "file open dialog" with which you can choose a OPML (XML) file locally from your computer or from a...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): importOpmlAsPodcast script Download

Added: June 06, 2010 | Visits: 1.523

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.725

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: January 14, 2010 | Visits: 2.657

Comment Script Comment Script is a script that allows comments to be left on any existing PHP or HTML page. By default, Comment Script shows name, e-mail, homepage, title, and comment fields, though any can be disabled. The "comment" field is mandatory and must be filled out before the form can be submitted....


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 317.44 KB Download (260): Comment Script Download

Added: January 23, 2010 | Visits: 1.785

OPML Reader OPML Reader provides a Feed Reader for any OPML Autodiscovery enabled page. Open a Feed Reader for any OPML Autodiscovery enabled page. You can choose between Optimal OPML browser and Grazr..


Platforms: *nix

License: Freeware Size: 51.2 KB Download (210): OPML Reader Download

Added: September 08, 2010 | Visits: 1.547

SILVERCODERS T-Script SILVERCODERS T-Script is a scripting language which primary purpose is to generate text files. It can be useful for processing template files based on some additional data retrieved from data sources like sql databases or other text files. T-Script can be easly embedded into your application...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): SILVERCODERS T-Script Download

Added: October 12, 2010 | Visits: 2.937

iTRANS Amarok Script iTRANS Amarok Script is an amaroK script to get the lyrics of hindi songs using the services provided at http://www.giitaayan.com Idea is to get the iTRANS encoded lyrics in the ISB files and then convert them into UTF-8 to display in the context window. If more than one hit then give the user...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (137): iTRANS Amarok Script Download

Added: June 16, 2010 | Visits: 1.667

Icecast amaroK script Icecast amaroK script is an Icecast/Darkice script for amaroK. Functions: - It sends the title of the song being played to an Icecast server. - It can start your Icecast server and Darkice on amaroK starting - It allows you to stream what you are listening to in amaroK (in fact everything...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (153): Icecast amaroK script Download

< 1 2 3 4 5 >