Main > Free Download Search >

Free aotu parts software for linux

aotu parts

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1853
GNU Parted 1.8.8

GNU Parted 1.8.8


GNU Parted is a partition editor, for creating, destroying, resizing and copying partitions. more>>
GNU Parted is a program for creating, resizing, destroying, checking and copying partitions, and the file systems on them. This is useful for creating space for new operating systems, reorganising disk usage, copying data between hard disks and disk imaging.
Supported disk labels: raw access (useful for RAID and LVM), MS-DOS partition tables, Intel GPT partition tables, MIPS partition tables, PC98 partition tables, Sun and BSD disk labels and Macintosh partition maps.
Notes:
- For ext2, ext3 and reiserfs: the start of the partition must stay fixed.
- For ext2, ext3: the partition you copy to must be bigger or exactly the same size as the partition you copy from.
- For ext2 and ext3: the checking is limited to ensuring the resize and copy commands will be ok.
- For fat: the size of the new partition after resizing or copying is restricted by the cluster size. Parted can shrink the cluster size, so you can always shrink your partition. However, if you cant use FAT32 for some reason, you may not be able to grow your partition.
- Parted supports both FAT16 and FAT32. Parted can convert file systems between FAT16 and FAT32, if necessary.
- Reiserfs support is enabled if you install libreiserfs.
<<less
Download (1.3MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
510 downloads
Kexi Report Part 0.0.4

Kexi Report Part 0.0.4


Kexi Report Part is a reporting component for Kexi 1.6 based on OpenRPT 1.2. more>>
Kexi Report Part is a reporting component for Kexi 1.6 based on OpenRPT 1.2.
Main features:
- A report viewer for Kexi
- An external report designer (KexiReportWriter) based on the OpenRPT writer program
Known Working Features
- Page Header
- Page Footer
- Report Header
- Report Footer
- Detail section
- Labels
- Lines
- Fields
- Page Browser
How To Create Report
1. Install the component following the instructions in INSTALL
2. Run KexiReportWriter to start designing a report
3. Select Database->Connect to DB
4. Browse to an existing Kexi Database and open it
5. Create a new report (File->New)
6. Assign a data source to the report (Document->Properties)
7. Create the report using labels/fields/lines
8. Assign columns to the field objects (Double click for properties)
9. Save the report. (Database->Save to DB)
10. Load the database in Kexi and double click the report to view it
Enhancements:
- Removed requirement to have kexi source available to install the plugin.Done this by including the needed kexi headers in the package. Only downside is that kexi 1.1.3 (from koffice 1.6.3) is required.
<<less
Download (1.7MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
525 downloads
List::Part 0.03

List::Part 0.03


List::Part is a Perl module that allows you to partition one array into several. more>>
List::Part is a Perl module that allows you to partition one array into several.

SYNOPSIS

use List::Part;
($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad
(*good, *bad)=part { !/substring/ } @array; #store into @good and @bad

ABSTRACT

List::Part implements the part function, allowing one array to be "partitioned" into several based on the results of a code reference.

There are many applications in which the items of a list need to be categorized. For example, lets say you want to categorize lines in a log file:

my($success, $failure)=part { /^ERR/ } ;

Or, suppose you have a list of employees, and you need to determine their fate:

my($lay_off, $give_raise, $keep)=part {
$_->is_talented ? 0
: $_->is_executive ? 1
: 2
} @employees;

Actually, the second one is better suited to parts alternate form, parta:

my($lay_off, $give_raise, $keep)=parta
[ sub { $_->talented }, sub { $_->is_executive }, qr// ] =>
@employees;

Or maybe you just want yet another way to write the traditional Perl signoff:

perl -MList::Part -e"print map{@$_}part{$i++%5}split,JAercunrlkso ettPHr hea,"

List::Part can help you do those sorts of things.

<<less
Download (0.004MB)
Added: 2007-05-18 License: Perl Artistic License Price:
889 downloads
peekabot 0.1

peekabot 0.1


peekabot is a multi-platform 3D visualization tool primarily aimed towards aiding robotics researchers in their daily chores. more>>
peekabot project is a multi-platform 3D visualization tool primarily aimed towards aiding robotics researchers in their daily chores.

The peekabot package is subdivided into two distinct parts: the server and the client API, also referred to as "the proxy". Both are built by default but you can disable building of either of them by configuring with --disable-server or --disable-proxy.

<<less
Download (MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
807 downloads
Image::ParseGIF 0.2

Image::ParseGIF 0.2


Image::ParseGIF can parse a GIF image into its compenent parts. more>>
Image::ParseGIF can parse a GIF image into its compenent parts.

SYNOPSIS

use Image::ParseGIF;

$gif = new Image::ParseGIF ("image.gif") or die "failed to parse: $@n";

# write out a deanimated version, showing only the first frame
$gif->deanimate(0);

# same again, manually printing each part
print $gif->header;
print $gif->part(0);
print $gif->trailer;
# or, without passing scalars around:
$gif->print_header;
$gif->print_part(0);
$gif->print_trailer;


# send an animated gif frame by frame
# - makes for a progress bar which really means something
$gif = new Image::ParseGIF ("progress.gif") or die "failed to parse: $@n";

$gif->print_header;

$gif->print_percent(0.00); # starting...
do_some_work_stage1();

$gif->print_percent(0.10); # 10% complete
do_some_work_stage2();

$gif->print_percent(0.25); # 25% complete
do_some_work_stage3();

$gif->print_percent(0.70); # 70% complete
do_some_work_stage4();

$gif->print_percent(1.00); # done!

$gif->print_trailer;

This module parses a Graphics Interchange Format (GIF) image into its component parts. A GIF is essentially made up of one or more images - multiple images typically are used for animated gifs.

<<less
Download (0.018MB)
Added: 2006-08-01 License: Perl Artistic License Price:
1181 downloads
Flate library 1.4.3

Flate library 1.4.3


Flate library is a template library used to deal with html code in CGI applications. more>>
Flate library is a template library used to deal with html code in CGI applications. The library includes C and Perl support. All html code is put in an external file (the template) and printed using the library functions: variables, zones (parts to be displayed or not) and tables (parts to be displayed 0 to n times).
Using this method you dont need to modify/recompile your application when modifying html code, printing order doesnt matter in your CGI code, and your CGI code is much cleaner.
Enhancements:
- can now include external files with #INCLUDEFILE /path/to/file.html
<<less
Download (0.044MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1110 downloads
mod_alias

mod_alias


mod_alias is an Apache module for mapping different parts of the host filesystem in the document tree, and URL redirection. more>>
mod_alias is an Apache module for mapping different parts of the host filesystem in the document tree, and URL redirection.

The directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. The Alias and ScriptAlias directives are used to map between URLs and filesystem paths. This allows for content which is not directly under the DocumentRoot to be served as part of the web document tree. The ScriptAlias directive has the additional effect of marking the target directory as containing only CGI scripts.

The Redirect directives are used to instruct clients to make a new request with a different URL. They are often used when a resource has moved to a new location.

A more powerful and flexible set of directives for manipulating URLs is contained in the mod_rewrite module.

<<less
Download (MB)
Added: 2007-05-05 License: The Apache License Price:
906 downloads
Parted Magic 1.8

Parted Magic 1.8


Parted Magic is a ~30mb LiveCD/USB with its only purpose being partitioning hard drives. more>>
Parted Magic is a ~30mb LiveCD/USB with its only purpose being partitioning hard drives. Although GParted and Parted are the main programs, the CD/USB also offers programs like partimage, testdisk, fdisk, sfdisk, dd, etc...
Parted Magic is based on my work from the GParted LiveCD project and falls under the terms of the GPL.
Enhancements:
- We added dd_rhelp, sdparm, mbr, and xfburn for starters. Updated programs: linux-2.6.22, e2fsprogs-1.40.2, ntfs-3g-1.710, dd_rescue-1.13, ddrescue-1.5, leafpad-0.8.11, file-4.21, testdisk-6.7, mdadm-2.6.1, pciutils-2.2.5, syslinux-3.51, isomaster-1.0, hdparm-7.4, xfsprogs_2.8.21-1, busybox-1.5.1, and usbutils-0.72. All menus are bypassed now. After the syslinux menu, it boots to the desktop without any other interruptions. You can now create the LiveUSB from the LiveCD by using our new USB Operations program...
<<less
Download (35.6MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
536 downloads
palmfs 0.1

palmfs 0.1


palmfs is a PalmOS filesystem access software for Linux, based on FUSE. more>>
palmfs is a PalmOS filesystem access software for Linux, based on FUSE. It consists of two parts, a client and a server.
The client is a FUSE-based application running on the Linux system. The server part is a PalmOS application that actually executes commands sent by the client.
palmfs filesystem is intented to support various communication ports and to access the PalmOS internal filesystem as well as expansion cards.
Enhancements:
- Basic functionality was implemented.
<<less
Download (0.012MB)
Added: 2006-02-06 License: GPL (GNU General Public License) Price:
1355 downloads
Tasks 0.11

Tasks 0.11


Tasks project is a simple to do list application that uses libecal, part of Embedded Evolution Data Server. more>>
Tasks project is a simple to do list application that uses libecal, part of Embedded Evolution Data Server.

Is part of o-hands PIM suite.

<<less
Download (0.17MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
487 downloads
laptop 1.0

laptop 1.0


laptop is a small theme designed to show the battery laptop status. more>>
laptop is a small theme designed to show the battery laptop status.

The theme look is based on aSensors theme. The basic idea, the battery icons and some of the code is from the sk_battery applet. Other parts are taken from the superkaramba examples.

After I made the first parts, I realized there is too much space left on the panel, so I put a mixer on the widget and a penguin to kill the useless applets (when on battery, I usually dont have internet connection, so I dont need eg. kopete and kcheckgmail).

Note that the penguin-menu appears only when the widget is locked.

I planned first this penguin to hibernate the computer, but this can be done using KLaptop, so it would b useless. If you want to include this feature, Ive left the icon in the pics directory, you can modify the code, eg. by uncommenting and modifying the last line in laptop.theme.

Dont forget to modify the paths for the icons in laptop.py!

<<less
Download (0.054MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1225 downloads
Chrootbin 3.0 RC2

Chrootbin 3.0 RC2


Chrootbin is a tool which will help you make basic chroot environment. more>>
Chrootbin is a tool which will help you make basic chroot environment. The project will also help skipping the boring parts of making a chroot from scratch.
Since version 2.0.0, rpm based systems and slackware packages are supported.
Main features:
- Creating basic chroot env
- Installing relevant files from rpm, slackware packages
NOTE: Its tested on Linux Slackware,SuSE,RedHat,Gentoo,Fedora. Probably works on others too.
Enhancements:
- Installation fixup
- Minor process fixes
<<less
Download (0.005MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
975 downloads
FluxBat 1.0

FluxBat 1.0


FluxBat is an ACPI based battery monitor for the fluxbox window manager. more>>
FluxBat is an ACPI based battery monitor for the fluxbox window manager. It includes two parts: a daemon process that runs the update script and the update script itself.
The whole software contains only about 100 lines of code and is easy to use by including only one line in the menu configuration file of fluxbox.
Enhancements:
- This release only forces the fluxbox menu reload if the battery state really changed.
<<less
Download (0.009MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
886 downloads
Contextual::Return::Failure 0.1.0

Contextual::Return::Failure 0.1.0


Contextual::Return::Failure is a Perl module with a utility module for Contextual::Return. more>>
Contextual::Return::Failure is a Perl module with a utility module for Contextual::Return.

NOTE

Contains no user serviceable parts. See Contextual::Return instead.

<<less
Download (0.022MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1010 downloads
App::SVNBinarySearch 0.1.0

App::SVNBinarySearch 0.1.0


App::SVNBinarySearch is a container for functions in the svn_binary_search program. more>>
App::SVNBinarySearch is a container for functions in the svn_binary_search program.

SYNOPSIS

No user-serviceable parts inside. svn_binary_search is all that should use this.

CONFIGURATION AND ENVIRONMENT

App::SVNBinarySearch requires no configuration files or environment variables.

<<less
Download (0.005MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5