Main > Free Download Search >

Free aqua software for linux

aqua

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
Blue Aqua

Blue Aqua


Blue Aqua is a nice blue theme for KDE. more>>
Blue Aqua is a nice blue theme for KDE.

<<less
Download (0.44MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
AquaFusion

AquaFusion


AquaFusion is a icon theme based on aqua fusion. more>>
AquaFusion is a icon theme based on aqua fusion.

AquaFusion is converted from KDE to the Gnome 2.2 format by Vyacheslav Dikonov.

<<less
Download (2.1MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1436 downloads
YOLK XMMS PLAYER aqua

YOLK XMMS PLAYER aqua


YOLK XMMS PLAYER is a Xmms player control SuperKaramba theme. more>>
YOLK XMMS PLAYER is a Xmms player control SuperKaramba theme.
I realized that Aqua is required in most desktop palletes.
It supports:
- Play
- Pause
- REW
- FWW
<<less
Download (0.64MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1210 downloads
MacOS-X Aqua Theme 1.2.1

MacOS-X Aqua Theme 1.2.1


MacOS-X Aqua Theme provides a GTK 2.x Theme/Style. more>>
MacOS-X Aqua Theme provides a GTK 2.x Theme/Style.
Installation guide :
[Part 1] GTK2 Theme
Step 1 : If you have got the old version before, then delete the old version.
rm -Rf ~/.themes/MacOS-X
if not, skip this step.
Step 2 : Unpack the downloaded file.
tar zxf 13548-Gnome_MacOS-X_Aqua_Theme_20040730.tar.gz
Step 3 : Move the entire folder named "MacOS-X" into ~/.themes
mv MacOS-X ~/.themes
Enhancements:
- Fixed bugs found in gtk theme.
- 72x72 and 96x96 icons added to Icon theme.
<<less
Download (0.33MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
646 downloads
Aqua Data Studio 6.0.10

Aqua Data Studio 6.0.10


Aqua Data Studio is a database query tool and administration tool that allows developers to easily create, edit, and execute SQL more>>
Aqua Data Studio program is a database query tool and administration tool that allows developers to easily create, edit, and execute SQL scripts, as well as browse and visually modify database structures.
Aqua Data Studio provides an integrated database environment with a single consistent interface to all major relational databases. This allows the database administrator or developer to tackle multiple tasks simultaneously from one application.
Main features:
Query Analyzer/Window
- Aqua Data Studios sophisticated Query Analyzer allows users to work on database scripts with specific RDBMS syntax highlighting and auto-completion to develop and test SQL scripts. Other features to speed up development include SQL automation, auto-describe and sortable multi-grid results. The query analyzer also provides client side variable binding, allowing a user to execute stored procedures or functions with local variables binded to receive out parameters. The query window also provides two modes of operation, using a SplitPane View or a MultiTab View for the editor and the query results.
Schema Browser & Visual Editing
- Its graphical browsing capabilities allow you to understand the structure and dependencies of the database schema with a single mouse click. The schema browser also allows you to visually edit any schema object with a graphical design form to CREATE, ALTER or DROP the object. Visual editing supports Tables, Indexes, Procedures, Data Types and other schema objects. The visual editors also provides an SQL preview of all the commands to be executed to commit the operation.
Schema Extraction & DDL Scripting
- Its graphical browsing allows you to extract the structure definition of all schema objects and to script the SQL DDL and DML (eg CREATE, ALTER, DROP, SELECT, INSERT, UPDATE and DELETE) syntax for database schema objects (including Tables, Views, Triggers, Stored Procedures and Functions).
Table Data Editor
- A powerful Table Data Editor allows you to modify your results graphically and save them. By writing a single table SELECT statement in the Query Analyzer and clicking on the Execute Edit button, a separate window is opened with the query results for you to edit and save. You may also browser to a table in the schema browser and select the Edit Table from the popup menu to edit the first 1000 records in a table.
Enhancements:
- Enhancements in this release include OS X Integration, Windows integration, complete and customizable keymapping, a schema difference tool, a directory difference tool, a file difference tool, a tab difference tool, a copy history difference tool, SQL Server DBA tools, and Sybase DBA tools.
- In total, there were over 100 new features.
<<less
Download (53.2MB)
Added: 2007-01-16 License: Free for non-commercial use Price:
859 downloads
Murrina-EvilAqua 0.2

Murrina-EvilAqua 0.2


Murrina-EvilAqua 0.2 is yet another excellent Gnome theme which is roughly based on a mix of aqua and light refreshing blue tones more>> <<less
Added: 2008-09-20 License: GPL Price: FREE
13 downloads
Wallcal 0.1

Wallcal 0.1


Wallcal is a simple, stupid, useless calendar for your desktop. more>>
Wallcal is a simple, stupid, useless calendar for your desktop.

I created this instead alot of useful calendars because:

- I dont like Aqua, Graphite, Aero. I like freedom, I love KDE, Im looking for my personal desktop style..
- Some famous calendars dont work on my PC.

Every month it will show you a photo of my honeymoon in Ireland. Of course you can change them.

<<less
Download (0.64MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
716 downloads
Ultimate Othello 1789

Ultimate Othello 1789


Ultimate Othello is the ultimate Othello game. more>>
Ultimate Othello is the ultimate Othello game. Enjoy its new, aqua-friendly graphics, full Cocoa interface (on MacOS X) and animations.

The next generation Ultimate Othello is becoming usable and somewhat more ultimate than the previous version !

It features network play with chat and multiple enhaced AIs, and is released under the Gnu Public Licence for both Linux and Mac OS X.
<<less
Download (0.47MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1515 downloads
Chart::EPS_graph 0.01d

Chart::EPS_graph 0.01d


Chart::EPS_graph creates line graphs in PostScript as *.eps format. more>>
Chart::EPS_graph creates line graphs in PostScript as *.eps format.

SYNOPSIS

# Create anew a 600 x 600 points (not pixels!) EPS file
my $eps = Chart::EPS_graph->new(600, 600);

# Choose minimum required display info
$eps->set(
label_top => Graph Main Title,
label_y1 => Y1 Axis Measure (Units),
label_y2 => Y2 Axis Measure (Units),
label_x => X Axis Measure (Units),
);

# Choose 6 of 13 named chans, 4 at left, 2 at right
$eps->set(
names => @all_13_name_strings,
data => @all_13_data_arefs,
y1 => [7, 8, 10, 11],
y2 => [9, 12],
);


# Choose optional graph features
$eps->set(
label_y1_2 => Extra Y1 Axis Info,
label_y2_2 => Extra Y2 Axis Info,
label_x_2 => Extra X Axis Info,

# Any common browser color no matter how hideous.
bg_color => DarkOliveGreen,
fg_color => HotPink,
web_colors => [Crimson, Lime, Indigo, Gold, Snow, Aqua],

# Any known I font no matter how illegible
font_name => ZapfChancery-MediumItalic,
font_size => 18,

# See POD about this one. But in brief:
# If set to "1" channel innumeration gaps will be closed.
# If set to "0" (the default) they will be left as they are.
close_gap => 0,

# If the 0th channel is not for the X axis (the default) then the
# data point count is used as the X axis, which you may scale.
# So if X were Time in seconds, with no 0th channel having acutally
# recorded it, but each data point were known to be 0.5 seconds...
$self->{x_is_zeroth} = 0; # Boolean, so 1 or 0.
$self->{x_scale} = 2; # Have 10th datapoint show as 20, etc.
);

# Write output as EPS
$eps->write_eps( cwd() . /whatever.eps ); # Write to a file.

# View, convert or edit the EPS output
$eps->display(); # Display in viewer (autodetects gv or gsview.exe).
$eps->display(GS); # Convert to PNG via Ghostscript.
$eps->display(GIMP); # Open for editng in The GIMP.

<<less
Download (0.024MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1093 downloads
Blob Wars: Blob Metal Solid 1.07

Blob Wars: Blob Metal Solid 1.07


Blob Wars : Metal Blob Solid, you take on the role of a fearless Blob agent, Bob. more>>
Blob Wars : Metal Blob Solid, you take on the role of a fearless Blob agent, Bob.
Since their world was invaded by an alien race, the Blobs have faced a lifetime of war. But now they have a chance to win the war once and for all.
In Blob Wars : Metal Blob Solid, you take on the role of a fearless Blob agent, Bob. Bobs mission is to infiltrate the various enemy bases around the Blobs homeworld and rescue as many MIAs as possible. But standing in his way are many vicious aliens, other Blobs who have been assimilated and the evil alien leader, Galdov.
Main features:
- Platform game
- Over 25 missions
- More than 8 hours gameplay!
- 4 difficulty settings
- Large levels with different environments, such as water, lava, ice and slime.
- Use a variety of different weaponary, including machine guns and laser cannons.
- Multiple objectives
- Jetpack and Aqua Lung items to find
- Optional blood and gore
- Boss Battles!
- Lots of sound effects and music tracks
- Joypad support with configurable controls
- Configurable keyboard support
- Level replay value - Return to previous levels to rescue all MIAs and optional objectives.
<<less
Download (7.2MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
879 downloads
Bio::Graphics::Panel 1.5.2_005 RCb

Bio::Graphics::Panel 1.5.2_005 RCb


Bio::Graphics::Panel is a Perl module to generate GD images of Bio::Seq objects. more>>
Bio::Graphics::Panel is a Perl module to generate GD images of Bio::Seq objects.

SYNOPSIS

# This script parses a GenBank or EMBL file named on the command
# line and produces a PNG rendering of it. Call it like this:
# render.pl my_file.embl | display -

use strict;
use Bio::Graphics;
use Bio::SeqIO;

my $file = shift or die "provide a sequence file as the argument";
my $io = Bio::SeqIO->new(-file=>$file) or die "could not create Bio::SeqIO";
my $seq = $io->next_seq or die "could not find a sequence in the file";

my @features = $seq->all_SeqFeatures;

# sort features by their primary tags
my %sorted_features;
for my $f (@features) {
my $tag = $f->primary_tag;
push @{$sorted_features{$tag}},$f;
}

my $panel = Bio::Graphics::Panel->new(
-length => $seq->length,
-key_style => between,
-width => 800,
-pad_left => 10,
-pad_right => 10,
);
$panel->add_track( arrow => Bio::SeqFeature::Generic->new(-start=>1,
-end=>$seq->length),
-bump => 0,
-double=>1,
-tick => 2);
$panel->add_track(generic => Bio::SeqFeature::Generic->new(-start=>1,
-end=>$seq->length),
-glyph => generic,
-bgcolor => blue,
-label => 1,
);

# general case
my @colors = qw(cyan orange blue purple green chartreuse magenta yellow aqua);
my $idx = 0;
for my $tag (sort keys %sorted_features) {
my $features = $sorted_features{$tag};
$panel->add_track($features,
-glyph => generic,
-bgcolor => $colors[$idx++ % @colors],
-fgcolor => black,
-font2color => red,
-key => "${tag}s",
-bump => +1,
-height => 8,
-label => 1,
-description => 1,
);
}

print $panel->png;
$panel->finished;

exit 0;

The Bio::Graphics::Panel class provides drawing and formatting services for any object that implements the Bio::SeqFeatureI interface, including Ace::Sequence::Feature and Das::Segment::Feature objects. It can be used to draw sequence annotations, physical (contig) maps, or any other type of map in which a set of discrete ranges need to be laid out on the number line.

The module supports a drawing style in which each type of feature occupies a discrete "track" that spans the width of the display. Each track will have its own distinctive "glyph", a configurable graphical representation of the feature.
The module also supports a more flexible style in which several different feature types and their associated glyphs can occupy the same track. The choice of glyph is under run-time control.

Semantic zooming (for instance, changing the type of glyph depending on the density of features) is supported by a callback system for configuration variables. The module has built-in support for Bio::Das stylesheets, and stylesheet-driven configuration can be intermixed with semantic zooming, if desired.

You can add a key to the generated image using either of two key styles. One style places the key captions at the top of each track. The other style generates a graphical key at the bottom of the image.

Note that this module depends on GD. The optional SVG output depends on GD::SVG and SVG.

<<less
Download (5.7MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1053 downloads
X-Chat NewsWindow 1.0

X-Chat NewsWindow 1.0


X-Chat NewsWindow is a perl script for X-Chat. more>>
X-Chat NewsWindow is a perl script for X-Chat (or X-Chat Aqua) implements one of those annoying announcer scripts that announce your currently playing audio track in iTunes or your current audio or video track in VLC to your IRC channel because you feel for some reason that everyone wants to know.

I basically consider this script to be a better counterattack than just abusing the annoying mIRC users and getting the usual ignorant "pfft. sif mac" response. Since VLCs meta-data support leaves a bit to be desired, it obtains the album name from the containing folders name and the track name from the filename (minus the extension). This works quite well if you have a well labelled music collection. Note: If you use this script, exercise discretion. Not everyone cares what youre listening to.

To use this, you must first turn on logging in VLC. To do this, open VLCs preferences, and under the "Interface > Control Interfaces" preference page, tick the "File Logging" option. Then under the "Interface > Control Interfaces > Logging" page, enter "/tmp/vlc_log.txt" as the log filename. You can choose a different name or location if you wish, but if you do, change the path definition to it in the vlc_announce function below. You may have to choose the "Add Interface > Debug Logging" menu option (under the VLC menu) if VLC hasnt already turned it on via the preferences change.
<<less
Download (MB)
Added: 2006-08-23 License: GPL (GNU General Public License) Price:
1159 downloads
phpDiveLog 0.2.7

phpDiveLog 0.2.7


phpDiveLog displays the information of your Aqua DiveLog LogBook. more>>
phpDiveLog project displays the information of your Aqua DiveLog LogBook based on CSV files you generate with the Java Conduit shipped with Aqua DiveLog.
These dynamic pages are nicely and lucidly formatted. phpDiveLog allows you to combine these data with additional information, such as pictures or other external data sources.
You can create your own skins (template sets) to change the look and feel to match your Web site.
Main features:
- ...the DiveLogBook. Here you browse through the list of your dives (in the config file, you may specify how many entries should be displayed per page). For detailed information, a click on the dive# brings you directly to the log books entry.
- ...the Dive Statistics show you some basic stats about your dives, such as max/avg depth and divetime etc.
- ...the Dive Sites Information provides you with a list of your dive sites. Again, a click on the site# brings you to the details page
Enhancements:
- Sorting functionality was added to logbook and sitelist.
- Some vulnerability checks were added.
<<less
Download (0.20MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1088 downloads
JMicroVision 1.2.5

JMicroVision 1.2.5


JMicroVision is an image analysis toolbox for measuring and quantifying components of high-definition images. more>>
JMicroVision is an image analysis toolbox for measuring and quantifying components of high-definition images. JMicroVision contains most of the common image processing operations, has a simple and intuitive user interface, an efficient visualization system and innovative features. It contains tools to quantify either manually or automatically.
Main features:
- Read images in TIFF, BMP, FlashPiX, GIF, JPEG, PNG, and PNM formats
- Efficient visualization system
- Quantify components: objects or background
- Object analysis (size, shape, orientation, texture ...)
- Object classification
- Image processing (binary and morphology operations, filtering, segmentation...)
- Image rectification (geometric corrections by control points)
- Digital point counting
- Tools for data collection in one or two dimensions
- Image annotation and description card
- Profile (variation of granulometry, density, objects or background)
- Save all measures, data, calibration and preferences in a single project file
Enhancements:
- Fixed issues: 22, 40, 41, 42, 43, 44 , 45 and 46
- Supports Java 1.6 and Windows Vista
- Read all previous JMicroVision project files
- More texture descriptors
- Supervised classification (k-nearest neighbor)
- Improvement of UI (Table, Text field and spinner have similar behaviors)
- Aqua and GTK+ Look and Feel are supported (still some minor issues)
- Online help has been actualized
- Other minor bugs fixed
<<less
Download (28.9MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1139 downloads
NewsFeed 2.8

NewsFeed 2.8


NewsFeed is an aggregator for RSS/RDF/Atom feeds. more>>
NewsFeed is an RSS/RDF/Atom reader and aggregator for UNIX-like operating systems, such as FreeBSD, Linux, or MacOS X, as well as Windows. NewsFeed project is written in Python and uses Mark Pilgrims Universal Feed Parser for downloading and parsing feeds.
NewsFeed aims to be easy to setup and use and is something of a clone of NetNewsWire Lite (though admittedly not as Aqua-pretty). It only depends on Tk, no other libraries are required.
NewsFeed provides keyboard shortcuts for all safe actions. One can cycle through new items with the Space key, mark all items in a feed as read with m, and open an item in the browser by pressing o (or Return). See the documentation for more information.
Update intervals and caching times can be set on a per-feed basis. Autodiscovery of feeds is supported. A helper script for dealing with rss://-URIs is provided. Searches are possible, with search results being shown in the feed list like a regular feed and they are also updated live. This is a good way to look group topics from different feeeds. Use "Unsubscribe" to delete a search, just as you would remove a normal feed.
Main features:
- No installation required.
- Easy to sync state between different machines, independent of architecture.
- Keyboard shortcuts for all safe functions.
- Live searches in the vein of smart playlists in iTunes.
- OPML import and export of subscriptions.
- Simple HTML rendering (i.e. no annoying color schemes, text always of readable size, etc.).
- Stable ? no crashes or core dumps, ever.
- Browser-like Back button.
- Items can be marked as important.
- Handles RSS 2.0 enclosures.
- Remembers its window position and size. (Not such a biggie, but far too many programs still dont do it.)
- Works tranparently with proxies, thanks to Pythons urllib module.
- Tk GUI is pretty fast.
<<less
Download (0.084MB)
Added: 2007-04-22 License: GPL (GNU General Public License) Price:
916 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2