lightweight laptops
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 573
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
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
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
light-monitor 1.5
light-monitor is a transparent panel that depends only on X and Xft. more>>
light-monitor is a transparent panel that depends only on X and Xft. The project comes with light-calendar, a simple, transparent, and lightweight calendar.
These two programs are written to consume the lowest possible amount of resources.
Main features:
- vol Manages the volume (pcm and vol). To change the current volume just clic on it or use the mouse-wheel.
- cpufreq Manages the scaling_governor : blue means powersave, blue and green means ondemand, and blue green and red stands for performance. To change to the next one, just clic on the processor
- load Shows the current load on the system and the processor temperature
- time Shows the time
- date Shows the date
- network Shows the cumulative bandwidth over all network interfaces except lo. It is hidden if current upload and download are null
- ac Shows if the power supply is plugged for laptop
- battery Shows the current percentage of remaining charge in the battery if it is not full. IF ac is unplugged, it shows an estimation of the remaining time too.
Light-calendar
light-calendar is a simple, transparent, and lightweight calendar (12Ko). It is distributed under the license GPLv2.
To see the next month, click on the right arrow. The previous month is accessible using the left one. To come back to the current month, use the o between the two arrows. You can move it by dragging it outside those buttons.
Enhancements:
- The semantic of buttons were changed.
- Now when a button is clicked, its window is redrawn.
- A bug in the config file reader that sometimes duplicated the last widget was fixed.
- The cpufreq applet is now more reactive.
- The README was updated.
<<lessThese two programs are written to consume the lowest possible amount of resources.
Main features:
- vol Manages the volume (pcm and vol). To change the current volume just clic on it or use the mouse-wheel.
- cpufreq Manages the scaling_governor : blue means powersave, blue and green means ondemand, and blue green and red stands for performance. To change to the next one, just clic on the processor
- load Shows the current load on the system and the processor temperature
- time Shows the time
- date Shows the date
- network Shows the cumulative bandwidth over all network interfaces except lo. It is hidden if current upload and download are null
- ac Shows if the power supply is plugged for laptop
- battery Shows the current percentage of remaining charge in the battery if it is not full. IF ac is unplugged, it shows an estimation of the remaining time too.
Light-calendar
light-calendar is a simple, transparent, and lightweight calendar (12Ko). It is distributed under the license GPLv2.
To see the next month, click on the right arrow. The previous month is accessible using the left one. To come back to the current month, use the o between the two arrows. You can move it by dragging it outside those buttons.
Enhancements:
- The semantic of buttons were changed.
- Now when a button is clicked, its window is redrawn.
- A bug in the config file reader that sometimes duplicated the last widget was fixed.
- The cpufreq applet is now more reactive.
- The README was updated.
Download (0.023MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
598 downloads
laptop 1.0
laptop is a small theme designed to show the battery laptop status. more>>
laptop is a small theme designed to show the battery laptop status.
The theme look is based on aSensors theme. The basic idea, the battery icons and some of the code is from the sk_battery applet. Other parts are taken from the superkaramba examples.
After I made the first parts, I realized there is too much space left on the panel, so I put a mixer on the widget and a penguin to kill the useless applets (when on battery, I usually dont have internet connection, so I dont need eg. kopete and kcheckgmail).
Note that the penguin-menu appears only when the widget is locked.
I planned first this penguin to hibernate the computer, but this can be done using KLaptop, so it would b useless. If you want to include this feature, Ive left the icon in the pics directory, you can modify the code, eg. by uncommenting and modifying the last line in laptop.theme.
Dont forget to modify the paths for the icons in laptop.py!
<<lessThe theme look is based on aSensors theme. The basic idea, the battery icons and some of the code is from the sk_battery applet. Other parts are taken from the superkaramba examples.
After I made the first parts, I realized there is too much space left on the panel, so I put a mixer on the widget and a penguin to kill the useless applets (when on battery, I usually dont have internet connection, so I dont need eg. kopete and kcheckgmail).
Note that the penguin-menu appears only when the widget is locked.
I planned first this penguin to hibernate the computer, but this can be done using KLaptop, so it would b useless. If you want to include this feature, Ive left the icon in the pics directory, you can modify the code, eg. by uncommenting and modifying the last line in laptop.theme.
Dont forget to modify the paths for the icons in laptop.py!
Download (0.054MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1225 downloads
Laptop-Hotswap 0.3.6
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. more>>
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. It requires kernel 2.6.15+ and ACPI.
I think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
<<lessI think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
Download (0.014MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
LaptopConfig 0.5.3
LaptopConfig is a tool for accessing features of laptops like hotkeys. more>>
LaptopConfig is a tool for accessing features of laptops like hotkeys, acpi-events, display-brightness and powersaving in a platform independent way, so it is possible to run it on different laptops.
LaptopConfig is released under the GPL version 2.
Enhancements:
- compilation bug-fixes on systems with QT without STL-support
- (very unusable) support for non-ACPI capable systems
- support for cpufreqd.conf format of kernel 2.4
<<lessLaptopConfig is released under the GPL version 2.
Enhancements:
- compilation bug-fixes on systems with QT without STL-support
- (very unusable) support for non-ACPI capable systems
- support for cpufreqd.conf format of kernel 2.4
Download (0.34MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1601 downloads
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
dTemplate 2.5
dTemplate is known as the most rapid templating system in the known universe. more>>
dTemplate 2.5 is known as the most rapid templating system in the known universe (at least at the time of creating this project). This templating system is lightweight and supports the declarative programming style. It is fast, because it compiles the template once and the the compiled code is parsed by a highly optimized C code.
<<less Added: 2009-07-06 License: Perl Artistic License Price: FREE
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
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
Yet Another V4L Application 0.9
Yet Another V4L Application (or yava for short) is lightweight v4l framegrabber with support for TrueType fonts and ftp-upload. more>>
Yet Another V4L Application (or yava for short) is lightweight v4l framegrabber with support for TrueType fonts and ftp-upload.
Yet Another V4L Application project is written in ANSI C.
It uses Andreas Schifflers excellent SDL_bgrab library for frame grabbing, SDL for internal image manipulation, SDL_ttf for TrueType font rendering, libcurl for ftp uploads and libpng for snapshot writing.
Main features:
- Lightweight, using pretty standard libraries
- Tuner support
- FTP-upload (active and passive modes)
- TrueType font rendering
- Text color (RGB) selection
- Vertical text positioning (top, center, bottom)
- Horisontal text positioning (left, center, right)
- Font selection and number of pts
- Snapshots in png
- Live viewer or console mode
<<lessYet Another V4L Application project is written in ANSI C.
It uses Andreas Schifflers excellent SDL_bgrab library for frame grabbing, SDL for internal image manipulation, SDL_ttf for TrueType font rendering, libcurl for ftp uploads and libpng for snapshot writing.
Main features:
- Lightweight, using pretty standard libraries
- Tuner support
- FTP-upload (active and passive modes)
- TrueType font rendering
- Text color (RGB) selection
- Vertical text positioning (top, center, bottom)
- Horisontal text positioning (left, center, right)
- Font selection and number of pts
- Snapshots in png
- Live viewer or console mode
Download (0.015MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
990 downloads
KHDAPSMonitor 0.1
KHDAPSMonitor is a system tray monitor for laptops with the Hard Drive Active Proctection System. more>>
KHDAPSMonitor project is a system tray monitor for laptops with the Hard Drive Active Proctection System.
This is my first KDE application, and also fills my need of a KDE HDAPS monitor. Written as the existing one here (khdapsmon) has several outstanding issues and is being re-written in python. I dont like python here is khdapsmonitor in C++, and its here to stay.
Gentoo users simply need to emerge khdapsmonitor as I also maintain it in the Gentoo Portage tree.
<<lessThis is my first KDE application, and also fills my need of a KDE HDAPS monitor. Written as the existing one here (khdapsmon) has several outstanding issues and is being re-written in python. I dont like python here is khdapsmonitor in C++, and its here to stay.
Gentoo users simply need to emerge khdapsmonitor as I also maintain it in the Gentoo Portage tree.
Download (0.42MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1216 downloads
WMTosh 0.4
WMTosh is an ACPI monitoring applet, targeted at toshiba laptops. more>>
WMTosh is an ACPI monitoring applet, targeted at toshiba laptops. It can show cpuspeed, temperature, battery level, fan function.
WMTosh also allows a limited control of those functions, plus lcd brightnes. As for now limited to linux.
I wrote this small dockapp in 2003, when i got my hands on the Toshiba Satellite Pro 6100, on which i was and am using ACPI. Back then there was almost no ACPI-aware DockApp. This one is based on WMiFS project, big thanks go to its authors. The first version supported ACPI performance and battery objects, as well as toshiba fan and toshiba brightness setting.
<<lessWMTosh also allows a limited control of those functions, plus lcd brightnes. As for now limited to linux.
I wrote this small dockapp in 2003, when i got my hands on the Toshiba Satellite Pro 6100, on which i was and am using ACPI. Back then there was almost no ACPI-aware DockApp. This one is based on WMiFS project, big thanks go to its authors. The first version supported ACPI performance and battery objects, as well as toshiba fan and toshiba brightness setting.
Download (0.047MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 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 laptops 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
