Main > Free Download Search >

Free unstable software for linux

unstable

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 65
GRUB Splash Images

GRUB Splash Images


GRUB Splash Images package contains a collection of splashimages which can be used for GRUB. more>>
GRUB Splash Images package contains a collection of splashimages which can be used for GRUB.

If youd like your splashimage in this package send them to mcgrof@ruslug.rutgers.edu.

Quick tips for the impatient:

convert -resize 640x480 -colors 14 image.png image.xpm && gzip image.xpm

Quick tip for debian users: Use "unstable" packages in your /etc/apt/sources.list in order to get the latest GRUB with splashimage support

Quick tip to install GRUB (only Debian users do the apt-get line):

# using the unstable tree
apt-get install grub
grub-install /dev/hda
# Go edit/make a menu.lst file and put it in /boot/grub/menu.lst
grub
# then on the grub prompt run:

# The partition that has the boot partition
root (hd0,0)
install /grub/stage1 (hd0) /grub/stage2 p /grub/menu.lst
quit
<<less
Download (MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
837 downloads
GuiTuner 0.05 beta2

GuiTuner 0.05 beta2


GuiTuner is a simple guitar tuning program for Linux. more>>
GuiTuner tries to detect the pitch of the sound recorded in real time from the audio device using some methods ( by now only based on FFT ) that you can configure at runtime.
It is self-explanatory, you just have to connect your guitar or your microphone to the sound card, configure the input device using a mixer and see what the program tells you: it displays the note nearest to the picked sound and the interval between it and the note produced by the instrument.
If the sound produced is lower than the right one the left arrow becomes green, if is higher becomes green the right arrow. From version 0.05beta1 is available a simple tone generation section, that uses presets.
There are a "stable" and an "unstable" version, both may not work properly, but the "stable" one has been tested for a year, so its problems are more or less known. Download the unstable version only if you want to test it and help with its development, reporting bugs and problems.
Enhancements:
- Added Alsa support and simple tone playing, with preset support.
<<less
Download (0.43MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
1535 downloads
NoFuss Sales Tracker 0.006a

NoFuss Sales Tracker 0.006a


NoFuss Sales Tracker is a quote generation and tracking system designed for the general IT retailer. more>>
NoFuss Sales Tracker is a quote generation and tracking system designed for the general IT retailer.

NoFuss Sales Tracker project can create quotes from an internal price list using drop-down menus and pre-setup machine recipes.

The end product will keep information regarding clients in a database, be able to generate quotes on the fly, generate invoices from quotes, etc.

NoFuss Solutions provides expert IT services to the local community using experience in a variety of computer systems. We support both hardware and software and strive to provide a one-stop service to our customers. Our main target is the home user or small business owner that can not afford dedicated IT personnel but needs the services of a dedicated IT support office.

Apart from the general IT support services (repairs and maintenance) we also offer custom software development utilising the JAVA programming language. NoFuss Invoicing is a free invoicing solution for small businesses and we are currently working on a free point-of-sale application for the same market.

NoFuss Solutions came into existence during 1996 as Horn Labs and along with a shift in focus the beginning of 2005 the name changed to symbolise the new vision and direction of the business. The main aim of NoFuss Solutions shifted from providing services to corporate companies to providing the same services to smaller businesses, especially start-up companies. After restructuring the cost-structure we managed to focus on this relative low-income market and build a stable business on a very unstable market.

At the head of NoFuss Solutions is Ewald Horn, sole proprietor since 1996. Instead of trying to do everything in-house we have identified areas where we can out-source certain functions in order to provide a higher level of service to our customers. This enables us to focus on our strengths while still providing an all-round service to our customers.
<<less
Download (0.064MB)
Added: 2005-12-15 License: Freely Distributable Price:
1409 downloads
wmpuzzle 0.5.0

wmpuzzle 0.5.0


wmpuzzle provides a 4x4 puzzle on a 64x64 mini window. more>>
wmpuzzle provides a 4x4 puzzle on a 64x64 mini window. You can puzzle any XPM image you wish, and there are many graphics applications available to convert other images into the XPM format.

wmpuzzle will let you save the current state of the image at any time. When the puzzle has been completed the full image will be shown. The program is designed to work with the WindowMaker dock, but will work with other window managers as well.

INSTALLATION:

On Debian systems, install the Debian package: type dpkg -i wmpuzzle_*.deb as root. If you need to compile it first, e.g. you want to install the unstable version on a woody system, type dpkg-buildpackage -rfakeroot -tc -uc -us.

On Non-Debian systems compile the program typing ./configure, make and then make install as root.

HOW TO USE THIS PROGRAM

Please read the manual page, type `man wmpuzzle.
<<less
Download (0.080MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1095 downloads
SmoothSlideSaver 0.4.1

SmoothSlideSaver 0.4.1


SmoothSlideSaver is a KDE screensaver which shows images from a directory as an OpenGL slideshow. more>>
SmoothSlideSaver is a KDE screensaver which shows images from a directory as an OpenGL slideshow. SmoothSlideSaver screensaver uses the famous Ken Burns effect and smoothly fades from one image to the next.

You dont need to worry about complicated configuration options, everything should run smoothly out of the box. Just select a directory with some nice pictures (e.g., your digital photo collection) and let the show begin.

There are prebuilt packages for Debian and Ubuntu (i386 architecture, only). You can either download them via the links below, or more conveniently, apt-get them:

Put one of the following lines into your /etc/apt/sources.list file:

deb http://web.inf.tu-dresden.de/~cw183155/smoothslidesaver debian-sarge/ # Debian stable "Sarge"

deb http://web.inf.tu-dresden.de/~cw183155/smoothslidesaver debian-unstable/ # Debian unstable (requires KDE 3.5.0 from Alioth (or experimental?))

deb http://web.inf.tu-dresden.de/~cw183155/smoothslidesaver ubuntu-breezy/ # (K)Ubuntu "Breezy"

Then do the usual steps to install the package:

#> apt-get update
#> apt-get install smoothslidesaver

If you have another Debian based distribution and/or architecture (or if the unstable packages cant be installed), you can easily build your own package. Add the following line to /etc/apt/sources.list:

deb-src http://web.inf.tu-dresden.de/~cw183155/smoothslidesaver source/

Then execute the following commands:

#> apt-get update
#> mkdir smoothslidesaver
#> cd smoothslidesaver
#> apt-get build-dep smoothslidesaver
#> apt-get source --compile smoothslidesaver
#> dpkg -i smoothslidesaver_*.deb

If you have another distribution installed on your computer, you will have to do it the hard way, sorry :-/ Download the source tarball from the link below, untar it and then execute the following steps in the source directory:

#> ./configure
#> make
#> make install

If anyone wants to provide an .rpm or Slackware package, please contact me (you can find my email address in the AUTHORS file).
<<less
Download (0.63MB)
Added: 2006-01-08 License: GPL (GNU General Public License) Price:
1388 downloads
Incollector 0.6.1

Incollector 0.6.1


Incollector is an application to collect various kind of informations (like notes, conversation logs, quotes). more>>
Incollector is an application to collect various kind of informations (like notes, conversation logs, source code, quotes, serial numbers, webaddresses, words). All entries can be tagged.

Application can also search and browse entries easly. Incollector is very young project. There can be some bugs. If you will find any bugs, send an e-mail. All the 0.x versions can be unstable. 1.0 version will be the first stable and ready to use version.

<<less
Download (0.21MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
921 downloads
Mixmaster 3.0 RC1

Mixmaster 3.0 RC1


Mixmaster is an anonymous remailer. more>>
Mixmaster is an anonymous remailer. Mixmaster is the type II remailer protocol and the most popular implementation of it.
Remailers provide protection against traffic analysis and allow sending email nonymously or pseudonymously. Mixmaster consists of both client and server installations and is designed to run on several operation systems including but not limited to *BSD, Linux and Microsoft Windows.
The current 2.9.x versions are the stable ones and widely deployed. The 3.0beta* releases are betas for the upcoming Mixmaster 3.0.
To download Mixmaster visit Sourceforges download center. Packages for the Debian GNU/Linux distribution can be found in the testing and unstable distributions on a mirror near you. Also see http://packages.debian.org/mixmaster.
For pingers and other remailer implementations see related Software.
Whats New in 2.0.4 Stable Release:
- Prefer pubring.asc over secring.pgp.
- Support an unpublished dest.alw file.
- Added MINLAT directive. Ensures randhopped messages are sent through remailers of latency of MINLAT time or greater (suggested by Steve Crook). Improved OpenSSL version checking in the Install script.
- Added Full stats download support.
- Fixed buffer overflow bug in keymgt.c
Whats New in 3.0 RC1 Development Release:
- Prefer pubring.asc over secring.pgp.
- Support an unpublished dest.alw file.
- Added MINLAT directive. Ensures randhopped messages are sent through remailers of latency of MINLAT time or greater (suggested by Steve Crook).
- Improved OpenSSL version checking in the Install script.
- Added full stats download support.
- Fixed buffer overflow bug in keymgt.c.
<<less
Download (0.33MB)
Added: 2006-06-24 License: Freeware Price:
709 downloads
alph 0.23

alph 0.23


alph is an educational cryptology tool for transparent encryption and decryption. more>>
alph implements and analyzes historical and traditional ciphers and codes, such as polyalphabetic, susbstitutional, and mixed employing human-reconstructable algorithms.
alph project provides a pipe filter interface in order to encrypt and decrypt block text to acheive transparency.
The program is meant to be used in conjunction with external programs that transfer data, resulting in transparent encryption or decryption of information.
The program can thus be used as a mail filter, IRC filter, IM filter, and so on.
The program can be conjuncted with pipes reulting in transparent en-decrypt: Atbash, Caesar, Vigenere, Playfair, Vernam.
Enhancements:
- Warnings for unstable cyphers have been added as well as the possibility to unscramble words based on a dictionary file.
- The tools section has been altered to accept pipe strings instead of file operations.
<<less
Download (0.21MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
846 downloads
Sort::Fields 0.90

Sort::Fields 0.90


Sort::Fields is a Perl module that can sort lines containing delimited fields. more>>
Sort::Fields is a Perl module that can sort lines containing delimited fields.

SYNOPSIS

use Sort::Fields;
@sorted = fieldsort [3, 2n], @lines;
@sorted = fieldsort +, [-1, -3, 0], @lines;

$sort_3_2n = make_fieldsort [3, 2n], @lines;
@sorted = $sort_3_2n->(@lines);

Sort::Fields provides a general purpose technique for efficiently sorting lists of lines that contain data separated into fields.

Sort::Fields automatically imports two subroutines, fieldsort and make_fieldsort, and two variants, stable_fieldsort and make_stable_fieldsort. make_fieldsort generates a sorting subroutine and returns a reference to it. fieldsort is a wrapper for the make_fieldsort subroutine.

The first argument to make_fieldsort is a delimiter string, which is used as a regular expression argument for a split operator. The delimiter string is optional. If it is not supplied, make_fieldsort splits each line using /s+/.

The second argument is an array reference containing one or more field specifiers. The specifiers indicate what fields in the strings will be used to sort the data. The specifier "1" indicates the first field, "2" indicates the second, and so on. A negative specifier like "-2" means to sort on the second field in reverse (descending) order. To indicate a numeric rather than alphabetic comparison, append "n" to the specifier. A specifier of "0" means the entire string ("-0" means the entire string, in reverse order).

The order in which the specifiers appear is the order in which they will be used to sort the data. The primary key is first, the secondary key is second, and so on.
fieldsort [1, 2], @data is roughly equivalent to make_fieldsort([1, 2])->(@data). Avoid calling fieldsort repeatedly with the same sort specifiers. If you need to use a particular sort more than once, it is more efficient to call make_fieldsort once and reuse the subroutine it returns.

stable_fieldsort and make_stable_fieldsort are like their "unstable" counterparts, except that the items that compare the same are maintained in their original order.

EXAMPLES

Some sample data (in array @data):

123 asd 1.22 asdd
32 ewq 2.32 asdd
43 rewq 2.12 ewet
51 erwt 34.2 ewet
23 erww 4.21 ewet
91 fdgs 3.43 ewet
123 refs 3.22 asdd
123 refs 4.32 asdd

# alpha sort on column 1
print fieldsort [1], @data;

123 asd 1.22 asdd
123 refs 3.22 asdd
123 refs 4.32 asdd
23 erww 4.21 ewet
32 ewq 2.32 asdd
43 rewq 2.12 ewet
51 erwt 34.2 ewet
91 fdgs 3.43 ewet

# numeric sort on column 1
print fieldsort [1n], @data;

23 erww 4.21 ewet
32 ewq 2.32 asdd
43 rewq 2.12 ewet
51 erwt 34.2 ewet
91 fdgs 3.43 ewet
123 asd 1.22 asdd
123 refs 3.22 asdd
123 refs 4.32 asdd

# reverse numeric sort on column 1
print fieldsort [-1n], @data;

123 asd 1.22 asdd
123 refs 3.22 asdd
123 refs 4.32 asdd
91 fdgs 3.43 ewet
51 erwt 34.2 ewet
43 rewq 2.12 ewet
32 ewq 2.32 asdd
23 erww 4.21 ewet

# alpha sort on column 2, then alpha on entire line
print fieldsort [2, 0], @data;

123 asd 1.22 asdd
51 erwt 34.2 ewet
23 erww 4.21 ewet
32 ewq 2.32 asdd
91 fdgs 3.43 ewet
123 refs 3.22 asdd
123 refs 4.32 asdd
43 rewq 2.12 ewet

# alpha sort on column 4, then numeric on column 1, then reverse
# numeric on column 3
print fieldsort [4, 1n, -3n], @data;

32 ewq 2.32 asdd
123 refs 4.32 asdd
123 refs 3.22 asdd
123 asd 1.22 asdd
23 erww 4.21 ewet
43 rewq 2.12 ewet
51 erwt 34.2 ewet
91 fdgs 3.43 ewet

# now, splitting on either literal period or whitespace
# sort numeric on column 4 (fractional part of decimals) then
# numeric on column 3 (whole part of decimals)
print fieldsort (?:.|s+), [4n, 3n], @data;

51 erwt 34.2 ewet
43 rewq 2.12 ewet
23 erww 4.21 ewet
123 asd 1.22 asdd
123 refs 3.22 asdd
32 ewq 2.32 asdd
123 refs 4.32 asdd
91 fdgs 3.43 ewet

# alpha sort on column 4, then numeric on the entire line
# NOTE: produces warnings under -w
print fieldsort [4, 0n], @data;

32 ewq 2.32 asdd
123 asd 1.22 asdd
123 refs 3.22 asdd
123 refs 4.32 asdd
23 erww 4.21 ewet
43 rewq 2.12 ewet
51 erwt 34.2 ewet
91 fdgs 3.43 ewet

# stable alpha sort on column 4 (maintains original relative order
# among items that compare the same)
print stable_fieldsort [4], @data;

123 asd 1.22 asdd
32 ewq 2.32 asdd
123 refs 3.22 asdd
123 refs 4.32 asdd
43 rewq 2.12 ewet
51 erwt 34.2 ewet
23 erww 4.21 ewet
91 fdgs 3.43 ewet

<<less
Download (0.005MB)
Added: 2007-05-21 License: Perl Artistic License Price:
887 downloads
SMB for FUSE 0.8.4

SMB for FUSE 0.8.4


SMB for FUSE is a tool for mounting the network neighbourhood. more>>
With SMB for Fuse you can seamlessly browse your network neighbourhood as were it on your own filesystem.
Instead of mounting one Samba share at a time, you mount all workgroups, hosts and shares at once. Only when youre accessing a share a connection is made.
Main features:
- Browsing workgroups/hosts and shares from any application
- Streaming of files (movies/music)
- Browsing the network is fast because all hosts and shares are cached
Other solutions as GnomeVFS or KIO slaves provide a similar solution, but have a few disadvantages:
- Programs need to be rewritten to make them network transparent.
- KIO Slaves cannot stream files making movie/music playing over LAN impossible.
- Gnome VFS just is unstable on my system, although is offers streaming.
- Automounting shares is possible, but you cannot see more than 8 at a time, because NT Workstation limits the number of connections its also a lot slower.
<<less
Download (0.11MB)
Added: 2006-02-11 License: GPL (GNU General Public License) Price:
1353 downloads
Umbrello UML Modeller 1.5.71

Umbrello UML Modeller 1.5.71


Umbrello UML Modeller is a Unified Modelling Language diagram programme for KDE. more>>
Umbrello UML Modeller is a Unified Modelling Language diagram programme for KDE.
Umbrello UML Modeller allows you to create diagrams of software and other systems in a standard format.
Our handbook gives a good introduction to Umbrello and UML modelling.
Enhancements:
- Bugs/wishes from http://bugs.kde.org:
- Preprocessor keywords ignored which causes endless loop in code import (119125)
- Code generator for D language (124805)
- Unstable saves and loads, class names become dirty (145709)
- Crash on deleting class in list view (145762)
- Class attribute documentation not generated for python (145916)
- Python code generator does not wrap lines properly (145918)
- Attribute documentation not generated for Export to XHTML (145972)
- Crash when moving a class in a Java UML diagram (146058)
- Arrowheads are not shown (146064)
- Crash when creating a class that refers to more than one other classes/datatypes (146367)
<<less
Download (2.3MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
886 downloads
newrpms 1.5

newrpms 1.5


newrpms scans a directory of packages and finds out which ones are newer than the installed versions. more>>
Another quick & dirty Perl hack for RPM-based Linux distributions. Scans a directory of packages and finds out which ones are newer than the installed versions.

Its expecially useful if youre tracking the unstable branch of a distribution such as Fedora.
<<less
Download (0.003MB)
Added: 2005-06-29 License: GPL (GNU General Public License) Price:
1581 downloads
ucview 0.10

ucview 0.10


ucview is a video image capture application that uses the unicap toolkit. more>>
ucview is a video image capture application that uses the unicap toolkit. The project provides a simple way to parametrize the video device, can capture still images from the video stream, or record the stream as an MPEG file.
By using unicap, it can access many different video capture devices like webcams, video grabber boards, IEEE-1394 (FireWire) cameras, and others.
Enhancements:
- This version fixes several minor bugs and implements crash protection that disables unstable plugins.
- The default device state now gets properly stored and restored.
- Other minor user interface improvements were made.
<<less
Download (0.38MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
818 downloads
ParallelKnoppix64 2.6

ParallelKnoppix64 2.6


ParallelKnoppix is a remastered edition of KNOPPIX that allows setting up a cluster of machines for parallel processing. more>>
ParallelKnoppix is a remastered edition of KNOPPIX that allows setting up a cluster of machines for parallel processing using the LAM-MPI and/or MPICH implementations of MPI.

Getting the cluster up and running takes less than 15 minutes, if the machines have PXE network cards. Starting from version 2.2, the distribution is based on Debians unstable branch, rather than KNOPPIX.
<<less
Download (649.3MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
884 downloads
Tmxxine 0.7

Tmxxine 0.7


Tmxxine is a linux distribution based on Puppy Linux 2.01. more>>
Tmxxine is a linux distribution based on Puppy Linux 2.01.
Main features:
- All standard puppy software included: WP, Spreadsheet, Browser, editors, painting, vector editor, email, ftp, chat etc
- Voice Synthesis At the moment the Operating system is not singing to you but the Symphony code is being used. "Flinger" is being considered for future versions. Right clicking on an icon and opening it as text will give you this. The talk command says the word - change the words to have the computer say what you want
- Audacity sound editor. Very stable. Also available for Windows.
- Xara graphics - 50% complete - very usable. Sadly the enclosed nightly build is unstable (first time) for a stable version try here?
- NVU WSIWYG HTML editor. NVU is more powerful than composer on which it is based. Tmxxine has made a commitment to create its documentation in wiki format. This tool is for temporary deployment.
- 007 blowfish single file encryption. This only works on single files. It is only two lines of code
- Java. Widely used, the third most important language after C and C++ It allows access to java enabled web sites - many scientific sites make use of it.
- Extra codecs for viewing movies through the Internet
- Mplayer - be careful with this - crashed my machine from within dotpup menu
- VYM - View Your Mind. A Mind mapping thought generation tool
- Tuxcard - organise you bits of information
- Xfce Window manager, Shut down / exit to prompt and then type xwin xfce To return reboot Xfce and then type xwin jwm
<<less
Download (133MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1220 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5