Main > Free Download Search >

Free quanta gold 3.7 software for linux

quanta gold 3.7

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 122
Quanta Plus 3.5.7

Quanta Plus 3.5.7


Quanta is a web editor for KDE supporting HTML and more. more>>
Quanta Plus is a highly stable and feature rich web development environment. Quantas vision has always been to start with the best architectural foundations, design for efficient and natural use and enable maximal user extensibility.

We recognize that we dont have the resources to do everything we would like to so our target is to make it easy for you to help make this the best community based desktop application anywhere. Pretty much everything in Quanta is designed so you can extend it.

Even the way it handles XML DTDs is based on XML files you can edit. You can even import DTDs, write scripts to manage editor contents, visually create dialogs for your scripts and assign script actions to nearly any file operation in a project. You can even look at and communicate with a wide range of what happens inside Quanta using DCOP.

Quanta is based on KDE so this means it is network transparent from any dialog or project. It can use not only FTP but other KDE KIO slaves from file dialogs or in project settings. For instance if you want secure access try the fish KIO slave that uses SSH.

Just enter fish://[user]@domain in any dialog or select fish in your project settings. Here on this site you will find information on using Kommander to visually build dialogs you can extend Quanta with. These applications talk to each other using an IPC (Inter Process Communication) called DCOP (DEsktop Communication Protocol).

Of course I realize this can sound like alphabet soup techno-babble to some web developers, but heres what it means. When you are using Quanta and realize you would like to do something and you want to ask "Can I do this?" you can expect the answer will not only be yes, but it will probably be even cooler than you hoped for.

Not included on this site are other tools you can use with Quanta for revision control and reviewing and merging changes in files. Those applications are Cervisia and Kompare, and if they are not installed and you install them Quanta will use them.

