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.084.258 Times

Cpu Fan Controller App freeware
Filter: All | Freeware | Demo
 

Cpu Fan Controller App

< 1 2 3 4 5 > 
Added: October 11, 2010 | Visits: 1.268

Aero AIO: cpu/mem plugin mod Aero AIO: cpu/mem plugin mod is a mod of the cpu/memory plugin for aero aio. The hardware information is gathered via backends. You can easily write a python backend for your hardware. Look at the files cpumemv2_backend.py, cpumemv2_default.py and cpumemv2_i8k.py to learn how to write...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): Aero AIO: cpu/mem plugin mod Download

Added: September 11, 2010 | Visits: 1.320

MIDI Controller MIDI Controller is a program that connects Glade UI files to MIDI parameters. This is a small program that lets you set MIDI controller values using sliders and buttons in a GTK+ window. The GUI is an XML-based Glade file which can be replaced without rebuilding the program, so you can build...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (146): MIDI Controller Download

Added: September 01, 2010 | Visits: 2.664

Air Traffic Controller Air Traffic Controller project is an air traffic controller simulation. Airtraffic is a game/simulator that puts you into an air traffic controllers hotseat. Planes come into your airspace from various directions and you have to guide them safely to their destinations. It uses Python, Corba,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (434): Air Traffic Controller Download

Added: January 23, 2010 | Visits: 1.036

Sys::CPU Sys::CPU is a Perl extension for getting CPU information. Currently only number of CPUs supported. SYNOPSIS use Sys::CPU; $number_of_cpus = Sys::CPU::cpu_count(); printf("I have %d CPUsn",$number_of_cpus); print " Speed : ",Sys::CPU::cpu_clock(),"n"; print " Type :...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (171): Sys::CPU Download

Added: October 04, 2010 | Visits: 1.125

AxKit::App::Gallery::stylesheets AxKit::App::Gallery works by generating XML, and then passing the generated XML through a collection of stylesheets. The output of one stylesheet is passed on as input to the next. In this way, a pipeline of stylesheets if formed. Some of the stylesheets are written in XSLT, some are written in...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): AxKit::App::Gallery::stylesheets Download

Added: October 06, 2010 | Visits: 1.027

CGI::Ex::App CGI::Ex::App is a anti-framework application framework. Fill in the blanks and get a ready made web application. This module is somewhat similar in spirit to CGI::Application, CGI::Path, and CGI::Builder and any other "CGI framework." As with the others, CGI::Ex::App tries to do as much of the...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (100): CGI::Ex::App Download

Added: February 27, 2010 | Visits: 1.529

Linux Duracell CPU load monitor The Linux Duracell CPU load monitor is a program that drives a Duracell or Energizer on-battery tester to display the CPU load of a system. It can be easily adapted to display other things that can use a slow bar graph kind of display that varies between 0% and 100%. Instructions to hack a...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (112): Linux Duracell CPU load monitor Download

Added: March 12, 2010 | Visits: 991

Catalyst::Controller::Constraints Catalyst::Controller::Constraints contains Constraint Signatures for Controller Actions. SYNOPSIS package MyApp::Controller::Foo; ... use base qw(Catalyst::Controller::Constraints); __PACKAGE__->config( constraints => { # allow only digits for type Integer Integer => qr/^d+$/, #...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (89): Catalyst::Controller::Constraints Download

Added: July 24, 2010 | Visits: 1.203

Apache::App::Gallery::Simple Apache::App::Gallery::Simple is an elegant and fast filesystem-based image galleries. SYNOPSIS < Location /photos > SetHandler perl-script PerlHandler Apache::App::Gallery::Simple; PerlSetVar GalleryRoot /vacation/images PerlSetVar GalleryName "My Vacation Photos" < /Location > <...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Apache::App::Gallery::Simple Download

Added: April 11, 2010 | Visits: 1.095

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: October 08, 2010 | Visits: 832

App::Serializer::Properties App::Serializer::Properties is a Perl interface for serialization and deserialization. SYNOPSIS use App; $context = App->context(); $serializer = $context->service("Serializer"); # or ... $serializer = $context->serializer(); $data = { an => arbitrary, collection => [ of, data, ], of...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): App::Serializer::Properties Download

Added: August 20, 2010 | Visits: 1.023

App::installguide::hosted App::installguide::hosted is a Perl module to instructions on installing the App::Context framework in a web-hosting (non-root) environment. These are instructions on installing the App::Context framework in a web-hosting (non-root) environment. ASSUMPTIONS * You get command line access but...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): App::installguide::hosted Download

Added: May 01, 2010 | Visits: 1.190

App::Options App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do something with the options (in %App::options) use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): App::Options Download

Added: March 09, 2010 | Visits: 1.106

App::Repository App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc. This is the App-Repository distribution, adding the data access layer service to App-Context. For more information, see the...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (89): App::Repository Download

Added: October 13, 2010 | Visits: 821

App::Context App::Context is an application framework for web applications, command-line programs, server programs, and web services. This is the App-Context distribution. For more information, see the web pages at http://www.officevision.com/pub/App-Context The mailing list is described at...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): App::Context Download

Added: September 07, 2010 | Visits: 950

JavaScript::App JavaScript::App is a Perl framework for building dynamic widgets or full applications in Javascript. SYNOPSIS see the documentation for "js-app" ("man js-app" or "perldoc js-app") "js-app" is a Javascript Application framework with which you can build rich web applications and widgets...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (119): JavaScript::App Download

Added: February 02, 2010 | Visits: 1.268

IRman Controller IRman Controller can control Amarok using your remote control with IRman.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities Screensaver News Forum GUI Polls...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (115): IRman Controller Download

Added: March 03, 2010 | Visits: 858

SDL::App::FPS SDL::App::FPS is a framework for event-driven SDL games/applications. SYNOPSIS Subclass SDL::App::FPS and override some methods: package SDL::App::MyFPS; use strict; use SDL::App::FPS; use SDL; use base qw/SDL::App::FPS/; # override the method draw_frame with something to draw sub...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (100): SDL::App::FPS Download

Added: November 07, 2010 | Visits: 949

SDL::OpenGL::App SDL::OpenGL::App is a Glut like wrapper for SDL OpenGL apps. SYNOPSIS use SDL::OpenGL::App; my $app=new SDL::OpenGL::App; $app->app_name("Gears"); $app->register_handler(init => &init, draw => &draw, events => &events, idle => &idle, reshape => &reshape, ); $app->run();...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): SDL::OpenGL::App Download

Added: September 25, 2010 | Visits: 736

App::SVNBinarySearch App::SVNBinarySearch is a container for functions in the svn_binary_search program. SYNOPSIS No user-serviceable parts inside. svn_binary_search is all that should use this. CONFIGURATION AND ENVIRONMENT App::SVNBinarySearch requires no configuration files or environment variables..


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): App::SVNBinarySearch Download

< 1 2 3 4 5 >