Main > Free Download Search >

Free xlassie 1.8 software for linux

xlassie 1.8

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 182
XLassie 1.8

XLassie 1.8


XLassie is a replacement for the traditional X mail notification tool, XBiff. more>>
XLassie is an enhanced version of XBiff. Support for POP3 or IMAP mailservers, ability to run a command when clicked on, written in straight xlib so memory usage is less, and it doesnt just tell you if you have new mail, but how many new messages you have. Extra support for both KDE and WindowMaker.
Main features:
- Counts the number of new messages you have
- Can query remote mail on a POP3 server or on an IMAP server
- Can count local mail with an mbox or a maildir style spool
- Uses less memory than XBiff, and just about every other X mail checker
- Can run a command when clicked on, and/or when new mail arrives
- Supports both the KDE and the WindowMaker applet protocols, in addition to running as a standard X application
- Support for qmail style maildir systems. Should work automatically if you have maildir setup properly. Or point xlassie to a directory instead of a file, and it will keep track of the number of files in it. Thanks to Pitt Murmann for inspiration.
- Backup font selection system. XLassie will try a list of builtin font names if it cant find the default font.
<<less
Download (0.015MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1233 downloads
libsift 1.8

libsift 1.8


libsift is an algorithm to identify and locate interesting points within an image. more>>
libsift is an algorithm to identify and locate interesting points within an image. For all such points, a descriptive signature is extracted.
The signatures can be stored and matched among multiple images, allowing for a large number of interesting applications, such as aligning overlapping images and identifying objects or motion within image sequences.
libsift is used by the autopano-sift program to create panorama images.
This library is a 100% C# implementation of the SIFT algorithm ("Scale-Invariant Feature Transform") and additional matching algorithms. The SIFT algorithm is an image feature location and extraction algorithm which provides the following key advantages over similar algorithms:
- Combined feature location and extraction algorithm.
- The keypoint locations are more precise and repeatable, because SIFT uses subpixel localization and multiple scale keypoint identification
- The descriptors are highly distinctive. For example, I tested with up to 300,000 keypoints while matching a large 60 picture panorama and it did not have a single invalid match.
- The feature vectors can be efficiently correlated using probabilistic algorithms like Best-Bin-First kd-tree search.
Enhancements:
- A serious bug in the Gaussian sigma computation and a bug in the DoG scale handling were fixed.
<<less
Download (0.15MB)
Added: 2006-01-21 License: GPL (GNU General Public License) Price:
1374 downloads
Claroline 1.8.5

Claroline 1.8.5


Claroline is a collaborative learning environment. more>> <<less
Download (3.6MB)
Added: 2007-07-06 License: GPL (GNU General Public License) Price:
843 downloads
Calcurse 1.8

Calcurse 1.8


Calcurse is a text-based personal organizer which helps keep track of events and everyday tasks. more>>
Calcurse is a text-based personal organizer which helps keep track of events and everyday tasks. Calcurse has a calendar and a "todo" list, and puts your appointments in order.
The user interface is configurable, and you can choose between different color schemes and layouts. All of the commands are documented within an online help system.
Enhancements:
- The command launched to notify a user of an upcoming appointment is now configurable.
- One can now be warned by mail of an upcoming appointment, but several other means can be considered.
- The color theme configuration menu was completely redesigned, with support for the default terminals color.
- The export command was implemented to save calcurse data in iCalendar format.
<<less
Download (0.36MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
888 downloads
tmake 1.8

tmake 1.8


tmake provides a cross-platform makefile tool. more>>
tmake provides a cross-platform makefile tool.
tmake is an easy-to-use tool from Trolltech to create and maintain makefiles for software projects. It can be a painful task to manage makefiles manually, especially if you develop for more than one platform or use more than one compiler. tmake automates and streamlines this process and lets you spend your valuable time on writing code, not makefiles.
Our main motivation for developing tmake was that we spent far too much time maintaining makefiles for Qt, our cross-platform GUI toolkit. Qt supports around 15 flavors of Unix, Microsoft Windows, and around 15 different C++ compilers. We looked at GNU autoconf, but it was Unix-specific and not flexible enough in our opinion. Our makefile system also had to deal with Qt meta object compiler (moc) issues. The moc program extracts meta information from C++ files and generates a C++ file with data tables etc. It takes extra work to add makefile rules for the moc and wanted to automate this task.
tmake is written in Perl and requires that you have installed perl version 5 or newer. Basic use of tmake requires no perl knowledge, but if you know perl you can extend tmake and write your own makefile templates.
Enhancements:
- Platform fixes for Tru64, Borland, Irix, HP-UX, AIX, UnixWare7 and Reliant UNIX
- Support for Intel C++
- Initial support for Qt/Embedded on FreeBSD
<<less
Download (0.053MB)
Added: 2007-04-30 License: Freeware Price:
909 downloads
LEDataStream 1.8

LEDataStream 1.8


Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files. more>>

LEDataStream - Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files. LEDataInputStream, LEDataOutputstream and LERandomAccessFile will let you read and write such files. Source code provided.

The java.nio (new I/O) package that is new with JDK1.4 has ByteBuffer and friends that support big and little endian. That way you dont need LEDataStream. LEDataStream is simpler.

Version 1.6 just deprecates the readLine method in keeping with the deprecation of the underlying DataInput.readLine method.

Why the egg icon? In Jonathan Swifts Gullivers Travels, two countries fought over which end of the end was best to break it, the little or big end, mirroring the struggle between the users of little and big endian binary formats. See http://mindprod.com/jgloss/endian.html


Enhancements:
Version 1.8

add pad and icon


System Requirements:
<<less
Download (435Kb)
Added: 2007-05-24 License: Free Price: Free
13 downloads
Mezzanine 1.8

Mezzanine 1.8


Mezzanine is a set of tools which simplify the management of software packages and collections of software packages. more>>
Mezzanine is a set of tools which simplify the management of software packages and collections of software packages.
It provides encapsulation for source and package management as well as a streamlined mechanism for making changes to these packages.
Enhancements:
- SCM functionality has been rewritten as implementations of a standard interface class.
- This will allow more seamless support of other SCM systems (e.g. Subversion).
- Dependencies on the "Meta" package, perhaps the worst thing ever to happen to CPAN, have been worked around, and this release allows for local mode operation on non-CPAN Perl archives on the filesystem.
- Spec files are now passed through RPMs own parser for improved macro expansion.
- Several new specgen templates were added, and many minor bugs fixed along the way.
<<less
Download (0.085MB)
Added: 2005-08-29 License: BSD License Price:
1516 downloads
Blam 1.8.2

Blam 1.8.2


Blam is an RSS reader. more>>
Blam is a tool that helps you keep track of the growing number of news feeds distributed as RSS. Blam lets you subscribe to any number of feeds and provides an easy to use and clean interface to stay up to date.
Enhancements:
- Support for RSS and RDF feeds
- Very easy to use interface
- Print the news entries you like
- Automatically update the feeds at regular intervals
<<less
Download (0.58MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1548 downloads
tsocks 1.8

tsocks 1.8


tsocks provides transparent network access through a SOCKS version 4 or 5 proxy (usually on a firewall). more>>
tsocks provides transparent network access through a SOCKS version 4 or 5 proxy (usually on a firewall).

SOCKS servers are a form of proxy that are commonly used in firewalled LAN environments to allow access between networks, and often to the Internet. The problem is that most applications dont know how to gain access through SOCKS servers. This means that network based applications that dont understand SOCKS are very limited in networks they can reach. An example of this is simple telnet.

tsocks role is to allow these non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary. If youre on a network firewalled from the internet with a SOCKS server for outside access, telnet cant use this server and thus cant telnet out to the Internet., sou you cannot get out.

tsocks is based on the shared library interceptor concept. Through use of the LD_PRELOAD environment variable or the /etc/ld.so.preload file tsocks is automatically loaded into the process space of every executed program. From there it overrides the normal connect() function by providing its own. Thus when an application calls connect() to establish a TCP connection it instead passes control to tsocks. tsocks determines if the connection needs to be made via a SOCKS server (by checking /etc/tsocks.conf) and negotiates the connection if so (through use of the real connect() function )

<<less
Download (0.082MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1221 downloads
Apetag 1.8

Apetag 1.8


Apetag project is command line tagging tool for music files such as Monkeys Audio and Musepack using the APE 2.0 standard. more>>
Apetag project is command line tagging tool for music files such as Monkeys Audio and Musepack using the APE 2.0 standard.
Also included are:
- tagdir.py which will tag all tracks belonging to a given album based on the freedb record. (A simple tool for retrieved such records is freedbtool.) tagdir.py will invoke the appropriate tagging tool depending on the music files present. Currently supported are apetag for mpc, metaflac for flac, and id3tag for mp3 file.
- rmid3tag.py, a simple tool for removing id3v1 tags from arbitrary files.
Usage: apetag -i input-file -m mode {-p tag=value}*
change or create APE tag for file input-file
apetag operates in one of three modes:
Mode read (default):
read and dump APE tag if present
Mode update:
change selected key,value pairs
the pairs are specified with the -p options
e.g.: -p Artist=Nosferaru -p Album=Bite
remove item Artist, change item Album to Cool
tags not listed with the -p option will remain unchanged
tags with empty vaalues are removed
Mode overwrite:
Overwrite all the tags with items specified by the -p options
tags not listed with the -p option will be removed
this mode is also used to create ape tags initially
Switch summary:
debug default ["0" ]
enable debug mode
i string default ["" ]
specify input file
m string default ["read" ]
specify mode (read, update or overwrite)
p string default ["$none$" ]
specify ape tag and value, arguments must have form tag=val, this option
can be used multiple times
Enhancements:
- This release adds support for quotes in track and album names.
<<less
Download (0.025MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1197 downloads
FSVS 1.1.8

FSVS 1.1.8


FSVS stands for Fast System VerSioning, File System VerSioning or Full System VerSioning. more>>
FSVS stands for "Fast System VerSioning", "File System VerSioning" or "Full System VerSioning".
You may think of it as some kind of tar or rsync with versioned storage.
A future capability will be to cope with local adjustments for different machines (using branching techniques), so that most of the space needed for the backup of system-files (/bin, /usr, ...) can be shared between machines.
Main features:
- initialize itself for operation (define target URL)
- commit to this URL (backup), with meta-data support (owner, group, mode, devices, symlinks)
- show the status, ie. which entries have changed, and what was changed (data or meta-data)
- update from this URL (restore), with meta-data support
- use advanced ignore patterns, eg. to ignore all virtual filesystems like /proc, /sys, /dev (if devfs), and so on. PCRE-expressions and recursive ignore patterns are possible, too.
- Re-Synchronize with the repository, ie. get list of files in repository, to commit all different files.
<<less
Download (0.22MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
PySQLite 1.1.8

PySQLite 1.1.8


pysqlite is a Python DB-API 2.0 interface for the SQLite embedded relational database engine. more>>
pysqlite is a Python DB-API 2.0 interface for the SQLite embedded relational database engine.

<<less
Download (0.042MB)
Added: 2006-10-18 License: zlib/libpng License Price:
1101 downloads
Socketpipe 1.8

Socketpipe 1.8


Socketpipe directly connects the input/output of a remote process with local programs over a TCP/IP socket. more>>
Socketpipe project connects over a TCP/IP socket a remote command specified to a local input generation command and/or a local output processing command.
The input and output of the remote command are appropriately redirected so that the remote commands input will come from the local input generation command and the remote commands output will be sent to the local output processing command.
The remote command is executed on the machine accessed through the login command. The socketpipe executable should be available through the execution path in the remote machine.
The braces used for delimiting the commands and their arguments should be space-separated and can be nested. This feature allows you to setup complex and efficient topologies of distributed communicating processes.
Although the initial socketpipe communication setup is performed through client-server intermediaries such as ssh(1) or rsh(1), the communication channel that socketpipe establishes is a direct socket connection between the local and the remote commands.
Without the use of socketpipe, when piping remote data through ssh(1) or rsh(1), each data block is read at the local end by the respective client, is sent to the remote daemon and written out again to the remote process.
The use of socketpipe removes the inefficiency of the multiple data copies and context switches and can in some cases provide dramatic throughput improvements. On the other hand, the confidentiality and integrity of the data passing through socketpipes data channel is not protected; socketpipe should therefore be used only within a confined LAN environment.
(The authentication process uses the protocol of the underlying login program and is no more or less vulnerable than using the program in isolation; ssh(1) remains secure, rsh(1) continues to be insecure.)
Enhancements:
- This version corrects a bug in the command parsing of the Windows version of socketpipe.
<<less
Download (0.020MB)
Added: 2007-04-01 License: BSD License Price:
936 downloads
SSH Filesystem 1.8

SSH Filesystem 1.8


SSH Filesystem is a filesystem client based on the SSH File Transfer Protocol. more>>
SSH Filesystem is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side theres nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.
The idea of sshfs was taken from the SSHFS filesystem distributed with LUFS, which I found very useful. There were some limitations of that codebase, so I rewrote it.
Main features:
- Based on FUSE (the best userspace filesystem framework for linux ;-)
- Multithreading: more than one request can be on its way to the server
- Allowing large reads (max 64k)
- Caching directory contents
Installing
First you need to download FUSE 2.2 or later from http://fuse.sourceforge.net/. You also need to install the devel package for glib2.0. After installing FUSE, compile sshfs the usual way:
./configure
make
make install (as root)
How to mount a filesystem
Once sshfs is installed (see next section) running it is very simple:
sshfs hostname: /mountpoint
Note, that its recommended to run it as user, not as root. For this to work the mountpoint must be owned by the user. If the username is different on the host you are connecting to, then use the "username@host:" form. If you need to enter a password sshfs will ask for it (actually it just runs ssh which ask for the password if needed). You can also specify a directory after the ":". The default is the home directory.
Enhancements:
- This release fixes a couple of rarely occurring crashes and some smaller bugs.
<<less
Download (0.084MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
895 downloads
SLAMD 1.8.2

SLAMD 1.8.2


SLAMD is a distributed load generation engine. more>> <<less
Download (29MB)
Added: 2005-06-28 License: SUN Community Source License Price:
1584 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5