Main > Free Download Search >

Free stuff software for linux

stuff

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 491
unionfs-fuse 0.18

unionfs-fuse 0.18


unionfs-fuse is an effort to create a userland unionfs implementation. more>>
unionfs-fuse filesystem is an effort to create a userland unionfs implementation that is probably slower but way more flexible than the current kernel-only based unionfs solution.
Main features:
Why choose this stuff
- The filesystem has to be mounted after the roots are mounted when using the standard module. With unionfs-fuse, you can mount the roots later and their contents will appear seamlesly
- You get caching which speeds things up a lot for free
- You get nice stats (optional)
Why NOT choose it
- Compared to kernel-space solution we need lots of useless context switches which makes kernel-only solution clear speed-winner
Available parameters
- --roots=/root1,/root2
- --stats
Enhancements:
- This version feaatures read-only branches, copy-on-write, bugfixes, and more.
<<less
Download (0.004MB)
Added: 2007-08-10 License: BSD License Price:
805 downloads
Stopwatch 0.8.1.8 for Firefox

Stopwatch 0.8.1.8 for Firefox


Stopwatch provides a simple stopwatch you can use to time stuff. more>>
Stopwatch provides a simple stopwatch you can use to time stuff.

Simple stopwatch you can use to time stuff. Adds a "Stopwatch" entry in your Tools menu.

When you select the Stopwatch item, a stopwatch window will appear. The stopwatch is pretty straightforward to use, simply press the start button to begin counting, press stop to stop the count, and press reset to bring the count back to 0.

<<less
Download (0.047MB)
Added: 2007-04-26 License: MPL (Mozilla Public License) Price:
920 downloads
Tubesock 0.2

Tubesock 0.2


Tubesock is a GTK/GNOME Shockwave player. more>>
Tubesock is a GTK/GNOME swf player released under the GPL. Currently the code right now is parsing SWF files, and can dump the contents, and can display some stuff.

Tubesock is written 100% in c, and depends on glib2 and gtk2.

Installation

