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

Creating Cards freeware
Filter: All | Freeware | Demo
 

Creating Cards

< 1 2 3 4 5 > 
Added: November 27, 2010 | Visits: 1.108

JPexeso JPexeso is a memory training game in which the player gets to reveal two cards in each turn. The goal of the game is to collect as many pairs of similar cards as possible. The game can be played either against a human opponent or an AI and there are different levels of AI for the computer...



Platforms: *nix

License: Freeware Size: 15 MB Download (101): JPexeso Download

Added: July 24, 2010 | Visits: 1.158

Autojar 1.3.1 / Autojar helps creating jar files of minimal size from different inputs like own classes, external archives etc. Autojar library starts from one or more given classes (e.g., an applet), recursively searches the bytecode for references to other classes, extracts these classes from the input...





Platforms: *nix

License: Freeware Size: 337.92 KB Download (116): Autojar 1.3.1 / Download

Added: May 11, 2010 | Visits: 992

Vector Visuals Vector Visuals provides an easy-to-use, object-based API for creating and manipulating Java2D-rendered shapes and images. The project features object embedding, dynamic connectors, and multithreaded task support. Vector Visuals has been downloaded thousands of times, and is already in use in a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (100): Vector Visuals Download

Added: January 08, 2010 | Visits: 1.332

Stopmotion Stopmotion is a free application for creating stop-motion animation movies. The users will be able to create stop-motions from pictures imported from a camera or from the harddrive, add sound effects and export the animation to different video formats such as mpeg or avi. Stopmotion creates...


Platforms: *nix

License: Freeware Size: 2.2 MB Download (152): Stopmotion Download

Added: March 07, 2010 | Visits: 1.002

XML Parse Library XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. It supports all valid XML, and...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): XML Parse Library Download

Added: January 11, 2010 | Visits: 983

TinyDYN TinyDYN provides a package for creating and using dynamic DNS services. TinyDYN is a package of client and server software for operating dynamic DNS services. It enables anyone to run dynamic DNS services using strong authentication or to be a client of someone using TinyDYN as a dynamic IP...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (111): TinyDYN Download

Added: August 14, 2010 | Visits: 1.401

crip crip is a terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis/FLAC/MP3 files under UNIX/Linux. It is well-suited for anyone (especially the perfectionist) who seeks to make a lot of files from CDs and have them all properly labeled and professional-quality with a minimum of hassle...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (101): crip Download

Added: September 02, 2010 | Visits: 1.116

Podcast::Publisher Podcast::Publisher is a Perl module for creating and managing podcasts. SYNOPSIS use Podcast::Publisher; my $podcast = Podcast::Publisher->new; $podcast->set_logger( sub { my $msg = shift; print $msg; } ); $podcast->set_error_logger( sub { my $msg = shift; print STDERR $msg; } ); my $xml...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): Podcast::Publisher Download

Added: August 15, 2010 | Visits: 1.336

GD::Map GD::Map is Perl extension for creating geographic map files with GD. SYNOPSIS use GD::Map; my $m = GD::Map:new( basemap_path => "[required]", output_path => "[required]", verbose => 1, ); $m->set_basemap("northamerica"); $m->add_object(id => "route", type => "line", color =>...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): GD::Map Download

Added: May 14, 2010 | Visits: 983

PostScript::File PostScript::File is a Perl base class for creating Adobe PostScript files. SYNOPSIS use PostScript::File qw(check_tilde check_file incpage_label incpage_roman); Simplest An hello world program: use PostScript::File; my $ps = new PostScript::File(); $ps->add_to_page( <


Platforms: *nix

License: Freeware Size: 22.53 KB Download (118): PostScript::File Download

Added: April 07, 2010 | Visits: 891

GStreamer-editor Graphical editor for creating GStreamer media pipelines Lets you quickly assemble and test various GStreamer pipelines to make audio and video players, transcoders and so on..


Platforms: *nix

License: Freeware Size: 491.52 KB Download (105): GStreamer-editor Download

Added: March 18, 2010 | Visits: 997

Stoq Stoq is a software project aimed at creating a complete suite of applications for retail business management. Stoq currently includes: - a store front application to register sales; - a backend data manager with product, customers, system users, and suppliers catalogs, and reports of sales...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (124): Stoq Download

Added: September 26, 2010 | Visits: 829

Serverstats Serverstats is a simple tool for creating graphs using rrdtool. It does not have any features to manage the created rrd-files, so if you change anything you have to delete and recreate the files. There is also no frontend for managing your graphs and sources. Serverstats is designed to be...


Platforms: *nix

License: Freeware Size: 1.02 KB Download (102): Serverstats Download

Added: March 03, 2010 | Visits: 1.516

MP3 Report Generator MP3 Report Generator is a customizable program to scan a list of (sub)directories, creating a report from an HTML template. Also calculates various statistics and each songs playing time. Supports ID3 and ID3v2 tags. All options can be configured through the command line, see mp3report.pl...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): MP3 Report Generator Download

Added: June 16, 2010 | Visits: 1.598

recoverPhotos recoverPhotos is a program that recovers digital images from camera memory cards that have been formatted or damaged. This program relies on the fact that most photos are composed of contiguous sectors. If you tend to delete a lot of photos before a format, then you might not have very good...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (100): recoverPhotos Download

Added: May 11, 2010 | Visits: 883

Tk::Help Tk::Help is simple widget for creating a help system for Perl/Tk applications. SYNOPSIS use Tk::Help; my $help = $main->Help(-variable => @array); This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Tk::Help Download

Added: April 07, 2010 | Visits: 805

RadeonOverclock RadeonOverclock allows the setting of core and memory frequency on Radeon graphics cards (currently only under Linux). RadeonOverclock should work on chips version R100 and up. It has been tested with the Radeon 7500, 9500, and 9700 Pro. It tries to detect the reference clock (xtal) from the...


Platforms: *nix

License: Freeware Download (98): RadeonOverclock Download

Added: July 16, 2010 | Visits: 1.027

gg_tk gg_tk is an easy-to-use C++ library for creating multimedia applications. The project is divided into several "modules", including GUI, graphics, file, 3D, etc.. This server is a central point for development, distribution and maintainance of software. It runs on Savane.


Platforms: *nix

License: Freeware Size: 450.56 KB Download (98): gg_tk Download

Added: July 19, 2010 | Visits: 852

ClikMenu ClikMenu project is a library of functions for creating drop-down and popup menus with JavaScript. Support for multi-level (i.e. cascading or hierarchical) menus is standard, and entries can be URI links, "onmousedown"-type function calls, plaintext labels, or submenus. ClikMenu is compatible...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (94): ClikMenu Download

Added: July 03, 2010 | Visits: 892

Convex Convex provides a flexible pattern matching system designed for creating response driven IRC bots. Convex is a system for creating IRC bots. It features stability, a small memory footprint, a flexible but intuitive configuration system, stealth running, and a secure infrastructure....


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): Convex Download

< 1 2 3 4 5 >