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

Bad Cd Writer freeware
Filter: All | Freeware | Demo
 

Bad Cd Writer

< 1 2 3 4 5 > 
Added: June 20, 2010 | Visits: 1.810

RSS Writer class RSS Writer class is XML-RSS feed generator for content syndication. It extends the XML Writer class to generate XML-RSS documents. It features simplified definitions of channel and item properties, support for defining optional channel graphic images and search form text inputs, support for RSS...



Platforms: *nix

License: Freeware Download (134): RSS Writer class Download

Added: June 07, 2010 | Visits: 696

CD-Rchive2 CD-Rchive2 is a complete revamp of the popular but now aged CD-Rchive program. It is intended to be used with cdrecord-ProDVD, cdda2wav, and mkisofs for the production of data and music CDs and data DVDs. Built in tools allow cloning of a complete CD or DVD and writing copies. A Boot Wizard...





Platforms: *nix

License: Freeware Size: 3 MB Download (92): CD-Rchive2 Download

Added: April 16, 2010 | Visits: 1.098

Nbed-Nakooki Live CD Nbed-Nakooki Live CD is a generalist GNU/Linux OS for the x86 platform. It is based entirely on two projects : - Norean, a collection of tools for Linux distribution creators. Nbed is on of the Norean tools, that is used to generate the live-CD using Nakooki packages. - Nakooki, a...


Platforms: *nix

License: Freeware Size: 653 MB Download (93): Nbed-Nakooki Live CD Download

Added: February 06, 2010 | Visits: 1.587

nautilus-cd-burner 2.18.2 / nautilus-cd-burner is an easy to use CD/DVD burning package, well integrated with Nautilus and the GNOME desktop. nautilus-cd-burner package also contains the libnautilus-burn library as a simple application interface to CD/DVD drives and disc burning. This library is not guaranteed to be...


Platforms: *nix

License: Freeware Size: 880.64 KB Download (111): nautilus-cd-burner 2.18.2 / Download

Added: November 16, 2010 | Visits: 1.085

The Freeduc-cd Freeduc is a "run-from-CD" Linux distribution based on Knoppix and created by OFSET in France: "Until now - and probably for a while in most heads - the GNU/Linux system at school has been perceived as a good replacement of other proprietary servers. However the server is probably the least...


Platforms: *nix

License: Freeware Size: 700 MB Download (89): The Freeduc-cd Download

Added: June 23, 2010 | Visits: 1.589

CD-Rom Control CD-Rom Control is an X Window control panel which eases the use of the cd-rom drive. It allows you to mount, eject/umount, the cd-rom drive at the click of a button.Other features include autostart and cd status checking. This software is provided as is and has been designed for use on a Linux...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (118): CD-Rom Control Download

Added: April 17, 2010 | Visits: 1.241

XML::TMX::Writer XML::TMX::Writer is a Perl extension for writing TMX files. SYNOPSIS use XML::TMX::Writer; my $tmx = new XML::TMX::Writer(); $tmx->start_tmx(ID => paulojjs); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum texto); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): XML::TMX::Writer Download

Added: September 03, 2010 | Visits: 1.063

Phantomix Live CD Phantomix is a Knoppix based Operating System running on a CD drive without using the hard drive. Phantomix Live CD is configured to use the Tor and Privoxy software for anonymous internet communication. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC,...


Platforms: *nix

License: Freeware Size: 700.2 MB Download (157): Phantomix Live CD Download

Added: April 23, 2010 | Visits: 1.506

Philips Music Writer Philips Music Writer is a program for typesetting music. It reads text files as input, and generates PostScript as output. Philips Music Writer can also write simple MIDI files for proofhearing purposes. PMW is written in C and is freestanding; that is, it does not require additional processing...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (136): Philips Music Writer Download

Added: September 24, 2010 | Visits: 1.117

Privare Live CD Privare Live CD is a linux distribution based on icewm. Linux is a secure and stable operating system. Are you ready for a secure, stable operating system? Have you had it with spyware? Tired of getting virus and worms? Reclaim your PC! There is no easier way to learn Linux. See it before...


