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

Create Viral Lists freeware
Filter: All | Freeware | Demo
 

Create Viral Lists

< 1 2 3 4 5 > 
Added: November 15, 2010 | Visits: 1.779

Create Your Own Adventure 0.4 Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. When the user reaches the end of the adventure, the user will be given the option to continue writing the next part of the adventure. The user can upload a picture (in any format...



Platforms: *nix

License: Freeware Size: 14.34 KB Download (150): Create Your Own Adventure 0.4 Download

Added: April 26, 2010 | Visits: 1.487

Create PlayList Create PlayList is a service menu for KDE and has been tested with kde 3.5.4 and 3.5.5. The service is available over directories. It will create a M3U playlist file with .mp3, .ogg, .wav... files into the directory. Filename can be changed. To create M3U playlist file the script uses a...





Platforms: *nix

License: Freeware Size: 2.05 KB Download (104): Create PlayList Download

Added: October 19, 2010 | Visits: 2.444

Image Create for PHP Image Create for PHP is a project which allows you to render text into an image on the fly. Image Create for PHP is a stand-alone script that allows you to create dynamic text images easily.. Get PHP Development tools at SourceForge.net. Fast, secure and free downloads from the largest Open...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (221): Image Create for PHP Download

Added: May 07, 2010 | Visits: 1.854

Create CVSup Create CVSup is a script that will create a cvsup server mirror for FreeBSD, NetBSD, and OpenBSD. Create CVSup script has been tested and is known to work under FreeBSD, NetBSD, and OpenBSD..


Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): Create CVSup Download

Added: January 27, 2010 | Visits: 1.464

create Image create Image is an amarok script that can create an image of the current playlist and save the files to an iso image. The iso image is found in the respective home folders.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): create Image Download

Added: September 27, 2010 | Visits: 2.059

Create New Template Service Menu Create New Template Service Menu is a context menu item for KDE and Konqueror that automates adding Create New... menu entries from existing files. It adds a "Create Template" item to the Actions submenu of the context menu. It consists of a service menu .desktop file and a shell script. KDE...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Create New Template Service Menu Download

Added: June 07, 2010 | Visits: 1.584

Archive::Any::Create Archive::Any::Create is an abstract API to create archives (tar.gz and zip). SYNOPSIS use Archive::Any::Create; my $archive = Archive::Any::Create->new; $archive->container(foo); # top-level directory $archive->add_file(bar.txt, $data); # foo/bar.txt $archive->add_file(bar/baz.txt,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (114): Archive::Any::Create Download

Added: July 17, 2010 | Visits: 2.173

Recursively create M3U playlists Recursively create M3U playlists is a service menu which can create a file called playlist.m3u in each directories and sub directories. You can edit recursively_create_M3U_playlist.py to change the name of playlist.m3u To install, simply put recursively_create_M3U_playlist.py and...


Platforms: *nix

License: Freeware Size: 1.02 KB Download (190): Recursively create M3U playlists Download

Released: April 03, 2015  |  Added: May 10, 2015 | Visits: 6.963

Free ISO Create Wizard Free ISO Create Wizard helps you create ISO image from files or folders. With Free ISO Create Wizard, you can easily create ISO image from any files and folders (with the subfolders). This is very easy for the novices, yet powerful and efficient for veterans. No matter which type of files, you...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.95 MB Download (1492): Free ISO Create Wizard Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.047

Create Web Gallery for Mac OS A simple, easy to use Automator action to create web galleries from your photos, images or video files. You can use this action to create automated workflows from camera to web!


Platforms: Mac

License: Freeware Size: 61.44 KB Download (422): Create Web Gallery for Mac OS Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 433

Create Surveys ABPollMaster! allows you to easily create surveys, quizzes, slideshows, games, plus much more! This evaluation version, which can be used freely on websites, supports customized look and feel, drop down boxes, lists, customizable heading graphic and the quiz options! The full version supports...


Platforms: All

License: Freeware Size: 286.72 KB Download (739): Create Surveys Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 1.333

To Do - Create Check List Of Things To D "To Do - Create Check List Of Things To Do's lets you keep track of important tasks and meetings. Do you have trouble remembering the last time you missed you meeting? Checked your credit score? Cooked tonight? With a simple, clean, and elegant user interface, along with useful and logical...


Platforms: iPhone, iPod

License: Freeware Size: 1.3 MB Download (53): To Do - Create Check List Of Things To D Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 697

Ta-da Lists Widget Ta-da Lists Widget is a Dashboard widget that offers quick access to 37signals Ta-da Lists. How do I use it? * Sign up for a free Ta-da Lists account * Login to your account in Safari and check “Remember Me” * Download the widget * Enter your username and password on the widget * Enjoy...


Platforms: Mac

License: Freeware Size: 317.44 KB Download (48): Ta-da Lists Widget Download

Added: May 10, 2013 | Visits: 806

create array from comma separated list create array from comma separated list script uses the PHP Explode() command to create an array from a comma separated list.By changing the delimiter you can convert tab separated, newline separated, etc...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): create array from comma separated list Download

Added: May 10, 2013 | Visits: 858

Create Emacs TAGS file for Python modules Create Emacs TAGS file for Python modules script creates a TAGS file for Python programs, usable with GNU Emacs.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Create Emacs TAGS file for Python modules Download

Added: May 10, 2013 | Visits: 527

Implementation of sets using sorted lists This script implements set operations using sorted lists as the underlying data structure. Advantages: - Space savings -- lists are much more compact than a dictionary based implementation. - Flexibility -- elements do not need to be hashable, only __cmp__ is required. - Fast operations...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Implementation of sets using sorted lists Download

Added: May 10, 2013 | Visits: 632

Create objects from variable class names Sometimes you would want to create objects from various classes based on some condition (without using eval()). For example when parsing X(HT)ML files you want to handle some tags using specific classes. This script is an example in this sense.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Create objects from variable class names Download

Added: May 10, 2013 | Visits: 430

Splicing of lists This script splices any number of nonempty lists as one list. Each input list may be of different length.Elements of shorter lists may be recycled when the keyword argument recycle is set to True. Any error result in an empty output list.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Splicing of lists Download

Added: May 10, 2013 | Visits: 863

Transposing a List of Lists This script allows you to transpose a list of lists of different lengths.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Transposing a List of Lists Download

Added: July 04, 2013 | Visits: 572

Ultimate DB Access Wrapper Ultimate DB Access Wrapper can create table indexes.Key Features of Ultimate DB Access Wrapper:- Establish database connections- Validate SQL queries- Execute SQL queries and fetch result rows into arrays or objects- Build SQL queries from lists of parameters- Manage transactions- Display query...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Ultimate DB Access Wrapper Download

< 1 2 3 4 5 >