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

Neo Geo Cd Emul freeware
Filter: All | Freeware | Demo
 

Neo Geo Cd Emul

< 1 2 3 4 5 > 
Added: September 13, 2010 | Visits: 903

Geo::Ellipsoids Geo::Ellipsoids is a package for standard Geo:: ellipsoid a, b, f and 1/f values. SYNOPSIS use Geo::Ellipsoids; my $obj = Geo::Ellipsoids->new(); $obj->set(WGS84); #default print "a=", $obj->a, "n"; print "b=", $obj->b, "n"; print "f=", $obj->f, "n"; print "i=", $obj->i, "n"; print... Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): Geo::Ellipsoids Download

Added: February 03, 2010 | Visits: 1.862

Geo::ECEF Geo::ECEF is a Perl module that converts between ECEF (earth centered earth fixed) coordinates and latitude, longitude and height above ellipsoid. SYNOPSIS use Geo::ECEF; my $obj=Geo::ECEF->new(); #WGS84 is the default my ($x, $y, $z)=$obj->ecef(39.197807, -77.108574, 55); #Lat (deg), Lon... Platforms: *nix

License: Freeware Size: 5.12 KB Download (184): Geo::ECEF Download

Added: April 16, 2010 | Visits: 1.104

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.598

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.092

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.605

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: October 25, 2010 | Visits: 974

Geo::Coordinates::VandH Geo::Coordinates::VandH is a Perl module that can convert and manipulate telco V and H coordinates. SYNOPSIS To convert V: 5498 H: 2895 to lat/long coordinates: use Geo::Coordinates::VandH; $blah=new Geo::Coordinates::VandH; ($lat,$lon) = $blah->vh2ll(5498,2895); printf... Platforms: *nix

License: Freeware Size: 4.1 KB Download (115): Geo::Coordinates::VandH Download

Added: September 03, 2010 | Visits: 1.071

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 (163): Phantomix Live CD Download

Added: September 24, 2010 | Visits: 1.123

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.383

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 (116): Python CD Download

Added: May 11, 2010 | Visits: 1.223

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.106

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 (126): Rails Live CD Download

Added: July 06, 2010 | Visits: 1.270

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: September 09, 2010 | Visits: 2.513

Geo::Gpx Geo::Gpx is a Perl module to create and parse GPX files. SYNOPSIS # Version 0.10 compatibility use Geo::Gpx; my $gpx = Geo::Gpx->new( @waypoints ); my $xml = $gpx->xml; # New API, generate GPX my $gpx = Geo::Gpx->new(); $gpx->waypoints(@wpt); my $xml = $gpx->xml(1.0); # Parse GPX... Platforms: *nix

License: Freeware Size: 12.29 KB Download (214): Geo::Gpx Download

Added: January 15, 2010 | Visits: 1.149

Geo::Track::Log Geo::Track::Log is a Perl module that represent track logs and find a location based on a track log and a date. SYNOPSIS use Geo::Track::Log; my $log = new Geo::Track::Log; # add a point to a track log. $log->addPoint( { timestamp => 2004-12-25 12:00:00, lat => 0.0, long=> 0.0, } );... Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): Geo::Track::Log Download

Added: April 21, 2010 | Visits: 1.218

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 (101): RipOff CD Ripper Download

Added: January 13, 2010 | Visits: 1.968

Geo::StreetAddress::US Geo::StreetAddress::US is a Perl extension for parsing US street addresses. SYNOPSIS use Geo::StreetAddress::US; my $hashref = Geo::StreetAddress::US->parse_location( "1005 Gravenstein Hwy N, Sebastopol CA 95472" ); my $hashref = Geo::StreetAddress::US->parse_location( "Hollywood &... Platforms: *nix

License: Freeware Size: 10.24 KB Download (109): Geo::StreetAddress::US Download

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

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 (148): Second Life Live CD Download

Added: April 12, 2010 | Visits: 1.192

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 (100): OpenVZ Live CD Download

Added: February 11, 2010 | Visits: 895

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 >