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

New Create Yahoo software
Filter: All | Freeware | Demo
 

New Create Yahoo

1 2 3 4 5 > 
Added: August 02, 2008 | Visits: 917

New Year Yahoo Avatars Celebrate the new year with this pack of free, high quality Yahoo Messenger avatars! This set contains 50 Yahoo Avatars.



Platforms: Windows

License: Freeware Size: 376 KB Download (104): New Year Yahoo Avatars Download

Released: August 05, 2012  |  Added: August 05, 2012 | Visits: 798

Yahoo! Mail Watcher Watch for your new inbox Yahoo! Mail and report to you in status-bar. Check Yahoo! Mail at specific interval ( 5 min, 10 min, 15 min, 20 min, 30 min, 1 hour, 2 hour, 3 hour, 4 hour or manually). Can select to alert by sound, by notification window or by blinking icon. In addition, this...





Platforms: Windows

License: Freeware Download (57): Yahoo! Mail Watcher Download

Released: June 08, 2007  |  Added: July 25, 2007 | Visits: 8.497

FeedForAll Mac Create, edit, and publish rss feeds, podcasts for iTunes. New RSS feeds and podcasts can be quickly edited or created with FeedForAll Mac. Advanced support includes name space extensions allowing users to make iTunes, Yahoo and Microsoft compatible feeds. Existing RSS feeds can be repaired and...


Platforms: Mac

License: Shareware Cost: $39.95 USD Size: 5.81 MB Download (2115): FeedForAll Mac Download

Added: April 23, 2010 | Visits: 3.113

WWW::Yahoo::Movies WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information. SYNOPSIS use WWW::Yahoo::Movies; my $movie = new WWW::Yahoo::Movies(); print "TITLE: ".$movie->title." - ".$movie->year."n"; WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/)....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (237): WWW::Yahoo::Movies Download

Added: March 13, 2010 | Visits: 1.478

Lire - Lucene Image REtrieval Lire, the Lucene Image REtrieval library is a simple way to create a Lucene index of image features for content based image retrieval (CBIR). The used features are taken from the MPEG-7 Standard: ScalableColor, ColorLayout and EdgeHistogram. Furthermore methods for searching the index are...


Platforms: *nix

License: Freeware Download (127): Lire - Lucene Image REtrieval Download

Added: September 09, 2010 | Visits: 2.509

Geo::Gpx Geo::Gpx is a Perl module to create and parse GPX files. SYNOPSIS # Version 0.10 compatibility use Geo::Gpx; my $gpx = Geo::Gpx->new( @waypoints ); my $xml = $gpx->xml; # New API, generate GPX my $gpx = Geo::Gpx->new(); $gpx->waypoints(@wpt); my $xml = $gpx->xml(1.0); # Parse GPX...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (214): Geo::Gpx Download

Added: January 18, 2010 | Visits: 1.508

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: April 03, 2013 | Visits: 369

DrubNub This module provides functionality similar to sites such as Yahoo! Open Shortcuts, YubNub, Quix, or Queriac. DrubNub allows users to create search shortcut "commands" that perform search queries. Users enter commands along with search terms into the "DrubNub Command Line" form and are then...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): DrubNub Download

Added: January 18, 2010 | Visits: 831

SuperKaramba SuperKaramba is, in simple terms, a tool that allows you to easily create interactive eye-candy on your KDE desktop. SuperKaramba is a tool that allows anyone to easily create and run little interactive widgets on a KDE desktop. Widgets are defined in a simple text file and can be augmented...


Platforms: *nix

License: Freeware Size: 1024 KB Download (104): SuperKaramba Download

Added: January 18, 2010 | Visits: 982

