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

To Make Album Cover software
Filter: All | Freeware | Demo
 

To Make Album Cover

< 1 2 3 4 5 > 
Added: October 01, 2010 | Visits: 1.190

Filter::Macro Filter::Macro is a Perl module to make macro modules that are expanded inline. SYNOPSIS In MyHandyModules.pm: package MyHandyModules; use Filter::Macro; # lines below will be expanded into callers code use strict; use warnings; use Switch; use IO::All; use Quantum::Superpositions;...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Filter::Macro Download

Added: August 04, 2010 | Visits: 1.021

AVIRA Webmin Remote Panel AVIRA Webmin Remote Panel is designed to make the maintenance of AVIRA products easier and less time consuming. This product addresses mainly the users of AVIRA server products and especially the system administrators who must keep track of various services on production servers. Complex...





Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 67.58 KB Download (125): AVIRA Webmin Remote Panel Download

Added: February 16, 2010 | Visits: 1.107

Carrera So-o Carrera So-o is a simple yet challenging racing game to make time go by in boring moments. Carrera So-o counts with 2 tracks to choose (grass and snow) with a simple objective... be the first to get to the finish line in order to win the game..


Platforms: *nix

License: Freeware Size: 849.92 KB Download (96): Carrera So-o Download

Added: May 25, 2010 | Visits: 787

cdevour cdevour script is designed to make CD ripping painless. Aside from swapping discs, it aims for as little user interaction as possible. Drives are continually polled for discs. Upon finding a disc in a drive, it determines what CD it is, makes sure it has enough disk space, and rips. Names are...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (87): cdevour Download

Added: August 19, 2010 | Visits: 1.238

BZByte EZ Ajax BZByte EZ Ajax is a Java-based interactive Web toolkit to make writting professional interactive Web applications easy. BZByte EZ Ajax is much easier/quicker to use than other frameworks, and all development is done in Java. We have been developing interactive web applications for several years...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (94): BZByte EZ Ajax Download

Added: August 06, 2010 | Visits: 2.728

Inter-Thread Communication Inter-Thread Communication (ITC) aims to make it exceedingly easy to call functions in other threads. The lexer does all the work, so just run the lexer on your headers, then call the stub functions. In addition, it also provides a complete threading API, with the four threading primitives...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (110): Inter-Thread Communication Download

Added: January 21, 2010 | Visits: 1.008

SIVE 1 Beta SIVE, short from Simple iPod Video Encoder, is a graphical tool to make video conversion for iPod Video real simple. SIVE is a GTK2 frontend to mplayer, mencoder and mp4creator. With it, you convert your movies to play them on your iPod very easily. It currently works under unix OSes (yes,...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (97): SIVE 1 Beta Download

Added: November 13, 2010 | Visits: 925

mktclapp Mktclapp is a utility that helps you mix C/C++ with Tcl/Tk to make a standalone executable. Using mktclapp, you can write programs wherethere are next situations: C code can call Tcl procedures or execute Tcl commands, Tcl code can invoke C functions, The executable is a single binary file...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (104): mktclapp Download

Added: July 11, 2010 | Visits: 1.176

Project LRNJ: Slime Forest Adventure Build Project LRNJ: Slime Forest Adventures goal is to make LeaRNing Japanese fun and easy with a retro-style RPG: Slime Forest. The game is still under development, but many students already find it useful, and it can currently teach you katakana, hiragana, and over a thousand kanji, essential...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 983.04 KB Download (153): Project LRNJ: Slime Forest Adventure Build Download

Added: July 21, 2010 | Visits: 848

TinyLIB TinyLIB is an emulation layer to make all platforms look the same. TinyLIB is very small and meant for game development. TinyLIB provides a subset of GLUT/OpenGL, OpenAL, BSD sockets, and the C standard library. Almost any platform has graphics, audio, and networking libraries. The problem is,...


Platforms: *nix

License: Freeware Size: 1024 KB Download (93): TinyLIB Download

Added: March 07, 2010 | Visits: 939

MUCKmangle MUCKmangle project is a small script to make HTML from MUCK logs. MUCKmangle takes the log from a Roleplaying session from a MUCK (Multi-User Chat Kingdom) and produces a HTML report for inclusion in a log archive, etc. MUCKmangle is a small, messy CGI script in perl to convert horrible, ugly...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (104): MUCKmangle Download

Added: November 24, 2010 | Visits: 1.064

NestedMap NestedMap is a module to make nesting map{}s inside map{}s easierc. SYNOPSIS # show all combinations of (A,B,C) (a,b,c) and (1,2,3) print join("n", nestedmap { nestedmap { nestedmap { join(,@NestedMap::stack[0..2]) } qw(A B C) } qw(a b c) } qw(1 2 3) ); # a zip() function for any...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): NestedMap Download

Added: July 21, 2010 | Visits: 901

RetrospeKt RetrospeKt is my attempt to make working with backups easier and more intuitive. The project is inspired by Apples "Time machine" backup system and is based on rsnapshot backup script. With Retrospect you can easily browse your folders (in konqueror) as they were at any previous backup point. A...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): RetrospeKt Download

Added: July 03, 2010 | Visits: 840

EmeraldMoo EmeraldMoo project is a series of patches to make LambdaMoo better. EmeraldMoo is a series of patches to LambdaMoo. It has three main purposes: To make LambdaMoo more modern and featureful, to make it a better RPG environment, and to make it a better virtual reality environment. A moo is a...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (91): EmeraldMoo Download

Added: June 20, 2010 | Visits: 1.103

vars::global vars::global is a Perl module that tries to make global variables a little safer. SYNOPSIS # In the place/package where we want to create globals use vars::global create => qw( $foo @bar %baz ); # Add some more global symbols vars::global->create(qw( $hello @world %now )); # Somewhere...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): vars::global Download

Added: November 25, 2010 | Visits: 1.707

Jaaa Jaaa is short from JACK and ALSA Audio Analyser, is an audio signal generator and spectrum analyser designed to make accurate measurements. Frequency and Amplitude These two sets of buttons set the display view. One of these six buttons, or Bandw, Peak, or Noise discussed below, has an orange...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (120): Jaaa Download

Added: November 03, 2010 | Visits: 1.035

ISQ ISQ (I Ask You) is a tag extension library that helps you to make HTML forms. Inspired by the "input" tag of The Apache Software Foundation (http://www.apache.org/), isq adds a support for client-side input validation by JavaScript checking. Like the original library isq can prepopulate form...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (151): ISQ Download

Added: April 27, 2010 | Visits: 1.363

libping libping is a C library designed to allow a programmer to make ICMP_ECHO requests directly from a script or program. libpings functions return either boolean--is alive--or the round trip time in milliseconds. The library also includes support for "pinging" the following tcp/ip services: echo,...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (113): libping Download

Added: April 24, 2010 | Visits: 763

Convert::Recode Convert::Recode is a Perl module to make mapping functions between character sets. SYNOPSIS use Convert::Recode qw(ebcdic_to_ascii); while (<>) { print ebcdic_to_ascii($_); } The Convert::Recode module can provide mapping functions between character sets on demand. It depends on GNU...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Convert::Recode Download

Added: May 08, 2010 | Visits: 1.219

Fingerfox Fingerfox works like a workaround to make MS Fingerprint Reader fill the forms of a web page shown in Firefox. To avoid security problems (with login and password storage in particular), it relies with DigitalPersona to do it and just act as a popup window which repeats the login forms (including...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (215): Fingerfox Download

< 1 2 3 4 5 >