lightweight
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
Thinux 1.0.1
Thinux is a thin-client cluster server on a Live CD. more>>
Thinux is a thin client system that resides on a Red Hat Linux server. When a thin client requests to boot on LAN, the server will upload the thin client linux system to the thin client. Ideal for lightweight devices such as Point-of-Sales terminals, embedded devices, etc.
<<less Download (36.6MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1647 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
TabLaunch 0.6
TabLaunch is a simple, lightweight, and cool-looking X application launch bar. more>>
TabLaunch is a simple and lightweight but cool-looking X application launch bar based on YeahLaunch. It displays a user-specified list of applications as tabs along the top of the screen.
The user can specify an x coordinate offset to position the launch bar or right-align it. The launch bar becomes hidden after a specified delay.
Each tab can be displayed as text or an icon. Tabs are "enlarged" or zoomed-in when the mouse is over a tab. Imlib or Imlib2 can be used to show and enlarge icons.
<<lessThe user can specify an x coordinate offset to position the launch bar or right-align it. The launch bar becomes hidden after a specified delay.
Each tab can be displayed as text or an icon. Tabs are "enlarged" or zoomed-in when the mouse is over a tab. Imlib or Imlib2 can be used to show and enlarge icons.
Download (0.14MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1640 downloads
Koinpurse 0.7.2
Koinpurse is a lightweight PHP+MySQL application for keeping track of shared bills, utilities in an apartment or townhouse. more>>
Koinpurse is a lightweight PHP+MySQL application for keeping track of shared bills, such as utilities in an apartment or townhouse.
Main features:
- PayPal integration
- QIF export
<<lessMain features:
- PayPal integration
- QIF export
Download (0.013MB)
Added: 2005-08-27 License: GPL (GNU General Public License) Price:
1519 downloads
TcpCat 0.1
TcpCat is a very lightweight tcp util. more>>
TcpCat is a cat like command but for tcp service.
TcpCat is a very lightweight tcp util. It take an IP address and a TCP port as argument, connect to it and give the result back to stdout.
It was written as a lightweight version of netcat. As such it work as the unix cat command but instead of displaying a file it display the result from a tcp service.
<<lessTcpCat is a very lightweight tcp util. It take an IP address and a TCP port as argument, connect to it and give the result back to stdout.
It was written as a lightweight version of netcat. As such it work as the unix cat command but instead of displaying a file it display the result from a tcp service.
Download (0.010MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1489 downloads
steelme 0.1.3
steelme is a GUI theme system which extends and improves on Suns Metal Pluggable Look and Feel. more>>
steelme is an open-source theme manager for Java Swing programs. It allows the end user to select from pre-installed themes, or color schemes, or to create his own by the use of the ThemeEditor.
steelme is designed to be lightweight and easy for the application developer to use.
<<lesssteelme is designed to be lightweight and easy for the application developer to use.
Download (1.25MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
Screenie 1.30.0
Screenie is a small and lightweight screen frontend that is designed to be a session handler. more>>
Screenie is a small and lightweight screen frontend that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu.
<<less Download (0.005MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1409 downloads
General Package/Module Interface 0.7.1
General Package/Module Interface (GPMI) is a lightweight library that assists with modularizing applications. more>>
General Package/Module Interface (GPMI) is a lightweight library that assists with modularizing applications.
It includes prewritten script interpreter modules in addition to timers, events, and package dependencies.
Enhancements:
- This version features many bugfixes and memory leak cleanups.
- It is now possible to compile the code on Windows using mingw.
<<lessIt includes prewritten script interpreter modules in addition to timers, events, and package dependencies.
Enhancements:
- This version features many bugfixes and memory leak cleanups.
- It is now possible to compile the code on Windows using mingw.
Download (0.17MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1384 downloads
Grr.app 0.6.1
Grr.app is a lightweight, easy-to-use RSS reader application for GNUstep. more>>
Grr.app is a lightweight, easy-to-use RSS reader application for GNUstep.
Grr.app understands ATOM 0.3 and RSS 0.91, 1.0, 2.0, as well as different extensions to these standards.
Main features:
- Parsing RSS Feeds
- Fetching feeds from the web
- Showing headlines
- Showing the articles descriptions
- Serializing obtained feed-information to hard-disk
- Managing (Adding, removing) feeds
- Parsing ATOM feeds. (I heard rumours that RSS readers need this feature now.)
<<lessGrr.app understands ATOM 0.3 and RSS 0.91, 1.0, 2.0, as well as different extensions to these standards.
Main features:
- Parsing RSS Feeds
- Fetching feeds from the web
- Showing headlines
- Showing the articles descriptions
- Serializing obtained feed-information to hard-disk
- Managing (Adding, removing) feeds
- Parsing ATOM feeds. (I heard rumours that RSS readers need this feature now.)
Download (0.14MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1380 downloads
Golem 0.0.6
Golem is a fast, lightweight window manager for X11 which is very customizable. more>>
Golem is a lightweight, fast window manager for X11 which is very customizable.
Golems development has stagnated for a while and Jordan has given the project to Bruce Ashfield. Bruce is currently working on a new release which will have some existing patches applied.
Main features:
- Small memory footprint
- Window decoration customization (Themes) with multiple decoration styles (dgroups)
- Multiple disjoint large virtual desktops
- Hotkeys
- Supports various focusing styles (sloppy, pointer, click)
- Useful stuff for multiscreen displays (special focus cycling modes, etc)
- Xinerama support for multimonitor screens
- Plugins
<<lessGolems development has stagnated for a while and Jordan has given the project to Bruce Ashfield. Bruce is currently working on a new release which will have some existing patches applied.
Main features:
- Small memory footprint
- Window decoration customization (Themes) with multiple decoration styles (dgroups)
- Multiple disjoint large virtual desktops
- Hotkeys
- Supports various focusing styles (sloppy, pointer, click)
- Useful stuff for multiscreen displays (special focus cycling modes, etc)
- Xinerama support for multimonitor screens
- Plugins
Download (1.2MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1335 downloads
TurquoiseCRM 1.0.1
TurquoiseCRM is a lightweight CRM package developed using PHP, MySQL, and Apache. more>>
TurquoiseCRM is a lightweight CRM package developed using PHP, MySQL, and Apache.
The software is easily extendable.
Enhancements:
- An "item search" feature has been added.
- A bug in the "item delete" feature has been corrected.
- The user interface has been optimized for FireFox browsers.
- Other minor bugfixes have been made.
- A problem in downloading the zip file is now handled.
<<lessThe software is easily extendable.
Enhancements:
- An "item search" feature has been added.
- A bug in the "item delete" feature has been corrected.
- The user interface has been optimized for FireFox browsers.
- Other minor bugfixes have been made.
- A problem in downloading the zip file is now handled.
Download (0.070MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1313 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
JavaAmp 0.0.5
JavaAmp is a clone of the well known multimedia player WinAmp. more>>
JavaAmp is a clone of the well known multimedia player WinAmp.
JavaAmp player uses the Lightweight Java Game Library (LWJGL) and FMOD for playing music and visualizing it.
<<lessJavaAmp player uses the Lightweight Java Game Library (LWJGL) and FMOD for playing music and visualizing it.
Download (0.11MB)
Added: 2006-04-11 License: BSD License Price:
1295 downloads
gLabels 2.0.4 / 2.1.4
gLabels is a lightweight program for creating labels and business cards. more>>
gLabels is a lightweight program for creating labels and business cards for the GNOME desktop environment.
gLabels project is designed to work with various laser/ink-jet peel-off label and business card sheets that youll find at most office supply stores.
Whats New in 2.0.4 Stable Release:
- This release primarily fixes a couple of crashes when built on GNOME 2.12.
Whats New in 2.1.4 Development Release:
- This development release features a large overhaul of some of the underlying technologies.
- This includes migrating to GtkPrintOperation, Cairo, and Pango.
<<lessgLabels project is designed to work with various laser/ink-jet peel-off label and business card sheets that youll find at most office supply stores.
Whats New in 2.0.4 Stable Release:
- This release primarily fixes a couple of crashes when built on GNOME 2.12.
Whats New in 2.1.4 Development Release:
- This development release features a large overhaul of some of the underlying technologies.
- This includes migrating to GtkPrintOperation, Cairo, and Pango.
Download (1.9MB)
Added: 2006-05-28 License: GPL (GNU General Public License) Price:
1253 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 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