./configure
make
cd src/tubesock
./tubesock PATH_TO_SWF_FILE.swf
<<less
Download (0.18MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1676 downloads
Public Fox 1.04

Public Fox 1.04


Public Fox cleans stuff after downloading. more>>
Public Fox cleans stuff after downloading.

Tired of cleaning stuff people download? Use this to limit file downloading.
Prevent browser changes.

Public Fox blocks users from downloading unwanted files.
Locks down Add-ons.
Locks down Preferences.
Locks down about:config
All with a central password.

<<less
Download (0.019MB)
Added: 2007-07-23 License: MPL (Mozilla Public License) Price:
862 downloads
casse-tete 1.3

casse-tete 1.3


casse-tete is a little game. more>>
casse-tete project is a little game.
It runs under Linux/X-Window (it may work under other OSes, I dont know, just try, youll probably need gcc thus).
The goal is to let out to the right all the stuff. You can use left, right keys to move the stuff, and space to turn if you can turn. escape to quit.
I guess its easy to understand how it works.
Hope theres no bug in there, its old stuff, the code is ugly and the like.
How to run
- do a make in this directory
- run ./casse-tete and have some little fun.
Enhancements:
- works under SGI/Irix and fixed a little bug when you change the size of the window
<<less
Download (0.012MB)
Added: 2006-12-26 License: Public Domain Price:
1038 downloads
ubiqx

ubiqx


ubiqx library is a set of utility modules written in C using an object-oriented style. more>>
ubiqx library is a set of utility modules written in C using an object-oriented style. The ubiqx modules implement simple data structures and algorithms--useful stuff that most folks either write a thousand times or never write at all.

The goal of this project is to create a set of portable, easy-to-use modules that let you use these data structures in your code without worrying about wheel reinventation.

These modules provide such things as binary splay trees, sparse arrays, linked lists, and suchlike.
<<less
Download (0.10MB)
Added: 2006-08-16 License: LGPL (GNU Lesser General Public License) Price:
1164 downloads
JuggleMaster 0.4

JuggleMaster 0.4


JuggleMaster project is a juggling siteswap animator. more>>
JuggleMaster project is a juggling siteswap animator.
JuggleMaster is a cross-platform juggling animator [understanding siteswap].
Anyone who doesnt know what siteswap is can still download it and look at the patterns that come with it, and examine the cool stuff they could do if they did understand it.
Enhancements:
- all: Makefile voodoo
- jmqt: initial add
- jmlib: Added patterns.h and patterns.cpp, which parse pattern files
- data: Added some style data for completeness
- jmdlx: Added printing mpegs. Thanks to luap for the color stuff.
- jmdlx: Added printing images
- jmdlx: HUGE list of fixes and changes from arkanes in #wxwidgets
- jmdlx: Added Visual Studio build stuff, also arkanes
- jmpocket: initial add
- jmlib: minor jmpocket compatability fixes
<<less
Download (0.13MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1070 downloads
File::NFSLock 1.20

File::NFSLock 1.20


File::NFSLock is a Perl module to do NFS (or not) locking. more>>
File::NFSLock is a Perl module to do NFS (or not) locking.
SYNOPSIS
use File::NFSLock qw(uncache);
use Fcntl qw(LOCK_EX LOCK_NB);
my $file = "somefile";
### set up a lock - lasts until object looses scope
if (my $lock = new File::NFSLock {
file => $file,
lock_type => LOCK_EX|LOCK_NB,
blocking_timeout => 10, # 10 sec
stale_lock_timeout => 30 * 60, # 30 min
}) {
### OR
### my $lock = File::NFSLock->new($file,LOCK_EX|LOCK_NB,10,30*60);
### do write protected stuff on $file
### at this point $file is uncached from NFS (most recent)
open(FILE, "+<<less
Download (0.018MB)
Added: 2007-04-27 License: Perl Artistic License Price:
912 downloads
Sakuraplayer 2.1.7

Sakuraplayer 2.1.7


Sakuraplayer is a Qt/KDE-based frontend for the command-line TFMX-player. more>>
You want to play those good old Amiga TFMX songs under Linux with a nice KDE3-based GUI? No problem!

This program is almost complete, with the exception of i18n (translation). I probaly wont have time to do the i18n stuff, so any help is appreciated.

Quick-and-dirty installation guide:

First, make sure KDEDIR points to your KDE3-directory (e.g.
"/opt/kde3") and QTDIR points to your Qt3.x.x-directory
(e.g. "/usr/lib/qt3"), then run
"./configure --prefix=$KDEDIR"

Start the program from KDE3 by selecting "Sakuraplayer" from the "Multimedia" submenu.

Each time you upgrade to a newer version, the splash-screen will reappear once. Click on it or wait for ten seconds...

<<less
Download (1.1MB)
Added: 2005-09-12 License: GPL (GNU General Public License) Price:
1503 downloads
Catalyst::Manual::Cookbook 5.7001

Catalyst::Manual::Cookbook 5.7001


Catalyst::Manual::Cookbook is a Perl module for cooking with Catalyst. more>>
Catalyst::Manual::Cookbook is a Perl module for cooking with Catalyst.

These recipes cover some basic stuff that is worth knowing for catalyst developers.

<<less
Download (0.22MB)
Added: 2006-09-12 License: Perl Artistic License Price:
1142 downloads
SoftwareUpdate 1.10

SoftwareUpdate 1.10


SoftwareUpdate is a Java class that assists with adding an automatic software-update feature to applications. more>>
SoftwareUpdate is a Java class that assists with adding an automatic software-update feature to applications.

It doesnt perform the update, but takes care of administrative stuff like looking up the version number of the latest version, with the ability to distinguish and check different places based on operating system.

SoftwareUpdate also builds the OS-specific URLs to make it easy to do a quick latest-version check in any desktop or server application.

<<less
Download (0.051MB)
Added: 2006-07-13 License: Other/Proprietary License Price:
1198 downloads
Apache::TestTieBucketBrigade 0.03

Apache::TestTieBucketBrigade 0.03


Apache::TestTieBucketBrigade is a Perl module to test Apache::TieBucketBrigade, takes a bunch of stuff and then writes it back. more>>
Apache::TestTieBucketBrigade is a Perl module to test Apache::TieBucketBrigade, takes a bunch of stuff and then writes it back upcased.

It tests stuff. I suppose you could use it as an example of building things with Apache::TieBucketBrigade. This would be cooler if I actually new how to test mod_perl protocol handlers. For now, put something like the following in httpd.conf

Listen localhost:8013

< VirtualHost localhost:8013 >
PerlModule Apache::TestTieBucketBrigade
PerlProcessConnectionHandler Apache::TestTieBucketBrigade
< /VirtualHost >

restart apache and hope for the best. Telnet to locahost:8013 type some stuff in and see if it comes back upcased.

<<less
Download (0.004MB)
Added: 2006-10-11 License: Perl Artistic License Price:
1108 downloads
Deepest Sender 0.8.0

Deepest Sender 0.8.0


Deepest Sender is a client that will allow you to post to blogs from directly within Firefox. more>>
Deepest Sender is a client that will allow you to post to blogs from directly within Firefox. The project is primarily a LiveJournal client, although it supports Blogger (GData) and WordPress (metaWeblog) too, with support for more stuff to come.

Note that the actual Deepest Sender website will always have the most up to date version.

If DS wont load for you in Firefox 2, and youre using a non-US English version (ie. British English or whatever), you will need to download a spellcheck dictionary in order for it to work. Non US English builds dont come with dictionaries.

If DS keeps loading in Russian and youre running SeaMonkey, check the LiveJournal group, it has a guide to solving the problem.

<<less
Download (0.30MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
917 downloads
NAFE 0.1

NAFE 0.1


NAFE is a tool to write and edit Linux console font files (.psf) with any text editor. more>>
nafe (Not Another Font Editor) is a tool to convert Linux console font files into ASCII text files that are human-readable/editable.

It also converts this text files back into system-usable PSF font files for display on the Linux text console, thus making font editing easy.

nafe is no consolefont editor, but a toolset to translate psf format consolefonts into text files
and text files into psf files.

The advantage is that you can edit the font in the text file easily with any text editor (not provided by nafe).

So you are independent from your actual terminal hardware and dont need stuff like svgalib

nafe understands and creates psf mode 1 and mode 2 files.

<<less
Download (0.017MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1659 downloads
Autofs CD Changer 3.1.3

Autofs CD Changer 3.1.3


Autofs CD Changer is a patch for autofs. more>>
Autofs CD Changer is a patch for autofs. It automatically changes the slots and remounts cds as needed giving the impression that they are all simultaneously mounted. Its not for much use if you use multisession stuff, but works fine for mp3 lists that span many cds.
<<less
Download (0.008MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5