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

Thread Gauge Theme Maker freeware
Filter: All | Freeware | Demo
 

Thread Gauge Theme Maker

< 1 2 3 4 5 > 
Added: February 04, 2010 | Visits: 830

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: November 23, 2010 | Visits: 1.361

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub... Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: February 05, 2010 | Visits: 880

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: September 11, 2010 | Visits: 1.688

Gnome Icon Theme Gnome Icon Theme package contains icons for the GNOME desktop. Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of... Platforms: *nix

License: Freeware Size: 3.6 MB Download (102): Gnome Icon Theme Download

Added: August 09, 2010 | Visits: 1.248

sidux-highway KDM theme (widescreen) sidux-highway is a KDM theme as a modification of the Sabayon KDM theme "Open Future". The highway picture was taken and modified by me, the go.png is taken from "crystalline black" icons (kde-look.org #46349), session.png and system.png are modified nuoveXT icons (kde-look.org #26449). The... Platforms: *nix

License: Freeware Size: 471.04 KB Download (93): sidux-highway KDM theme (widescreen) Download

Added: February 16, 2010 | Visits: 1.859

X-Files KDM Theme X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background.. Content KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls Links Downloads GTK QT... Platforms: *nix

License: Freeware Download (133): X-Files KDM Theme Download

Added: August 15, 2010 | Visits: 1.652

Kubuntu Human Theme Kubuntu Human Theme was created because I started to like the Ubuntu Human theme and when I switched to KDE, I was missing it there. The theme is assembled from various Ubuntu style items, most of which can be found on KDE-look: Ubuntu Cristal background, Human (Revised) color scheme, nuoveXT... Platforms: *nix

License: Freeware Download (162): Kubuntu Human Theme Download

Added: August 19, 2010 | Visits: 852

RT-Thread RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc. RT-Thread project also provides a C-expression interpreter... Platforms: *nix

License: Freeware Size: 348.16 KB Download (105): RT-Thread Download

Added: September 02, 2010 | Visits: 1.109

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker... Platforms: *nix

License: Freeware Size: 307.2 KB Download (99): Config Maker Download

Added: November 26, 2010 | Visits: 1.896

gentoo splash theme chooser gentoo splash theme chooser is a gentoo application to choose a gensplash theme. You can choose a theme and it it will make a symlink from this theme to default in /etc/splash. After that it mounts /boot and does the following command: splash_geninitramfs -v -g /boot/fbsplash -r resolution... Platforms: *nix

License: Freeware Download (108): gentoo splash theme chooser Download

Added: October 22, 2010 | Visits: 1.053

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>... Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: October 16, 2010 | Visits: 1.853

IceWM Theme Designer The IceWM Control Panel (IceWMCP) IcePref2 Theme Designer tool allows you to easily create and modify themes for IceWM. IceWM Control Panel (IceWMCP) is the first full-featured, Gtk-based control panel for IceWM. It is meant to run in IceWM, but can be used in ANY window manager as a... Platforms: *nix

License: Freeware Size: 583.68 KB Download (173): IceWM Theme Designer Download

Added: June 25, 2010 | Visits: 887

Mail::Thread::Chronological Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread; use Mail::Thread::Chronological; my $threader = Mail::Thread->new( @messages ); my $lurker = Mail::Thread::Chronological->new; $threader->thread; for my... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Mail::Thread::Chronological Download

Added: September 04, 2010 | Visits: 1.022

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,... Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Added: September 04, 2010 | Visits: 1.193

File::Maker File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require File::Maker; $maker = $maker->load_db($pm);... Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): File::Maker Download

Added: July 04, 2010 | Visits: 4.143

Squirrelmail Outlook Skin Theme Squirrelmail Outlook Skin Theme is based on the layout (visual interface) of the M$ Outlook 2003 over Squirrelmail (1.4.8).. Get Squirrelmail Outlook Skin Theme at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. SquirrelOutlook is... Platforms: *nix

License: Freeware Size: 1.9 MB Download (440): Squirrelmail Outlook Skin Theme Download

Added: July 16, 2010 | Visits: 1.429

Oroborus Theme Changer Oroborus Theme Changer is an app for changing the theme in the Oroborus window manager. Oroborus Theme Changer is an app for changing the theme in the Oroborus window manager. To use the app just #cp otc /usr/bin It presumes your theme directory is located at /usr/share/oroborus/themes -... Platforms: *nix

License: Freeware Size: 8.19 KB Download (145): Oroborus Theme Changer Download

Added: November 09, 2010 | Visits: 1.996

KDM Theme Manager KDM Theme manager is just what it says a theme Manager for KDM. This control module allows you to easily add, remove and select any KDM theme you want. Whats New in This Release: - Added Indonesian/Manaysian translation to the .desktop (thanks kucrut!) - Finally applied a patch sent to me... Platforms: *nix

License: Freeware Size: 686.08 KB Download (85): KDM Theme Manager Download

Added: October 27, 2010 | Visits: 1.751

Fan/Temp Karamba Theme Fan/Temp Karamba Theme is a simple Karamba theme that shows: - CPU Temp - Fan Speed - Chassis Temp - HDD Temp (max 3 hdds) I hope you like it like me. Feedback is welcome. No liability is assumed for damages to hard and software !!. New Driver and Tools KDE-Look.org Community Portal... Platforms: *nix

License: Freeware Size: 2.05 KB Download (151): Fan/Temp Karamba Theme Download

Added: June 04, 2010 | Visits: 989

Random Theme Switcher Random Theme Switcher provides an extension which switches skin at random time interval. If you have no theme installed, this extension is of no use.. Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): Random Theme Switcher Download

< 1 2 3 4 5 >