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

Burn Notice Wiki software
Filter: All | Freeware | Demo
 

Burn Notice Wiki

1 2 3 4 5 > 
Released: June 12, 2003  |  Added: November 21, 2006 | Visits: 4.117

Zilla CD-DVD Rip N' Burn Zilla CD-DVD Rip & Burn for CD & DVD burning & ripping. Data Burner - create & burn traditional data CDs, DVDs, and ISO-images as well as multi-session & bootable. Audio Burner - create & burn audio CDs easily from WAV, MP3, WMA, OGG, RAW, VOX, etc files & burn CUE-images to disc directly.... Platforms: Windows

License: Freeware Size: 3.83 MB Download (1042): Zilla CD-DVD Rip N' Burn Download

Released: April 12, 2012  |  Added: April 19, 2012 | Visits: 8.377

Express Burn for Mac Express Burn is a cd and dvd burning program for Mac OS X. Burn audio, cd and data CDs for free and trial the advanced features of Video DVD burning. Import multiple audio formats and Express Burn will convert them automatically to CDA as it burns to disk and can even normalize the audio volume... Platforms: Mac, Windows

License: Shareware Cost: $49.95 USD Size: 1.77 MB Download (624): Express Burn for Mac Download

Released: May 29, 2008  |  Added: June 16, 2008 | Visits: 4.518

Burn My Files Need to burn a CD or burn a DVD fast? Download and try "Burn My Files" free for 30 days. It is the one click CD and DVD burning software solution. Burn My Files integrates with Windows Explorer. Select your file or folder, right click, and burn a CD or burn DVD. It's that simple. CD... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 5.62 MB Download (817): Burn My Files Download

Released: December 07, 2010  |  Added: December 09, 2010 | Visits: 1.995

Digital Music Record Edit Burn Studio Not only can you use Digital Music Record Edit Burn Studio to grab music from a CD, but also record audios, in virtually any format. Stop there, and burn your improved, converted audio files to disc. Or use the advanced audio editor to create your own music and songs that you can transfer to CDs,... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 15.88 MB Download (133): Digital Music Record Edit Burn Studio Download

Released: December 24, 2008  |  Added: January 02, 2009 | Visits: 3.314

Freaky Burn Freaky Burn - CD / DVD Burning software, allowing you to burn Games, Movies, Data, Audio, Mp3, Documents & Much more in a matter of few short clicks. Freaky Burn is using the latest technology in the market, with one of the best burning engines, allowing you to burn even faster then you thought... Platforms: Windows

License: Freeware Cost: $39.99 USD Size: 1.48 MB Download (360): Freaky Burn Download

Released: June 03, 2010  |  Added: July 05, 2013 | Visits: 3.457

SharePoint Wiki Redirect SharePoint Wiki Redirect provides an easy way to manage different versions of wiki pages and control which version is displayed by default. This free SharePoint wiki web part gives you the ability to quickly toggle between the SharePoint wiki versions edited most recently, the latest... Platforms: Windows

License: Demo Cost: $0.00 USD Size: 291.2 KB Download (370): SharePoint Wiki Redirect Download

Added: February 17, 2010 | Visits: 1.352

Wiki::Gateway Wiki::Gateway is a Perl library for interacting with remote wikis. SYNOPSIS use Wiki::Gateway; $result = Wiki::Gateway::getPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl, $wiki_type, SandBox); $result = Wiki::Gateway::putPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Wiki::Gateway Download

Added: November 06, 2010 | Visits: 2.055

Wiki::Toolkit::Store::Mediawiki Wiki::Toolkit::Store::Mediawiki is a Mediawiki (MySQL) storage backend for Wiki::Toolkit. SYNOPSIS Implementation of Wiki::Toolkit::Store::Database which reads and writes to a Mediawiki 1.6 database running in MySQL. This is module is intended to be capable of running concurrently with a... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Wiki::Toolkit::Store::Mediawiki Download

Added: January 21, 2010 | Visits: 2.751

Wiki::Toolkit::Formatter::Mediawiki Wiki::Toolkit::Formatter::Mediawiki is a Mediawiki-style formatter for Wiki::Toolkit. SYNOPSIS This package implements a formatter for the Wiki::Toolkit module which attempts to duplicate the behavior of the Mediawiki application (a set of PHP scripts used by Wikipedia and friends). use... Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Wiki::Toolkit::Formatter::Mediawiki Download

Added: March 16, 2010 | Visits: 2.044

