2.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 831
GGI 2.2.2
GGI stands for General Graphics Interface, and it is a project that aims to develop a reliable, stable and fast graphics system. more>>
GGI stands for General Graphics Interface, and it is a project that aims to develop a reliable, stable and fast graphics system that works everywhere. We want to allow any program using GGI to run on any platform, requiring at most a recompile.
Historically, GGI was developed in order to provide a unified interface to manage access to graphics hardware under Linux, to avoid the conflicts and instability arising from the direct access of hardware by competing graphics systems such as X and svgalib.
GGI project is now focussed on developing a set of portable user-space libraries, with an array of different backends or targets (eg. framebuffer, X, quartz, directx).
While GGI no longer aims to manage direct access to graphics hardware, we provide a target to use the interfaces provided by our associated KGI Project[->], which is concerned with providing the necessary kernel level support (protection, virtualization and abstraction) through a fast, secure and portable Kernel Graphics Interface.
Developed in a professional manner, the clean design, stability and scalability of GGI make it excellent in embedded, production and research environments, and it is user-supported with complete source.
The GGI project provides various libraries, of which the two most fundamental are LibGII (for input-handling) and LibGGI (for graphical output). All other packages add features to these core libraries, and so depend on one or both of them; for a more in-depth explanation of package categories, see the longer introduction to GGI.
Enhancements:
- Bootstrapping (aka running autogen.sh) now works with automake 1.10.
- display-lcd823, display-vgl, display-tile, display-quartz, crossblit, and generic blitting operations have been fixed.
<<lessHistorically, GGI was developed in order to provide a unified interface to manage access to graphics hardware under Linux, to avoid the conflicts and instability arising from the direct access of hardware by competing graphics systems such as X and svgalib.
GGI project is now focussed on developing a set of portable user-space libraries, with an array of different backends or targets (eg. framebuffer, X, quartz, directx).
While GGI no longer aims to manage direct access to graphics hardware, we provide a target to use the interfaces provided by our associated KGI Project[->], which is concerned with providing the necessary kernel level support (protection, virtualization and abstraction) through a fast, secure and portable Kernel Graphics Interface.
Developed in a professional manner, the clean design, stability and scalability of GGI make it excellent in embedded, production and research environments, and it is user-supported with complete source.
The GGI project provides various libraries, of which the two most fundamental are LibGII (for input-handling) and LibGGI (for graphical output). All other packages add features to these core libraries, and so depend on one or both of them; for a more in-depth explanation of package categories, see the longer introduction to GGI.
Enhancements:
- Bootstrapping (aka running autogen.sh) now works with automake 1.10.
- display-lcd823, display-vgl, display-tile, display-quartz, crossblit, and generic blitting operations have been fixed.
Download (4.5MB)
Added: 2007-01-28 License: BSD License Price:
1000 downloads
Esprit 2.2
Esprit project is a Web-based learning management system, with an emphasis on collaborative work and strong pedagogical scenario more>>
Esprit project is a Web-based learning management system, with an emphasis on collaborative work and strong pedagogical scenario.
<<less Download (1.9MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
943 downloads
NIST 2.2.2
The NIST Implementation of the Ad-Hoc On Demand Distance Vector protocol is a kernel-level driver for Linux . more>>
The NIST Implementation of the Ad-Hoc On Demand Distance Vector protocol is a kernel-level driver for Linux . AODV is a routing protocol for ad hoc networks designed with mobile wireless devices in mind. For a quick overview on AODVs basics, check out our Quick Guide to AODV page. If you are interested in running a simulation of AODV, NIST has developed a simulation in OPNET.
Kernel AODV is a loadable kernel module for Linux. It implements AODV routing between computers equipped with WLAN interfaces.
This software was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. Kernel AODV is an experimental system. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic. We would appreciate acknowledgement if the software is used.
This software can be redistributed and/or modified freely provided that any derivative works bear some notice that they are derived from it, and any modified versions bear some notice that they have been modified.
Enhancements:
- Corrected LINK_LIMIT #ifdefs (Fix from Peter Barron)
- aodv_neigh.c
- hello.c
- module.c
- Add Packet Queuing back in (Fix from Peter Barron)
- Send queued messages when recieving a route, aodv_route.c
- Drop packet from queue if RREQ fails, rreq.c
- Added packet_queue.c back in, packet_queue.c
- Added init and cleanup of packet_queue, module.c
- Added additional check to packet_out.c to determine if packet is going to external subnet on a gateway.
- Shouldnt be neccesary since a route should be created for the external destination anyhow. Have to look into this. (Fix from Peter Barron)
- Removed annoying message printed when signal strength can not be read. Instead only prints when can not be set. signal.c
- Fixed the undefined symbol STRCHR problem for real this time. The problem is doing strstr() with a singlecharecter results in it being converted to strchr(), but for some reason it is not properly imported. The solution it to simply use stchr() instead. module.c
- Changed it so that find_aodv_route() will return valid routes that have expired. When it didnt return expired routes two routes would sometimes be created. Also, now kernel routes are only removed when an expired route is removed. find_aodv_route() will also invalidate expired valid routes.
- Had some trouble with duplicate kernel routes. Now we are always deleting before inserting a new route. Should fix it, fingers are crossed.
- Changed delete_neighbor() so that we send out an RERR even if the route is no longer valid. Also change gen_rerr() so that is will send out a RERR even if the route is not valid. It has to be better to send out a few extra rather than not enough. Just cause you have timed a route out doesnt mean others have.
- Compared the Metrics wrong in update_route() if the seq numbers were equal.
<<lessKernel AODV is a loadable kernel module for Linux. It implements AODV routing between computers equipped with WLAN interfaces.
This software was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties. Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain. Kernel AODV is an experimental system. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic. We would appreciate acknowledgement if the software is used.
This software can be redistributed and/or modified freely provided that any derivative works bear some notice that they are derived from it, and any modified versions bear some notice that they have been modified.
Enhancements:
- Corrected LINK_LIMIT #ifdefs (Fix from Peter Barron)
- aodv_neigh.c
- hello.c
- module.c
- Add Packet Queuing back in (Fix from Peter Barron)
- Send queued messages when recieving a route, aodv_route.c
- Drop packet from queue if RREQ fails, rreq.c
- Added packet_queue.c back in, packet_queue.c
- Added init and cleanup of packet_queue, module.c
- Added additional check to packet_out.c to determine if packet is going to external subnet on a gateway.
- Shouldnt be neccesary since a route should be created for the external destination anyhow. Have to look into this. (Fix from Peter Barron)
- Removed annoying message printed when signal strength can not be read. Instead only prints when can not be set. signal.c
- Fixed the undefined symbol STRCHR problem for real this time. The problem is doing strstr() with a singlecharecter results in it being converted to strchr(), but for some reason it is not properly imported. The solution it to simply use stchr() instead. module.c
- Changed it so that find_aodv_route() will return valid routes that have expired. When it didnt return expired routes two routes would sometimes be created. Also, now kernel routes are only removed when an expired route is removed. find_aodv_route() will also invalidate expired valid routes.
- Had some trouble with duplicate kernel routes. Now we are always deleting before inserting a new route. Should fix it, fingers are crossed.
- Changed delete_neighbor() so that we send out an RERR even if the route is no longer valid. Also change gen_rerr() so that is will send out a RERR even if the route is not valid. It has to be better to send out a few extra rather than not enough. Just cause you have timed a route out doesnt mean others have.
- Compared the Metrics wrong in update_route() if the seq numbers were equal.
Download (0.037MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1213 downloads
Jebi 0.2.2
Jebi allows users to record AM/FM radio, TV or other audio content to MP3 and automatically publish as podcast channels via RSS. more>>
Jebi project allows users to record AM/FM radio, TV or other audio content to MP3 and automatically publish as podcast channels via RSS.
The result is a Tivo-like capability for radio (Rivo?). Tuner cards are supported.
<<lessThe result is a Tivo-like capability for radio (Rivo?). Tuner cards are supported.
Download (0.017MB)
Added: 2006-08-12 License: GPL (GNU General Public License) Price:
1168 downloads
Download (12.4MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
813 downloads
Koha 2.2.6
Koha is a library and collection management system. more>>
Koha is a library and collection management system. It is designed to manage physical collections of items (books, CDs, videos, reference, etc.). Koha provides cataloguing, searching, member/patron management, an acqusitions system, and circulation (issues, returns, and reserves).
Enhancements:
- Many bugs in Acquisitions have been fixed, and online help has been added.
- Serial items can now be created on the fly.
- There is a new option to include book covers, description, and reviews for items from Amazon.com.
<<lessEnhancements:
- Many bugs in Acquisitions have been fixed, and online help has been added.
- Serial items can now be created on the fly.
- There is a new option to include book covers, description, and reviews for items from Amazon.com.
Download (8.0MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1115 downloads
PodNova 2.2
PodNova Desktop Client is the desktop application supporting the www.podnova.com website. more>>
PodNova Desktop Client is the desktop application supporting the www.podnova.com website. PodNova is an iSpider based iPodder client with automatic subscription updating via dynamic OPML.
<<less Download (1.3MB)
Added: 2005-12-15 License: GPL (GNU General Public License) Price:
1408 downloads
jnget 0.2.2
jnget is a command-line tool for retrieving binaries from Usenet. more>>
jnget is a command-line tool for retrieving binaries from Usenet.
jnget project allows multi-thread downloading and partial or full header updating and caching.
<<lessjnget project allows multi-thread downloading and partial or full header updating and caching.
Download (MB)
Added: 2007-02-20 License: The Apache License 2.0 Price:
978 downloads
minicom 2.2
minicom is a serial communication program. more>>
Minicom is a serial communication program. minicom is a Unix clone of the well-known MS-DOS Telix program.
It has ANSI color, a dialing directory, dial-a-list, and a scripting language.
Enhancements:
- This release fixes bugs, cleans up code, and adds a couple of translations.
<<lessIt has ANSI color, a dialing directory, dial-a-list, and a scripting language.
Enhancements:
- This release fixes bugs, cleans up code, and adds a couple of translations.
Download (0.72MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1120 downloads
Wmufo 1.2.2
Wmufo is a dockable application which monitors your seti@home client statistics. more>>
Wmufo is a dockable application which monitors your seti@home client statistics.
Installation:
Root Installation:
1) su -
2) cd /current/directory/of/wmufo
3) ./configure
Either
4A) make install-strip
or
4B) make
4B) strip src/wmseti
4B) cp src/wmseti /usr/local/bin/
User installation
1) ./configure
2) make
3) strip src/wmseti
4) cp src/wmseti ~/bin
<<lessInstallation:
Root Installation:
1) su -
2) cd /current/directory/of/wmufo
3) ./configure
Either
4A) make install-strip
or
4B) make
4B) strip src/wmseti
4B) cp src/wmseti /usr/local/bin/
User installation
1) ./configure
2) make
3) strip src/wmseti
4) cp src/wmseti ~/bin
Download (0.22MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
pingmon 2.2
pingmon is a small PING monitor, it just pings a server 5 times and displays the results. more>>
pingmon is a small PING monitor, it just pings a server 5 times and displays the results.
Dont really know how usefull it will be to anyone, but here it is!
Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.
<<lessDont really know how usefull it will be to anyone, but here it is!
Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.
Download (0.003MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
CyrUp 2.2.1
CyrUp is a Web-based user management interface for mail systems based on the Postfix MTA, Cyrus IMAP, and MySQL or PostgreSQL. more>>
CyrUp is a Web-based user management interface for mail systems based on the Postfix MTA, Cyrus IMAP, and MySQL or PostgreSQL.
This project features multi-domain support in two ways, crypted or clear-text passwords, and administrative right delegation on a per domain basis. The CyrUp is well-suited for mail systems with up to 100 mailboxes per domain.
<<lessThis project features multi-domain support in two ways, crypted or clear-text passwords, and administrative right delegation on a per domain basis. The CyrUp is well-suited for mail systems with up to 100 mailboxes per domain.
Download (0.043MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
841 downloads
Cdwrite 2.2
Cdwrite is the shell for creation of data and audio disks, including compilations. more>>
Cdwrite is the shell for creation of data and audio disks, including compilations. It allows to use pregaps and recognizes indices.
The shell needs mkisofs and cdrecord for data and cdparanoia, cdda2wav, cdrdao, and -- optionally -- lame for audio.
Enhancements:
- This release allows you to manage not only CD but also DVD discs (writing, erasing, formatting, and blanking).
- It includes a bugfix for the invalid "create data image" option and a man page.
- The RPM package is now better suited to the valid standards.
<<lessThe shell needs mkisofs and cdrecord for data and cdparanoia, cdda2wav, cdrdao, and -- optionally -- lame for audio.
Enhancements:
- This release allows you to manage not only CD but also DVD discs (writing, erasing, formatting, and blanking).
- It includes a bugfix for the invalid "create data image" option and a man page.
- The RPM package is now better suited to the valid standards.
Download (0.017MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
PyPanel 2.2
PyPanel is a panel/taskbar for X11 window managers. more>>
PyPanel is a lightweight panel/taskbar written in Python and C for X11 window managers. It can be easily customized to match any desktop theme or taste.
PyPanel works with WindowMaker and EWMH compliant WMs (Kahakai, Openbox, PekWM, FVWM, etc). PyPanel is distributed under the GNU General Public License v2.
Main features:
- Transparency with shading/tinting
- Panel dimensions, location and layout
- Font type and colors with Xft support
- Button events/actions
- Clock and workspace name display
- System Tray (Notification Area)
- Autohiding
<<lessPyPanel works with WindowMaker and EWMH compliant WMs (Kahakai, Openbox, PekWM, FVWM, etc). PyPanel is distributed under the GNU General Public License v2.
Main features:
- Transparency with shading/tinting
- Panel dimensions, location and layout
- Font type and colors with Xft support
- Button events/actions
- Clock and workspace name display
- System Tray (Notification Area)
- Autohiding
Download (0.027MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1640 downloads
wmxkb 1.2.2
wmxkb shows and controls XKB groups (XFree86 key maps). more>>
wmxkb showns and controls XKB groups (XFree86 key maps).
It can be used as a dockable/swallowed applet with Window Maker, BlackBox and clones (incl. FluxBox), or any window manager that supports swallowing, including gnome-1, kde(kpanel)-1, afterstep, fvwm and clones.
Alternatively, you can run wmxkb as a normal window with any window manager.
Enhancements:
- image selection with flexy group
- no crash if too many groups are defined
- fixed RPM installation script
<<lessIt can be used as a dockable/swallowed applet with Window Maker, BlackBox and clones (incl. FluxBox), or any window manager that supports swallowing, including gnome-1, kde(kpanel)-1, afterstep, fvwm and clones.
Alternatively, you can run wmxkb as a normal window with any window manager.
Enhancements:
- image selection with flexy group
- no crash if too many groups are defined
- fixed RPM installation script
Download (0.19MB)
Added: 2005-09-15 License: GPL (GNU General Public License) Price:
1499 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 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