Involved Projects and Packages
Time::Duration::Parse is a module to parse human readable duration strings
like _2 minutes and 3 seconds_ to seconds.
It does the opposite of _duration_exact_ function in Time::Duration and is
roundtrip safe. So, the following is always true.
use Time::Duration::Parse;
use Time::Duration;
my $seconds = int rand 100000;
is( parse_duration(duration_exact($seconds)), $seconds );
PyYAML is the most robust and correct YAML module for a dynamic language.
It is (obviously) written in/for Python. This module is a complete port of
PyYAML to Perl.
The installation of this package triggers online update of
flash-player.
Internal package only, used for openSUSE OSS Media sets
Internal package only, used for openSUSE OSS Media sets
This package contains the following sound fonts: Vintage Dreams Waves v
2.0. by Ian Wilson and GeneralUser 1.1 by Samuel Collins. Vintage
Dreams Waves features 128 analog synthesizer patches and 8 drum kits.
The sound font can be used with Sound Blaster AWE and SB Live! sound
cards. The package also provides a sample MIDI file for this sound
font. The ROM sound font GeneralUser 1.1 only works with SB AWE
soundcards. It is General MIDI compatible.
UV - Realtime graph of I/O per process.
Signed-off-by: Nikanth Karthikesan
Sponsored by Novell, during openSUSE Hackweek, 20-24 July, 2009.
Ullae-veliyae are Tamil words for In-Out.
For Input/Output, it would be Ulleedu/Veliyeedu.
WARNING: Use this tool at your own risk, data accuracy not guaranteed!!
unionfs-fuse overlays several directory into one single mount point
It first tries to access the file on the top branch and if the file
does not exist there, it continues on lower level branches. If the user
tries to modify a file on a lower level read-only branch the file is
copied to to a higher level read-write branch if the copy-on-write
(cow) mode was enabled.
Developed for building KDE, Unsermake replaces the functionality of
automake and make.
This package provides further translations and a shell script to update
desktop files. It is used by the %suse_update_desktop_file rpm macro.
The xz command is a very powerful program for compressing files.
* Average compression ratio of LZMA is about 30% better than that of
gzip, and 15% better than that of bzip2.
* Decompression speed is only little slower than that of gzip, being
two to five times faster than bzip2.
* In fast mode, compresses faster than bzip2 with a comparable
compression ratio.
* Achieving the best compression ratios takes four to even twelve
times longer than with bzip2. However. this doesn't affect
decompressing speed.
* Very similar command line interface to what gzip and bzip2 have.