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 49.591.604 Times

Potter Puppet Pals Maker software
Filter: All | Freeware | Demo
 

Potter Puppet Pals Maker

< 1 2 3 4 5 > 
Released: November 24, 2016  |  Added: December 15, 2016 | Visits: 3.427

Tipard iPhone Ringtone Maker Tipard iPhone Ringtone Maker enables you to make the unique iPhone Ringtone with source audio, video, and DVD. Thus, you can make your iPhone ringtone with the audio formats like MP3, FLAC, WAV, WMA, AAC, ALAC, AC3 and more, and the video like MP4, MKV, AVI, WMV, MOV, M4V, TS, MTS and so on, and...



Platforms: Windows, Windows 7, Other

License: Shareware Cost: $14.95 USD Size: 24.9 MB Download (3010): Tipard iPhone Ringtone Maker Download

Released: January 11, 2011  |  Added: January 18, 2011 | Visits: 2.589

Bigasoft iPhone Ringtone Maker Bigasoft iPhone Ringtone Maker is an easy-to-use iPhone ringtone creator which helps you easily convert music like MP3 to iPhone ringtone M4R, even create iPhone ringtone M4R from your personal music/movie collection including WMA, APE, M4A, WAV, MP3, RA, AVI, MPEG, WMV, DivX, MP4, H.264/AVC,...





Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 7.65 MB Download (272): Bigasoft iPhone Ringtone Maker Download

Released: November 12, 2009  |  Added: November 16, 2009 | Visits: 1.598

Pavtube Ringtone Maker Pavtube Ringtone Maker is a powerful ringtone maker software that supports convert any videos like AVI, WMV, MPEG, MOV, FLV, MKV, RM, XviD, MP4, H.264/AVC, AVCHD, M2TS, DAT, 3GP, VOB, etc, and audios such as MP3, M4A, MP2, MPA, WMA, AAC, AC3, MKA, OGG, AIFF, RA, RAM, WAV, APE, FLAC, etc into...


Platforms: Windows

License: Shareware Cost: $19.50 USD Size: 9.3 MB Download (113): Pavtube Ringtone Maker Download

Released: September 16, 2018  |  Added: October 16, 2018 | Visits: 3.640

EximiousSoft Banner Maker EximiousSoft Banner Maker is a powerful software to build animated and static banner ads, Web buttons and headers and other web graphics. It provides more than 50+ special effects with which you can create your vivid banners in one step. What's more, EximiousSoft Banner Maker also provides...


Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $44.95 USD Size: 27.23 MB Download (343): EximiousSoft Banner Maker Download

Released: June 11, 2013  |  Added: July 02, 2013 | Visits: 5.896

Photo Calendar Maker Photo Calendar Maker is a new application to create beautiful photo calendars for a year or month. Using the program, you can quickly create stylish, professional-looking calendars with photos. To begin, the user needs to select the format and design and add a photo. The calendar is ready! The...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 19.71 MB Download (620): Photo Calendar Maker Download

Released: December 15, 2009  |  Added: December 26, 2009 | Visits: 1.931

Visual Patch Maker Visual Patch is a software development tool for building software patches and software updates. This binary patch maker features DeltaMAX data compression for faster software deployment and integration with software installation and patch management tools from vendors like Installshield,...


Platforms: Windows

License: Shareware Cost: $395.00 USD Size: 17.95 MB Download (134): Visual Patch Maker Download

Released: January 05, 2010  |  Added: January 08, 2010 | Visits: 1.903

Aiseesoft SlideShow Maker Aiseesoft SlideShow Maker is the powerful and easy to use SlideShow Movie Maker or SlideShow Video Creator. It enables you to create your own Slide show from your source media files – videos, photos and music files. After the making and editing, you can create your own video/audio files as the...


Platforms: Windows

License: Shareware Cost: $36.00 USD Size: 38.6 MB Download (152): Aiseesoft SlideShow Maker Download

Added: January 18, 2010 | Visits: 1.292

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 (106): Sort::Half::Maker Download

Added: April 21, 2010 | Visits: 2.559

RPM Package Maker RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. Since version 0.8 minimal spec files are kept in: /usr/src/packages/SPECS/mini Whats New in This Release: - Small improvements and bugfixes. RPM Package Maker...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (204): RPM Package Maker Download

Added: November 23, 2010 | Visits: 1.811

El Jay Icon Maker El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal.com There are two options to choose from when making an icon "Create Icon Instantly" and "Create Icon With Options". Selecting either link redirects you to the El Jay...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (172): El Jay Icon Maker Download

Added: August 25, 2010 | Visits: 1.309

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: May 13, 2010 | Visits: 1.667

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (153): List::Maker Download

Added: April 26, 2010 | Visits: 1.276

Puppet::VcsTools::History Puppet::VcsTools::History provides a TK GUI for VcsTools::History. This class provides a GUI to the VcsTools::History class. It contains a GraphWidget to draw the history tree and some key bindings to read the log informations from the tree drawing ..


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Puppet::VcsTools::History Download

Added: July 08, 2010 | Visits: 1.251

Puppet::Log Puppet::Log provides a log facility with an optional Tk display. This class implements a log facility with an optional Tk display. I .e once the class is created, you can log messages in it, but the Tk display does no need to be created at the same time. You may invoke later only when you...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Puppet::Log Download

Added: July 25, 2010 | Visits: 1.487

Puppet::Body Puppet::Body provides an utility class to handle has-a relations and logs. Puppet::Body is a utility class that is used (and not inherited like the deprecated Puppet::Any) to manage dynamic has-a relations between objects..


Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): Puppet::Body Download

Added: October 20, 2010 | Visits: 1.112

Puppet::Any Puppet::Any provides a common base class for lab development tools. Puppet::* classes are designed to provide an access to the "puppeted" object using a GUI based on Tk. The basic idea is when you construct a Puppet::* object, you have all the functionnality of the object without the GUI....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Puppet::Any Download

Added: June 22, 2010 | Visits: 1.216

Puppet Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (90): Puppet Download

Added: September 02, 2010 | Visits: 1.099

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (98): Config Maker Download

Added: October 22, 2010 | Visits: 1.040

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (109): Class::Maker Download

Added: May 02, 2010 | Visits: 1.480

Push Puppet Toy Push Puppet Toy is a computer-controlled puppet that stands to attention when a friend joins an IRC channel, and collapses when he leaves. Push Puppet Toy project was inspired by the Availabot from Schulze and Webb (http://schulzeandwebb.com/2006/availabot/). The Availabot is a puppet guy that...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (104): Push Puppet Toy Download

< 1 2 3 4 5 >