Platforms: *nix

License: Freeware Size: 235 MB Download (97): Privare Live CD Download

Added: April 15, 2010 | Visits: 1.374

Python CD Python CD is a bootable CD based on Debian GNU/Linux and KNOPPIX. The special thing about it is that it has lots of Python stuff! Installable Python packages In the top level directory of the CD is a directory python/, containing several packages of Python: - Python for Linux - most Linux...


Platforms: *nix

License: Freeware Size: 669.5 MB Download (110): Python CD Download

Added: May 11, 2010 | Visits: 1.213

GNU CD Input and Control Library GNU CD Input and Control Library (libcdio) encapsulates CD-ROM reading and control. The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. Some...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (105): GNU CD Input and Control Library Download

Added: May 13, 2010 | Visits: 1.100

Rails Live CD Rails Live CD project was born on Ezra Zygmuntowicz blog and realized with help from Brian Ketelsen. Rails Live CD is based on PCLinuxOS which is a great Linux distribution for creating LiveCDs. More information at PCLinusOS.com To use it, just download, burn and reboot! Or if you have a...


Platforms: *nix

License: Freeware Size: 587.7 MB Download (120): Rails Live CD Download

Added: July 06, 2010 | Visits: 1.261

OLPC Live CD SDK Build OLPC Live CD SDK is a Linux distribution created by Red Hat and based on Fedora Core for the One Laptop Per Child. One Laptop Per Child (OLPC) is an initiative to build a low-cost laptop computer with a pre-installed operating system and applications designed for children in developing...


Platforms: *nix

License: Freeware Size: 314 MB Download (115): OLPC Live CD SDK Build Download

Added: October 15, 2010 | Visits: 888

XML::SAX::Writer XML::SAX::Writer is a Perl module with SAX2 Writer. SYNOPSIS use XML::SAX::Writer; use XML::SAX::SomeDriver; my $w = XML::SAX::Writer->new; my $d = XML::SAX::SomeDriver->new(Handler => $w); $d->parse(some options...); Why yet another XML Writer ? A new XML Writer was needed to match...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (105): XML::SAX::Writer Download

Added: April 21, 2010 | Visits: 1.211

RipOff CD Ripper RipOff is a GTK+ based CD ripper for Linux (and hopefully for other Unix systems once some testing and fixing have been done) that has a simple interface, CDDB lookups, and a plugin-based encoder architecture. RipOff CD Ripper attempts to appeal to those users who want a non-GNOME dependent CD...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (100): RipOff CD Ripper Download

Added: May 11, 2010 | Visits: 1.128

Doc::Perlish::Writer Doc::Perlish::Writer is a base class for stream output functions. SYNOPSIS # using - generally use a subclass my $writer = Doc::Perlish::Writer::XML->new(); $doc->receiver($writer); $doc->send_all(); my $output = $writer->output; # an IO::All object # or, you can pass an object or...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (104): Doc::Perlish::Writer Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 1.708

Second Life Live CD Second Life Live CD is a Live CD based on Knoppix, for nvidia graphics cards only. Instructions for use on the CD /index.html.


Platforms: *nix

License: Freeware Size: 593 MB Download (142): Second Life Live CD Download

Added: April 12, 2010 | Visits: 1.187

OpenVZ Live CD OpenVZ Live CD is an Operating System-level server virtualization solution, built on Linux. OpenVZ creates isolated, secure virtual environments — VEs (otherwise known as virtual private servers, or VPSs) on a single physical server enabling better server utilization and ensuring that...


Platforms: *nix

License: Freeware Size: 683 MB Download (98): OpenVZ Live CD Download

Added: February 11, 2010 | Visits: 888

X-CD-Roast 0.98 X-CD-Roast tries to be the most flexible CD-burning software ever. X-CD-Roast project allows even the unexperienced user to create or copy a CD with a few mouse clicks in a intuitive and nice looking graphical user interface..


Platforms: *nix

License: Freeware Size: 3.1 MB Download (96): X-CD-Roast 0.98 Download

< 1 2 3 4 5 >