Main > Free Download Search >

Free suitable wardrobe software for linux

suitable wardrobe

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 424
Crucible 1.7.1

Crucible 1.7.1


Crucible provides a powerful, flexible backend for building automated testing systems. more>>
Crucible provides a powerful, flexible backend for building automated testing systems. Crucible allows for conducting tests on multiple machines (via NFS), including patching, rebuilding, and booting new kernels, libraries, and services.

Configuration and customization can be done through simple config files and bash scripts. It is suitable for performing tests of GUI applications, services, libraries, and kernel patches.
<<less
Download (0.078MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1078 downloads
3gp movie wizard 1.3

3gp movie wizard 1.3


3gp movie wizard is a small perl/kommander script that helps you to convert almost any movie format to 3gp movie. more>>
3gp movie wizard is a small perl/kommander script that helps you to convert almost any movie format to 3gp movie, suitable for watching on the modern mobile phones (tested only on Motorola V360 but should work with any mobile with 3gp support and 176 pixel wide screen).

It should be extremely easy to use, yet offer advanced options such as a good subtitle support and video equalizer.

<<less
Download (0.13MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1399 downloads
Picture Downloader 0.2b

Picture Downloader 0.2b


Picture Downloader is an app suitable for downloading pictures from websites. more>>
Picture Downloader is an app suitable for downloading pictures from websites. Picture Downloader as the name implies is an application written in C-Sharp and Gtk-Sharp made to automate the process of downloading images from websites, Perfect for TGPs.
Right now Picture Downloader is in a very early stage of development , this means bugs are still there and some features are on their way.
Main features:
- Scan HTML code to extract links to images.
- Save pictures to a desired directory.
- Filter type of pictures (jpg, jpeg, gif, png).
- Can download from secure sites (.htacces, .htpasswd).
<<less
Download (0.011MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
894 downloads
KIptablesGenerator 1.3.1

KIptablesGenerator 1.3.1


KIptablesGenerator is a KDE-based wizard aimed at making the process of setting up a linux netfilter firewall easy. more>>
This is a KDE-based wizard aimed at making the process of setting up a linux netfilter firewall easy, especially on distributions with no firewall tool of their own, such as slackware.
It creates a shell script, suitable for caling from an init script, or on slackware, being saved as /etc/rc.d/rc.firewall.
It currently filters incoming packets, but support for outgoing filtering and routing/masquerading setup is planned.
Enhancements:
- Adding masquerading support, more sysctl options, cleaned up UI and rewrote most of the output generation function.
- Fixed compilation under GCC 4.
<<less
Download (0.57MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1514 downloads
zstar Networked 3D project 0.7

zstar Networked 3D project 0.7


zstar Networked 3D project is a free 3D networked application platform. more>>
zstar Networked 3D project is a free 3D networked application platform.
zstar (z*) Networked 3D project is an extensible, distributed system for 3D application and game development, consisting of an abstract game client (similar in concept to the one that xpilot uses) and a game server to which players connect to play games against other players or alone.
This framework should be suitable for FPS, VR, MUDs, or any application that requires 3D and networking.
Enhancements:
- Added java interfaces for camera/object messages
- Added walk system
- Added ac3d/sgi rgb loading
- Bug fixes
- Bug fixes on the chat
- Added texture cache and object cache.
- Mipmaps are now in for voodoo users.
<<less
Download (0.69MB)
Added: 2006-11-14 License: LGPL (GNU Lesser General Public License) Price:
1075 downloads
Edubuntu 7.04 (Feisty Fawn)

Edubuntu 7.04 (Feisty Fawn)


Edubuntu is a version of the Ubuntu operating system suitable for classroom use. more>>
Edubuntu is a version of the Ubuntu operating system suitable for classroom use. As an educator youll be able to set up a computer lab, or establish an online learning environment, in an hour or less -- then administer that environment without having to become a fully-fledged Linux geek.

Edubuntu is currently under development by the same development team that produces the wildly popular Ubuntu system. Edubuntu a customized version of Ubuntu.

Principal design goals of Edubuntu are centralized management of configuration, users, and processes, together with facilities for working collaboratively in a classroom setting. Equally important is the gathering together of the best available free software and digital materials for education.
<<less
Download (565MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
930 downloads
 
Other version of Edubuntu
Edubuntu 6.10 (Edgy Eft)Edubuntu is a version of the Ubuntu operating system suitable for classroom use. Edubuntu 6 ... Edubuntu is a version of the Ubuntu operating system suitable for classroom use. As an educator
License:GPL (GNU General Public License)
Download (676MB)
1099 downloads
Added: 2006-10-26
License:GPL (GNU General Public License)
Download (691MB)
1175 downloads
Added: 2006-08-10
Edubuntu 5.10Edubuntu is a version of the Ubuntu operating system suitable for classroom use. Edubuntu is a version of the Ubuntu operating system suitable for classroom use. As an educator
License:GPL (GNU General Public License)
Download (2300MB)
1530 downloads
Added: 2005-08-30
Games::AlphaBeta::Reversi 0.4.6

Games::AlphaBeta::Reversi 0.4.6


Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta. more>>
Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta.

SYNOPSIS

package My::Reversi;
use base qw(Games::AlphaBeta::Reversi);

# implement drawing routine
sub draw { ... }

package main;
use My::Reversi;
use Games::AlphaBeta;

my ($p, $g);
$p = My::Reversi->new;
$g = Games::AlphaBeta->new($p);

while ($p = $g->abmove) {
$p->draw;
}

This module implements a position-object suitable for use with Games::AlphaBeta. It inherits from the Games::AlphaBeta::Position base class, so be sure to read its documentation. The methods implemented there will not be described here.

<<less
Download (0.012MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1023 downloads
Perl::Dist::Builder 0.0.5

Perl::Dist::Builder 0.0.5


Perl::Dist::Builder is a Perl module to create win32 Perl installers. more>>
Perl::Dist::Builder is a Perl module to create win32 Perl installers.

SYNOPSIS

use Perl::Dist::Builder;
my $pdb = Perl::Dist::Builder->new( vanilla.yml );
$pdb->remove_image;
$pdb->build_all;

Perl::Dist::Builder is alpha software.

Perl::Dist::Builder uses a configuration file to automatically generate a complete, standalone Perl distribution in a directory suitable for bundling into an executable installer.

Perl::Dist::Builder requires Perl and numerous modules. See Perl::Dist::Bootstrap for details on how to bootstrap a Perl environment suitable for building new Perl distributions.

<<less
Download (0.035MB)
Added: 2006-10-18 License: Perl Artistic License Price:
1101 downloads
X Interface Monitor 1.8.4

X Interface Monitor 1.8.4


X Interface Monitor monitors any network interface for traffic, load average, and various other statistics. more>>
X Interface Monitor (abbriviated xifmon) monitors any network interface (most suitable, the ppp# interface) for traffic, load average, and various other statistics using purly ioctl() directly to the Linux kernel.

It also has options to run `connect and `disconnect scripts, for dialup modem users who want easy connecting and disconnecting.

<<less
Download (0.49MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1477 downloads
Aubit 4GL compiler 1.00.44

Aubit 4GL compiler 1.00.44


Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. more>>
Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. Aubit 4GL compiler translates 4GL source into executable programs, enabling fast creation of screen/form-based applications.

With support for SQL statements forming an intrinsic part of the language, its especially suitable for developing database-oriented applications. Database connectivity is provided for PostgreSQL, Informix, and ODBC. It supports both ncurses (console mode) and GTK+ (GUI mode) output.

<<less
Download (5.5MB)
Added: 2007-06-18 License: LGPL (GNU Lesser General Public License) Price:
546 downloads
mGSTEP 0.558

mGSTEP 0.558


mGSTEP is an implementation of the core elements in NeXTs (now Apple) OPENSTEP/Cocoa Objective-C class libraries. more>>
mGSTEP project is an core elements in NeXTs (now Apple) OPENSTEP/Cocoa Objective-C class libraries implementation.
The principal design goal is the development of a modular application development framework suitable for use in embedded devices and server appliances running Linux, FreeBSD or OpenBSD. The GUI (AppKit) portion of the current release is X11 based.
Enhancements:
- The implementation of radial gradients is now complete.
- Improvements to the management of graphic state objects fix a potential memory leak.
- Minor changes to the GUI (AppKit) backend polish the major changes in previous releases.
- A demo of radial gradients was added to the AppKit tests.
<<less
Download (0.64MB)
Added: 2006-10-10 License: LGPL (GNU Lesser General Public License) Price:
1110 downloads
StepStats 1.0

StepStats 1.0


StepStats is a smart and simple application that allows you to keep track of your sport successes. more>>
StepStats is a smart and simple application that allows you to keep track of your sport successes. The application is perfectly suitable for all sports, where you want to create stats on distance, time or speed.
Main features:
- simple, understandable interface
- keeps track of date, distance, steps and time
- gives you stats with overall values and a nice graph with your speed
- automatic backup of your data once a week to prevent data loss or corruption
- available for MacOS X, Windows and Linux
- and best of all - It is Freeware
<<less
Download (2.5MB)
Added: 2007-08-06 License: Freeware Price:
809 downloads
Quotatool 1.4.9

Quotatool 1.4.9


Quotatool is a utility to set filesystem quotas from the commandline. more>>
Quotatool project is a utility to set filesystem quotas from the commandline. Most quota-utilities are interactive, requiring manual intervention from the user.
Quotatool on the other hand is not, making it suitable for use in scripts and other non-interactive situations.
Platforms
Quotatool compiles and runs on the following platforms:
- Linux
Kernels: 2.2, 2.4 and 2.6
Filesystems: Ext2, Ext3, ReiserFS & XFS
- Solaris
- AIX
Porting to other systems should be fairly easy.
Enhancements:
- A minor bug affecting quota on XFS was fixed.
<<less
Download (0.11MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1340 downloads
PHP TroubleTicket 1.4.1

PHP TroubleTicket 1.4.1


PHP TroubleTicket is multiuser problem-tracking software entirely written in PHP 4. more>>
PHP TroubleTicket project is multiuser problem-tracking software entirely written in PHP 4.

It is designed to be used in a web-based client-server environment using the Apache webserver. A client can use just about any modern webbrowser and just about any operating system that is suitable for accessing WWW-Servers like any flavour of Microsoft Windows running the Internet Explorer, Netscape 6 and 7, Mozilla or Opera, Mac OS X or Unix/Linux/BSD systems with Netscape, Opera, Mozilla, KDE Konqueror, Gnome Galeon or Safari.

The dynamic webpages generated by PHP Trouble Ticket are designed to be widely compatible with most browsers and offer a concise and straightforward user interface.

<<less
Download (MB)
Added: 2007-05-04 License: Free for non-commercial use Price:
915 downloads
Search::QueryParser 0.91

Search::QueryParser 0.91


Search::QueryParser parses a query string into a data structure suitable for external search engines. more>>
Search::QueryParser parses a query string into a data structure suitable for external search engines.

SYNOPSIS

my $qp = new Search::QueryParser;
my $s = +mandatoryWord -excludedWord +field:word "exact phrase";
my $query = $qp->parse($s) or die "Error in query : " . $qp->err;
$someIndexer->search($query);

# query with comparison operators and implicit plus (second arg is true)
$query = $qp->parse("txt~^foo.* date>=01.01.2001 date<<less
Download (0.007MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1226 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5