freely available
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3705
Speak Freely for Unix 7.6.a
Speak Freely is an application for Unix and Unix-like systems which allows you to talk . more>>
Speak Freely is an application for Unix and Unix-like systems (Linux, FreeBSD, IRIX, etc.) with audio hardware, which allows you to talk (actually send voice, not typed characters) over a network. Speak Freely for Unix uses the workstation audio hardware and network to allow conversations of users over the network.
The phone company never gives you a break! You pay a fortune for a leased line connection to the Internet, and you *still* have to pay every time you want to chat with somebody, even though youre both sitting in front of workstations with digital audio capability, linked by a fast network. Speak Freely for Unix can intercommunicate with
Workstations on local area networks can generally communicate with excellent audio quality and response. A software implementation (developed by Jutta Degener and Carsten Bormann, Technische
Universitaet Berlin) of the compression algorithm used in GSM digital cellular telephones allows operation over Internet links of modest bandwidth. By using GSM compression in conjunction with sample interpolation, the data rate can be reduced to about 9600 baud. Users with CPUs too slow or two heavily loaded to perform GSM compression and decompression in real time may select less compact but quicker to
execute ADPCM coding, using an implementation developed by Jack Jansen of the Centre for Mathematics and Computer Science, Amsterdam, The Netherlands.
<<lessThe phone company never gives you a break! You pay a fortune for a leased line connection to the Internet, and you *still* have to pay every time you want to chat with somebody, even though youre both sitting in front of workstations with digital audio capability, linked by a fast network. Speak Freely for Unix can intercommunicate with
Workstations on local area networks can generally communicate with excellent audio quality and response. A software implementation (developed by Jutta Degener and Carsten Bormann, Technische
Universitaet Berlin) of the compression algorithm used in GSM digital cellular telephones allows operation over Internet links of modest bandwidth. By using GSM compression in conjunction with sample interpolation, the data rate can be reduced to about 9600 baud. Users with CPUs too slow or two heavily loaded to perform GSM compression and decompression in real time may select less compact but quicker to
execute ADPCM coding, using an implementation developed by Jack Jansen of the Centre for Mathematics and Computer Science, Amsterdam, The Netherlands.
Download (0.76MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1222 downloads
Freehoo 3.4.1
Freehoo project is a freely available GNU messenger for Yahoo! protocol. more>>
Freehoo project is a freely available GNU messenger for Yahoo! protocol.
It is console based application with a geeky "readline" and "guile" interfaces.
<<lessIt is console based application with a geeky "readline" and "guile" interfaces.
Download (0.28MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1141 downloads
Endymion MailMan Web-Mail 3.2.19
Endymion MailMan Web-Mail is a stable, mature, and robust Web-based email system. more>>
MailMan is a web-based email system that can be installed on any web site that can support CGI scripts. It was specifically designed to be as easy as possible to install and maintain.
It has been in use in various different forms since 1997, and has benefited from years of modifications, tuning, and additions. MailMan is very robust and stable and is frequently updated with new improvements.
MailMan has been downloaded from our web site by over 35,000 people since 1997 and provides reliable email service to millions of end users every single day. We constantly work to improve MailMan and our user base is always growing.
MailMan is an open source commercial product, meaning that the source code for MailMan is available to valid licensees who are interested in making modifications. The source for MailMan is not freely available to non-licensees though, as some open-source projects are.
<<lessIt has been in use in various different forms since 1997, and has benefited from years of modifications, tuning, and additions. MailMan is very robust and stable and is frequently updated with new improvements.
MailMan has been downloaded from our web site by over 35,000 people since 1997 and provides reliable email service to millions of end users every single day. We constantly work to improve MailMan and our user base is always growing.
MailMan is an open source commercial product, meaning that the source code for MailMan is available to valid licensees who are interested in making modifications. The source for MailMan is not freely available to non-licensees though, as some open-source projects are.
Download (0.57MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1643 downloads
Avifile 0.7.43
Avifile is a compressed AVI file support library for x86 Linux. more>>
This project attempts to provide a working implementation of a few multimedia-related utilities for x86 Linux. At the time of its creation in May 2000 its primary goal was creation of video capture and recompression applications that would work with most popular AVI file format and newest data compression methods ( Indeo Video and variations of MPEG-4 for image compression and MPEG Layer-3/Windows Media Audio for sound ).
The core idea of the project was in using Win32 dynamic-link libraries in Linux environment. However, it has become most popular because of its side product - an AVI movie player that could play DivX ;-) movies in Linux with reasonable performance and stability. Since then most of work was done in this direction.
Now it supports a wide range of codecs ( compressors/decompressors ) such as DivX ;-), Indeo Video, I263, and others, able to show subtitles and perform video output using YUV overlays when necessary support from hardware and operating system is available.
It is also able to play most files in ASF format, and current development CVS code is capable of streaming ASF media over HTTP. The project is not intended to provide universal media framework for Linux, nor to do much more than what it currently does. Moreover, its mostly a proof-of-concept work. It was the first project that introduced the idea of using Windows DLLs and very limited ( ~50 Kbytes of code ) subset of Win32 API for audio/video (de)compression in *nix environments, the idea which is already reused in several other - more general - software projects.
It is the first project that extends that idea to the usage of DirectShow audio/video decoders for the same purpose ( by emulating DirectShow/DCOM environment from decoder point of view ). It is the only project that includes a player for files in Advanced Streaming Format. All these features are essential for the complete modern multimedia environment, and hopefully will become available in near future in such perspective architectures as Arts ( KDE ) or GStreamer ( Gnome ).
Aside from reusing the ideas, the project is used as is in a few media players for Linux, such as XMMS, XTheater or LAMP. The code of this project is distributed under General Public License version 2. Basically it means that you may do anything you want with this code, but if you want to redistribute it or any its derivatives, you have to do it under GPL and you have to make the source code available. For more details visit the site of Free Software Foundation.
Legal issues covering Win32 DLLs which accompany source code are a bit more complicated. These DLLs are freely available in the Internet ( exact URLs to most of them are available on this site ). For those DLLs which come with the license, their copyright owners allow using them at no cost if you do not disassemble, reverse-engineer them, etc. In some cases ( Indeo Video ) they explicitly allow to include these files into other projects under mentioned restrictions. Many DLLs are available without having to accept any license agreement at all ( DivX ;-), all DirectShow codecs ), what obviously means that any kind of activity with them is acceptable.
There is no warranty about the quality of this project. It is written mostly by one former university student with background in the area of Applied Physics in his spare time. I cannot even guarantee that it compiles properly on your system, because I dont have resources to test it on all existing distributions of Linux and flavors of Unix. I try to resolve the issues that Im informed about.
<<lessThe core idea of the project was in using Win32 dynamic-link libraries in Linux environment. However, it has become most popular because of its side product - an AVI movie player that could play DivX ;-) movies in Linux with reasonable performance and stability. Since then most of work was done in this direction.
Now it supports a wide range of codecs ( compressors/decompressors ) such as DivX ;-), Indeo Video, I263, and others, able to show subtitles and perform video output using YUV overlays when necessary support from hardware and operating system is available.
It is also able to play most files in ASF format, and current development CVS code is capable of streaming ASF media over HTTP. The project is not intended to provide universal media framework for Linux, nor to do much more than what it currently does. Moreover, its mostly a proof-of-concept work. It was the first project that introduced the idea of using Windows DLLs and very limited ( ~50 Kbytes of code ) subset of Win32 API for audio/video (de)compression in *nix environments, the idea which is already reused in several other - more general - software projects.
It is the first project that extends that idea to the usage of DirectShow audio/video decoders for the same purpose ( by emulating DirectShow/DCOM environment from decoder point of view ). It is the only project that includes a player for files in Advanced Streaming Format. All these features are essential for the complete modern multimedia environment, and hopefully will become available in near future in such perspective architectures as Arts ( KDE ) or GStreamer ( Gnome ).
Aside from reusing the ideas, the project is used as is in a few media players for Linux, such as XMMS, XTheater or LAMP. The code of this project is distributed under General Public License version 2. Basically it means that you may do anything you want with this code, but if you want to redistribute it or any its derivatives, you have to do it under GPL and you have to make the source code available. For more details visit the site of Free Software Foundation.
Legal issues covering Win32 DLLs which accompany source code are a bit more complicated. These DLLs are freely available in the Internet ( exact URLs to most of them are available on this site ). For those DLLs which come with the license, their copyright owners allow using them at no cost if you do not disassemble, reverse-engineer them, etc. In some cases ( Indeo Video ) they explicitly allow to include these files into other projects under mentioned restrictions. Many DLLs are available without having to accept any license agreement at all ( DivX ;-), all DirectShow codecs ), what obviously means that any kind of activity with them is acceptable.
There is no warranty about the quality of this project. It is written mostly by one former university student with background in the area of Applied Physics in his spare time. I cannot even guarantee that it compiles properly on your system, because I dont have resources to test it on all existing distributions of Linux and flavors of Unix. I try to resolve the issues that Im informed about.
Download (2.9MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1639 downloads
WMS Javascript Library 0.02
WMS Javascript Library is an object-oriented JavaScript library for creating dynamic Web-based maps. more>>
WMS Javascript Library is an object-oriented JavaScript library for creating dynamic Web-based maps from otherwise static WMS (Web Map Service) images by adding pan/zoom functionality with Google Maps-like draggability.
Custom clickable overlays can be added to create a useful GIS.
WMS Javascript Librarys wmsmap.js purpose is to facilitate the creation of dynamics maps using freely available WMS servers. For example to create the dynamic equivalent of the image above, include the javascript files, define the Layer object, create a new map object, and associate it with an html DIV element.
// define layer object
var myLayer = {
URL: http://wms.jpl.nasa.gov/wms.cgi?,
LAYERS: [BMNG],
FORMAT: image/jpeg,
BBOX: [0,0,180,90]
};
// create new map object with layer
var myMap = new WMap(map_div,[myLayer]);
Enhancements:
- This release fixes IE bugs and improves the documentation and example layout.
<<lessCustom clickable overlays can be added to create a useful GIS.
WMS Javascript Librarys wmsmap.js purpose is to facilitate the creation of dynamics maps using freely available WMS servers. For example to create the dynamic equivalent of the image above, include the javascript files, define the Layer object, create a new map object, and associate it with an html DIV element.
// define layer object
var myLayer = {
URL: http://wms.jpl.nasa.gov/wms.cgi?,
LAYERS: [BMNG],
FORMAT: image/jpeg,
BBOX: [0,0,180,90]
};
// create new map object with layer
var myMap = new WMap(map_div,[myLayer]);
Enhancements:
- This release fixes IE bugs and improves the documentation and example layout.
Download (0.38MB)
Added: 2006-01-07 License: AFPL (Aladdin Free Public License) Price:
1392 downloads
SchoolTool alpha2
SchoolTool project is a common information systems platform for school administration. more>>
SchoolTool project is a common information systems platform for school administration.
SchoolTool is a project to develop a common global school administration infrastructure that is freely available under an Open Source licence.
The vision is to create a platform that is equally compelling for schools and colleges in First and Third World countries, that supports best practices in school administration, and that is readily customized to comply with local regulatory requirements.
It is based primarily on Zope 3, with an HTML interface and a Web service interface in the REST architectural style.
Install step-by-step Instructions
OK, using the aforementioned shell script makes things easier, but there are still a few steps you need to pay attention to.
You need a C development environment (build-essential on Ubuntu) and Python development libraries (python-dev on Ubuntu).
You need the Python Imaging Library (python-imaging on Ubuntu) and the Python libxml2 bindings (python-libxml2 on Ubuntu).
You need a very up to date version of Python setuptools, which will probably require downloading a new version of ez_setup.py and running that script as root.
Now you can download alpha2-install.sh to whatever directory you like to use for testing software and do chmod +x alpha2-install.sh to make it executable and then ./alpha2-install.sh.
Hopefully it will then set up the rest of your environment and give you some final instructions when it is done. You will probably get one error message when it runs the tests. Please ignore it.
<<lessSchoolTool is a project to develop a common global school administration infrastructure that is freely available under an Open Source licence.
The vision is to create a platform that is equally compelling for schools and colleges in First and Third World countries, that supports best practices in school administration, and that is readily customized to comply with local regulatory requirements.
It is based primarily on Zope 3, with an HTML interface and a Web service interface in the REST architectural style.
Install step-by-step Instructions
OK, using the aforementioned shell script makes things easier, but there are still a few steps you need to pay attention to.
You need a C development environment (build-essential on Ubuntu) and Python development libraries (python-dev on Ubuntu).
You need the Python Imaging Library (python-imaging on Ubuntu) and the Python libxml2 bindings (python-libxml2 on Ubuntu).
You need a very up to date version of Python setuptools, which will probably require downloading a new version of ez_setup.py and running that script as root.
Now you can download alpha2-install.sh to whatever directory you like to use for testing software and do chmod +x alpha2-install.sh to make it executable and then ./alpha2-install.sh.
Hopefully it will then set up the rest of your environment and give you some final instructions when it is done. You will probably get one error message when it runs the tests. Please ignore it.
Download (0.001MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1122 downloads
Heimdal 1.0.1
Heimdal is an implementation of Kerberos 5. more>>
Heimdal is an implementation of Kerberos 5, largely written in Sweden (which was important when we started writing it, less so now). Heimdal project is freely available under a three clause BSD style license.
Other free implementations include the one from MIT, and Shishi.
Enhancements:
- Several bugs in iprop were fixed.
- Platforms without dlopen are now supported.
- RFC3526 modp group14 is now included by default.
- [kdc] database = { } entries are now handled without realm = stanzas.
- krb5_get_renewed_creds and kaserver preauth were fixed along with other bugs.
<<lessOther free implementations include the one from MIT, and Shishi.
Enhancements:
- Several bugs in iprop were fixed.
- Platforms without dlopen are now supported.
- RFC3526 modp group14 is now included by default.
- [kdc] database = { } entries are now handled without realm = stanzas.
- krb5_get_renewed_creds and kaserver preauth were fixed along with other bugs.
Download (4.3MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
806 downloads
WeiLiYu 1.11b
WeiLiYu is a chinese/pinyin learning game. more>>
WeiLiYu is a chinese/pinyin learning game.
WeiLiYu is a freely available pinyin/Chinese character learning game written in Java. The name means "feed the koi", which is the object of the game.
Playing this game will improve your pinyin and Chinese reading skills.
If some koi do not get fed, up to ten of the characters that you missed most frequently will be shown to you at the end with their correct pinyin for you to study before playing the game again.
The character library selection is limited at the moment, but you can make your own! Its simple - each .wly file is just a text file.
<<lessWeiLiYu is a freely available pinyin/Chinese character learning game written in Java. The name means "feed the koi", which is the object of the game.
Playing this game will improve your pinyin and Chinese reading skills.
If some koi do not get fed, up to ten of the characters that you missed most frequently will be shown to you at the end with their correct pinyin for you to study before playing the game again.
The character library selection is limited at the moment, but you can make your own! Its simple - each .wly file is just a text file.
Download (17.5MB)
Added: 2007-07-18 License: Freeware Price:
831 downloads
Jeceira 0.1.4
Jeceira provides an implementation of JCR (JSR 170). more>>
Jeceira provides an implementation of JCR (JSR 170).
Jeceira is an implementation of JCR, the Content Repository for Java Technology Specification (JSR 170).
Its goal is to create a freely available, fast, and extensible layer for various content dependent applications to build upon.
Enhancements:
- Observation implemented
- Configuration of UUID generator simplified (no jug-native directory required)
- Node.orderBefore revised (including changes in the database schema)
- Bugfix in saving items (new items could be saved by calling save on them)
- Bugfix in counting of changes pending in a session
- Package item refactored
- Dependency on commons-0.1 changed to commons-0.2 due to a bugfix in the
- commons module
<<lessJeceira is an implementation of JCR, the Content Repository for Java Technology Specification (JSR 170).
Its goal is to create a freely available, fast, and extensible layer for various content dependent applications to build upon.
Enhancements:
- Observation implemented
- Configuration of UUID generator simplified (no jug-native directory required)
- Node.orderBefore revised (including changes in the database schema)
- Bugfix in saving items (new items could be saved by calling save on them)
- Bugfix in counting of changes pending in a session
- Package item refactored
- Dependency on commons-0.1 changed to commons-0.2 due to a bugfix in the
- commons module
Download (4.1MB)
Added: 2007-02-09 License: The Apache License Price:
988 downloads
RealVNC 4.1.2
RealVNC is remote control software which allows you to view and interact with one computer. more>>
VNC stands for Virtual Network Computing.
The two computers dont even have to be the same type, so for example you can use VNC to view an office Linux machine on your Windows PC at home. VNC is freely and publicly available and is in widespread active use by millions throughout industry, academia and privately.
RealVNC is a UK company founded in 2002 by a team from the world-leading AT&T Laboratories in Cambridge. The company was established to commercially develop, enhance and promote VNC, the innovative remote access software with a widespread international user base.
VNC (Virtual Network Computing) software makes it possible to view and fully-interact with one computer from any other computer or mobile device anywhere on the Internet. VNC software is cross-platform, allowing remote control between different types of computer. For ultimate simplicity, there is even a Java viewer, so that any desktop can be controlled remotely from within a browser without having to install software.
VNC has a wide range of applications including system administration, IT support and helpdesks. It can also be used to support the mobile user, both for hot desking within the enterprise and also to provide remote access at home, or on the road. The system allows several connections to the same desktop, providing an invaluable tool for collaborative or shared working in the workplace or classroom. Computer support within the geographically spread family is an ever popular use.
The open source version of VNC has been freely available since 1998, and more than 50 million copies of the software have been downloaded. The software has also appeared on numerous magazine cover disks, and for several years all popular versions of Linux have included VNC. It is in active use by many millions in industry, commerce, education and at home. Virtually all Fortune 500 companies use VNC, and installations of VNC across thousands of workstations are commonplace.
Enhancements:
- FIXED: Security vulnerability.
<<lessThe two computers dont even have to be the same type, so for example you can use VNC to view an office Linux machine on your Windows PC at home. VNC is freely and publicly available and is in widespread active use by millions throughout industry, academia and privately.
RealVNC is a UK company founded in 2002 by a team from the world-leading AT&T Laboratories in Cambridge. The company was established to commercially develop, enhance and promote VNC, the innovative remote access software with a widespread international user base.
VNC (Virtual Network Computing) software makes it possible to view and fully-interact with one computer from any other computer or mobile device anywhere on the Internet. VNC software is cross-platform, allowing remote control between different types of computer. For ultimate simplicity, there is even a Java viewer, so that any desktop can be controlled remotely from within a browser without having to install software.
VNC has a wide range of applications including system administration, IT support and helpdesks. It can also be used to support the mobile user, both for hot desking within the enterprise and also to provide remote access at home, or on the road. The system allows several connections to the same desktop, providing an invaluable tool for collaborative or shared working in the workplace or classroom. Computer support within the geographically spread family is an ever popular use.
The open source version of VNC has been freely available since 1998, and more than 50 million copies of the software have been downloaded. The software has also appeared on numerous magazine cover disks, and for several years all popular versions of Linux have included VNC. It is in active use by many millions in industry, commerce, education and at home. Virtually all Fortune 500 companies use VNC, and installations of VNC across thousands of workstations are commonplace.
Enhancements:
- FIXED: Security vulnerability.
Download (1.5MB)
Added: 2006-07-20 License: Public Domain Price:
1507 downloads
Userlinux Live CD 0.2
The UserLinux Project is developing an effective, streamlined, freely available Linux distribution for businesses of all sizes. more>>
The UserLinux Project is developing an effective, streamlined, freely available Linux distribution for businesses of all sizes. The project is not-for-profit with associated services available from a network of commercial service providers.
UserLinux organization will be a not-for-profit organization. The UserLinux product is a GNU/Linux distribution based from Debian GNU/Linux, but streamlined to a smaller set of default applications.
UserLinux will be freely available in both source and ISO formats. UserLinux will be complemented by a worldwide network of (generally for-profit) service providers offering certification, support, and professional services.
UserLinux will offer businesses unrivaled value by providing a strong base of intelligently selected software accompanied by vendor neutral support and certification options.
Security, training, and worker portability issues are greatly reduced through the selection of the prime application for a specific need. There are no licensing fees for software or development tools. Support services are available from a variety of professional service providers, but are never mandatory.
The UserLinux product is a Linux Operating System distribution streamlined to a smaller set of default applications for business use. The UserLinux variants, currently in beta testing, are freely available in both source and CD installation image formats.
UserLinux has four primary configurations:
Enterprise Server:A solid production server featuring Apache, Samba, and Postfix. Great as a web or file server.
Enterprise Desktop:GNOME desktop featuring OpenOffice.
GUI Server:Features a thin Graphical User Interface environment for more convenient local administration. Same core functionality as Enterprise Server.
SOHO Desktop (Small Office/Home Office):A desktop and server in one. A wider range of capabilities to meet the needs of small businesses.
UserLinux will be driven by the not-for-profit UserLinux Organization and backed by a network of for-profit professional service providers. The distribution will be accompanined by available certifications for people, software, and hardware.
Key UserLinux Advantages:
Streamlined:UserLinux is a streamlined distribution with one key application in mind for a given piece of functionality. One web browser, one word processor, one mail client, one web server. This reduces support overhead both for users and for maintaining security.
Standards compliant:UserLinux encourages cooperation with other open source organizations, and values compliance with open standards.
Designed for business:The UserLinux distribution is specially tailored towards the needs of business.
Professional Services:The third party network of UserLinux affiliated commercial Independent Software Vendors (ISVs) allow for choice in professional services and custom application design options. The separation between the UserLinux organization and the ISVs is a win-win proposition allowing both the support advantages of a service provider network and the neutrality advantages of an operating system not tied to a single company.
Flexible:While each UserLinux configuration is designed to support common functionality as shipped, the systems are also open for expansion beyond the standard UserLinux set.
Disclosure:As a not-for-profit organization working with software developed in the open, the UserLinux organization as well as the development process for the UserLinux distribution are in the open. Critical system updates are clearly and promptly announced so systems remain properly secured.
Lack of lock-in:There are no licensing fees for the UserLinux distribution or related development tools. Service is available from your choice of service providers, but is never mandatory.
Free to obtain:ISO images and the source code are freely available.
Inexpensive to maintain:The streamlined nature of the UserLinux distribution assures less software to update. There are no per seat charges or OS licenses to be tracked and audited.
Secure:Leveraging from the power of open source, the code used in the UserLinux distribution not only has thousands of hours of development but thousands of hours of peer review.
Certifications:Hardware, software, support and professional certifications will be available. The standards and corresponding tests will be created by UserLinux with third parties performing the testing activities.
Mature Software:UserLinux is directly based from Debian GNU/Linux, a general focus, free Linux distribution in existence for over a decade. Key components of UserLinux, including the highly popular Linux Kernel and Apache web server, are very mature with millions of critical-use installations.
<<lessUserLinux organization will be a not-for-profit organization. The UserLinux product is a GNU/Linux distribution based from Debian GNU/Linux, but streamlined to a smaller set of default applications.
UserLinux will be freely available in both source and ISO formats. UserLinux will be complemented by a worldwide network of (generally for-profit) service providers offering certification, support, and professional services.
UserLinux will offer businesses unrivaled value by providing a strong base of intelligently selected software accompanied by vendor neutral support and certification options.
Security, training, and worker portability issues are greatly reduced through the selection of the prime application for a specific need. There are no licensing fees for software or development tools. Support services are available from a variety of professional service providers, but are never mandatory.
The UserLinux product is a Linux Operating System distribution streamlined to a smaller set of default applications for business use. The UserLinux variants, currently in beta testing, are freely available in both source and CD installation image formats.
UserLinux has four primary configurations:
Enterprise Server:A solid production server featuring Apache, Samba, and Postfix. Great as a web or file server.
Enterprise Desktop:GNOME desktop featuring OpenOffice.
GUI Server:Features a thin Graphical User Interface environment for more convenient local administration. Same core functionality as Enterprise Server.
SOHO Desktop (Small Office/Home Office):A desktop and server in one. A wider range of capabilities to meet the needs of small businesses.
UserLinux will be driven by the not-for-profit UserLinux Organization and backed by a network of for-profit professional service providers. The distribution will be accompanined by available certifications for people, software, and hardware.
Key UserLinux Advantages:
Streamlined:UserLinux is a streamlined distribution with one key application in mind for a given piece of functionality. One web browser, one word processor, one mail client, one web server. This reduces support overhead both for users and for maintaining security.
Standards compliant:UserLinux encourages cooperation with other open source organizations, and values compliance with open standards.
Designed for business:The UserLinux distribution is specially tailored towards the needs of business.
Professional Services:The third party network of UserLinux affiliated commercial Independent Software Vendors (ISVs) allow for choice in professional services and custom application design options. The separation between the UserLinux organization and the ISVs is a win-win proposition allowing both the support advantages of a service provider network and the neutrality advantages of an operating system not tied to a single company.
Flexible:While each UserLinux configuration is designed to support common functionality as shipped, the systems are also open for expansion beyond the standard UserLinux set.
Disclosure:As a not-for-profit organization working with software developed in the open, the UserLinux organization as well as the development process for the UserLinux distribution are in the open. Critical system updates are clearly and promptly announced so systems remain properly secured.
Lack of lock-in:There are no licensing fees for the UserLinux distribution or related development tools. Service is available from your choice of service providers, but is never mandatory.
Free to obtain:ISO images and the source code are freely available.
Inexpensive to maintain:The streamlined nature of the UserLinux distribution assures less software to update. There are no per seat charges or OS licenses to be tracked and audited.
Secure:Leveraging from the power of open source, the code used in the UserLinux distribution not only has thousands of hours of development but thousands of hours of peer review.
Certifications:Hardware, software, support and professional certifications will be available. The standards and corresponding tests will be created by UserLinux with third parties performing the testing activities.
Mature Software:UserLinux is directly based from Debian GNU/Linux, a general focus, free Linux distribution in existence for over a decade. Key components of UserLinux, including the highly popular Linux Kernel and Apache web server, are very mature with millions of critical-use installations.
Download (4.0MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
1542 downloads
KDE 4.0 Beta 1
KDE is a powerful Free Software graphical desktop environment for Linux and Unix workstations. more>>
KDE is a powerful Free Software graphical desktop environment for Linux and Unix workstations.
It combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system.
KDE is a network transparent contemporary desktop environment for UNIX workstations. KDE seeks to fill the need for an easy to use desktop for Unix workstations, similar to the desktop environments found under the MacOS or Microsoft Windows.
We believe that the UNIX operating system is the best operating system available today. In fact UNIX has been the undisputed choice of the information technology professional for many years. When it comes to stability, scalability and openness there is no competition to UNIX. However, the lack of an easy to use contemporary desktop environment for UNIX has prevented UNIX from finding its way onto the desktops of the typical computer user in offices and homes.
UNIX dominates the server market and is the preferred computing platform for computing professional and scientists. Without UNIX the internet would not be. But UNIX did not address the needs of the average computer user.
This fact is particularly unfortunate since a number of implementations of UNIX (Debian GNU/Linux, FreeBSD, NetBSD etc.) are freely available on the internet. All of which are of exceptional quality and stability.
KDE The Desktop Environment
With KDE there is now an easy to use contemporary desktop environment available for UNIX. Together with a free implementation of UNIX such as GNU/Linux, UNIX/KDE constitutes a completely free and open computing platform available to anyone free of charge including its source code for anyone to modify. While there will always be room for improvement we believe to have delivered a viable alternative to some of the more commonly found and commercial operating systems/desktops combinations available today. It is our hope that the combination UNIX/KDE will finally bring the same open, reliable, stable and monopoly free computing to the average computer user that scientist and computing professionals world-wide have enjoyed for years.
KDE The Application Development Framework
Authoring applications under UNIX/X11 used to be an extremely difficult and tedious process. KDE recognizes the fact that a computing platform is only as good as the amount of first class applications available to the users of that particular platform. In view of these circumstances the KDE Project has developed a first rate compound document application framework, implementing the latest advances in framework technology and thus positioning itself in direct competition to such popular development frameworks as for example Microsofts MFC/COM/ActiveX technology. KDEs KParts compound document technology enables developers to quickly create first rate applications implementing cutting edge technology.
KDE The Office Application Suite
Leveraging the KDE application development framework a great number of applications have been built for the K Desktop Environment. A selection of those applications is contained in the KDE base distribution. At this moment KDE is developing an office application suite based on KDEs KParts technology consisting of a spread-sheet, a presentation application, an organizer, a news client and more. KPresenter, KDEs presentation application was successfully used at many presentations.
<<lessIt combines ease of use, contemporary functionality, and outstanding graphical design with the technological superiority of the Unix operating system.
KDE is a network transparent contemporary desktop environment for UNIX workstations. KDE seeks to fill the need for an easy to use desktop for Unix workstations, similar to the desktop environments found under the MacOS or Microsoft Windows.
We believe that the UNIX operating system is the best operating system available today. In fact UNIX has been the undisputed choice of the information technology professional for many years. When it comes to stability, scalability and openness there is no competition to UNIX. However, the lack of an easy to use contemporary desktop environment for UNIX has prevented UNIX from finding its way onto the desktops of the typical computer user in offices and homes.
UNIX dominates the server market and is the preferred computing platform for computing professional and scientists. Without UNIX the internet would not be. But UNIX did not address the needs of the average computer user.
This fact is particularly unfortunate since a number of implementations of UNIX (Debian GNU/Linux, FreeBSD, NetBSD etc.) are freely available on the internet. All of which are of exceptional quality and stability.
KDE The Desktop Environment
With KDE there is now an easy to use contemporary desktop environment available for UNIX. Together with a free implementation of UNIX such as GNU/Linux, UNIX/KDE constitutes a completely free and open computing platform available to anyone free of charge including its source code for anyone to modify. While there will always be room for improvement we believe to have delivered a viable alternative to some of the more commonly found and commercial operating systems/desktops combinations available today. It is our hope that the combination UNIX/KDE will finally bring the same open, reliable, stable and monopoly free computing to the average computer user that scientist and computing professionals world-wide have enjoyed for years.
KDE The Application Development Framework
Authoring applications under UNIX/X11 used to be an extremely difficult and tedious process. KDE recognizes the fact that a computing platform is only as good as the amount of first class applications available to the users of that particular platform. In view of these circumstances the KDE Project has developed a first rate compound document application framework, implementing the latest advances in framework technology and thus positioning itself in direct competition to such popular development frameworks as for example Microsofts MFC/COM/ActiveX technology. KDEs KParts compound document technology enables developers to quickly create first rate applications implementing cutting edge technology.
KDE The Office Application Suite
Leveraging the KDE application development framework a great number of applications have been built for the K Desktop Environment. A selection of those applications is contained in the KDE base distribution. At this moment KDE is developing an office application suite based on KDEs KParts technology consisting of a spread-sheet, a presentation application, an organizer, a news client and more. KPresenter, KDEs presentation application was successfully used at many presentations.
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
826 downloads
Other version of KDE
Internet Registry Routing Daemon 2.3.4
Internet Registry Routing Daemon (IRRd) is a freely available, stand-alone Internet Routing Registry database server. more>>
Internet Registry Routing Daemon (IRRd) is a freely available, stand-alone Internet Routing Registry database server. IRRd supports the RPSL and RPSLng Routing Policy Specification Language standards.
The IRRd package includes all required IRR support services, including: automated near real-time mirroring of other IRR databases, update syntax checking, authentication/security, and notification.
<<lessThe IRRd package includes all required IRR support services, including: automated near real-time mirroring of other IRR databases, update syntax checking, authentication/security, and notification.
Download (0.67MB)
Added: 2007-08-14 License: BSD License Price:
801 downloads
libGenome 1.0.0
libGenome is a freely available toolkit for developing bioinformatic related software in C++. more>>
libGenome is a freely available toolkit for developing bioinformatic related software in C++.
libGenome library is intended to take the hassle out of performing common tasks on genetic sequence and annotation data.
libGenome is a development library written in ANSI C++.
It is known to compile on the following platforms:
- Linux using the gcc compiler
- Solaris using the gcc compiler
- Windows using Metrowerks CodeWarrior
- MacOS 9 using Metrowerks CodeWarrior
- OpenBSD using the gcc compiler
- Cygwin using the gcc compiler
libGenome can access sequence data in several different file formats:
- Reads and writes Multi-FastA files, designated by a .fas file extension
- Reads and writes GenBank flat file database entries
- Reads DNAStar .SEQ file format
- Reads and writes raw sequence data
- Reads ABI file format
libGenome can manipulate sequence data in the following ways:
- Append
- Truncate
- Erase subsequences
- Insert subsequences
- Reverse
- Complement
- Ambiguity sensitive and insensitive comparison
- Translate DNA to RNA, DNA to Protein, RNA to DNA, RNA to Protein, and vice versa.
libGenome has a well developed system for accessing annotation data in GenBank records.
<<lesslibGenome library is intended to take the hassle out of performing common tasks on genetic sequence and annotation data.
libGenome is a development library written in ANSI C++.
It is known to compile on the following platforms:
- Linux using the gcc compiler
- Solaris using the gcc compiler
- Windows using Metrowerks CodeWarrior
- MacOS 9 using Metrowerks CodeWarrior
- OpenBSD using the gcc compiler
- Cygwin using the gcc compiler
libGenome can access sequence data in several different file formats:
- Reads and writes Multi-FastA files, designated by a .fas file extension
- Reads and writes GenBank flat file database entries
- Reads DNAStar .SEQ file format
- Reads and writes raw sequence data
- Reads ABI file format
libGenome can manipulate sequence data in the following ways:
- Append
- Truncate
- Erase subsequences
- Insert subsequences
- Reverse
- Complement
- Ambiguity sensitive and insensitive comparison
- Translate DNA to RNA, DNA to Protein, RNA to DNA, RNA to Protein, and vice versa.
libGenome has a well developed system for accessing annotation data in GenBank records.
Download (0.44MB)
Added: 2006-03-22 License: GPL (GNU General Public License) Price:
1322 downloads
Alambic 1.0.2.1
Alambic is an enterprise class PDF creation and distribution solution. more>>
Alambic is an enterprise class PDF creation and distribution solution. Alambic makes it very easy to create and distribute PDF documents inside and outside your company.
Our solution relies on the CUPS enterprise printing solution and on third party PostScript to PDF converters such as Ghostscript or Adobe Acrobat.
Alambic receives PostScript documents and sends their PDF counterpart. It can operate in two modes, HTTP or SMTP.
In SMTP mode, the resulting PDF document is sent directly to the requesting user.
In HTTP mode, the PDF file is stored on the Alambic server and a URL is sent to the requesting user for later retrieval.
Creating PDF documents becomes as easy as those three steps:
Select the document to convert to PDF.
Print the selected document to the special Alambic printer.
Receive the PDF file or a link to it by email.
The Alambic solution is freely available under the GNU General Public License. It is distributed as source or as binary for the Linux platform on Intel processors.
Though the Alambic solution is to be deployed on Unix servers, its usage is possible from any client, be it Windows, Mac or Unix, that can produce some PostScript output and send it to a network printer.
<<lessOur solution relies on the CUPS enterprise printing solution and on third party PostScript to PDF converters such as Ghostscript or Adobe Acrobat.
Alambic receives PostScript documents and sends their PDF counterpart. It can operate in two modes, HTTP or SMTP.
In SMTP mode, the resulting PDF document is sent directly to the requesting user.
In HTTP mode, the PDF file is stored on the Alambic server and a URL is sent to the requesting user for later retrieval.
Creating PDF documents becomes as easy as those three steps:
Select the document to convert to PDF.
Print the selected document to the special Alambic printer.
Receive the PDF file or a link to it by email.
The Alambic solution is freely available under the GNU General Public License. It is distributed as source or as binary for the Linux platform on Intel processors.
Though the Alambic solution is to be deployed on Unix servers, its usage is possible from any client, be it Windows, Mac or Unix, that can produce some PostScript output and send it to a network printer.
Download (0.024MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1306 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 freely available 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