Main > Free Download Search >

Free idea star singer 2008 software for linux

idea star singer 2008

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1000
DansTuner 0.83

DansTuner 0.83


DansTuner project is a program that tells you if you are playing a pitch in tune. more>>
DansTuner project is a program that tells you if you are playing a pitch in tune.
Major features include automatic discovery of which note you are trying to play (good for trumpet, singer, etc.), the ability to play a guide tone at a configurable volume, a graphical moving "needle" with a red/green display and detail about how flat or sharp you are, and an easily configurable background noise threshold.
Main features:
- takes audio from the default device
- if it is above a background noise level, detects the pitch
- takes the difference between that pitch and an "ideal" (equal-tempered) pitch, and shows you that difference
- plays a guide tone along with you to help you tune
<<less
Download (0.22MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1089 downloads
Ideas-To-Earn-Money 1.0

Ideas-To-Earn-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-22 License: Freeware Price: Free
185 downloads
Star Asterisk API 1.00

Star Asterisk API 1.00


Star Asterisk API is a high performance API that connects to the manager interface of Asterisk or to AstManProxy. more>>
Star Asterisk API is a high performance API that connects to the manager interface of Asterisk or to AstManProxy.
Star Asterisk API is easy to use, object-oriented, and easy to extend to suit your particular requirements.
Main features:
- Easy to use -- Simple php
- Easy to extend -- Object oriented approach
- High performance -- Handles High volume of traffic
<<less
Download (0.020MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
734 downloads
Ideas-For-Making-Money 1.0

Ideas-For-Making-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-23 License: Freeware Price: Free
184 downloads
Mandriva Linux 2008

Mandriva Linux 2008


Mandriva Linux One 2008 is the best way to start using Linux. more>> Mandriva Linux One 2008 is the best way to start using Linux. A full Linux operating system on a single CD for both new and experienced Linux users, it is fast to download and install, and also safe to try with a live mode. One is really the one CD you need!
<<less
Download (696.66MB)
Added: 2009-04-09 License: Freeware Price: Free
227 downloads
AstroBuffer 0.10

AstroBuffer 0.10


AstroBuffer is a CCD astrophotography image manipulation application. more>>
AstroBuffer is a CCD astrophotography image manipulation application.
Main features:
- Opens FITS and SBIG (st9) files
- Adjustable contrast to view different background and range of a image.
- Scale
- Shift
- Rotate
- Align Images based on two star alignment
- Sum images
- Zoom in and out
- Magnification window
- Subtract images
- Average images
- Divide (flat) images
- Lesser two images
- Create RGB color images from three images.
- Save as a image that KDE supports
- Save as FITS
<<less
Download (0.072MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
860 downloads
Lime Wire 2008 4.18.8

Lime Wire 2008 4.18.8


Download unlimited mp3s, movies, videos, music, games, applications, ebooks and more! http://lime.wire-2008.com Written in the Java programming language, LimeWire is able to run on any computer with Java Virtual Machine installed. Installers are provided for Microsoft Windows, Mac OS X, and Linux. more>>

Lime Wire 2008 - Download unlimited mp3s, movies, videos, music, games, applications, ebooks and more! http://lime.wire-2008.com

Protection Against Identity Theft

New ways to control your sensitive material.

Even Better Control Over Shared Files

Easily see and control what files you are sharing.

Built-In Browser

Browse the Web, right from LimeWire!

NO BUNDLED SOFTWARE OF ANY KIND!

No spyware. No adware. Guaranteed.

Firewall to Firewall Transfers.

Since about 60 percent of users are currently firewalled, this feature greatly increases the amount of content on the network.

Faster network connections.

Using new "UDP Host Caches", LimeWire starts up and connects faster than ever before!

Universal Plug N Play.

UPnP support allows LimeWire to find more search results and have faster downloads.

iTunes Integration.

Windows and Mac users can now take advantage of LimeWires iTunes integration.

Creative Commons Integration.

LimeWire now recognizes OGGs and MP3s licensed under a Creative Commons License.

Users can browse the network for the most recent content additions.

Search drill down results.

Searches in LimeWire now immediately display information that fully describes files.

Proxy support.

Users can now use web proxies to route their downloads to protect their identity.

Support for International searches and International groups.

Users can now search in any language, and LimeWire ensures that a user will be connected to other users with their own language to aide international users to receive search results in their native language and to find content from sources that are close to home


Enhancements:
Version 4.18.8

none


System Requirements:
<<less
Download (4.7Mb)
Added: 2008-11-19 License: Free Price: Free
10 downloads
The Dark Star 4.0

The Dark Star 4.0


The Dark Star is an operating system, optimized for user experience, providing many desktop and office programs. more>>
The Dark Star is an operating system, optimized for user experience, providing many desktop and office programs.
The Dark Star can fit on MiniDVDs and is distributed as a LiveDistro which can later be installed to harddisk, effectively being an option for those who want FreeBSD, however are scared by the installer and the tons of configuration.
The Dark Star also provides the easy to use DSI - making installing packages -
whether from an FreeBSD 6.1 install CD or downloaded, easy as two or three
clicks with a mouse!
What are you waiting for? Download The Dark Star 4.0 now!
Enhancements:
- More polished. See the forum.
<<less
Download (875.2MB)
Added: 2006-09-12 License: Other/Proprietary License Price:
1145 downloads
DBIx::DBStag 0.08

DBIx::DBStag 0.08


DBIx::DBStag is a Perl module for Relational Database to Hierarchical (Stag/XML) Mapping. more>>
DBIx::DBStag is a Perl module for Relational Database to Hierarchical (Stag/XML) Mapping.

SYNOPSIS

use DBIx::DBStag;
my $dbh = DBIx::DBStag->connect("dbi:Pg:dbname=moviedb");
my $sql = q[
SELECT
studio.*,
movie.*,
star.*
FROM
studio NATURAL JOIN
movie NATURAL JOIN
movie_to_star NATURAL JOIN
star
WHERE
movie.genre = sci-fi AND star.lastname = Fisher
USE NESTING
(set(studio(movie(star))))
];
my $dataset = $dbh->selectall_stag($sql);
my @studios = $dataset->get_studio;

# returns nested data that looks like this -
#
# (studio
# (name "20th C Fox")
# (movie
# (name "star wars") (genre "sci-fi")
# (star
# (firstname "Carrie")(lastname "Fisher")))))

# iterate through result tree -
foreach my $studio (@studios) {
printf "STUDIO: %sn", $studio->get_name;
my @movies = $studio->get_movie;

foreach my $movie (@movies) {
printf " MOVIE: %s (genre:%s)n",
$movie->get_name, $movie->get_genre;
my @stars = $movie->get_star;

foreach my $star (@stars) {
printf " STARRING: %s:%sn",
$star->get_firstname, $star->get_lastname;
}
}
}

# manipulate data then store it back in the database
my @allstars = $dataset->get("movie/studio/star");
$_->set_fullname($_->get_firstname. .$_->get_lastname)
foreach(@allstars);

$dbh->storenode($dataset);
exit 0;

Or from the command line:

unix> selectall_xml.pl -d dbi:Pg:dbname=moviebase
SELECT * FROM studio NATURAL JOIN movie NATURAL
JOIN movie_to_star NATURAL JOIN star
USE NESTING (set(studio(movie(star))))

Or using a predefined template:

unix> selectall_xml.pl -d moviebase /mdb-movie genre=sci-fi

<<less
Download (0.13MB)
Added: 2006-10-04 License: Perl Artistic License Price:
1115 downloads
KAstrometry 0.0.1a

KAstrometry 0.0.1a


KAstrometry is an astrometry program for KDE. more>>
KAstrometry is an astrometry program for KDE. It is written in Python. It aims to be a good tool to make measurements of objects in space from images taken by CCD cameras.

Such measurements might be used to find orbits of astroids or record the brightness of variable stars. One day, it should be able to record an objects position, detect stars, and find coordinates using star catalogs
<<less
Download (0.013MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1501 downloads
KAstrHorloge 2.0.1

KAstrHorloge 2.0.1


KAstrHorloge is an astronomy program for Linux & KDE. more>>
KAstrHorloge is an astronomy software for Linux & KDE.
KAstrHorloge is provided with a 10000 stars database. For any of these stars or planets, the software can compute its position in the sky of your observation site. It displays the object location both in a map and in terms of coordinates (alpha and delta)
For each star or planet, you can add your own comments (for example, some physical data, or observation comments) and even a CCD image of the object !
All functions of KAstrHorloge are intuitive and easily accessible, so you can use this software without reading the doc !
Good observations !
Enhancements:
- Added a dialog to choose the geographic location
- Used libAstronomy and libnova for calculations
<<less
Download (1.07MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1500 downloads
Quantum Star: Generations 0.7.2c

Quantum Star: Generations 0.7.2c


Quantum Star: Generations is an easy to install and manage space strategy browser-based game. more>>
Quantum Star: Generations project is an easy to install and manage space strategy browser-based game.
Quantum Star: Generations is a browser-based space strategy and trading game played across a mapped galaxy against other players. Utilizing mining, trading, research, and production through easy-to-use tools, QS enables both broad micro-management of resources or more "aggregated" methods. Players compete, combat enemy fleets, and manage planets to become the "last man standing". No user downloads are required, and the game is free to host or play.
Quantum Star: Generations Evolved is a browser-based space strategy game. It is playable from any modern browser such as Mozilla Firefox or Internet Explorer. It is written in the PHP programming language and utilises either MySQL or PostgreSQL as a backend database. It is also free for download and may be hosted independently by any user. The game is released under the terms of the Affero General Public License.
Quantum Star: Generations Evolved is a free open source application. Being open source you may modify and redistribute the source code under the terms of the Affero General Public License, or at your option the GNU General Public License version 3 (not version 2).
Main features:
- Free
- Its fun!
- Easy installation
- Support for all versions of MySQL and PostgreSQL
- Support for both PHP4 and PHP5
- Platform independent
- Multiple language support with UTF-8 the standard character encoding
- Focus on security and resource efficiency
- Automated administration tasks
- Did we mention it is fun?
<<less
Download (MB)
Added: 2007-03-11 License: AGPL (Affero General Public License) Price:
961 downloads
Shooting Star 1.2.0

Shooting Star 1.2.0


Shooting Star project is a 2D shooting game. more>>
Shooting Star project is a 2D shooting game.

Shooting Star is a 2D action game which uses SDL and OpenGL.

The goal is to clear all levels of bad guys and make the World a better place.

<<less
Download (7.4MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1966 downloads
delfin 20030216

delfin 20030216


delfin 20030216 is an excellent tool that was specially designed to be a realtime software sampler for Linux. more>>
delfin 20030216 is an excellent tool that was specially designed to be a realtime software sampler for Linux.

Have you ever gone out to find a hardware to create contemporary music (Hip-hop, Jungle, Techno, ...) with considerable price? Did you know that you can use your humble computer to do the same job?

And then a sampler needs lots of memory, so you got to spend more quids upgrading it. The sound quality of delfin and its actual interface doesn't come near that of a real harware sampler, but it might become a full-grown, all-mighty, powerful sea singer.

Instructions:

  • In the delfin directory just type: install.sh
  • This will move the delfin executable to any of your binary paths.

Enhancements: 16-02-2003

  • It has grown a little bit in size, but it is much modular now.
  • The on-line help will be a big surprise for all of you who didn't understand how to work with delfin.
  • Added a test module, Discrete Fourier Transform, that can be used as equalizer.

Requirements:

  • Linux with soundcard
  • ncurses library
  • gcc compiler
<<less
Added: 2006-07-21 License: Freeware Price: FREE
1 downloads
Stardork 0.6

Stardork 0.6


Stardork project is a Linux console-based space shooter/maze game. more>>
Stardork project is a Linux console-based space shooter/maze game.

Stardork is a Linux console based game where (.)s represent stars and are randomly placed on the screen.

(X) represents your space ship and you move in in all directions, including diagonally, to position yourself to shoot the goal (@).

You can also shoot missles in all directions. If you run into a star you lose power. If you shoot or run into the goal then you move up a level and more random stars are plotted.

This eventually creates a more and more complex maze of stars you must nagivate through to position yourself to shoot the goal.

Beat all 34 levels and you are a master stardork.

<<less
Download (0.003MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1065 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5