Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.569 Times

Energy Panel Structures freeware
Filter: All | Freeware | Demo
 

Energy Panel Structures

< 1 2 3 4 5 > 
Added: October 23, 2010 | Visits: 1.005

Test::Differences Test::Differences Perl module contains test strings and data structures and show differences if not ok. SYNOPSIS use Test; ## Or use Test::More use Test::Differences; eq_or_diff $got, "anbncn", "testing strings"; eq_or_diff @got, [qw( a b c )], "testing arrays"; ## Passing options:...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Test::Differences Download

Added: September 10, 2010 | Visits: 770

keyspeedapplet keyspeedapplet project is a panel applet to show the speed you are typing. This is an Applet, similar to the applets, showing the cpu-speed, which shows the speed you are currently typing. It shows the average speed of the last 15 seconds and the average speed of the last minute. In...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): keyspeedapplet Download

Added: July 15, 2010 | Visits: 807

KickPIM KickPIM is an applet for KDEs Kicker panel for an easy access to your addresses in KDEs addressbook. You can view and edit them, send emails, let it remind you about birthdays and more ... Whats New in This Release: E-Mailing: - Added MBox support - improved mail notification - Sending...


Platforms: *nix

License: Freeware Size: 870.4 KB Download (92): KickPIM Download

Added: March 20, 2010 | Visits: 839

Bloglines applet Bloglines Notifier is a Gnome panel applet that monitors a Bloglines account and displays an alert when there new items. When there are new items the applet displays a tooltip with the count of unread items. Also one can double click on the applet in order to launch a web browser and point it...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (96): Bloglines applet Download

Added: April 20, 2010 | Visits: 980

Xfce 4 Datetime Plugin Xfce 4 Datetime Plugin shows the date and time in the panel, and a calendar appears when you left-click on it. You can also have a look at ‘orage’, which is a bit more advanced calender. Usage: - Compile and install the datetime package - Right-click the Xfce panel > Add New Item >...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (98): Xfce 4 Datetime Plugin Download

Added: April 02, 2010 | Visits: 755

Windowgrouper Windowgrouper is a GNOME 2 panel applet that allows you to group windows together so that when one window in a group is minimized, unminimized, or moved to another desktop, the same operation is applied to the other windows in that group. Windowgrouper is very easy to use, and its arguably...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Windowgrouper Download

Added: June 09, 2010 | Visits: 1.096

Statistics::RankOrder Statistics::RankOrder contains algorithms for determining overall rankings from a panel of judges. SYNOPSIS use Statistics::RankOrder; my $r = Statistics::RankOrder->new(); $r->add_judge( [qw( A B C )] ); $r->add_judge( [qw( A C B )] ); $r->add_judge( [qw( B A C )] ); my %ranks =...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): Statistics::RankOrder Download

Added: November 19, 2010 | Visits: 798

Combean Combean project is a Java framework for combinatorial structures like graphs or linear programs and optimization algorithms working with these structures. The objective of Combean is to integrate existing proven optimization packages as well as new implementations through a set of lean Java...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (88): Combean Download

Added: February 04, 2010 | Visits: 1.234

Syntax::Highlight::Perl Syntax::Highlight::Perl is a Perl module that can highlight Perl Syntactical Structures. SYNOPSIS # simple procedural use Syntax::Highlight::Perl :BASIC; # or :FULL print format_string($my_string); # OO use Syntax::Highlight::Perl; my $formatter = new Syntax::Highlight::Perl; print...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (115): Syntax::Highlight::Perl Download

Added: March 13, 2010 | Visits: 900

Xfce 4 Smartbookmark Plugin Xfce 4 Smartbookmark Plugin was first written by Emanuele Rocca, but it was recently rewritten so that it now works with the new panel API. It allows you to send requests directly to your browser and perform a custom search. Some examples: http://www.google.it/search?q= if you want to perform a...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (90): Xfce 4 Smartbookmark Plugin Download

Added: March 12, 2010 | Visits: 705

xmms-kde xmms-kde is a MP3 player integrated into the KDE panel. It can also be used to control XMMS and Noatun from the panel.. xmms-kde is an MP3 player for the KDE panel. It can also be used as a frontend for controlling XMMS and Noatun. It provides keyboard shortcuts, an on-screen display, and comes...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (93): xmms-kde Download

Added: July 24, 2010 | Visits: 1.561

SysCP SysCP (System Control Panel) is an ISP server management tool for Web-based administration of a Web server (Apache), mail server (Postfix, Courier), FTP server (ProFTPd), database (MySQL), and nameserver (Bind). The project was founded in autumn 2003 by Florian Lippert and was published on...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (155): SysCP Download

Added: November 23, 2010 | Visits: 984

OpenVCP 0.3 OpenVCP is a VServer control panel developed for use with Linux in combination with Linux-VServer. OpenVCP allows you to manage VServers on more than one physical server over a single Web interface..


Platforms: *nix

License: Freeware Size: 59.39 KB Download (91): OpenVCP 0.3 Download

Added: January 27, 2010 | Visits: 491

hpanel hpanel is a small panel that lists your windows. Hpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces. It requires a window manager that is compliant with the NETWM specification. It works nicely with pekwm and aewm++, and handles...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (96): hpanel Download

Added: October 15, 2010 | Visits: 1.062

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

Added: February 24, 2010 | Visits: 681

libcprops The c prototyping tools library consists of implementations for several widely used data structures and patterns as well as rudimentary tcp / httpd functionality. Object oriented development environments usually feature readymade implementations of such tools. cprops provides standard generic...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (90): libcprops Download

Added: January 21, 2010 | Visits: 941

MyDNSConfig MyDNSConfig project is a web-based control panel for the MYDNS name server. MyDNSConfig is licensed under BSD license. MyDNS is designed to serve DNS records directly from a MySQL database. MyDNSConfig is a web-interface to the MyDNS database.. ISPConfig manages webserver, mailserver, BIND...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (94): MyDNSConfig Download

Added: November 01, 2010 | Visits: 1.235

Pathogen Warrior Pathogen Warrior project is a puzzle game about matching 3D model structures with a 2D hexagon map. Pathogen Warrior is a puzzle game about matching 3D model structures with a 2D hexagon map. It was one of the entrants to the 4th Ludum Dare 48-hour game development competition. The theme of...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (104): Pathogen Warrior Download

Added: May 16, 2010 | Visits: 1.423

Xfce 4 Mount Plugin Xfce 4 mount plugin is a plugin for the Xfce 4 panel allowing you to mount devices and have them opened in a file manager afterwards. Usage: Add it to the panel, close the appearing options dialog and simply click the new hard disk icon in your panel. You will see a menu containing all items...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (123): Xfce 4 Mount Plugin Download

Added: October 29, 2013 | Visits: 1.846

Timer Applet Timer Applet is a countdown timer applet for the GNOME panel.


Platforms: *nix

License: Freeware Size: 194.56 KB Download (126): Timer Applet Download

< 1 2 3 4 5 >