1.35 volt mercury batteries
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 114
Download (MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
850 downloads
Wmbattery
Wmbattery displays the status of your laptops battery in a small icon. more>>
Wmbattery displays the status of your laptops battery in a small icon. This includes if it is plugged in, if the battery is charging, how many minutes of battery life remain, battery life remaining (with both a percentage and a graph), and battery status (high - green, low - yellow, or critical - red).
Theres nothing in the program that makes it require WindowMaker, except maybe the look. It can be docked in WindowMaker or Aftersteps dock.
Wmbattery is based heavily on wmapm by Chris D. Faulhaber.
Enhancements:
- Improved icon layout. I crammed the same information into less space while making the icon more elegant and visually pleasing (IMHO).
- Easier to drag onto dock.
- It consumes a little less memory.
- Uses only 10 colors.
- ACPI support, including multiple battery support and battery charging completion countdown timer.
- Support for getting battery status from the sonypi driver instead of APM, for some Sony laptops that do not have apm support.
- Can make its own estimatess of time remaining or time until full charge, even if APM does not.
<<lessTheres nothing in the program that makes it require WindowMaker, except maybe the look. It can be docked in WindowMaker or Aftersteps dock.
Wmbattery is based heavily on wmapm by Chris D. Faulhaber.
Enhancements:
- Improved icon layout. I crammed the same information into less space while making the icon more elegant and visually pleasing (IMHO).
- Easier to drag onto dock.
- It consumes a little less memory.
- Uses only 10 colors.
- ACPI support, including multiple battery support and battery charging completion countdown timer.
- Support for getting battery status from the sonypi driver instead of APM, for some Sony laptops that do not have apm support.
- Can make its own estimatess of time remaining or time until full charge, even if APM does not.
Download (0.060MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1096 downloads
Battery OSD 0.1
Battery OSD displays battery information and other types of system information on screen with the OSD library. more>>
Battery OSD is a program that displays battery information and other types of system information on screen with the OSD library.
<<less Download (0.003MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1354 downloads
Xfce 4 Battery Plugin 0.5.0
Xfce 4 Battery Plugin is a battery monitor panel plugin for Xfce4. more>>
Xfce 4 Battery Plugin is a battery monitor panel plugin for Xfce4, written by Nick Penwarden and Edscott Wilson Garcia, compatible with APM and ACPI, for Linux and *BSD.
Usage:
- Compile or install xfce4-battery-plugin
- Right-click the panel > Add New Items
- Add the Battery Monitor
- Right-click plugin > Properties for the properties dialog
<<lessUsage:
- Compile or install xfce4-battery-plugin
- Right-click the panel > Add New Items
- Add the Battery Monitor
- Right-click plugin > Properties for the properties dialog
Download (0.21MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
968 downloads
wmcputhrottle 0.9
wmcputhrottle is a dockapp that controls CPU throttle based on acpi /proc filesystem. more>>
wmcputhrottle is a dockapp that controls CPU throttle based on acpi /proc filesystem.
Use it to save your laptop battery
Developed and tested only in a DELL INSPIRON 1100 runnind Fedora Core 2
<<lessUse it to save your laptop battery
Developed and tested only in a DELL INSPIRON 1100 runnind Fedora Core 2
Download (0.026MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1075 downloads
Plasmatronics 0.03
Plasmatronics Perl module is a Plasmatronics PL regulator controller. more>>
Plasmatronics Perl module is a Plasmatronics PL regulator controller.
SYNOPSIS
use Device::Regulator::Plasmatronic;
my $r = Device::Regulator::Plasmatronic;
print "Current state of charge = " . $r->pl_dsoc . "n";
This is an interface library via the serial port to a Plasmatronics Regulator. (http://www.plasmatronics.com.au/)
MAJOR LIMITATIONS
Serial Port
I have to replace the serial port driver - currently I use the unix only version, but I have written
Hard Coded Multiplier
The multiplier used for voltages etc is hard coded (currently 4 = 48 Volt system). This can be read from the system, so I will have to do that as part of the initialisation.
Combined Values
Load and other things combine values from multiple locations to allow for larger numbers. I know that I have got this wrong in a number of places. Work to be done to test these for large numbers (eg: > 25 Amps etc).
<<lessSYNOPSIS
use Device::Regulator::Plasmatronic;
my $r = Device::Regulator::Plasmatronic;
print "Current state of charge = " . $r->pl_dsoc . "n";
This is an interface library via the serial port to a Plasmatronics Regulator. (http://www.plasmatronics.com.au/)
MAJOR LIMITATIONS
Serial Port
I have to replace the serial port driver - currently I use the unix only version, but I have written
Hard Coded Multiplier
The multiplier used for voltages etc is hard coded (currently 4 = 48 Volt system). This can be read from the system, so I will have to do that as part of the initialisation.
Combined Values
Load and other things combine values from multiple locations to allow for larger numbers. I know that I have got this wrong in a number of places. Work to be done to test these for large numbers (eg: > 25 Amps etc).
Download (0.014MB)
Added: 2007-06-19 License: Perl Artistic License Price:
862 downloads
battery_monitor 0.6
battery_monitor is a small battery monitoring program for Linux. more>>
battery_monitor is a small battery monitoring program for Linux, that you can run in the background from your desktop session or launch from the boot scripts. battery_monitor is designed with simple goals in mind and provides acoustic and/or visual alerts when your battery level is low or when it is fully charged, so you can take apropiate actions.
Compilation and installation
To compile and install battery_monitor you need several components installed on your computer:
C compiler (probably GCC) and the standard C libraries and headers.
POSIX threads libraries and headers (pthread.h).
X11 libraries and headers.
xine libraries and headers.
make tool.
To compile the program, once you have installed everything needed, run make from the source code directory. To install it, run make install after compilation. This last step may require superuser privileges depending on the selected installation directory. The following parameters may be useful while compiling and installing:
CC: It lets you specify the C compiler name instead of gcc.
CFLAGS: You can use it to change the optimization level and/or specify additional header directories by using extra -I arguments.
LDFLAGS: In case the compiler cant find some of the required libraries, use this parameter to pass additional -L arguments in the link step.
PREFIX: The default prefix is /usr/local. If you change this parameter you should change it in both the compilation and the installation step. Its only used in the installation step for now, but this may change.
DESTDIR: Useful for package maintainers, this lets you specify a fake root directory in the installation step.
Compilation and installation parameters are appended to the make command in variable assignment form. For example: make install PREFIX=/usr DESTDIR=/tmp/fake_rootdir.
Enhancements:
- Several bugs have been corrected.
- They surfaced with recent releases of the Xorg X server, and made the program behave incorrectly when displaying signs.
- The underlying sign code has been rewritten, and the program is now lighter on resources as a collateral effect. In addition, CMake support has been added to the build system.
<<lessCompilation and installation
To compile and install battery_monitor you need several components installed on your computer:
C compiler (probably GCC) and the standard C libraries and headers.
POSIX threads libraries and headers (pthread.h).
X11 libraries and headers.
xine libraries and headers.
make tool.
To compile the program, once you have installed everything needed, run make from the source code directory. To install it, run make install after compilation. This last step may require superuser privileges depending on the selected installation directory. The following parameters may be useful while compiling and installing:
CC: It lets you specify the C compiler name instead of gcc.
CFLAGS: You can use it to change the optimization level and/or specify additional header directories by using extra -I arguments.
LDFLAGS: In case the compiler cant find some of the required libraries, use this parameter to pass additional -L arguments in the link step.
PREFIX: The default prefix is /usr/local. If you change this parameter you should change it in both the compilation and the installation step. Its only used in the installation step for now, but this may change.
DESTDIR: Useful for package maintainers, this lets you specify a fake root directory in the installation step.
Compilation and installation parameters are appended to the make command in variable assignment form. For example: make install PREFIX=/usr DESTDIR=/tmp/fake_rootdir.
Enhancements:
- Several bugs have been corrected.
- They surfaced with recent releases of the Xorg X server, and made the program behave incorrectly when displaying signs.
- The underlying sign code has been rewritten, and the program is now lighter on resources as a collateral effect. In addition, CMake support has been added to the build system.
Download (0.007MB)
Added: 2007-05-17 License: MIT/X Consortium License Price:
890 downloads
Battery77 2.4
Battery77 project is a remake of the Battle City game. more>>
Battery77 project is a remake of the Battle City game. Play the game right at the Battery homepage.
Looking for 2d sprite artist (designer) to redraw the tiny gfx.
Enhancements:
- Level 5 added.
- Attempt to fix socket bug.
- Players tank shot interval is 300.
<<lessLooking for 2d sprite artist (designer) to redraw the tiny gfx.
Enhancements:
- Level 5 added.
- Attempt to fix socket bug.
- Players tank shot interval is 300.
Download (0.22MB)
Added: 2006-08-22 License: Other/Proprietary License with Source Price:
1158 downloads
T28 library 0.10
T28 library is a simple library that allows interraction with a Ericsson T28 phone. more>>
T28 library is a simple library that allows interaction with a Ericsson T28 phone (and probably works with other models as well). T28 library does not have SMS support.
Main features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
<<lessMain features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
Download (0.024MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1233 downloads
FluxBat 1.0
FluxBat is an ACPI based battery monitor for the fluxbox window manager. more>>
FluxBat is an ACPI based battery monitor for the fluxbox window manager. It includes two parts: a daemon process that runs the update script and the update script itself.
The whole software contains only about 100 lines of code and is easy to use by including only one line in the menu configuration file of fluxbox.
Enhancements:
- This release only forces the fluxbox menu reload if the battery state really changed.
<<lessThe whole software contains only about 100 lines of code and is easy to use by including only one line in the menu configuration file of fluxbox.
Enhancements:
- This release only forces the fluxbox menu reload if the battery state really changed.
Download (0.009MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
886 downloads
eTcl 1.0 RC22
eTcl is a batteries-included , thread-enabled Tcl/Tk runtime, available as a single standalone executable. more>>
eTcl is a "batteries-included", thread-enabled Tcl/Tk runtime, available as a single standalone executable. eTcl includes several popular extensions (Sqlite, Thread, Zlib, ...), together with a Tcl wrapper for the Pixane image processing library.
Installation:
Just copy executable wherever you want on your device (memory or storage card), and launch it.
- Unobstrusive executable. No registry to set, no external dependencies.
- Standalone executable. Tcl and Tk scripts packed into executable (using VFS). Optimized startup time.
New Tcl user experience on PocketPC
- Optimized for XScale devices
- Faster Arc/Chord/Pie emulation, improved for ARM architecture without FPU
- Efficient WSAAsyncSelect() emulation. Sockets, and fileevents on sockets, should be fully functionnal (in both client and server modes)
- Support for native menu
- Improved native look and feel.
- Windows Mobile specific extension: manage SIP, change (X) button action (closing Correct handling of mouse (actually touchscreen) events
- Support for intercepting hotkeys (calendar, notes, etc...)
- New porting approach, based on very minor changes to generic Win32 port (and no changes to generic part of Tcl/Tk distrib).
- Patch to Tcl or Tk distribution is only few kilobytes large, everything else has been moved into a minimal emulation library. This should allow us to keep synced with future Tcl/Tk release.
- Easy build process. Nothing but Evc4 and a native Tcl interpreter required to build binaries for all target architectures supported by Evc (Cygwin, external libraries, etc... not required)
- Works fine into Microsoft Pocket PC 2003 Emulator. Debugging code made easier
Included native extensions:
- Pixane: script your image transformation, support for reading and writing several popular image formats (PNG, JPEG), support for TrueType fonts
- Sqlite 3: a self-contained, embeddable, zero-configuration SQL database engine
- Zlib: native deflate/inflate support
- Zipfs: easily Mount your ZIP files into Tcl Virtual Filesystem
Included Pure Tcl extensions:
- EvoTcl: A very large set of tcl utilities (OOP, Database, HTML/XML parsing, ...). See http://www.evolane.com/software/evotcl/
Enhancements:
- This release focuses on performance optimization (especially for WinCE) and code stabilization.
- It adds support for reading tclkits, together with an automatic tclkit to eTcl kit converter.
- It embeds up-to-date versions of several built-in packages, such as sqlite 3.4.1, libpng 1.2.18, and tile and tkhtml3 CVS snapshots.
- Tile has been moved into the normal version.
- The Mac OS X bundle declares associations so eTcl kits can be launched directly from the Finder.
- Binaries for linux-powerpc have been made compatible with Linux on Playstation 3.
<<lessInstallation:
Just copy executable wherever you want on your device (memory or storage card), and launch it.
- Unobstrusive executable. No registry to set, no external dependencies.
- Standalone executable. Tcl and Tk scripts packed into executable (using VFS). Optimized startup time.
New Tcl user experience on PocketPC
- Optimized for XScale devices
- Faster Arc/Chord/Pie emulation, improved for ARM architecture without FPU
- Efficient WSAAsyncSelect() emulation. Sockets, and fileevents on sockets, should be fully functionnal (in both client and server modes)
- Support for native menu
- Improved native look and feel.
- Windows Mobile specific extension: manage SIP, change (X) button action (closing Correct handling of mouse (actually touchscreen) events
- Support for intercepting hotkeys (calendar, notes, etc...)
- New porting approach, based on very minor changes to generic Win32 port (and no changes to generic part of Tcl/Tk distrib).
- Patch to Tcl or Tk distribution is only few kilobytes large, everything else has been moved into a minimal emulation library. This should allow us to keep synced with future Tcl/Tk release.
- Easy build process. Nothing but Evc4 and a native Tcl interpreter required to build binaries for all target architectures supported by Evc (Cygwin, external libraries, etc... not required)
- Works fine into Microsoft Pocket PC 2003 Emulator. Debugging code made easier
Included native extensions:
- Pixane: script your image transformation, support for reading and writing several popular image formats (PNG, JPEG), support for TrueType fonts
- Sqlite 3: a self-contained, embeddable, zero-configuration SQL database engine
- Zlib: native deflate/inflate support
- Zipfs: easily Mount your ZIP files into Tcl Virtual Filesystem
Included Pure Tcl extensions:
- EvoTcl: A very large set of tcl utilities (OOP, Database, HTML/XML parsing, ...). See http://www.evolane.com/software/evotcl/
Enhancements:
- This release focuses on performance optimization (especially for WinCE) and code stabilization.
- It adds support for reading tclkits, together with an automatic tclkit to eTcl kit converter.
- It embeds up-to-date versions of several built-in packages, such as sqlite 3.4.1, libpng 1.2.18, and tile and tkhtml3 CVS snapshots.
- Tile has been moved into the normal version.
- The Mac OS X bundle declares associations so eTcl kits can be launched directly from the Finder.
- Binaries for linux-powerpc have been made compatible with Linux on Playstation 3.
Download (3.4MB)
Added: 2007-08-07 License: Other/Proprietary License Price:
811 downloads
kompact0r 0.1
kompact0r is a simple text based system monitor. more>>
kompact0r is a simple text based system monitor. It can do everything kompact does but kompact0r displays:
- Distro (not auto detected)
- Kernel, KDE & QT version
- CPU MHz, Temp and % load graph
- Ram & Swap use
- eth0 and/or eth1 IP address and KB/s in & out w/graphs
- Uptime
- Date & Calendar
Comes with:
- Chocie of 2 backgrounds
- Thorough documentation.txt nicely written by benny fletch.
Still available in the theme if you wish to do some editing:
- User & Host names
- Battery Status
- CPU Model
- Used space on the partitions
- Time
<<less- Distro (not auto detected)
- Kernel, KDE & QT version
- CPU MHz, Temp and % load graph
- Ram & Swap use
- eth0 and/or eth1 IP address and KB/s in & out w/graphs
- Uptime
- Date & Calendar
Comes with:
- Chocie of 2 backgrounds
- Thorough documentation.txt nicely written by benny fletch.
Still available in the theme if you wish to do some editing:
- User & Host names
- Battery Status
- CPU Model
- Used space on the partitions
- Time
Download (0.024MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1221 downloads
Mint 2.2 Beta
Mint is a small X toolbar that can switch network configurations in a few keystrokes. more>>
Mint is a small X toolbar that can switch network configurations in a few keystrokes. Mint enables you to change your network configurations in a few keystrokes. It supports DHCP and static addresses, and can execute an authentication script when it changes the configuration. It also displays a clock and a battery meter.
mint displays the name of current network configuration. It also displays a clock and a battery meter. The battery meter shows the percentage of remaining battery life and appends a `+ to the battery life when AC power is connected.
Since it changes network configuration, mint must be run setuid root. It safely invokes the authentication script as the user who started mint, not root.
mint provides a network configuration called "off" to shutdown the network interface. mint displays "?" if it does not recognize the current network configuration. It displays "xx" if the network interface does not exist.
The authentication script is run in the background. When you switch network configuration, mint kills any previously running authentication script. For DHCP configurations, mint does does not run the authentication script if the DHCP request fails.
DHCP support is made by the "dhcpcd" command, which mint expects to find in /sbin. dhcpcd should have come with your Linux distribution; if not you can get it from http://www.phystech.com/download/dhcpcd.html.
Enhancements:
- The beta version of Bianca was released and is available for download. Bianca comes with two brand new themes: Bianca-Blue and Bianca-Green which give the distribution a whole new minty look. Only one panel at the bottom, a Slab-like menu, new default icons. The following applications were added to Bianca: mintMenu, a replacement for the GNOME menu; mintConfig, a Control Center application; mintDisk, a program which automatically mounts FAT32 and NTFS partitions; mintDesktop, which now comes as a package, has a graphical configuration front-end; mintWifi, which now comes as a package.
<<lessmint displays the name of current network configuration. It also displays a clock and a battery meter. The battery meter shows the percentage of remaining battery life and appends a `+ to the battery life when AC power is connected.
Since it changes network configuration, mint must be run setuid root. It safely invokes the authentication script as the user who started mint, not root.
mint provides a network configuration called "off" to shutdown the network interface. mint displays "?" if it does not recognize the current network configuration. It displays "xx" if the network interface does not exist.
The authentication script is run in the background. When you switch network configuration, mint kills any previously running authentication script. For DHCP configurations, mint does does not run the authentication script if the DHCP request fails.
DHCP support is made by the "dhcpcd" command, which mint expects to find in /sbin. dhcpcd should have come with your Linux distribution; if not you can get it from http://www.phystech.com/download/dhcpcd.html.
Enhancements:
- The beta version of Bianca was released and is available for download. Bianca comes with two brand new themes: Bianca-Blue and Bianca-Green which give the distribution a whole new minty look. Only one panel at the bottom, a Slab-like menu, new default icons. The following applications were added to Bianca: mintMenu, a replacement for the GNOME menu; mintConfig, a Control Center application; mintDisk, a program which automatically mounts FAT32 and NTFS partitions; mintDesktop, which now comes as a package, has a graphical configuration front-end; mintWifi, which now comes as a package.
Download (698MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
1044 downloads
KMobileTools 0.5 Beta 3
KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC. more>>
KMobileTools is a nice KDE-based application that allows to control mobile phones with your PC.
It handles full SMS control, dialing calls, reading from phonebook, last dials, received and unanswered calls and phone status monitoring (battery and signal for now).
KMobileTools is based on a Motorola C350 mobile phone, buts also tested on some Nokia and Ericsson phones.
Enhancements:
- This beta includes one of the most wanted features: the Gammu Engine.
- Its still a bit too difficult to configure, but its fully working and ready to be tested.
- This version also includes a lot of bugfixes and full support for the incoming kdebluetooth version, which will be an important release.
- KNotify support was added for notifying the user about events.
<<lessIt handles full SMS control, dialing calls, reading from phonebook, last dials, received and unanswered calls and phone status monitoring (battery and signal for now).
KMobileTools is based on a Motorola C350 mobile phone, buts also tested on some Nokia and Ericsson phones.
Enhancements:
- This beta includes one of the most wanted features: the Gammu Engine.
- Its still a bit too difficult to configure, but its fully working and ready to be tested.
- This version also includes a lot of bugfixes and full support for the incoming kdebluetooth version, which will be an important release.
- KNotify support was added for notifying the user about events.
Download (1.0MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
884 downloads
WMChargemon 0.2
WMChargemon is a simple dockapp showing, in a clear way, the battery level and the power status of your ACPI-driven laptop. more>>
WMChargemon project is a simple WindowMaker dockapp that shows, in a clear way, the battery level and the power status of your ACPI-driven laptop.
Low and critical battery levels (on which the applet changes its color) can be set.
It is a really simple dockapp, which shows the percent battery level and the current power state (battery or AC) in a clear and simple way. The background of the dockapp turns green, yellow or red on behalf of the battery level (respectively safe, low or critical).
There is no rc file, and the behaviour of this program can be configured by some command line options, which will be well explained on your terminal when you issue this command (obviously, without the dollar sign):
$ wmchargemon -h
Installation:
1) Ensure youve got the libdockapp development library (at least version 0.6.1) correctly installed.
2) Simply type:
make
and, from a root shell
make install
Hoping that this little 7-development-day program will be useful to you, I invite you to post any little correction, suggestion or comment to my email address.
<<lessLow and critical battery levels (on which the applet changes its color) can be set.
It is a really simple dockapp, which shows the percent battery level and the current power state (battery or AC) in a clear and simple way. The background of the dockapp turns green, yellow or red on behalf of the battery level (respectively safe, low or critical).
There is no rc file, and the behaviour of this program can be configured by some command line options, which will be well explained on your terminal when you issue this command (obviously, without the dollar sign):
$ wmchargemon -h
Installation:
1) Ensure youve got the libdockapp development library (at least version 0.6.1) correctly installed.
2) Simply type:
make
and, from a root shell
make install
Hoping that this little 7-development-day program will be useful to you, I invite you to post any little correction, suggestion or comment to my email address.
Download (0.022MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 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 1.35 volt mercury batteries 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