Main > Free Download Search >

Free diary of a mad black woman software for linux

diary of a mad black woman

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 419
Green On Black 0.1

Green On Black 0.1


Green On Black is the adaptation for KDE 3.5.x of the Green On Black theme from KDE 3.2. more>>
Green On Black is the adaptation for KDE 3.5.x of the "Green On Black" theme from KDE 3.2.

<<less
Download (0.67MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
927 downloads
libredblack 1.3

libredblack 1.3


libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm. more>>
libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm.

The algorithm was taken from the book "Introduction to Algorithms" by Cormen, Leiserson & Rivest. Frankly I never entirely understood it, but it most definately works!

What is the problem with normal binary trees?: A standard binary tree only works well if the original data is provided in a random order (random in terms of the key being sorted on). If however the data is provided in order, then the tree becomes very un-balanced and searches degrade into nothing more than a linked list.

How is the RedBlack tree different?: The RedBlack tree acts in a way to keep the overall tree fairly balanced as new data is loaded in.

How does it work?: The tree is always organised such that it has the following properties:

Every node is either Red or Black.

A leaf node (a dummy empty node at the end of the tree) is always Black.
If a node is Red then its children are Black.

Every path from the root to a leaf contains the same number of Black nodes.
So from 3 & 4 above, we can see that the longest path (alternating Red and Black nodes) is only twice as long as the shortest path (all Black nodes). Thus the tree remains fairly balanced.

Great! How does it maintain those properties?: Ah, well, thats where I get a bit hazy. I know that it does this by adding Red nodes and then rotating the tree elements and changing the colours to sort out times when two Red nodes become parent-child (breaking rule 3).
<<less
Download (0.006MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1248 downloads
The Diary of Hercules 0.1.1

The Diary of Hercules 0.1.1


The Diary of Hercules is a personal workout diary program for body builders and fitness enthusiasts. more>>
The Diary of Hercules is a personal workout diary program for body builders and fitness enthusiasts. The Diary of Hercules can be helpful in creating training plans and storing data about gym progress.
Enhancements:
- Created brand new calendar control.
- Added methods for adding and deleting training plan.
- Added ability to show training days on a calendar control.
<<less
Download (0.044MB)
Added: 2006-09-03 License: GPL (GNU General Public License) Price:
1154 downloads
Office 2007 Black 1.3.6

Office 2007 Black 1.3.6


This extension is designed to provide a theme based on Office 2007 Black. more>>

Office 2007 Black 1.3.6 will make your Firefox browser even more powerful as it is designed to provide a theme based on Office 2007 Black . This integrates well with:

  • The Windows XP Zune theme
  • The default Vista graphite colours
  • The MetaCity-Zune theme on Ubuntu.

2 subskins now exist: lighter and darker. lighter is in "much better shape" than darker.

Enhancements:

  • Corrected issues with padding/margin with TMP (0.3.7.4.pre.090516) in FF 3.5.
  • Correct button text colour on stylish items in AiOS.
  • Reverted active tab label bold change introduced in 1.3.4. (This is more in keeping with Office 2007).
  • Restyled Brief icons.

Requirements:

  • Mozilla Firefox
<<less
Added: 2009-07-23 License: MPL Price: FREE
1 downloads
Clearlooks-BlackMod

Clearlooks-BlackMod


Clearlooks-BlackMod are three themes designed to perfectly fits Clearlooks themes with Black borders. more>>
Clearlooks-BlackMod are three themes designed to perfectly fits Clearlooks themes with Black borders.

See for example the Light and Medium versions how look good with Aerials! Absolutely wonderful.

<<less
Download (0.006MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
601 downloads
GDM Mad Tux 2

GDM Mad Tux 2


GDM Mad Tux 2 provides a GDM theme is a variation of gdm-mad-tux by erigion more>>
GDM Mad Tux 2 provides a GDM theme is a variation of gdm-mad-tux by erigion

This GDM theme is a variation of gdm-mad-tux by erigion. The backgound and mad-tux-logo images are two different files, and the users list is at the right side of the screen.

<<less
Download (2.3MB)
Added: 2007-02-02 License: LGPL (GNU Lesser General Public License) Price:
995 downloads
Audio::Mad 0.6

Audio::Mad 0.6


Audio::Mad is a Perl interface to the mad MPEG decoder library. more>>
Audio::Mad is a Perl interface to the mad MPEG decoder library.

SYNOPSIS

use Audio::Mad qw(:all);

my $stream = new Audio::Mad::Stream();
my $frame = new Audio::Mad::Frame();
my $synth = new Audio::Mad::Synth();
my $timer = new Audio::Mad::Timer();
my $resample = new Audio::Mad::Resample(44100, 22050);
my $dither = new Audio::Mad::Dither();

my $buffer = join(, );
$stream->buffer($buffer);

FRAME: {
if ($frame->decode($stream) == -1) {
last FRAME unless ($stream->err_ok());

warn "decoding error: " . $stream->error();
next FRAME;
}

$synth->synth($frame);
my $pcm = $dither->dither($resample->resample($synth->samples()));

print $pcm;
next FRAME;
}

This module is an attempt to provide a perl interface to the MAD (MPEG Audio Decoder) library, written by Robert Leslie. It has been designed to be 100% object oriented, and to follow the MAD interface as closely as possible.

So far, most of the MAD library, plus two companion modules are provided as part of the interface. Seperate documentation is provided in perldoc for all of the modules in the Audio::Mad framework.

<<less
Download (0.13MB)
Added: 2006-06-30 License: Perl Artistic License Price:
1212 downloads
Audio::Mad::Util 0.6

Audio::Mad::Util 0.6


Audio::Mad::Util is a utility class for working with mpeg streams. more>>
Audio::Mad::Util is a utility class for working with mpeg streams.

This module provides some support functions for gathering information out of an mpeg stream.

Currently this module is intended for learning and internal purposes only, it will have better documentation and a cleaner interface in future versions.

<<less
Download (0.12MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1072 downloads
WhiteBlack Plone Skin 1.1.0

WhiteBlack Plone Skin 1.1.0


WhiteBlack Plone Skin provides a white-black skin for Plone. more>>
WhiteBlack Plone Skin provides a white-black skin for Plone.

WhiteBlack is one of Plone skins from Alternative Plone Skins project.

Install

You can install WhiteBlack Plone skin in the same way as other Plone products:

- Download zip. or .gz archive.
- Install as Zope product: extract Plone skin from archive to directory of products and restart Zope server.
- Install in your Plone instance with QuickInstaller (Plone Control Panel -> Add/remove Products)
- Now your Plone site should have the corresponding skin look.

Note: WhiteBlack Plone skin was created with Plone skin dump product.

<<less
Download (0.037MB)
Added: 2007-03-29 License: ZPL (Zope Public License) Price:
940 downloads
Audio::Mad::Stream 0.6

Audio::Mad::Stream 0.6


Audio::Mad::Stream is a Perl interface to mad_stream structure. more>>
Audio::Mad::Stream is a Perl interface to mad_stream structure.

SYPNOSIS

my $stream = new Audio::Mad::Stream ($options);
$stream->buffer($scalar);

my $remain = substr($scalar, $stream->next_frame);
my $position = $stream->this_frame;

$stream->skip($position + 400);
$stream->sync();

$options = $stream->options();
$options |= MAD_OPTION_IGNORECRC;
$stream->options($options);

unless ($stream->err_ok()) {
print "error code was: " . $stream->error() . "n";
}

This package provides an interface to the underlying mad_stream structure used in the decoder library. Almost all of the methods from the library are implemented, and work on regualar perl data types.

<<less
Download (0.12MB)
Added: 2006-11-17 License: Perl Artistic License Price:
1071 downloads
Mad Bomber 0.2.5

Mad Bomber 0.2.5


Mad Bomber project is a SDL-based clone of Activisions 2600 game. more>>
Mad Bomber project is a SDL-based clone of Activisions 2600 game.
Mad Bomber is a clone of Activisions 1981 Atari 2600 classic, "Kaboom!" The Mad Bomber rushes back and forth at the top of the screen and drops bombs which you must catch with your bucket. If one drops, you lose a bucket and go back one level.
One or two players can play, using keyboard or mouse.
There is also a "versus" mode where player two controls the Mad Bomber.
Main features:
- Runs on a variety of platforms, including PDAs!
- Controlled with mouse or keyboard.
- One- and two-player modes, including two-player versus.
- On desktop systems, Mad Bomber can be run in a window or fullscreen, in 640x480 resolution.
- Mad Bomber optionally supports stereo sound, and includes music. Volume settings can be changed in the options screen.
- You can choose to play either with an attractive photo-realistic background, or with a plain (zen) Kaboom!-style background.
- A handicap can be set for either or both player, reducing the width of their bucket to half-size.
- High score and options are saved.
Enhancements:
- Now takes advantage of SDL_mixers left/right stereo panning support. (For splashes and explosions.)
<<less
Download (2.6MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1338 downloads
The Black Legacy 0.9.9

The Black Legacy 0.9.9


The Black Legacy is an online RPG game project that uses OpenGL and the SDL libraries. more>>
The Black Legacy is an online RPG game project that uses OpenGL and the SDL libraries.
Enhancements:
- The game style was changed.
- A full playable level, volumetric weapons, ray casting collision, optimized collision using OBB+Ray cast, character rotation on shot mode, two animations per character at a time, blood, shields, gun properties, and a compass were added.
<<less
Download (40.5MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1159 downloads
Black Penguin 0.2

Black Penguin 0.2


Black Penguin project is an arcade style jump-on-cubes game. more>>
Black Penguin project is an arcade style jump-on-cubes game.

Use your cursor keys to make the penguin escape from the evil window thats menacing him and gather credits by collecting the items on the cubes.

Black Penguin comes with 16 levels, runs under X11 with Qt and/or KDE, has rendered graphics, sound support is not implemented yet.

<<less
Download (0.31MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1065 downloads
De-interlace 1.01

De-interlace 1.01


De-interlace plug-in does a simple interpolation between the odd or even fields in an image to correct this. more>>
When an image is taken from a video capture source (f.i. a freeze-frame), sometimes only either the odd or the even fields in the frame get captured, resulting in an image which, line by line, is data-black-data-black-etc.

De-interlace plug-in does a simple interpolation between the odd or even fields in an image to correct this.

<<less
Download (0.005MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1131 downloads
my-black-theme 1.0

my-black-theme 1.0


my-black-theme 1.0 is yet another excellent black GTK 2 theme which is a tweaked version of FC-Fino-Dark. The author has corrected several errors in the scripts and fixed a few tab images more>> <<less
Added: 2008-09-21 License: GPL Price: FREE
10 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5