3.99
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7
Elk 3.99.7
Elk is an implementation of the Scheme programming language. more>>
Elk is an implementation of the Scheme programming language. In contrast to existing, stand-alone Scheme systems Elk has been designed specifically as an embeddable, reusable extension language subsystem for applications written in C or C++. Elk project is free software, and can be used, modified and distributed in almost any way.
Developers using Elk can deliver applications with different components written in different languages, such as an efficient core written in C or C++ and an extensible user interface layer implemented in Scheme. To help building hybrid application architectures, Elk supports a tightly-knit interworking of the C/C++ parts of applications with Scheme code.
Elk is also useful as a stand-alone Scheme implementation, in particular as a platform for rapid prototyping of X11-based Scheme programs.
Enhancements:
- The last known garbage collector integrity bug was fixed.
<<lessDevelopers using Elk can deliver applications with different components written in different languages, such as an efficient core written in C or C++ and an extensible user interface layer implemented in Scheme. To help building hybrid application architectures, Elk supports a tightly-knit interworking of the C/C++ parts of applications with Scheme code.
Elk is also useful as a stand-alone Scheme implementation, in particular as a platform for rapid prototyping of X11-based Scheme programs.
Enhancements:
- The last known garbage collector integrity bug was fixed.
Download (0.84MB)
Added: 2006-06-15 License: DFSG approved Price:
1227 downloads
V_Sim 3.3.99-1
V_Sim visualizes atomic structures such as crystals, grain boundaries, molecules, and so on. more>>
V_Sim visualizes atomic structures such as crystals, grain boundaries, molecules, and so on. It can work with files either in binary format or in plain text format. The rendering is done in pseudo-3D with colored spheres to represent the atoms.
The user can interact through many functions to choose the view, the size of the atoms, their color, the background color, the type of fog, and more. Moreover, V_Sim allows you to export the view as images in GIF, PS, and other formats.
Enhancements:
- The most important changes are in the surface panel, since iso-surfaces are now sensitive to the masking efect of planes.
- But other new minor capabilities have been implemented, including multiple directory browsing, Millers indexes for plane orientation, per element masking effect on nodes, and more.
<<lessThe user can interact through many functions to choose the view, the size of the atoms, their color, the background color, the type of fog, and more. Moreover, V_Sim allows you to export the view as images in GIF, PS, and other formats.
Enhancements:
- The most important changes are in the surface panel, since iso-surfaces are now sensitive to the masking efect of planes.
- But other new minor capabilities have been implemented, including multiple directory browsing, Millers indexes for plane orientation, per element masking effect on nodes, and more.
Download (1.2MB)
Added: 2007-06-01 License: CeCILL (CeCILL Free Software License Agreement) Price:
875 downloads
AppliWorks 0.3.99
AppliWorks is an innovative image viewer and management software for the Gnome Desktop. more>>
Appliworks is an application designed to let you classify and view your pictures in an innovatie way, without even touching the real file on your hard drive. Appliworks implements a virtual folders based pictures database, multi-view windows "a-la" iPhoto, etc...
Appliworks is a really quickly evolving app, so please check periodically for its updates.
Just remember one thing: a lot of things in Appliworks works by Drag-N-Drop !
<<lessAppliworks is a really quickly evolving app, so please check periodically for its updates.
Just remember one thing: a lot of things in Appliworks works by Drag-N-Drop !
Download (0.44MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1543 downloads
Netswitch 0.3.99 Beta1
Netswitch project is a versatile network profile manager. more>>
Netswitch project is a versatile network profile manager.
Main features:
- A console tool and a GTK+ that let you create, activate and delete your profiles for an unlimited number of interfaces.
- The ability to scan the network around you and see a lot of informations about them.
- Use of WEP encryption (unlimited number of key in console mode, up to 4 in the GUI).
- The application is available in English, Italian and in French.
- The smtp configuration is now integrated in the profiles
- A "sudo mode" has been added to let *Ubuntu users use sudo instead of su (Activation at compilation).
<<lessMain features:
- A console tool and a GTK+ that let you create, activate and delete your profiles for an unlimited number of interfaces.
- The ability to scan the network around you and see a lot of informations about them.
- Use of WEP encryption (unlimited number of key in console mode, up to 4 in the GUI).
- The application is available in English, Italian and in French.
- The smtp configuration is now integrated in the profiles
- A "sudo mode" has been added to let *Ubuntu users use sudo instead of su (Activation at compilation).
Download (0.16MB)
Added: 2006-03-18 License: GPL (GNU General Public License) Price:
1316 downloads
IT++ 3.10.12 / 3.99.3.1
IT++ is a C++ library of mathematical, signal processing, speech processing, and communications classes and functions. more>>
IT++ is a C++ library of mathematical, signal processing, speech processing, and communications classes and functions. IT++ library is being developed by researchers in these areas and is widely used by researchers, both in the communications industry and universities. Since 2004, IT++ is also being developed as a part of the European Network of Excellence (NEWCOM).
The kernel of the IT++ library are templated vector and matrix classes, and lots of functions for vectors and matrices. Such a kernel makes IT++ library similar to Matlab.
IT++ makes an extensive use of existing open-source libraries (but not only) for increased functionality, speed and accuracy. In particular BLAS, CBLAS, LAPACK and FFTW libraries might be used. Instead of NetLibs reference BLAS and LAPACK, some optimized platform-specific libraries can be used as well, i.e.:
- ATLAS (Automatically Tuned Linear Algebra Software) - includes optimised BLAS, CBLAS and a limited set of LAPACK routines
- MKL (Intel Math Kernel Library) - includes all required BLAS, CBLAS, LAPACK and FFT routines (FFTW not required)
- ACML (AMD Core Math Library) - includes BLAS, LAPACK and FFT routines (FFTW not required)
It is possible to compile and use IT++ without any of the above listed libraries, but the functionality will be reduced.
The IT++ library originates from the former department of Information Theory at the Chalmers University of Technology, Gothenburg, Sweden. Because the library is coded in C++, the name IT++ seemed like a good idea at the time. While departments come and go, IT++ have developed a life of its own and is now released under the terms of the GNU General Public License (GPL) for you to enjoy.
IT++ should work on GNU/Linux, Sun Solaris, Microsoft Windows (with Cygwin or Microsoft Visual C++ .NET) and Mac OS X (more testers needed).
<<lessThe kernel of the IT++ library are templated vector and matrix classes, and lots of functions for vectors and matrices. Such a kernel makes IT++ library similar to Matlab.
IT++ makes an extensive use of existing open-source libraries (but not only) for increased functionality, speed and accuracy. In particular BLAS, CBLAS, LAPACK and FFTW libraries might be used. Instead of NetLibs reference BLAS and LAPACK, some optimized platform-specific libraries can be used as well, i.e.:
- ATLAS (Automatically Tuned Linear Algebra Software) - includes optimised BLAS, CBLAS and a limited set of LAPACK routines
- MKL (Intel Math Kernel Library) - includes all required BLAS, CBLAS, LAPACK and FFT routines (FFTW not required)
- ACML (AMD Core Math Library) - includes BLAS, LAPACK and FFT routines (FFTW not required)
It is possible to compile and use IT++ without any of the above listed libraries, but the functionality will be reduced.
The IT++ library originates from the former department of Information Theory at the Chalmers University of Technology, Gothenburg, Sweden. Because the library is coded in C++, the name IT++ seemed like a good idea at the time. While departments come and go, IT++ have developed a life of its own and is now released under the terms of the GNU General Public License (GPL) for you to enjoy.
IT++ should work on GNU/Linux, Sun Solaris, Microsoft Windows (with Cygwin or Microsoft Visual C++ .NET) and Mac OS X (more testers needed).
Download (MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
807 downloads
VectorLinux 5.8 STD
Vector Linux is a small, fast, Linux operating system for Intel, AMD and x86 compatible systems. more>>
Vector Linux is a small, fast, Linux operating system for Intel, AMD and x86 compatible systems, based on one of the original Linux distributions, Slackware.
The enormously popular Slackware is the true Unix of Linux distributions and is used by major corporations, universities and home users alike. Its popularity stems from the fact that it is a robust, versatile and almost unbreakable system.
Slackware has been traditionally known to be about as user friendly as a coiled rattlesnake and thats where Vector Linux comes into play. We have produced a bloat free, easy to install, configure and maintain Slackware based system that is second to none.
Main features:
- Kernel version 2.6.7 available in ide or scsi configurations.
- Glibc-2.3.2
- Available as a text console system or with optional XFree GUI
- XFree-4.3.x is the default X system.
- New graphical package manager has been added, vecpkg.
- Easy on your system resources, should run fine with a minimum of 32mb of ram
- Only reguires 850 megs of disk space for full install (but you should have more available for additional programs and swap space)
- Laptop support including pcmcia and apm.
- Usb support with hotplugging
- Most available Linux hardware drivers are included.
- XFCE4, Fluxbox and ICEwm window managers with antialias font support. More available on the deluxe CD.
- KDE-3.2.3 and dropline-gnome is available on the deluxe CD version.
- Internet ready with Mozilla-1.7, Dillo, Gaim, Xchat and more. Mplayer, flash, acrobat reader and java all available on the deluxe CD.
- Abiword a stand alone full featured word processor that imports exports MS word style documents. OpenOffice available on the deluxe CD.
- Xview and GQview for viewing, manipulating and editing graphics files
- The Gimp a very sophisticated image creation program available on the deluxe CD
- XMMS to play most music formats including CDs
- A full compliment of GUI programs to handle email, file management, text editing, sound manipulation, file compression, desktop themes and more.
- Full development suite with most common libraries, compilers and related tools.
- Gcc updated to version 3.2.3.
- fully functional ftp server based on proFTPD
- PPP setup wizard for easy connection to the net via your modem. Both pppsetup and wvdial available. Update gkdial is now available also.
- VI style text editors, mutt for email, lynx text web browsing, Midnight Commander file manager, ncftp, telnet, ping, finger and all the basic networking applications and daemons.
- Vim, apache, mysql, Emacs, samba, screen all available on the deluxe CD version.
- Added security with a built in gshield firewall, port sentry, openssl and openssh..
- Enhanced USB support with hotplugging.
- The default file manager (midnight commander) will install uninstall all software packages including rpms, slps, debs, and tgz.
Enhancements:
- The VectorLinux development team is proud to announce the release of VectorLinux 5.8 Standard, code named Santa (Merry Christmas!). This is the fruit that has resulted from several months of coding, debugging and testing by the core development team and the VectorLinux community. This release follows our legendary tradition of stability (inherited from Slackware 11.0), blazing speed on even modest hardware, and simplicity of design and function. The release features fully-working browser plugins, including Flash 9, Java, mp3, Real and Windows media, and DVD playback. Additional features include: Linux kernel 2.6.18.5, fully customized Xfce 4.3.99.2, SeaMonkey 1.0.6, Firefox 2.0 and Opera 9.10, the GIMP and Xara LX for your graphic needs, AbiWord and Gnumeric for your office tasks...
<<lessThe enormously popular Slackware is the true Unix of Linux distributions and is used by major corporations, universities and home users alike. Its popularity stems from the fact that it is a robust, versatile and almost unbreakable system.
Slackware has been traditionally known to be about as user friendly as a coiled rattlesnake and thats where Vector Linux comes into play. We have produced a bloat free, easy to install, configure and maintain Slackware based system that is second to none.
Main features:
- Kernel version 2.6.7 available in ide or scsi configurations.
- Glibc-2.3.2
- Available as a text console system or with optional XFree GUI
- XFree-4.3.x is the default X system.
- New graphical package manager has been added, vecpkg.
- Easy on your system resources, should run fine with a minimum of 32mb of ram
- Only reguires 850 megs of disk space for full install (but you should have more available for additional programs and swap space)
- Laptop support including pcmcia and apm.
- Usb support with hotplugging
- Most available Linux hardware drivers are included.
- XFCE4, Fluxbox and ICEwm window managers with antialias font support. More available on the deluxe CD.
- KDE-3.2.3 and dropline-gnome is available on the deluxe CD version.
- Internet ready with Mozilla-1.7, Dillo, Gaim, Xchat and more. Mplayer, flash, acrobat reader and java all available on the deluxe CD.
- Abiword a stand alone full featured word processor that imports exports MS word style documents. OpenOffice available on the deluxe CD.
- Xview and GQview for viewing, manipulating and editing graphics files
- The Gimp a very sophisticated image creation program available on the deluxe CD
- XMMS to play most music formats including CDs
- A full compliment of GUI programs to handle email, file management, text editing, sound manipulation, file compression, desktop themes and more.
- Full development suite with most common libraries, compilers and related tools.
- Gcc updated to version 3.2.3.
- fully functional ftp server based on proFTPD
- PPP setup wizard for easy connection to the net via your modem. Both pppsetup and wvdial available. Update gkdial is now available also.
- VI style text editors, mutt for email, lynx text web browsing, Midnight Commander file manager, ncftp, telnet, ping, finger and all the basic networking applications and daemons.
- Vim, apache, mysql, Emacs, samba, screen all available on the deluxe CD version.
- Added security with a built in gshield firewall, port sentry, openssl and openssh..
- Enhanced USB support with hotplugging.
- The default file manager (midnight commander) will install uninstall all software packages including rpms, slps, debs, and tgz.
Enhancements:
- The VectorLinux development team is proud to announce the release of VectorLinux 5.8 Standard, code named Santa (Merry Christmas!). This is the fruit that has resulted from several months of coding, debugging and testing by the core development team and the VectorLinux community. This release follows our legendary tradition of stability (inherited from Slackware 11.0), blazing speed on even modest hardware, and simplicity of design and function. The release features fully-working browser plugins, including Flash 9, Java, mp3, Real and Windows media, and DVD playback. Additional features include: Linux kernel 2.6.18.5, fully customized Xfce 4.3.99.2, SeaMonkey 1.0.6, Firefox 2.0 and Opera 9.10, the GIMP and Xara LX for your graphic needs, AbiWord and Gnumeric for your office tasks...
Download (551MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1044 downloads
NetBSD LiveCD 2007
NetBSD LiveCD is a bootable LiveCD containing the NetBSD/i386 system. more>>
NetBSD LiveCD is a bootable ISO image contains NetBSD 3.99.7 and allows you to boot NetBSD/i386 -current without having to install to a hard disk.
The LiveCD was initially intended to be a rescue cdrom, but is now capable of much more.
The default desktop environment is KDE. But there is another window manager available: pekwm.
The LiveCD will automatically try to obtain an IP address via DHCP. If that fails, you must manually configure your network settings. For information on this, please see the NetBSD Guide.
There are two users: root and user. The password for both is NetBSD. If you are logged in as user, you can use sudo(8).
<<lessThe LiveCD was initially intended to be a rescue cdrom, but is now capable of much more.
The default desktop environment is KDE. But there is another window manager available: pekwm.
The LiveCD will automatically try to obtain an IP address via DHCP. If that fails, you must manually configure your network settings. For information on this, please see the NetBSD Guide.
There are two users: root and user. The password for both is NetBSD. If you are logged in as user, you can use sudo(8).
Download (700.1MB)
Added: 2006-11-10 License: BSD License Price:
1092 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 3.99 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