Wiki::Toolkit::Plugin::RSS::Reader Wiki::Toolkit::Plugin::RSS::Reader is a Perl module to retrieve RSS feeds for inclusion in Wiki::Toolkit nodes. Use this Wiki::Toolkit plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use Wiki::Toolkit::Plugin::RSS::Reader; my $rss =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Wiki::Toolkit::Plugin::RSS::Reader Download

Added: April 20, 2010 | Visits: 1.935

CGI::Wiki::Plugin::RSS::Reader CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes. Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use CGI::Wiki::Plugin::RSS::Reader; my $rss =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Wiki::Plugin::RSS::Reader Download

Added: February 09, 2010 | Visits: 1.473

ERFAN WIKI ERFAN WIKI is powerful wiki engine without database supporting smart search, smart backup, wikipedia syntax, template, nice printable version, language and multiuser. Plus an easy and secure installer.. Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): ERFAN WIKI Download

Added: October 24, 2010 | Visits: 1.344

Pod::Simple::Wiki Pod::Simple::Wiki is a class for creating Pod to Wiki filters. SYNOPSIS To create a simple filter to convert from Pod to a wiki format: #!/usr/bin/perl -w use strict; use Pod::Simple::Wiki; my $parser = Pod::Simple::Wiki->new(kwiki); if (defined $ARGV[0]) { open IN, $ARGV[0] or die... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Pod::Simple::Wiki Download

Added: August 11, 2010 | Visits: 2.940

Wiki::Toolkit::Formatter::Default Wiki::Toolkit::Formatter::Default is a formatter for Wiki::Toolkit. SYNOPSIS my $store = Wiki::Toolkit::Store::SQLite->new( ... ); # See below for parameter details. my $formatter = Wiki::Toolkit::Formatter::Default->new( %config ); my $wiki = Wiki::Toolkit->new( store => $store,... Platforms: *nix

License: Freeware Size: 102.4 KB Download (244): Wiki::Toolkit::Formatter::Default Download

Added: November 12, 2010 | Visits: 1.521

CGI::Wiki CGI::Wiki is a toolkit for building Wikis. Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isnt an instant Wiki. SYNOPSIS # Set up a wiki object with an SQLite storage backend, and an # inverted index/DB_File search... Platforms: *nix

License: Freeware Size: 62.46 KB Download (87): CGI::Wiki Download

Added: June 08, 2010 | Visits: 1.783

PWP Wiki Processor PWP Wiki Processor is a PHP Wiki based on flat files that can create static pages. It uses flat files as data storage, no database is required. It has a simple cache and trash bin, and can handle file uploads. It is able to export its contents into static HTML pages. A Wiki is a... Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): PWP Wiki Processor Download

Added: August 05, 2010 | Visits: 1.607

OW2 wiki OW2 is a wiki/BBS management system that offers multiple areas, user pages, rich markup, internal backward links, RSS feeds, a public chat, full referer tracking and an internal messaging system. Installation: 1. Create a MySQL database called ow2_orgowiki 2. Import the sample database given... Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): OW2 wiki Download

Added: October 25, 2010 | Visits: 1.649

KDE Personal Wiki KDE Personal Wiki engine for KDE, made for only personal use. Consider it a replacemente of KNotes and such apps. You can create/remove pages, links between pages are automatically created. I hope you like my first app.. KDE Personal Wiki KDE-Apps.org Community Portal for KDE Applications... Platforms: *nix

License: Freeware Size: 88.06 KB Download (101): KDE Personal Wiki Download

Added: January 11, 2010 | Visits: 1.384

DONT Let It Burn! (1-click Timer) DONT Let It Burn! (1-click Timer) script is just a very basic, 1-click alarm clock. You set the number of minutes and at that time a sound (which you need to set) will be played. No application is started, the sound is played through the aplay command, so its independent from the player you have... Platforms: *nix

License: Freeware Size: 624.64 KB Download (95): DONT Let It Burn! (1-click Timer) Download

Added: August 01, 2010 | Visits: 2.355

Platypus Wiki 0.5 Platypus Wiki provides a semantic Wiki Wiki Web. Platypus Wiki is an enhanced Wiki Wiki Web with ideas taken from Semantic Web. It offers a simple user interface for creating Wiki page plus metadata according to W3C standards. Weve chosen HTMLarea v3.0rc1 as a WYSIWYG editor for creating... Platforms: *nix

License: Freeware Size: 9.5 MB Download (98): Platypus Wiki 0.5 Download

1 2 3 4 5 >