Main > Free Download Search >

Free bulging discs software for linux

bulging discs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1001
Intellidiscs 1.1

Intellidiscs 1.1


Intellidiscs is a Remake of Tron: Deadly Discs for the classic Intellivision console. more>>
Intellidiscs is a Remake of Tron: Deadly Discs for the classic Intellivision console. Its also one of the few, if not the first, Tron freeware games that has nothing to do with light-cycles.

Basically, you run around in an arena fighting off bad guys with your disc. There are four different varieties of bad guy, and one of them has three different varieties of disc. More difficult enemies appear as your score increases, with the most difficult showing up if you can reach 1,000,000 points.

Bad guys enter through doors on the sides of the arena. You can jam these doors open by either hitting them with your disc, or by running into them. If you jam open doors that are opposite each other, you can run in one side and come out the other. This is very important to your survival.

If you jam enough doors, eventually a recognizer will be dispatched to fix them. If you can hit the recognizer when its eye is open, it will stop fixing the doors and leave the arena. Plus, you get lots of points for this.

You can take three hits before you die, and every hit makes you slower! You will eventually recover from damage, regaining your speed as well. Touching the recognizer kills you instantly, so dont do it.

Default controls are the familiar WASD to move, and the outer keys of numpad (1, 2, 3, 4, 6, 7, 8, 9, non-Mac users turn Num Lock on!) throw your disc in any of eight directions. If you press one of the throw keys while your disc is in flight, it will return to you. Discs are harmless when returning. If you move away from your disc as it is flying back, it will never catch up to you, you must stop and catch it. All of the controls can be changed from the main menu.

<<less
Download (2.8MB)
Added: 2007-05-01 License: Freeware Price:
908 downloads
Inf sys 1.1

Inf sys 1.1


