lightweight wheelchairs
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 437
Lightweight C++ 1.3.2
Lightweight C++ is a language similar to C++ which is translated to C. more>>
Lightweight C++ is a programming language that looks like C++ (a lightweight C++ dialect) and is directly translated to readable C by the lwc preprocessor.
Its more "K&R" and, well, more lightweight. Important thing about lightweight C++ is that by studying the generated C code it is easy to understand how OOP features are implemented and what is the cost of everything.
Adding new features and extensions is also very easy (much easier than adding new C++ extensions to gcc at least), and this is one of lwc goals: To keep evolving.
Main features:
- function overloading,
- member functions,
- inheritance,
- virtual functions (polymorphism),
- multiple inheritance,
- virtual inheritance and pure virtual functions,
- constructors, destructors,
- new and delete,
- default function arguments,
- simple exceptions (no auto destruction of locals)
- and a mechanism of simplistic templates (implemented as high-level multi-line macros).
- operator overloading (works with ptrs when it can)
- +other
Enhancements:
- Changed the generated code for the gcc cleanup attribute so that if a constructor throws, the destructor is not invoked. As in the simple case where we dont have the cleanup attribute and like C++.
<<lessIts more "K&R" and, well, more lightweight. Important thing about lightweight C++ is that by studying the generated C code it is easy to understand how OOP features are implemented and what is the cost of everything.
Adding new features and extensions is also very easy (much easier than adding new C++ extensions to gcc at least), and this is one of lwc goals: To keep evolving.
Main features:
- function overloading,
- member functions,
- inheritance,
- virtual functions (polymorphism),
- multiple inheritance,
- virtual inheritance and pure virtual functions,
- constructors, destructors,
- new and delete,
- default function arguments,
- simple exceptions (no auto destruction of locals)
- and a mechanism of simplistic templates (implemented as high-level multi-line macros).
- operator overloading (works with ptrs when it can)
- +other
Enhancements:
- Changed the generated code for the gcc cleanup attribute so that if a constructor throws, the destructor is not invoked. As in the simple case where we dont have the cleanup attribute and like C++.
Download (0.21MB)
Added: 2005-04-13 License: Freeware Price:
1655 downloads
Lightweight Java Game Library 1.1.2
Lightweight Java Game Library project is a native binding to OpenGL and OpenAL. more>>
Lightweight Java Game Library project is a native binding to OpenGL and OpenAL.
The Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind.
It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with competing methods, nor the limitations of APIs such as Java3D.
Tutorials and demos are available, and Windows, Linux, and Mac OS X are supported.
Main features:
- Speed
- Simplicity
- Ubiquity
- Smallness
- Security
- Robustness
- Minimalism
Enhancements:
- Dont allow switching to fullscreen when a custom display mode is in effect. This is a change from before, where the current mode was simply overwritten with the initial (desktop) mode
<<lessThe Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind.
It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with competing methods, nor the limitations of APIs such as Java3D.
Tutorials and demos are available, and Windows, Linux, and Mac OS X are supported.
Main features:
- Speed
- Simplicity
- Ubiquity
- Smallness
- Security
- Robustness
- Minimalism
Enhancements:
- Dont allow switching to fullscreen when a custom display mode is in effect. This is a change from before, where the current mode was simply overwritten with the initial (desktop) mode
Download (MB)
Added: 2007-08-18 License: BSD License Price:
801 downloads
VIF Lightweight Framework 1.0
VIF Lightweight Framework is an object-relational bridge to store and retrieve data in relational database management systems. more>>
VIF Lightweight Framework is an object-relational bridge to store and retrieve data in relational database management systems (RDMS). The frameworks building blocks to access data are data object models (DOM objects) and joined data object models (joined DOM objects).
A DOM object is used for read-write access to a database table. VIF Lightweight Framework encapsulates the mapping of the objects attribute to the underlying table fields. A joined DOM object encapsulates SQL SELECT commands of any complexity. With joined DOM objects, its possible to design involved data retrieval.
<<lessA DOM object is used for read-write access to a database table. VIF Lightweight Framework encapsulates the mapping of the objects attribute to the underlying table fields. A joined DOM object encapsulates SQL SELECT commands of any complexity. With joined DOM objects, its possible to design involved data retrieval.
Download (MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1046 downloads
LightWeight Time Tracker 1.0.0pre
LightWeight Time Tracker (LWTT) is a very simple time-tracking program. more>>
LightWeight Time Tracker (LWTT) is a very simple time-tracking program. LightWeight Time Tracker provides independent real-time tracking of multiple tasks (such as programming, lectures, presentations, etc.).
The data are saved to an XML file under the home directory.
<<lessThe data are saved to an XML file under the home directory.
Download (0.080MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1234 downloads
triggers 0.41
trigger is a lightweight, asynchronous notification mechanism to set off events in and across systems. more>>
trigger is a lightweight, asynchronous notification mechanism to set off events in and across systems. The poor mans daily snapshot, glastree builds live backup trees, with branches for each day. Users directly browse the past to recover older documents or retrieve lost files. Hard links serve to compress out unchanged files, while modified ones are copied verbatim. A prune utility effects a constant, sliding window.
<<less Download (0.014MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1198 downloads

SQLite Manager 0.5.0 Beta 3
SQLite Manager is an all-in-one and very useful application which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
Other version of SQLite Manager
ghunter 0.0.5
Lightweight Electronic Comic Viewer more>>
ghunter 0.0.5 is yet another extremely useful utility for everyone. It is actually a lightweight picture viewer for electronic comics.
Enhancements:
<<less- Add f to fullscreen & q to exit program
- Add use key to scroll image
- Fix issue slideshow can't zoom fit
- Fix issue rotate
- Add feature zoom in & out (code not yet)
Requirements:
- gtk+
Added: 2008-12-04 License: GPL Price: FREE
13 downloads
Luminance Panel 0.0.6
Luminance Panel is a lightweight GTK 2.0 panel application. more>>
Luminance Panel is a lightweight GTK 2.0 panel application.
It provides a basic icon menu, a group of panel icons, a taskbar and a clock.
The intent of the Luminance Panel is to create an easy to use, lightweight application.
The core of the code was based on the fbpanel, which was in turn based on fspanel.
Installing:
./configure
make
su (if you have not already done so)
make install
Enhancements:
- Fixed initial icon display problems
- Fixed logout button to exit instead of a nasty killall hack
- Fixed menu so that applications actually launch
<<lessIt provides a basic icon menu, a group of panel icons, a taskbar and a clock.
The intent of the Luminance Panel is to create an easy to use, lightweight application.
The core of the code was based on the fbpanel, which was in turn based on fspanel.
Installing:
./configure
make
su (if you have not already done so)
make install
Enhancements:
- Fixed initial icon display problems
- Fixed logout button to exit instead of a nasty killall hack
- Fixed menu so that applications actually launch
Download (0.059MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1126 downloads
Bungmeter 2.0.1
Bungmeter is a small network graph monitor. more>>
Bungmeter project is a small network graph monitor.
Bungmeter is fork of fnetload. Its a small network graph monitor that displays a graphical representation of the the data flowing in and out of a given network interface. Its designed to be small and lightweight.
Enhancements:
- The code was updated to compile with GTK+ 2.8.x.
- A memory leak was fixed.
<<lessBungmeter is fork of fnetload. Its a small network graph monitor that displays a graphical representation of the the data flowing in and out of a given network interface. Its designed to be small and lightweight.
Enhancements:
- The code was updated to compile with GTK+ 2.8.x.
- A memory leak was fixed.
Download (0.059MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1307 downloads
SVN-RaWeb-Light 0.60001
SVN-RaWeb-Light is a Perl module provides a lightweight Web-based browser for remote Subversion repositories. more>>
SVN-RaWeb-Light is a Perl module, that once installed and driven by a CGI script provides a lightweight Web-based browser for remote Subversion repositories, not unlike the default HTML one for http:// repositories. (with some improvements).
If you deploy this module in a public URL with a good bandwidth, let me know so I can link to it here for demonstration purposes.
<<lessIf you deploy this module in a public URL with a good bandwidth, let me know so I can link to it here for demonstration purposes.
Download (0.015MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
search4files 0.2a
search4files project is a handy file search tool using different backends which is configurable via the command line. more>>
search4files project is a handy file search tool using different backends which is configurable via the command line.
This program acts as a frontend for different file search engines. The interface is intentionally lightweight and simple. But it takes configuration options from the command line.
Currently find, (s)locate, tracker and beagle are supported as backends.
<<lessThis program acts as a frontend for different file search engines. The interface is intentionally lightweight and simple. But it takes configuration options from the command line.
Currently find, (s)locate, tracker and beagle are supported as backends.
Download (0.016MB)
Added: 2006-12-31 License: GPL (GNU General Public License) Price:
1027 downloads
i-Pony 0.0.1 Alpha
i-Pony project is a lightweight pub/sub integration framework. more>>
i-Pony project is a lightweight pub/sub integration framework.
i-Pony is a lightweight pub/sub integration framework, focusing on messaging and connectivity.
Main features:
- The i-Pony framework is a lightweight kit to for developing integration applications.
- It is a publish and subscribe framework based on JGroups technology.
- Adapters can be distributed across the network.
- i-Pony has built in failover support for adapters.
- i-Pony adapters have guaranteed messaging.
- Adapters can be managed using JMX.
Enhancements:
- The first alpha release of the i-Pony integration adapter framework.
- There is currently no documention.
- i-Pony is a pub/sub adapter framework built on top of JGroups.
- It handles failover capability.
- I also has support for message recovery.
- Subscribers automatically get the messages they missed when they were not running.
<<lessi-Pony is a lightweight pub/sub integration framework, focusing on messaging and connectivity.
Main features:
- The i-Pony framework is a lightweight kit to for developing integration applications.
- It is a publish and subscribe framework based on JGroups technology.
- Adapters can be distributed across the network.
- i-Pony has built in failover support for adapters.
- i-Pony adapters have guaranteed messaging.
- Adapters can be managed using JMX.
Enhancements:
- The first alpha release of the i-Pony integration adapter framework.
- There is currently no documention.
- i-Pony is a pub/sub adapter framework built on top of JGroups.
- It handles failover capability.
- I also has support for message recovery.
- Subscribers automatically get the messages they missed when they were not running.
Download (MB)
Added: 2007-02-01 License: LGPL (GNU Lesser General Public License) Price:
996 downloads
Fluxbuntu nBuild1 Revision2
Fluxbuntu is an Ubuntu with Fluxbox window manager. more>>
Fluxbuntu is an Ubuntu with Fluxbox window manager.
I started this project in order to provide people with a distro which was lightweight productive (and efficient) and agile (LPEA). I believe some people have confused (because of the name Flux-Buntu) this project to be just another "letsmakeaubuntudistroforeverywindowmanger" distro, when this is not the case.
I chose Fluxbox as the Window Manager as I saw the application of its usage on a lightweight-based distro. To accompany fluxbox and stick to the goal of being LPEA Compliant, Fluxbuntu whould use a strict but flexible diet of lightweight but still productive applications.
The idea was to have a lightweight distro by default that people could natively, and afterwards if they wished to install other applications they could. Fluxbuntu whould also be shaped around the feedback of the Fluxbuntu Community while still adhearing to the LPEA Standard.
<<lessI started this project in order to provide people with a distro which was lightweight productive (and efficient) and agile (LPEA). I believe some people have confused (because of the name Flux-Buntu) this project to be just another "letsmakeaubuntudistroforeverywindowmanger" distro, when this is not the case.
I chose Fluxbox as the Window Manager as I saw the application of its usage on a lightweight-based distro. To accompany fluxbox and stick to the goal of being LPEA Compliant, Fluxbuntu whould use a strict but flexible diet of lightweight but still productive applications.
The idea was to have a lightweight distro by default that people could natively, and afterwards if they wished to install other applications they could. Fluxbuntu whould also be shaped around the feedback of the Fluxbuntu Community while still adhearing to the LPEA Standard.
Download (309MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1121 downloads
Panda Publisher RC3
Panda Publisher provides a lightweight, standards-compliant content management system. more>>
Panda Publisher provides a lightweight, standards-compliant content management system.
Panda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on writing content rather than all the little things that make visiting Web sites easier for users.
Meta-data is created on the fly to ensure that it is up-to-date. Menus, Site Maps, Searches, etc. are all generated automatically to give consistent navigation to the end user.
Enhancements:
- Shiny new installer
- Standards Compliance improvements
- Fixed style sheet selector in admin
- New Offline-mode
- Code clean-ups
- Security Fixes
<<lessPanda Publisher is a lightweight content management system. It aims to be fast, scalable, standards-compliant and meta-data rich in order to serve page viewers better and allow Web masters to concentrate on writing content rather than all the little things that make visiting Web sites easier for users.
Meta-data is created on the fly to ensure that it is up-to-date. Menus, Site Maps, Searches, etc. are all generated automatically to give consistent navigation to the end user.
Enhancements:
- Shiny new installer
- Standards Compliance improvements
- Fixed style sheet selector in admin
- New Offline-mode
- Code clean-ups
- Security Fixes
Download (MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads
ltpanel 0.1
ltpanel is a lightweight window list application. more>>
ltpanel is a lightweight window list for the X Window System, similar to GNOMEs window list applet.
It has been tested on IceWM and should work with any GNOME-compliant window manager. It is based on Peter Zeleznys fspanel.
<<lessIt has been tested on IceWM and should work with any GNOME-compliant window manager. It is based on Peter Zeleznys fspanel.
Download (0.018MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1641 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 lightweight wheelchairs 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
