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

Dyer Maker Cover freeware
Filter: All | Freeware | Demo
 

Dyer Maker Cover

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.899

RockBox WPS cover creator RockBox WPS cover creator is an amaroK script that creates covers for RockBox WPS. Covers are created in currently played directory (so you can sync later data on HD with DAP - its like I do with rsync). Its fast and dirty script so do not expect much - it just checks if there is a cover.bmp...



Platforms: *nix

License: Freeware Size: 2.05 KB Download (157): RockBox WPS cover creator Download

Added: April 21, 2010 | Visits: 2.566

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 (205): RPM Package Maker Download

Added: July 20, 2010 | Visits: 2.542

Cover Desktop Cover Desktop script show current amaroK cover on desktop. To change position of cover, use Alt + left click.. Cover Desktop KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (118): Cover Desktop Download

Added: November 23, 2010 | Visits: 1.816

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 (176): El Jay Icon Maker Download

Added: January 24, 2010 | Visits: 1.299

background-cover background-cover is an Amarok script that displays the album cover, track information. Optionally the embedded track image on the kde desktop background, and changes the background at each track change.. AmarokScreenSaver KDE-Apps.org Community Portal for KDE Applications Software Office...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): background-cover Download

Added: August 25, 2010 | Visits: 1.314

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

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 (159): List::Maker Download

Added: April 10, 2010 | Visits: 1.247

Cover Hunter CoverHunter will scan your digital music albums and try to get the cover image for each one. If more than one cover was found, you can choose which one will be set as the cover for that album. These covers are usable for XMMS, KDE, GNOME, etc..


Platforms: *nix

License: Freeware Size: 27.65 KB Download (109): Cover Hunter Download

Added: October 13, 2013 | Visits: 1.300

Disc-cover Disc-cover provides an easy way to produce covers for audio CDs non-interactively. It scans audio CDs and uses information from the CDDB or CDINDEX database to build a back and front cover for the CD using LaTeX to produce high quality PDF or PS.


Platforms: *nix

License: Freeware Size: 51.2 KB Download (152): Disc-cover Download

Added: May 24, 2010 | Visits: 906

Devel::Cover Devel::Cover package contains code coverage metrics for Perl. SYNOPSIS perl -MDevel::Cover yourprog args cover perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args To test an uninstalled module: cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover To...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): Devel::Cover Download

Added: September 02, 2010 | Visits: 1.104

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 (99): Config Maker Download

Added: September 09, 2010 | Visits: 1.186

Devel::Cover::Truth_Table Devel::Cover::Truth_Table can create and manipulate truth tables for coverage objects. SYNOPSIS use Devel::Cover::Truth_Table; # $a || $b my $or_tt = Devel::Cover::Truth_Table->new_primitive(or_3, 0, 1, 1); # $c && $d my $and_tt = Devel::Cover::Truth_Table->new_primitive(and_3, 1, 0,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (173): Devel::Cover::Truth_Table Download

Added: October 22, 2010 | Visits: 1.045

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 (110): Class::Maker Download

Added: May 06, 2010 | Visits: 1.361

Rockbox Cover Generator Rockbox Cover Generator amaroK script is a modded version of RockBox Cover Creator by Adrian. This version is meant for people who use the iRiver in plugged-in mode to listen to music and keep in sync with the mp3s on Harddisk. !!IMPORTANT!! You need to set a root folder for your music on...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (137): Rockbox Cover Generator Download

Added: September 04, 2010 | Visits: 1.188

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

Added: July 05, 2010 | Visits: 1.624

Window Maker Window Maker is an X11 window manager originally designed to provide integration support for the GNUstep Desktop Environment. In every way possible, it reproduces the elegant look and feel of the NEXTSTEP[tm] user interface. It is fast, feature rich, easy to configure, and easy to use. It is also...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (126): Window Maker Download

Released: March 03, 2015  |  Added: March 30, 2015 | Visits: 4.955

Free Ringtone Maker Do you want to add some interesting ringtones to your mobile phones? With our Free Ringtone Maker, you can create your favorite ringtone from MP3, WMA, WAV, audio CD and other audio files. It also supports many output formats. Input your favorite song and it will display in waveform and then you...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 7.24 MB Download (2005): Free Ringtone Maker Download

Released: June 22, 2010  |  Added: June 24, 2010 | Visits: 3.179

JavaScript Photo Gallery Maker JavaScript Photo Gallery Maker. Digital picture albums made with JavaScript Photo Gallery are high-end web applications that look and behave exactly like desktop apps! Use Windows or MAC version of the program. It is absolutely FREE! Creating a photo gallery is a pretty simple process with our...


Platforms: Windows

License: Freeware Size: 5.72 MB Download (192): JavaScript Photo Gallery Maker Download

Released: April 09, 2015  |  Added: May 10, 2015 | Visits: 3.803

Free Ringtone Maker Platinum Free Ringtone Maker Platinum is able to load many kinds of sound files. You may input the music stored in your local folder and also, you are allowed to load the tracks of an audio CD. Numerous popular audio formats are supported like WAV, MP3, WMA, OGG, MP2, RAW, CDA, G721, G723, G726, AIF,...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 7.45 MB Download (5576): Free Ringtone Maker Platinum Download

Released: August 21, 2010  |  Added: October 30, 2010 | Visits: 1.613

SID DVD-Video Maker DVD-Video Maker aims to be a tool to convert various PC video formats to a DVD that can be played on pretty much any standalone DVD player. It's main target audience is people who know at least some basics about DVDs and videoaudio files. DVD-Video Maker is easy to use pretty interface. It can...


Platforms: Windows

License: Freeware Size: 9.76 MB Download (173): SID DVD-Video Maker Download

< 1 2 3 4 5 >