Inf sys is a SuperKaramba lm-sensors hddtemp theme. more>>
Inf sys is a SuperKaramba lm-sensors hddtemp theme.
3 color systems black, white and grey.
It shows:
- System Info
- Memory Load
- Disk Usage
- Fans/Temp
<<less
Download (0.071MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
libburnia 0.3.8 (libburn/cdrskin)

libburnia 0.3.8 (libburn/cdrskin)


libburnia is a project comprised of libraries and binaries for reading, mastering, and writing optical discs. more>>
libburnia is a project comprised of libraries and binaries for reading, mastering, and writing optical discs.
libburnia is a project comprised of libraries, language bindings, and middleware binaries that emulate classic and valuable Linux tools.
The libburnias source code is distributed under the terms of the GNU General Public License.
Enhancements:
- This release is able to cope with the peculiarities of Linux 2.4 USB.
- It will refuse to perform -dummy runs on media which cannot simulate burning.
- A new option modesty_on_drive= may help with hda -> hdb burns.
- The new option minibuf= for cdrskin was introduced as an abstraction over cdrecords modesty_on_drive=.
- The option --adjust_speed_to_drive has been added.
- This release takes precautions against using the burner drive as a track source.
<<less
Download (0.48MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
 
Other version of libburnia
libburnia 0.2.8 (libisofs)of libraries and binaries for reading, mastering, and writing optical discs. libburnia 0.2.8 ... discs. libburnia is a project comprised of libraries, language bindings, and middleware
License:GPL (GNU General Public License)
Download (0.31MB)
815 downloads
Added: 2007-08-01
NCurses Disk Usage 1.3

NCurses Disk Usage 1.3


NCurses Disk Usage provides a fast and easy interface to your harddrive. more>>
As the name already suggests, ncdu is an NCurses version of the famous old du unix command.

NCurses Disk Usage provides a fast and easy interface to your harddrive. Where is your disk space going? Why is your home directory that large? ncdu can answer those questions for you in just a matter of seconds!

<<less
Download (0.089MB)
Added: 2007-08-06 License: MIT/X Consortium License Price:
813 downloads
Super Grub Disk 0.9598

Super Grub Disk 0.9598


Super Grub Disk is a bootable floppy or CDROM that is oriented towards system rescue. more>>
Super Grub Disk is a bootable floppy or CDROM that is oriented towards system rescue, specifically for repairing the booting process.

Super Grub Disk is simply a Grub Disk with a lot of useful menus.

It can activate partitions, boot partitions, boot MBRs, boot your former OS (Linux or another one) by loading menu.lst from your hard disk, automatically restore Grub on your MBR, swap hard disks in the BIOS, and boot from any available disk device.

Super Grub Disk project has multi-language support, and allows you to change the keyboard layout of your shell.
<<less
Download (0.39MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
754 downloads
GRUB Disk 0.95+cvs20040624-17

GRUB Disk 0.95+cvs20040624-17


GRUB Disk package contains a GRUB rescue disk. more>>
GRUB Disk package contains a GRUB rescue disk.

It consists of a bootable 1.44 floppy image you can use to grab a rescue disk or be run in an i386 emulator, like Bochs.

GNU GRUB is a Multiboot boot loader. It was derived from GRUB,
GRand Unified Bootloader, which was originally designed and implemented by Erich Stefan Boleyn.

Briefly, boot loader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software (such as the Hurd or the Linux). The kernel, in turn, initializes the rest of the operating system (e.g. GNU).
<<less
Download (0.34MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1194 downloads
AppleII::Disk 0.08

AppleII::Disk 0.08


AppleII::Disk is a Perl module for block-level access to Apple II disk image files. more>>
AppleII::Disk is a Perl module for block-level access to Apple II disk image files.

SYNOPSIS

use AppleII::Disk;
my $disk = AppleII::Disk->new(image.dsk);
my $data = $disk->read_block(1); # Read block 1
$disk->write_block(1, $data); # And write it back :-)

AppleII::Disk provides block-level access to the Apple II disk image files used by most Apple II emulators. (For information about Apple II emulators, try the Apple II Emulator Page at http://www.ecnet.net/users/mumbv/pages/apple2.shtml.) For a higher-level interface, use the AppleII::ProDOS module.
AppleII::Disk provides the following methods:

$disk = AppleII::Disk->new($filename, [$mode])

Constructs a new AppleII::Disk object. $filename is the name of the image file. The optional $mode is a string specifying how to open the image. It can consist of the following characters (case sensitive):

r Allow reads (this is actually ignored; you can always read)
w Allow writes
d Disk image is in DOS 3.3 order
p Disk image is in ProDOS order

If you dont specify d or p, then the format is guessed from the filename. .PO and .HDV files are ProDOS order, and anything else is assumed to be DOS 3.3 order.

If you specify w to allow writes, then the image file is created if it doesnt already exist.

$size = $disk->blocks([$newsize])

Gets or sets the size of the disk in blocks. $newsize is the new size of the disk in blocks. If $newsize is omitted, then the size is not changed. Returns the size of the disk image in blocks.

This refers to the logical size of the disk image. Blocks outside the physical size of the disk image read as all zeros. Writing to such a block will expand the image file.

When you create a new image file, you must use blocks to set its size before writing to it.

$contents = $disk->read_block($block)

Reads one block from the disk image. $block is the block number to read.
$contents = $disk->read_blocks(@blocks)

Reads a sequence of blocks from the disk image. @blocks is a reference to an array of block numbers. As a special case, block 0 cannot be read by this method. Instead, it returns a block full of 0 bytes. This is how sparse files are implemented. If you want to read the actual contents of block 0, you must call $disk->read_block(0) directly.

$contents = $disk->read_sector($track, $sector)

Reads one sector from the disk image. $track is the track number, and $sector is the DOS 3.3 logical sector number. This is currently implemented only for DOS 3.3 order images.

$disk->fully_allocate()

Expands the the physical size of the disk image file to match the logical size of the disk image. It will be expanded as a sparse file if the filesystem containing the image file supports sparse files.

$disk->write_block($block, $contents, [$pad])

Writes one block to the disk image. $block is the block number to write. $contents is the data to write. The optional $pad is a character to pad the block with (out to 512 bytes). If $pad is omitted or null, then $contents must be exactly 512 bytes.

$disk->write_blocks(@blocks, $contents, [$pad])

Writes a sequence of blocks to the disk image. @blocks is a reference to an array of block numbers to write. $contents is the data to write. It is broken up into 512 byte chunks and written to the blocks. The optional $pad is a character to pad the data with (out to a multiple of 512 bytes). If $pad is omitted or null, then $contents must be exactly 512 bytes times the number of blocks.

As a special case, block 0 cannot be written by this method. Instead, that block of $contents is just skipped. This is how sparse files are implemented. If you want to write the contents of block 0, you must call $disk->write_block directly.

$disk->write_sector($track, $sector, $contents, [$pad])

Writes one sector to the disk image. $track is the track number, and $sector is the DOS 3.3 logical sector number. $contents is the data to write. The optional $pad is a character to pad the sector with (out to 256 bytes). If $pad is omitted or null, then $contents must be exactly 256 bytes. This is currently implemented only for DOS 3.3 order images.

$padded = AppleII::Disk::pad_block($data, [$pad, [$length]])

Pads $data out to $length bytes with $pad. Returns the padded string; the original is not altered. Dies if $data is longer than $length. The default $pad is " ", and the default $length is 512 bytes.

If $pad is the null string (not undef), just checks to make sure that $data is exactly $length bytes and returns the original string. Dies if $data is not exactly $length bytes.

pad_block is a subroutine, not a method, and is not exported. You probably dont need to call it directly anyway, because the write_XXX methods will call it for you.

<<less
Download (0.037MB)
Added: 2007-05-28 License: Perl Artistic License Price:
881 downloads
WarLinux 0.5

WarLinux 0.5


WarLinux is a linux distribution for Wardrivers. more>>
WarLinux is a linux distribution for Wardrivers.

It is available on disk and bootable CD. Its main intended use is for systems administrators that want to audit and evaluate thier wireless network installations.

Should be handy for wardriving also.
<<less
Download (52.7MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1161 downloads
Video Disk Recorder 1.4.4

Video Disk Recorder 1.4.4


Video Disk Recorder is a digital satellite receiver program using Linux and DVB technologies. more>>
Video Disk Recorder (VDR) is a digital satellite receiver program using Linux and DVB technologies. Video Disk Recorder can record MPEG2 streams, as well as output the stream to TV. It also supports plugins for DVD, DivX, or MP3 playback and more.
Main features:
- Operation entirely via DVB cards On Screen Display and infrared control (LIRC/RCU) or keyboard
- Support for multiple DVB cards (up to four, at least one full featured card with video out required) and "conditional access" (CICAM)
- Channel groups
- EPG display by channel or by time ("Whats on now/next")
- Timers: Programming via EPG or manually, priority/lifetime model, single-shot or repeating timers which use EPG subtitle info as recordings title additionally
- Recording storage on disk: Automatically splitting of recording into files (<<less
Download (0.47MB)
Added: 2006-11-12 License: GPL (GNU General Public License) Price:
1093 downloads
HacBurn 0.3.5

HacBurn 0.3.5


HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl. more>>
HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl.

HacBurn is a script written in perl using gtk2-perl. It allows a user to use cdrtools and a couple other console applications in a graphical interface to burn CDs.

It can currently burn iso/bin images and audio discs, it can make iso images and also copy CDs. If you have 2 optical drives on the fly copying is available.

<<less
Download (0.084MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1545 downloads
LibDsk 1.1.14

LibDsk 1.1.14


LibDsk is a library that attempts to create uniform functions for accessing floppy drives. more>>
LIBDSK is a library for accessing discs and disc image files. LibDsk is intended for use in:
- Emulator tools - converting between real floppy discs and disc images, as CPCTRANS / PCWTRANS do under DOS.
- Filesystem utilities - CPMTOOLS is configurable to use LIBDSK, thus allowing the use of CPMTOOLS on emulator .DSK images. To do this, install LIBDSK and then build CPMTOOLS, using "./configure --with-libdsk". For CPMTOOLS 1.9 or 2.0, you will also need to apply this patch.
- Emulators - it is possible to use LIBDSK as part of an emulators floppy controller emulation, thus giving the emulator transparent access to .DSK files or real discs.
LIBDSK has drivers for:
- Raw files (including /dev/fdn).
- .DSK files, as used in CPCEMU, JOYCE and other Sinclair/Amstrad emulators.
- MYZ80 hard drive image files.
- NanoWasp floppy image files.
- .CFI (Compressed Floppy Image) files, as created by FDCOPY.COM under DOS.
- The Linux floppy drive (supports CPC System and Data formats, which the standard "Raw file" driver does not).
- The Windows 3.x/95/98/ME/NT/2000 floppy drive.
- The DOS floppy drive (via the PC BIOS).
- CopyQM files (read-only)
- APRIDISK image files
- rcpmfs - a backend that makes a Unix/Windows directory appear to be a CP/M disc image.
- Another instance of LibDsk over a serial line.
Enhancements:
- Two new disc image formats (logical and teledisk) and one new disc geometry (TRDOS 640k) have been added.
<<less
Download (0.75MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
822 downloads
Gentoo Linux 2007.0 LiveCD

Gentoo Linux 2007.0 LiveCD


Gentoo Linux uses an enhanced BSD ports-style package system. more>>
The Gentoo Release Engineering team proudly announces the release of Gentoo Linux 2006.0. Gentoo Linux 2006.0, the first release in the 2006 series, represents improvements across many architectures since the 2005.1 release.

Major highlights in the release include KDE 3.4.3, GNOME 2.12.2, XFCE 4.2.2, GCC 3.4.4 and a 2.6.15 kernel. This is also the first release with the Gentoo Linux Installer officially debuting on the x86 LiveCD, which will fully replace the Universal and PackageCD set. The LiveCD also features a fully-fledged Gnome environment. Later releases will include KDE support as well as a new LiveDVD.

The PPC64 team has made significant improvements in its release media. IBMs hardware donation to the team greatly helped this and ensured a smooth release. The CDs feature 64-bit kernels and 32-bit userlands rather than the previous pure 64-bit environment. Optimized stages are available for the G5 and POWER5 processors, making Gentoo the first distribution optimized for POWER5 out-of-the-box. The new release includes an experimental CD with full framebuffer support for dual-core G5 machines along with thermal management features. This makes Gentoo the first to market with release media with this level of support.

PPC and PPC64 profiles received further reorganization. They now match those of other 32/64-bit architectures such as SPARC and MIPS, unifying the look of the tree and allowing easier creation of specific profiles (for example, for server use) in the future. The PPC discs improve support for newer Apple laptops such as the last series of PowerBooks, which 2005.1 did not support, and feature improved OldWorld support with BootX on the universal CDs. The PPC team now produces the PackageCDs in a G4 and a ppc-generic configuration, especially useful for older and slower machines.

The Hardened team is pleased to release both 2.4 and 2.6 kernel targeted stages for the x86 platform. The previously experimental non-multilib AMD64 stages are now part of the 2006.0 release, while Hardened Gentoo with multilib on AMD64 has become possible and the team is releasing experimental stages.

The 2006.0 AMD64 release moves EM64T support out of the experimental realm. The InstallCDs feature support for NVIDIA SATA and for SysKonnect Yukon2 network cards as well as the inclusion of 32-bit Java Support. An experimental LiveCD is also available, featuring the Gentoo Linux Installer.

The Alpha team now provides split NPTL profiles as part of the 2006.0 release -- NPTL must use a 2.6 kernel, and those who require a 2.4 kernel or do not wish to enable NPTL can use the no-nptl subprofile instead to not take advantage of the new threading model. Stage tarballs are now provided for both variants, and the InstallCD provides both 2.4 and 2.6 kernels.

SPARC has moved to GCC 3.4.5 from the older 3.3 series and also to glibc 2.3.5 from 2.3.3 -- the profile features a 2.6 kernel and headers. However, this feature remains experimental and the SPARC team built the release media with the 2.4 subprofile. Testing from SGI Quality Assurance allowed the IA64 team to update its InstallCD to boot on SGI Prism machines.

Gentoo Linux is a community-driven project committed to producing a high-quality open source distribution; more information regarding this release, such as detailed release notes will be available on the Gentoo Release Engineering teams project page.

Gentoo Linux uses an enhanced BSD ports-style package system.
<<less
Download (700.3MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
921 downloads
Original Disk Mount Applet 2.10.0

Original Disk Mount Applet 2.10.0


Original Disk Mount Applet is the original disk mount panel applet. more>>
Original Disk Mount Applet is the original disk mount panel applet.

This is the same as the disk mounter included through GNOME 2.8. For GNOME 2.10 the official applet was rewritten, the new version adds the ability to autodetect mountable devices, but drops a significant (all) configurability.

It no longer allows you to choose which devices are displayed on the panel, their order, or icon representation.

Install this applet if you want to restore the old disk mounter behavior for GNOME 2.10.

<<less
Download (0.064MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1547 downloads
AqBanking 2.9.2 Beta

AqBanking 2.9.2 Beta


AqBanking is a modular and generic interface to online banking tasks. more>>
AqBanking is a modular and generic interface to online banking tasks, financial file formats (import/export) and bank/country/currency information.
AqBanking provides frontends for Qt, KDE, GTK, and console. AqBanking uses backend plugins to actually perform the online tasks. HBCI, OFX Direct Connect, and DTAUS discs are currently supported. AqBanking is used by GnuCash, KMyMoney, and QBankManager.
Whats New in 2.2.6 Stable Release:
- On MacOS X, qt is now detected correctly.
- On Windows/mingw32, the configuration file is saved correctly.
- Adaptations on gwenhywfar changes are added.
- For the OFX DirectConnect backend, account types are now set correctly.
- The bank data files for Germany have been updated.
Whats New in 2.9.2 Beta Development Release:
- This release fixes some major bugs in the previous version.
- A new banking job for loading prepaid cards for cell phones has been added (so far implemented only for HBCI).
- Work has begun on FinTS3 support in AqHBCI.
<<less
Download (4.0MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
896 downloads
Algorithm::BinPack 0.5

Algorithm::BinPack 0.5


Algorithm::BinPack is a Perl module that can efficiently pack items into bins. more>>
Algorithm::BinPack is a Perl module that can efficiently pack items into bins.

SYNOPSIS

Algorithm::BinPack efficiently packs items into bins. The bins are given a maximum size, and items are packed in with as little empty space as possible. An example use would be backing up files to CD, while minimizing the number of discs required.

my $bp = Algorithm::BinPack->new(binsize => 4);

$bp->add_item(label => "one", size => 1);
$bp->add_item(label => "two", size => 2);
$bp->add_item(label => "three", size => 3);
$bp->add_item(label => "four", size => 4);

for ($bp->pack_bins) {
print "Bin size: ", $_->{size}, "n";
print " Item: ", $_->{label}, "n" for @{ $_->{items} };
}

METHODS

new

Creates a new Algorithm::BinPack object. The maximum bin size is specified as a named argument binsize, and is required. A fudge factor may be specified as a named argument fudge. If a fudge factor is specified, item sizes will be rounded up to a number divisible by the fudge factor. This can help keep items with similar sizes in order by their labels.

my $bp = Algorithm::BinPack->new(binsize => 4);
my $bp = Algorithm::BinPack->new(binsize => 100, fudge => 10);

add_item

Adds an item to be packed into a bin. Required named arguments are label and size, but any others can be specified, and will be saved. An optional bin argument can be used to manually put an item into the specified bin.

$bp->add_item(label => one, size => 1);
$bp->add_item(label => two, size => 2, desc => The second numeral);
$bp->add_item(label => zero, size => 3, bin => 0);
$bp->add_item(qw(label three size 3));
$bp->add_item(qw(label four size 4 random key));

prefill_bin

(Deprecated method) add_item now knows how to handle the bin argument directly, so this method is redundant.

pack_bins

Packs the items into bins. This method tries to leave as little empty space in each bin as possible. It returns a list of hashrefs with the key size containing the total bin size, and items containing an arrayref holding the items in the bin. Each item is in turn a hashref containing the keys label, size, and any others added to the item. If a fudge factor was used, each item will contain a key fudgesize, which is the size this item was fudged to.

for my $bin ($bp->pack_bins) {
print "Bin size: ", $bin->{size}, "n";

for my $item (@{ $bin->{items} }) {
printf " %-6s %-20sn", $_, $item->{$_} for keys %{ $item };
print " ---n";
}
}

<<less
Download (0.004MB)
Added: 2007-05-16 License: Perl Artistic License Price:
891 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5