We would like to think that there are rich rewards to be found here for those willing to explore new ways of doing things, or perhaps in some cases old ways that are just new to you.
<<less
Download (5.8MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
943 downloads
 
Other version of Quanta Plus
Quanta Plus 3.1.1Quanta is a markup and scripting language IDE that strives to be DTD agnostic, supporting web ... We will organize these so that Quanta web developers can find just the resources, extensions
License:Freeware
Download (2.78MB)
204 downloads
Added: 2009-04-22
Quantum Minigolf 1.0.0

Quantum Minigolf 1.0.0


Quantum Minigolf is nearly the same as the game minigolf - except that the ball obeys the laws of quantum mechanics. more>>
Quantum Minigolf is nearly the same as the game minigolf - except that the ball obeys the laws of quantum mechanics.

Such a ball can be at several places at once. It can diffract around obstacles and interfere with itself. Apart from that, the rules are the same: You can play on various tracks involving various obstacles. You hit the ball with a club and try to kick it into a hole on the other side of the track.


The software

To play quantum minigolf, download the game in the download section. It is a GPLed C++ program, which has been tested under Windows and Linux. It features a simple user interface. You can add your own tracks by editing them in any image editing software and saving them in bmp format.

The hardware

There also exists a (virtually) real version of quantum minigolf. It permits to play with a real club and a ball which is projected onto the track by a video projector mounted on a 2m (6ft) high tripod. The club is marked by an infrared LED, and detected by a webcam next to the video projector. An image recognition algorithm in the quantum minigolf software computes the club position and feeds back hits into the simulation.

<<less
Download (0.46MB)
Added: 2007-03-07 License: Freeware Price:
966 downloads
Quantum GIS 0.8.1

Quantum GIS 0.8.1


Quantum GIS is a desktop geographic information system application. more>>
Quantum GIS (QGIS) is a cross-platform Geographic Information System (GIS). Quantum GIS project offers support for vector and raster formats, including spatially enabled tables in PostgreSQL using PostGIS, common GIS vector formats such as Shapefiles, and geo-referenced rasters (TIFF, PNG, and GEOTIFF).
Many plugins are available to dynamically add new functionality. Viewing of GRASS layers (vector and raster) is provided by a plugin. GRASS vector layers can be edited in QGIS.
Main features:
- Support for spatially enabled PostGIS tables
- Support for shapefiles, ArcInfo coverages, Mapinfo, and other formats supported by OGR
- Raster support for a large number of formats
- Identify features
- Display attribute tables
- Select features
- GRASS Digitizing
- Feature labeling
Enhancements:
- Numerous bugfixes and stability improvements.
<<less
Download (11.4MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
888 downloads
Trommler 3.7

Trommler 3.7


Trommler is an X-based drum machine. more>>
Trommler is an X-based drum machine with the following features: use of 16 bit 44100kHz mono drum samples, realtime audio output using the /dev/dsp device on Linux machines (or audio output to file), a variable number of beats per pattern, volume adjustment of drum samples, stereo panning of (mono) drum samples, and more.
The distribution comes with a binary "trommler". Just starting this binary should work in most cases. Because of space problems the binary is compiled dynamically and you will need a recent version of gtk (see next section).
If you have downloaded the Trommler tar file and the binary provided there does not work for you or you want to modify Trommler you need to recompile it.
Before you type make, say "make dep". You will need the gimp toolkit header files and
libraries to compile and link Trommler. If the compiler complains about the functions
`gtk_entry_set_max_length and `gtk_entry_set_editable being undefined you need to get a newer version of the gimp toolkit. If gtk_scrolled_window_add_with_viewport is undefined you can try to use gtk_container_add instead.
Main features:
- Distributed under the GPL.
- Works under Linux and BSD.
- Graphical user interface based on gtk 2.0.
- Supporty complex rhythms (variable number of beats per pattern)
- Virtual drum "@ACCENT" to emphasize certain beats.
- 16 bit 44100kHz mono drum samples (individual stereo panning and volume
- adjustment)
- Realtime (stereo) audio output using the OSS API.
- Alternatively, audio output to file.
<<less
Download (0.82MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1194 downloads
Quantum::Random 0.01

Quantum::Random 0.01


Quantum::Random is an optical quantum random number generator front-end. more>>
Quantum::Random is an optical quantum random number generator front-end.

SYNOPSIS

package Your::Package;

use strict;
use Quantum::Random qw(quantum_random);

my @numbers = quantum_random(10, 5);

die "Error: $Quantum::Random::Errorn" unless @numbers;

print join , , @numbers;

Quantum::Random is a front-end to the optical quantum random number generator at the Computer Science department of the University of Geneva. For details on the generator, visit: http://www.randomnumbers.info/
The site states, "The Computer Science department of the University of Geneva has developed a server/client application for scientist from around the world to be able to download random numbers directly in the C, C+, Fortran or Java codes [sic] used for their simulations."

As they have no stated plans for developing a perl interface, I have taken it upon myself to author one.

USAGE

The subroutine quantum_random will be exported into your namespace as shown above. It accepts two mandatory arguments. The first argument represents the number of random numbers you want (i.e., the quantity) and must be between 1 and 1000. The second argument represents the maximum number that you want any given random number to be (i.e., the maximum) and must be between 1 and 10000. On success, you will be returned a list of random numbers. On failure, you will be returned an empty set and can get details on the failure by checking the contents of $Quantum::Random::Error.

<<less
Download (0.016MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
866 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
Quantum::Entanglement 0.32

Quantum::Entanglement 0.32


Quantum::Entanglement package contains QM entanglement of variables in perl. more>>
Quantum::Entanglement package contains QM entanglement of variables in perl.

SYNOPSIS

use Quantum::Entanglement qw(:DEFAULT :complex :QFT);

my $c = entangle(1,0,i,1); # $c = |0> + i|1>
my $d = entangle(1,0,1,1); # $d = |0> + |1>

$e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>, connected to $c, $d

if ($e == 1) { # observe, probabilistically chose an outcome
# if we are here, ($c,$d) = i|(1,1)>
print "* $e == 1n";
}
else { # one of the not 1 versions of $e chosen
# if we are here, ($c,$d) = |(0,0)> + i|(1,0)> + |(0,1)>
print "* $e != 1n";
}

BACKGROUND

"Quantum Mechanics - the dreams that stuff is made of."

Quantum mechanics is one of the stranger things to have emerged from science over the last hundred years. It has led the way to new understanding of a diverse range of fundamental physical phenomena and, should recent developments prove fruitful, could also lead to an entirely new mode of computation where previously intractable problems find themselves open to easy solution.

While the detailed results of quantum theory are hard to prove, and even harder to understand, there are a handful of concepts from the theory which are more easily understood. Hopefully this module will shed some light on a few of these and their consequences.

One of the more popular interpretations of quantum mechanics holds that instead of particles always being in a single, well defined, state they instead exist as an almost ghostly overlay of many different states (or values) at the same time. Of course, it is our experience that when we look at something, we only ever find it in one single state. This is explained by the many states of the particle collapsing to a single state and highlights the importance of observation.

In quantum mechanics, the state of a system can be described by a set of numbers which have a probability amplitude associated with them. This probability amplitude is similar to the normal idea of probability except for two differences. It can be a complex number, which leads to interference between states, and the probability with which we might observe a system in a particular state is given by the modulus squared of this amplitude.

Consider the simple system, often called a qubit, which can take the value of 0 or 1. If we prepare it in the following superposition of states (a fancy way of saying that we want it to have many possible values at once):

particle = 1 * (being equal to 1) + (1-i) * (being equal to 0)

we can then measure (observe) the value of the particle. If we do this, we find that it will be equal to 1 with a probability of

1**2 / (1**2 + (1-i)(1+i) )

and equal to zero with a probability of

(1+i)(1-i) / (1**2 + (1-i)(1+i) )

the factors on the bottom of each equation being necessary so that the chance of the particle ending up in any state at all is equal to one.

Observing a particle in this way is said to collapse the wave-function, or superposition of values, into a single value, which it will retain from then onwards. A simpler way of writing the equation above is to say that

particle = 1 |1> + (1-i) |0>

where the probability amplitude for a state is given as a multiplier of the value of the state, which appears inside the | > pattern (this is called a ket, as sometimes the bra or < |, pattern appears to the left of the probability amplitudes in these equations).

Much of the power of quantum computation comes from collapsing states and modifying the probability with which a state might collapse to a particular value as this can be done to each possible state at the same time, allowing for fantastic degrees of parallelism.

Things also get interesting when you have multiple particles together in the same system. It turns out that if two particles which exist in many states at once interact, then after doing so, they will be linked to one another so that when you measure the value of one you also affect the possible values that the other can take. This is called entanglement and is important in many quantum algorithms.

<<less
Download (0.020MB)
Added: 2007-05-22 License: Perl Artistic License Price:
534 downloads
OpenStar 4.02 Gold

OpenStar 4.02 Gold


OpenStar is a value-added PostNuke distribution. more>>
OpenStar is a value-added PostNuke distribution. The aim of OpenStar project is to deliver a more complete eBusiness/CMS solution while still remaining compatible with the proven core PostNuke distribution.
OpenStar contains significant functional extensions and a powerful object-oriented development library, resulting in a significantly more complete CMS.
Main features:
- Calendar & AddressBook (integrated)
- Media & Content Mangement (integrated)
- Content Management Aggregator
- Project management (integrated with AddressBook)
- Document management
- Resource booking system (integrated with Media module)
- Powerful service module (bug tracker)
- Integrated HTTP(S) login into the system
- Lots of other additions and fixes to the base PostNuke codebase
Enhancements:
- This release contains almost 100 fixes and improvements, including the PN 0.762 security patch.
- If you are using a previous version of OpenStar, you are advised to upgrade to this release.
- The docs directory contains a list of changed files in case you wish to selectively upgrade your installation.
- If youve downloaded any 4.02 packages before 24-Feb-2006, you should download them again, as significant fixes have been applied.
<<less
Download (18.5MB)
Added: 2006-02-24 License: GPL (GNU General Public License) Price:
1340 downloads
SafeHTML 1.3.7

SafeHTML 1.3.7


SafeHTML is anti-XSS HTML parser, written in PHP. more>> <<less
Download (0.015MB)
Added: 2005-12-19 License: BSD License Price:
1406 downloads
oftpd 0.3.7

oftpd 0.3.7


oftpd provides yet another anonymous FTP server. more>>
oftpd provides yet another anonymous FTP server.
oftpd is designed to be as secure as an anonymous FTP server can possibly be.
It runs as non-root for most of the time, and uses the Unix chroot() command to hide most of the systems directories from external users--they cannot change into them even if the server is totally compromised.
It also contains its own directory-change and directory-listing code (most FTP servers execute the system "ls" command to list files).
Enhancements:
- Philippe Oechslin discovered a DoS vulnerability. - Fixed
<<less
Download (0.095MB)
Added: 2007-04-27 License: BSD License Price:
911 downloads
gjots 2.3.7

gjots 2.3.7


gjots marshals and organizes text notes in a convenient, hierarchical way. more>>
gjots marshals and organizes text notes in a convenient, hierarchical way.

You can use gjots2 to organise your jottings into a tree structure, adding thoughts and miscellany as you go. You can get it to spit out HTML, XML, postscript, pdf, man etc etc (see the online manual for an example of the HTML conversion).

You can use it to "mind-map" your compositions - write down all your thoughts and then start organising them into a tree. By manipulating the tree you can easily reorder your thoughts and structure them appropriately.

Its a bit like the KDE program kjots but it supports a hierarchy of folders and the folder hierarchy is always visible. Of course, its also written primarily for gnome/GTK-2 rather than KDE.

<<less
Download (MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
alogg 1.3.7

alogg 1.3.7


alogg is an Ogg/Vorbis addon library for Allegro. more>>
alogg is an Ogg/Vorbis addon library for Allegro.

alogg is a library which makes it easier to use Ogg/Vorbis streams with Allegro. It offers facilities to decode, stream, and encode Ogg/Vorbis streams, and integrates those facilities with Allegros datafile and sample loading routines.

alogg comes with a sample player, streamer, and encoder based on Allegros sound routines.

<<less
Download (0.049MB)
Added: 2006-07-10 License: BSD License Price:
1207 downloads
c-nocem 3.7

c-nocem 3.7


c-nocem project is a program for the easy and efficient application of the NoCeM protocol on the news spool. more>>
c-nocem project is a program for the easy and efficient application of the NoCeM protocol on the news spool. Which means, articles for which a NoCeM with "action=hide" is accepted, will be deleted from your news system as if they had been cancelled. With the installation described below, these will be processed as fast as possible and should work like real cancels.

Unlike the standard implementation of NoCeM, this version is optimized for the most common case of "spam cancels". In fact, it can do nothing else. It can not be run by a normal user, it does not need or manipulate state like .newsrc files, it processes only "hide" actions, and that only by actually deleting the articles.

c-nocem is designed for easy setup and fast run and needs no maintenance.

<<less
Download (0.044MB)
Added: 2007-01-25 License: Public Domain Price:
1002 downloads
libquantum 0.2.4

libquantum 0.2.4


libquantum is a C library for the simulation of a quantum computer. more>>
libquantum is a C library for the simulation of a quantum computer. libquantum provides an interface for a quantum register and for all important quantum operations.
An efficient model for decoherence allows an analysis of quantum computation in a realistic environment.
Main features:
- Simulation of arbitrary quantum algorithms is possible
- High perfomance and low memory consumption
- Decoherence support for realistic quantum computation
- Interface for quantum error correction (QEC)
- Supports the density operator formalism
- Implementations of Shors factoring algorithm and Grovers search algorithm are included
- libquantum is available as Free Software under the terms of the GNU General Public License (GPL). See the file COPYING for further details.
<<less
Download (0.20MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1436 downloads
DVDAttache 3.7.0

DVDAttache 3.7.0


DVDAttache is an application for managing your database of DVD titles. more>>
DVDAttache is an application for managing your database of DVD titles. DVDAttache is freely available, but donations are accepted.
Main features:
- Amazon and IMDB searching.
- Quick Add feature with a database of over 3,500 titles. Just check the ones you own and click a button!
- Filters and searching.
- Thumbnail and large views of DVD cover images.
- Add new titles from Amazon or IMDB searches.
- Wish List management.
- And much more...
Usage:
The *nix distribution is a self-executing JAR file. If your desktop environment supports it you can double-click the JAR to run it. Otherwise open a terminal window and type:
java -jar DVDAttache.jar
Tips:
To quickly get started with your collection select Tools/Quick Add and check the list of popular titles you want to add to your database. For titles not in the list use Amazon Search and click Add. For all other titles use Edit/Manual Add.
To see a larger version of the cover image click on the thumbnail on the right. To see a larger version of the Amazon Search thumbnail images double-click the item.
If you are behind a network firewall with a proxy you need to select Preferences from the Edit menu, then select the Network tab and specify the correct settings. Many tables and lists in the application support right-click line item menus (popups).
<<less
Download (5.6MB)
Added: 2006-10-22 License: Freeware Price:
1099 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5