Astro::VO::VOEvent Astro::VO::VOEvent is an object interface to parse and create VOEvent messages. SYNOPSIS To parse a VOEvent file, $object = new Astro::VO::VOEvent( File => $file_name ); or $object = new Astro::VO::VOEvent( XML => $scalar ); Or to build a VOEVENT file, $xml = $object->build( %hash...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (87): Astro::VO::VOEvent Download

Added: May 05, 2010 | Visits: 1.140

GYach Enhanced Gyach Enhanced (Gyach-E) and pY! Voice Chat. Gyach Enhanced is currently the most feature-rich Yahoo! client for Linux operating systems. It is an unofficial fork of the original Gyach, and supports almost all of the features you would expect to find on the official Windows Yahoo! client: Voice...


Platforms: *nix

License: Freeware Size: 1003.52 KB Download (94): GYach Enhanced Download

Added: January 10, 2010 | Visits: 1.236

XML::ApacheFOP XML::ApacheFOP is a Perl module that can access Apache FOP from Perl to create PDF files using XSL-FO. SYNOPSIS use XML::ApacheFOP; my $Fop = XML::ApacheFOP->new(); # create a PDF using a xml/xsl tranformation $Fop->fop(xml=>"foo.xml", xsl=>"bar.xsl", outfile=>"temp1.pdf") || die "cannot...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::ApacheFOP Download

Added: July 14, 2010 | Visits: 787

POEST::Server POEST::Server - The Poest Master General. SYNOPSIS my $server = POEST::Server->new( Config => POEST::Config::Genearl, ConfigFile => /etc/poest.conf, ); $server->start; ABSTRACT This module controls the server itself. All high-level server interaction happens here. new() Create...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): POEST::Server Download

Added: April 27, 2010 | Visits: 910

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 1.388

Adobe Illustrator Explore new paths with the essential vector tool Adobe® Illustrator® CS4 software is a comprehensive vector graphics environment with new transparency in gradients and multiple artboards that invite you to explore more efficient ways to design. Highlights: Adobe MAX Online MAX 2009...


Platforms: Windows, Mac

License: Shareware Cost: $599.00 USD Size: 758.4 MB Download (383): Adobe Illustrator Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 817

Adobe Flash CS4 Professional Create and deliver rich interactive content Adobe® Flash® CS4 Professional software is the industry-leading authoring environment for creating engaging interactive experiences. Deliver to audiences across platforms and devices. Highlights: Flex Builder free with Creative Suite 4 Buy a...


Platforms: Windows, Mac

License: Shareware Cost: $699.00 USD Size: 888 MB Download (439): Adobe Flash CS4 Professional Download

Released: June 13, 2012  |  Added: June 13, 2012 | Visits: 821

Adobe Illustrator CS5 Create without boundaries Create distinctive vector artwork for any project. Used by design professionals worldwide, Adobe® Illustrator® CS5 software provides precision and power with sophisticated drawing tools, expressive natural brushes, a host of time-savers, and integration with Adobe CS...


Platforms: Windows, Mac

License: Shareware Cost: $599.00 USD Size: 1.26 GB Download (150): Adobe Illustrator CS5 Download

Added: July 27, 2013 | Visits: 499

LINKER for Scripts Linker is a category search engine which has a fast and stable structure, convenience usage and a lots of functions.Linker allow you to easily create yahoo or altervista style category site and manage.Features:- Cool site, Newsite make function- Pick site, pick site first priority order function-...


Platforms: PHP

License: Freeware Size: 440.32 KB Download (59): LINKER for Scripts Download

Added: June 28, 2013 | Visits: 371

gpx2map gpx2map reads a gps track in GPX format (as produced by e.g. gpsbabel) and writes out an Google Map or or OpenStreetMaps mash-up containing the route and a height profile. gpx2map can also show GPS-tagged photos along the map. Installation Just copy (or link) the file gpx2map into your path or...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (45): gpx2map Download

Released: July 27, 2022  |  Added: September 03, 2022 | Visits: 3.849

PloView PloView is viewer for viewing drawing of HPGL/Vector/image file. And, it has about the same powerful input and edit function as 2D-CAD. (1) File: Support to many file formats Input: HPGL,HP-GL/2,HP RTL,PDF,DXF,DWG,GERBER,NC-Drill,IGES,SXF,EMF,...


Platforms: Windows 7, Other

License: Shareware Cost: $70.00 USD Size: 29.74 MB Download (214): PloView Download

1 2 3 4 5 >