2 2 5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8299
Zinf 2.2.5
Zinf is an MP3/Vorbis/CD audio player with jukebox capabilities. more>>
The Zinf audio player is a simple, but powerful audio player for Linux and Win32. It supports MP3, Ogg/Vorbis, WAV and Audio CD playback, with a powerful music browser, theme support and a download manager.
It is based on the FreeA*p audio player which was developed by EMusic.com -- however, EMusic.com recently discontinued the FreeA*p project.
The Zinf project provides a stable and useful audio player with an advanced music database. We are looking for increased speed, stability, and cross-platform support in addition to its current capabilities.
For the existance of Zinf, please thank the original FreeA*p team at EMusic: Gene Hoffman, Brett Thomas, Jason Woodward and Mark Elrod.
Main features:
- MP3 playback using the Xing Audio decoder.
- Ogg/Vorbis playback
- WAV format playback
- Audio CD playback
- SHOUTcast/Icecast HTTP streaming playback with stream saving
- RTP unicast/multicast streaming playback
- Title streaming support (SHOUTcast and Icecast styles)
- PLS/M3U playlist support
- Integrated MusicBrowser/Playlist support
- Themed user interface
- Audio CD Metadata lookup via MusicBrainz
- Download manager for batch RMP downloads from EMusic
- Full tagging support: Id3v1,Id3v2, Vorbis
- OSS playback
- Enlightened Sound Daemon (ESD) playback
- ALSA playback
- Arts playback
- Album Art display
- OSD (On-Screen Display)
<<lessIt is based on the FreeA*p audio player which was developed by EMusic.com -- however, EMusic.com recently discontinued the FreeA*p project.
The Zinf project provides a stable and useful audio player with an advanced music database. We are looking for increased speed, stability, and cross-platform support in addition to its current capabilities.
For the existance of Zinf, please thank the original FreeA*p team at EMusic: Gene Hoffman, Brett Thomas, Jason Woodward and Mark Elrod.
Main features:
- MP3 playback using the Xing Audio decoder.
- Ogg/Vorbis playback
- WAV format playback
- Audio CD playback
- SHOUTcast/Icecast HTTP streaming playback with stream saving
- RTP unicast/multicast streaming playback
- Title streaming support (SHOUTcast and Icecast styles)
- PLS/M3U playlist support
- Integrated MusicBrowser/Playlist support
- Themed user interface
- Audio CD Metadata lookup via MusicBrainz
- Download manager for batch RMP downloads from EMusic
- Full tagging support: Id3v1,Id3v2, Vorbis
- OSS playback
- Enlightened Sound Daemon (ESD) playback
- ALSA playback
- Arts playback
- Album Art display
- OSD (On-Screen Display)
Download (1.4MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1631 downloads
FreeType2 2.3.5
FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable and portable. more>>
FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable and portable while capable of producing high-quality output (glyph images). FreeType 2 project can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well.
Note that FreeType 2 is a font service and doesnt provide APIs to perform higher-level features, like text layout or graphics processing (e.g. colored text rendering, "hollowing", etc..).
However, it greatly simplifies these tasks by providing a simple, easy to use and uniform interface to access the content of font files.
FreeType 2 is released under two open-source licenses: our own BSD-like FreeType License and the GPL. It can thus be used by any kind of projects, be they proprietary or not.
Main features:
- FreeType 2 provides a simple and easy-to-use API to access font content in a uniform way, independently of the file format. Additionally, some format-specific APIs can be used to access special data in the font file.
- Unlike most comparable libraries, FreeType 2 supports scalable font formats like TrueType or Type 1 natively and can return the outline data (and control instructions/hints) to client applications.
- The design of FreeType 2 is based on modules that can be either linked statically to the library at compile time, or loaded on demand at runtime. Modules are used to support specific font formats, or even new glyph image formats !
- FreeType 2 was written with embedded systems in mind. This means that it doesnt use static writable data (i.e. it can be run from ROM directly), that client applications can provide their own memory manager and i/o stream implementation.
- The latter allows you to easily read from ROM-based, compressed or remote font files with the same API. Several stream implementations can be used concurrently with a single FreeType 2 instance.
- You can also reduce the size of the FreeType 2 code by only compiling the modules you need for your embedded project/environment.
- By default, FreeType 2 supports the following font formats:
- TrueType fonts (and collections)
- Type 1 fonts
- CID-keyed Type 1 fonts
- CFF fonts
- OpenType fonts (both TrueType and CFF variants)
- SFNT-based bitmap fonts
- X11 PCF fonts
- Windows FNT fonts
- BDF fonts (including anti-aliased ones)
- PFR fonts
- Type42 fonts (limited support)
- From a given glyph outline, FreeType 2 is capable of producing a high-quality monochrome bitmap, or anti-aliased pixmap, using 256 levels of "gray". This is much better than the 5 levels used by Windows 9x/98/NT/2000 or FreeType 1.
- FreeType 2 supports all the character mappings defined by the TrueType and OpenType specification. It is also capable of automatically synthetizing a Unicode charmap from Type 1 fonts, which puts an end to the painful "encoding translation" headache common with this format (of course, original encodings are also available in the case where you need them..).
- The FreeType 2 core API provides simple functions to access advanced information like glyph names or kerning data.
- A full-featured and efficient TrueType bytecode interpreter. The engine is able to produce excellent output at small point sizes. This component has been extremely difficult to get right, due to the ambiguous and misleadings TrueType specifications. However, we now match Windows and Mac qualities. Please read our Patents page to learn more about some issues when using the interpreter.
- For those who dont need or want to use the bytecode interpreter for TrueType fonts, we developed our own automatic hinter module. It is also used by other scalable formats.
- FreeType 2 provides information that is often not available from other similar font engines, like kerning distances, glyph names, vertical metrics, etc..
- Due to its modular design, its easy to enhance the library to provide additional format-specific information through optional APIs (as an example, an optional API is provided to retrieve SFNT tables from TrueType and OpenType fonts).
- FreeType 2 provides its own caching subsystem since release 2.0.1. It can be used to cache either face instances or glyph images efficiently.
<<lessNote that FreeType 2 is a font service and doesnt provide APIs to perform higher-level features, like text layout or graphics processing (e.g. colored text rendering, "hollowing", etc..).
However, it greatly simplifies these tasks by providing a simple, easy to use and uniform interface to access the content of font files.
FreeType 2 is released under two open-source licenses: our own BSD-like FreeType License and the GPL. It can thus be used by any kind of projects, be they proprietary or not.
Main features:
- FreeType 2 provides a simple and easy-to-use API to access font content in a uniform way, independently of the file format. Additionally, some format-specific APIs can be used to access special data in the font file.
- Unlike most comparable libraries, FreeType 2 supports scalable font formats like TrueType or Type 1 natively and can return the outline data (and control instructions/hints) to client applications.
- The design of FreeType 2 is based on modules that can be either linked statically to the library at compile time, or loaded on demand at runtime. Modules are used to support specific font formats, or even new glyph image formats !
- FreeType 2 was written with embedded systems in mind. This means that it doesnt use static writable data (i.e. it can be run from ROM directly), that client applications can provide their own memory manager and i/o stream implementation.
- The latter allows you to easily read from ROM-based, compressed or remote font files with the same API. Several stream implementations can be used concurrently with a single FreeType 2 instance.
- You can also reduce the size of the FreeType 2 code by only compiling the modules you need for your embedded project/environment.
- By default, FreeType 2 supports the following font formats:
- TrueType fonts (and collections)
- Type 1 fonts
- CID-keyed Type 1 fonts
- CFF fonts
- OpenType fonts (both TrueType and CFF variants)
- SFNT-based bitmap fonts
- X11 PCF fonts
- Windows FNT fonts
- BDF fonts (including anti-aliased ones)
- PFR fonts
- Type42 fonts (limited support)
- From a given glyph outline, FreeType 2 is capable of producing a high-quality monochrome bitmap, or anti-aliased pixmap, using 256 levels of "gray". This is much better than the 5 levels used by Windows 9x/98/NT/2000 or FreeType 1.
- FreeType 2 supports all the character mappings defined by the TrueType and OpenType specification. It is also capable of automatically synthetizing a Unicode charmap from Type 1 fonts, which puts an end to the painful "encoding translation" headache common with this format (of course, original encodings are also available in the case where you need them..).
- The FreeType 2 core API provides simple functions to access advanced information like glyph names or kerning data.
- A full-featured and efficient TrueType bytecode interpreter. The engine is able to produce excellent output at small point sizes. This component has been extremely difficult to get right, due to the ambiguous and misleadings TrueType specifications. However, we now match Windows and Mac qualities. Please read our Patents page to learn more about some issues when using the interpreter.
- For those who dont need or want to use the bytecode interpreter for TrueType fonts, we developed our own automatic hinter module. It is also used by other scalable formats.
- FreeType 2 provides information that is often not available from other similar font engines, like kerning distances, glyph names, vertical metrics, etc..
- Due to its modular design, its easy to enhance the library to provide additional format-specific information through optional APIs (as an example, an optional API is provided to retrieve SFNT tables from TrueType and OpenType fonts).
- FreeType 2 provides its own caching subsystem since release 2.0.1. It can be used to cache either face instances or glyph images efficiently.
Download (1.3MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
865 downloads
radlib 2.2.5
radlib is a C language library developed to abstract details of interprocess communications. more>>
radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions.
It encourages developers (whether expert or novice) to use a proven paradigm of event-driven, asynchronous design.
By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi-process applications.
radlib greatly improves typical process performance through the use of shared memory buffers to avoid costly "malloc" and "free" library calls.
These buffers are also used for interprocess messages. radlib also utilizes shared memory constructs to provide global message queue management and global "Queue Groups" for increased interprocess communications flexibility.
All shared resources are semaphore protected to avoid issues with concurrent access.
In short, radlib is a sincere attempt to provide real-time OS capability on a non-real-time OS. It has been successfully deployed on linux, MacOSX and FreeBSD but there is no reason it would not build and run on any flavor of unix supporting System V IPC.
Specifically, radlib provides fast system buffers, a simple config file utility, events, doubly-linked lists, process logging through syslog, message queues, semaphores, shared memory utilities, timers, stacks, state machine utilities, a process framework, a process management utility to start/stop groups of processes, optional MySQL or PostgreSQL database API, straightforward TCP/streams socket API, and other assorted system utilities.
Enhancements:
- hanged some database field processing to comply with the postgresql changes made in version 8.
<<lessIt encourages developers (whether expert or novice) to use a proven paradigm of event-driven, asynchronous design.
By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi-process applications.
radlib greatly improves typical process performance through the use of shared memory buffers to avoid costly "malloc" and "free" library calls.
These buffers are also used for interprocess messages. radlib also utilizes shared memory constructs to provide global message queue management and global "Queue Groups" for increased interprocess communications flexibility.
All shared resources are semaphore protected to avoid issues with concurrent access.
In short, radlib is a sincere attempt to provide real-time OS capability on a non-real-time OS. It has been successfully deployed on linux, MacOSX and FreeBSD but there is no reason it would not build and run on any flavor of unix supporting System V IPC.
Specifically, radlib provides fast system buffers, a simple config file utility, events, doubly-linked lists, process logging through syslog, message queues, semaphores, shared memory utilities, timers, stacks, state machine utilities, a process framework, a process management utility to start/stop groups of processes, optional MySQL or PostgreSQL database API, straightforward TCP/streams socket API, and other assorted system utilities.
Enhancements:
- hanged some database field processing to comply with the postgresql changes made in version 8.
Download (0.18MB)
Added: 2005-09-27 License: BSD License Price:
1488 downloads
libnjb 2.2.5
libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players under Linux. more>>
libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players under Linux, BSD, Mac OS X and Windows.
The protocol these devices use is presumably called PDE (Portable Digital Entertainment protocol) at Creative. Newer devices using the Microsoft MTP (Media Transfer Protocol) are NOT supported.
There are no kernel devices required for libnjb:s operation, so instead it depends on user-level USB using libusb on all platforms. The following platforms are currently supported:
FreeBSD and NetBSD. FreeBSD is the primary development platform, though NetBSD users have successfully built and run the library and sample applications.
OpenBSD has not been tested, but if it uses the same USB stack as the other BSDs, then it should work fine.
Linux works fine. (Note that libusb also requires that users mount the usbdevfs filesystem, which everybody should have as default nowadays.)
MacOS X (Darwin) is also supported and works fine.
Solaris is supported through Sun:s own reimplementation of libusb.
Working Devices:
- Creative NOMAD Jukebox 1 (aka D.A.P.)
- Creative NOMAD Jukebox 2
- Creative NOMAD Jukebox 3
- Creative NOMAD Jukebox Zen
- Creative NOMAD Jukebox Zen USB 2.0
- Creative NOMAD Jukebox Zen NX
- Creative NOMAD Jukebox Zen Xtra
- Creative Zen Touch
- Creative Zen Micro
- Creative Zen Sleek
- Creative Zen
- Dell Digital Jukebox ("Dell DJ")
- Second Generation Dell DJ
- Dell Pocket DJ
NOT SUPPORTED:
- Creative Zen Portable Media Center
- Creative Zen MicroPhoto
- Any other MTP device
Newer devices have a 2.x MTP/PlaysForSure firmware upgrade - we do not support MTP so please dont install it!
<<lessThe protocol these devices use is presumably called PDE (Portable Digital Entertainment protocol) at Creative. Newer devices using the Microsoft MTP (Media Transfer Protocol) are NOT supported.
There are no kernel devices required for libnjb:s operation, so instead it depends on user-level USB using libusb on all platforms. The following platforms are currently supported:
FreeBSD and NetBSD. FreeBSD is the primary development platform, though NetBSD users have successfully built and run the library and sample applications.
OpenBSD has not been tested, but if it uses the same USB stack as the other BSDs, then it should work fine.
Linux works fine. (Note that libusb also requires that users mount the usbdevfs filesystem, which everybody should have as default nowadays.)
MacOS X (Darwin) is also supported and works fine.
Solaris is supported through Sun:s own reimplementation of libusb.
Working Devices:
- Creative NOMAD Jukebox 1 (aka D.A.P.)
- Creative NOMAD Jukebox 2
- Creative NOMAD Jukebox 3
- Creative NOMAD Jukebox Zen
- Creative NOMAD Jukebox Zen USB 2.0
- Creative NOMAD Jukebox Zen NX
- Creative NOMAD Jukebox Zen Xtra
- Creative Zen Touch
- Creative Zen Micro
- Creative Zen Sleek
- Creative Zen
- Dell Digital Jukebox ("Dell DJ")
- Second Generation Dell DJ
- Dell Pocket DJ
NOT SUPPORTED:
- Creative Zen Portable Media Center
- Creative Zen MicroPhoto
- Any other MTP device
Newer devices have a 2.x MTP/PlaysForSure firmware upgrade - we do not support MTP so please dont install it!
Download (0.48MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1319 downloads
Dbmail 2.2.5
Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. more>>
Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. Currently PostgreSQL and MySQL can be used as database backends.
The upcoming version 2.2 that is under development also supports SQLite, an embedded SQL database system, and ldap for storing userdata. Development and support of dbmail is done by IC&S and NFG, two Dutch companies specializing in Linux development and support.
Main features:
Scalability
- Dbmail is as scalable as the database system that is used for the mail storage. In theory millions of accounts can be managed using dbmail. One could, for example, run 4 different servers with the pop3 daemon each connecting to the same database (cluster) server.
Manageability
- Dbmail is based upon a database. Dbmail can be managed by changing settings in the database (f.e. using PHP/Perl/SQL), without needing shell access.
Speed
- Dbmail uses very efficient, database specific queries for retrieving mail information. This is much faster then parsing a filesystem.
Security
- Dbmail has got nothing to do with the filesystem or interaction with other programs in the Unix environment which need special permissions. Dbmail is as secure as the database its based upon.
Flexibility
- Changes on a Dbmail system (adding of users, changing passwords etc.) are effective immediately.
How does it work?
DBMail is made up of several components. A normal MTA (Postfix, SendMail, QMail, Exim) is used for accepting messages. The MTA hands the messages over to dbmail-smtp, using a pipe interface, or dbmail-lmtpd, using LMTP (Local Mail Transport Protocol). These programs take care of delivering the message into the database. Messages can be retreived from the database using dbmail-pop3d, using the POP3 protocol, and dbmail-imapd, using the IMAP4Rev1 protocol.
The whole email is stored in the database. That includes attachments. The DBMail programs do not have to touch the filesystem to retreive or insert emails. User information is also stored in the database, so users do not need an account on the machines DBMail is running on.
Enhancements:
- This release features greatly improved handling of UTF8 email, has many fixes for IMAP protocol errors, and resolves a number of serious memory leaks.
- A new feature was added to dbmail-export to allow fine-grained message selection and post-export deletion.
<<lessThe upcoming version 2.2 that is under development also supports SQLite, an embedded SQL database system, and ldap for storing userdata. Development and support of dbmail is done by IC&S and NFG, two Dutch companies specializing in Linux development and support.
Main features:
Scalability
- Dbmail is as scalable as the database system that is used for the mail storage. In theory millions of accounts can be managed using dbmail. One could, for example, run 4 different servers with the pop3 daemon each connecting to the same database (cluster) server.
Manageability
- Dbmail is based upon a database. Dbmail can be managed by changing settings in the database (f.e. using PHP/Perl/SQL), without needing shell access.
Speed
- Dbmail uses very efficient, database specific queries for retrieving mail information. This is much faster then parsing a filesystem.
Security
- Dbmail has got nothing to do with the filesystem or interaction with other programs in the Unix environment which need special permissions. Dbmail is as secure as the database its based upon.
Flexibility
- Changes on a Dbmail system (adding of users, changing passwords etc.) are effective immediately.
How does it work?
DBMail is made up of several components. A normal MTA (Postfix, SendMail, QMail, Exim) is used for accepting messages. The MTA hands the messages over to dbmail-smtp, using a pipe interface, or dbmail-lmtpd, using LMTP (Local Mail Transport Protocol). These programs take care of delivering the message into the database. Messages can be retreived from the database using dbmail-pop3d, using the POP3 protocol, and dbmail-imapd, using the IMAP4Rev1 protocol.
The whole email is stored in the database. That includes attachments. The DBMail programs do not have to touch the filesystem to retreive or insert emails. User information is also stored in the database, so users do not need an account on the machines DBMail is running on.
Enhancements:
- This release features greatly improved handling of UTF8 email, has many fixes for IMAP protocol errors, and resolves a number of serious memory leaks.
- A new feature was added to dbmail-export to allow fine-grained message selection and post-export deletion.
Download (0.84MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
872 downloads
XCard 1.2.5
XCard project is a is a French flashcard program. more>>
XCard project is a is a French flashcard program.
Its used to help students memorize French words. It comes with several default word lists, ranging from verb lists, to vocabulary associated with airplane travel.
It has the capability to repeat lesser known words, graph a students progress, translate words to French, and to create new word lists.
It is deployed via Java Webstart, and can be run from the XCard homepage.
<<lessIts used to help students memorize French words. It comes with several default word lists, ranging from verb lists, to vocabulary associated with airplane travel.
It has the capability to repeat lesser known words, graph a students progress, translate words to French, and to create new word lists.
It is deployed via Java Webstart, and can be run from the XCard homepage.
Download (MB)
Added: 2006-11-03 License: LGPL (GNU Lesser General Public License) Price:
1088 downloads
GOsa 2.5.12
GOsa is a PHP-based LDAP frontend for system administration. more>>
GOsa is a PHP-based administration tool for role based managing of accounts and systems in LDAP databases.
Standard configurations can manage generic, posix/shadow, postfix/cyrus/sieve, pureftpd, fax and samba2/3 accounts in LDAP.
GOsa has plugins for DNS (BIND), DHCP (ISC dhcpd), and system/terminal management. The look and feel can be easily adapted to users needs.
Enhancements:
- This version fixes problems with automatic reverse zones in the DNS plugin, improves IE6/7 support, updates the available translations and fixes a couple of bugs in the FAI management dialog.
- Additionally, support for changing passwords without entering a fully blown GOsa has been added.
<<lessStandard configurations can manage generic, posix/shadow, postfix/cyrus/sieve, pureftpd, fax and samba2/3 accounts in LDAP.
GOsa has plugins for DNS (BIND), DHCP (ISC dhcpd), and system/terminal management. The look and feel can be easily adapted to users needs.
Enhancements:
- This version fixes problems with automatic reverse zones in the DNS plugin, improves IE6/7 support, updates the available translations and fixes a couple of bugs in the FAI management dialog.
- Additionally, support for changing passwords without entering a fully blown GOsa has been added.
Download (2.4MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
828 downloads
FVWM 2.5.21
FVWM is a multiple large virtual desktop window manager originally derived from twm. more>>
FVWM project is an extremely powerful ICCCM-compliant multiple virtual desktop window manager for the X Window system. Development is active, and support is excellent. Check it out!
Main features:
- Full Enhanced Window Manager Hints support
- Full internationalization
- Greatly improved font support, including anti-aliasing
- Improved decoration code (no flickering anymore)
- Featuring side titles, including vertical text
- Powerful WindowShade in all directions, including diagonal
- Supporting PNG including alpha blending
- Image rendering in colorsets
- Perl library for creating modules in Perl
- New module FvwmPerl to enable scripting in rc files
- Optional text shadows (looks nice with light text)
<<lessMain features:
- Full Enhanced Window Manager Hints support
- Full internationalization
- Greatly improved font support, including anti-aliasing
- Improved decoration code (no flickering anymore)
- Featuring side titles, including vertical text
- Powerful WindowShade in all directions, including diagonal
- Supporting PNG including alpha blending
- Image rendering in colorsets
- Perl library for creating modules in Perl
- New module FvwmPerl to enable scripting in rc files
- Optional text shadows (looks nice with light text)
Download (1.7MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1003 downloads
libSieve 2.2.5
libSieve is an implementation of the Sieve mail sorting language originally developed for the Cyrus mail system. more>>
libSieve is an implementation of the Sieve mail sorting language originally developed for the Cyrus mail system.
libSieve helps to bring mail sorting functionality into your mail server application without the need to reinvent the wheel.
As a library, libSieve is not intended for end users expecting a ready-to-run program.
Enhancements:
- Automake updates to allow CFLAGS to pass through Makefile.am.
- Uses # instead of __STRING for assertion stringification.
- Fixes an off-by-one segfault when reallocing space for repeated headers.
<<lesslibSieve helps to bring mail sorting functionality into your mail server application without the need to reinvent the wheel.
As a library, libSieve is not intended for end users expecting a ready-to-run program.
Enhancements:
- Automake updates to allow CFLAGS to pass through Makefile.am.
- Uses # instead of __STRING for assertion stringification.
- Fixes an off-by-one segfault when reallocing space for repeated headers.
Download (0.73MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
990 downloads
SWTerm 2.5.2
SWTerm is a non-graphical alternative to the XShipWars Client. more>>
SWTerm is a text-based ShipWars client that uses curses.
SWTerm is a non-graphical alternative to the XShipWars Client, allowing non-X users to connect to and play on ShipWars universes.
<<lessSWTerm is a non-graphical alternative to the XShipWars Client, allowing non-X users to connect to and play on ShipWars universes.
Download (0.16MB)
Added: 2005-12-27 License: GPL (GNU General Public License) Price:
1396 downloads
KSalup 1.2.5
KSalup is a KDE application which allows Linux users to receive and send popup messages to other computers on a LAN. more>>
KSalup is a KDE application which allows Linux users to receive and send popup messages to other computers on a local area network (LAN).
KSalup is compatible with many other programs such as Microsoft Winpopup, Kurupop, Linpopup, Salup, and any others which use the SMB messaging protocol.
Main features:
- Netbios over UDP protocol.
- Netbios over TCP protocol through Samba.
- Netbios names support.
- Messages filtering.
- Messages forwarding.
- Automatic answering.
- Automatic archiving of incoming and sent messages.
- Network browsing (LAN).
- Handling of workgroup, host name and aliases.
- Tray icon (KDE).
- Support for printing.
- Support for public and private user-defined aliases.
- Online indicator, now compatible with Salup, Kurupop and Pipop.
- Quick user-defined messages.
- Sound attachment.
- Support for different character encodings for internationalisation (UTF-8, Microsoft codepages, ...).
- Possibility of sending messages from the shell command line.
Enhancements:
- A menu item "Delete all messages" has been added to easily clear the messages list.
- The option "Clear the messages list on exit" has been adde
<<lessKSalup is compatible with many other programs such as Microsoft Winpopup, Kurupop, Linpopup, Salup, and any others which use the SMB messaging protocol.
Main features:
- Netbios over UDP protocol.
- Netbios over TCP protocol through Samba.
- Netbios names support.
- Messages filtering.
- Messages forwarding.
- Automatic answering.
- Automatic archiving of incoming and sent messages.
- Network browsing (LAN).
- Handling of workgroup, host name and aliases.
- Tray icon (KDE).
- Support for printing.
- Support for public and private user-defined aliases.
- Online indicator, now compatible with Salup, Kurupop and Pipop.
- Quick user-defined messages.
- Sound attachment.
- Support for different character encodings for internationalisation (UTF-8, Microsoft codepages, ...).
- Possibility of sending messages from the shell command line.
Enhancements:
- A menu item "Delete all messages" has been added to easily clear the messages list.
- The option "Clear the messages list on exit" has been adde
Download (0.35MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
DrFTPD 2.0.5
DrFTPD provides a distributed FTP daemon that uses a cluster of slaves for file transfers. more>>
DrFTPD provides a distributed FTP daemon that uses a cluster of slaves for file transfers.
DrFTPD is an FTP server written in Java. It does not handle transfers in the same way that normal FTP servers do. Instead, it merges multiple FTP sites into one, creating a distributed FTP site/FTP cluster containing one master and many slaves/nodes.
When a client wants to transfer a file from DrFTPD, DrFTPD finds the slave which has the file, and tells the appropriate slave to transfer the file instead of handling it itself.
This allows huge gains in total bandwidth and disk capacity.
Main features:
- Free Software
- Plugins
- Uses file transfer slaves as explained above.
- Runs without root/administrator privileges.
- Stripes files across slaves.
- Slave selection based on used bandwidth.
- Archiving/mirroring plugin.
- In-memory filelist with cached checksums.
- Builtin zipscript
- Sitebot plugin using martyr included.
- User Trial plugin included.
- Slave stripes files across multiple roots (mountpoints)
<<lessDrFTPD is an FTP server written in Java. It does not handle transfers in the same way that normal FTP servers do. Instead, it merges multiple FTP sites into one, creating a distributed FTP site/FTP cluster containing one master and many slaves/nodes.
When a client wants to transfer a file from DrFTPD, DrFTPD finds the slave which has the file, and tells the appropriate slave to transfer the file instead of handling it itself.
This allows huge gains in total bandwidth and disk capacity.
Main features:
- Free Software
- Plugins
- Uses file transfer slaves as explained above.
- Runs without root/administrator privileges.
- Stripes files across slaves.
- Slave selection based on used bandwidth.
- Archiving/mirroring plugin.
- In-memory filelist with cached checksums.
- Builtin zipscript
- Sitebot plugin using martyr included.
- User Trial plugin included.
- Slave stripes files across multiple roots (mountpoints)
Download (MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
927 downloads
AbiWord 2.5.2
The AbiWord word processor is a full-featured cross-platform word processor. more>>
AbiWord is rapidly becoming a state of the art Word Processor, with lots of features useful for your daily work, personal needs, or for just some good old typing fun.
AbiWord project is unique among word processors in its drive to become a fully cross-platform word processor. Our source code is carefully written so that AbiWord will run on virtually any operating system with a minimum of time spent on porting.
This combined with our support for internationalization (the ability to run AbiWord in many languages) gives AbiWord a massive potential user-base.
Enjoy your favorite Word Processor on the operating system you like to use - be it Windows, Linux, QNX, FreeBSD or Solaris.
AbiWord has been designed to integrate perfectly with the operating system it runs on. It will take advantage of the functionality provided by the system, such as image loading or printing capabilities.
What use is a Word Processor when you cant share your documents with your friends? AbiWord is able to read and write all industry standard document types, such as OpenOffice.org documents, Microsoft Word documents, WordPerfect documents, Rich Text Format documents, HTML web pages and many more.
Give your document that professional, scientific or fun-to-read look using AbiWords advanced document layout options. Use tables, bullets, lists, images, footnotes, endnotes and styles to enhance the way your document looks.
Since not everyone in the world speaks the same language, AbiWord comes in many different languages. AbiWord is available in most common and many not-so-common languages.
Make sure your document contains none of those nasty spelling errors by using AbiWords built-in spelling checker. Dictionaries exist for over 30 languages.
AbiWord supports right-to-left, left-to-right, and mixed-mode text. This means that in addition to supporting European languages, AbiWord supports languages like Hebrew and Arabic as well.
Do you also hate writing tens of thousands form letters by hand? With AbiWords Mail Merge capabilities, you can let AbiWord automate that job for you. Special fields inserted into a template document can automatically be replaced with data coming from a variety of sources, such as Relational Databases, Comma Separated Text files or Tabbed Text files.
To facilitate the use of AbiWord in a server environment, a powerful command line interface is offered to AbiWord. This allows you to generate form letters, print documents or convert documents to any file format AbiWord supports - all from the command line!
The main AbiWord program is very small and requires very little resources to run. This allows AbiWord the be used on systems that are not considered "State of the Art" anymore, which comes all too quickly in the IT world.
Our plugin system was designed to give AbiWord all the functionality you might expect from a modern Word Processor. A variety of plugins can be used to extend the number AbiWords functionality and range from Document Importers to a Thesaurus, Image Importers and a Text Summarizer.
<<lessAbiWord project is unique among word processors in its drive to become a fully cross-platform word processor. Our source code is carefully written so that AbiWord will run on virtually any operating system with a minimum of time spent on porting.
This combined with our support for internationalization (the ability to run AbiWord in many languages) gives AbiWord a massive potential user-base.
Enjoy your favorite Word Processor on the operating system you like to use - be it Windows, Linux, QNX, FreeBSD or Solaris.
AbiWord has been designed to integrate perfectly with the operating system it runs on. It will take advantage of the functionality provided by the system, such as image loading or printing capabilities.
What use is a Word Processor when you cant share your documents with your friends? AbiWord is able to read and write all industry standard document types, such as OpenOffice.org documents, Microsoft Word documents, WordPerfect documents, Rich Text Format documents, HTML web pages and many more.
Give your document that professional, scientific or fun-to-read look using AbiWords advanced document layout options. Use tables, bullets, lists, images, footnotes, endnotes and styles to enhance the way your document looks.
Since not everyone in the world speaks the same language, AbiWord comes in many different languages. AbiWord is available in most common and many not-so-common languages.
Make sure your document contains none of those nasty spelling errors by using AbiWords built-in spelling checker. Dictionaries exist for over 30 languages.
AbiWord supports right-to-left, left-to-right, and mixed-mode text. This means that in addition to supporting European languages, AbiWord supports languages like Hebrew and Arabic as well.
Do you also hate writing tens of thousands form letters by hand? With AbiWords Mail Merge capabilities, you can let AbiWord automate that job for you. Special fields inserted into a template document can automatically be replaced with data coming from a variety of sources, such as Relational Databases, Comma Separated Text files or Tabbed Text files.
To facilitate the use of AbiWord in a server environment, a powerful command line interface is offered to AbiWord. This allows you to generate form letters, print documents or convert documents to any file format AbiWord supports - all from the command line!
The main AbiWord program is very small and requires very little resources to run. This allows AbiWord the be used on systems that are not considered "State of the Art" anymore, which comes all too quickly in the IT world.
Our plugin system was designed to give AbiWord all the functionality you might expect from a modern Word Processor. A variety of plugins can be used to extend the number AbiWords functionality and range from Document Importers to a Thesaurus, Image Importers and a Text Summarizer.
Download (8.6MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
27296 downloads
GDM 2.18.4 / 2.19.5
GDM is the GNOME Display Manager is the graphical login manager. more>>
GDM is the GNOME Display Manager is the graphical login manager.
The GNOME Display Manager is a reimplementation of the well known xdm program. GDM consists of a daemon and a graphical login application which runs as an unpriviledged user.
The login GUI features a face browser, an optional logo, and language/session type selection support. The daemon includes an XDMCP implementation for managing remote displays. Access control relies on TCPWrappers.
Whats New in 2.18.4 Stable Release:
- Fix for CVE-2007-3381, a denial of service attack where the user can crash the GDM daemon with a carefuly crafted GDM sockets command and cause GDM to stop managing future displays. GDM now is much better about safegarding against NULL values returned from g_strsplit calls. (Brian Cameron)
- Remove setting hints.ai_family != AF_INET6 to fix bug #455190. (Brian Cameron)
- Translation updates (Priit Laes)
<<lessThe GNOME Display Manager is a reimplementation of the well known xdm program. GDM consists of a daemon and a graphical login application which runs as an unpriviledged user.
The login GUI features a face browser, an optional logo, and language/session type selection support. The daemon includes an XDMCP implementation for managing remote displays. Access control relies on TCPWrappers.
Whats New in 2.18.4 Stable Release:
- Fix for CVE-2007-3381, a denial of service attack where the user can crash the GDM daemon with a carefuly crafted GDM sockets command and cause GDM to stop managing future displays. GDM now is much better about safegarding against NULL values returned from g_strsplit calls. (Brian Cameron)
- Remove setting hints.ai_family != AF_INET6 to fix bug #455190. (Brian Cameron)
- Translation updates (Priit Laes)
Download (5.0MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
815 downloads
WeeChat 0.2.5
WeeChat is a fast and light IRC client for many operating systems. more>>
WeeChat also know as Wee Enhanced Environment for Chat is a fast and light IRC client for many operating systems.
Everything can be done with a keyboard, and it is customizable and extensible with scripts. Many GUIs are available (Curses, GTK, and Qt). It is compliant with RFCs 1459, 2810, 2811, 2812, and 2813.
Main features:
General
- light & fast
- many GUI
- UTF-8 support
- developed from scratch
- multi-platform (GNU/Linux, *BSD, Mac OS X, Windows, ..)
- 100% GPL & free
IRC protocol
- IRC standards compliant
- DCC support (file & chat)
Connection
- multi-servers connection, with no limit
- soft, background connection
- IPv6 support
- SSL support
- proxy support
- auto-reconnection
Incoming features
- GTK+ and Qt GUI
- DCC2 support
Innovating features (no other client does that!)
- curses, GTK+ and Qt GUI (soon)
- nicklist available on all GUI (including curses)
- horizontal and vertical window split
- infobar highlight for other channels
- > any highlight is visible without switching to channel
- FIFO pipe for remote control
- > writing into the FIFO pipe send cmd/text in a running WeeChat
- extensible with Perl, Python & Ruby scripts
Other useful features
- status and infobar
- lag indicator
- color for away nicks
- auto completion (nicks, commands, args)
- command alias
- auto save chats to files
- everything is customizable
- dynamic setup
Enhancements:
- This version introduces smart completion, the /reconnect command, %M for completion with current channel nicks, a new color for text not found in the buffer history, and fixes for many bugs.
<<lessEverything can be done with a keyboard, and it is customizable and extensible with scripts. Many GUIs are available (Curses, GTK, and Qt). It is compliant with RFCs 1459, 2810, 2811, 2812, and 2813.
Main features:
General
- light & fast
- many GUI
- UTF-8 support
- developed from scratch
- multi-platform (GNU/Linux, *BSD, Mac OS X, Windows, ..)
- 100% GPL & free
IRC protocol
- IRC standards compliant
- DCC support (file & chat)
Connection
- multi-servers connection, with no limit
- soft, background connection
- IPv6 support
- SSL support
- proxy support
- auto-reconnection
Incoming features
- GTK+ and Qt GUI
- DCC2 support
Innovating features (no other client does that!)
- curses, GTK+ and Qt GUI (soon)
- nicklist available on all GUI (including curses)
- horizontal and vertical window split
- infobar highlight for other channels
- > any highlight is visible without switching to channel
- FIFO pipe for remote control
- > writing into the FIFO pipe send cmd/text in a running WeeChat
- extensible with Perl, Python & Ruby scripts
Other useful features
- status and infobar
- lag indicator
- color for away nicks
- auto completion (nicks, commands, args)
- command alias
- auto save chats to files
- everything is customizable
- dynamic setup
Enhancements:
- This version introduces smart completion, the /reconnect command, %M for completion with current channel nicks, a new color for text not found in the buffer history, and fixes for many bugs.
Download (1MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
871 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 2 2 5 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed