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

Nokia Mobile Theme Maker freeware
Filter: All | Freeware | Demo
 

Nokia Mobile Theme Maker

< 1 2 3 4 5 
Released: April 23, 2009  |  Added: May 08, 2009 | Visits: 9.594

Picture Collage Maker Free Picture Collage Maker Free is a simple-to-use Windows freeware that turns ordinary photos and pictures into stunning keepsakes to share with family and friends. With just a few clicks, you can create digital collages, scrapbooks, posters, invitations, calendars, and greeting cards. Unlike...



Platforms: Windows

License: Freeware Size: 14.61 MB Download (1720): Picture Collage Maker Free Download

Released: June 15, 2009  |  Added: July 09, 2009 | Visits: 2.746

TreeSize Mobile Sometimes you get to a point where your smartphone runs out of disk space. The manual search for large files and folders can take a long time. TreeSize Mobile helps you to find these folders. The file system is represented in a tree view and it shows you the size of folders, including their...





Platforms: Windows, Handheld/Mobile Other

License: Freeware Size: 186 KB Download (719): TreeSize Mobile Download

Added: January 18, 2010 | Visits: 1.303

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (118): Sort::Half::Maker Download

Added: September 09, 2010 | Visits: 1.802

Webmin / Usermin Theme Webmin / Usermin Theme project aims to create a new and better navigation system for Webmin. It is easy to install over the Thememanager. It supports skins to change the layout. This project was previously known as "Webmin Navigation and Layout". Know problems: Problem: If you make any...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (131): Webmin / Usermin Theme Download

Added: January 25, 2010 | Visits: 768

wmThemeCh wmThemeCh is a dockapp to change your Window Maker theme/background with categories. Left-click changes between themes belonging to the current category. Right-click changes the category. You can optionally ask wmThemeCh to change the theme periodically..


Platforms: *nix

License: Freeware Size: 143.36 KB Download (147): wmThemeCh Download

Added: November 14, 2010 | Visits: 1.336

Mobile::Wurfl Mobile::Wurfl is a Perl module interface to WURFL (the Wireless Universal Resource File. SYNOPSIS my $wurfl = Mobile::Wurfl->new( wurfl_home => "/path/to/wurfl/home", db_descriptor => "DBI:mysql:database=wurfl:host=localhost", db_username => wurfl, db_password => wurfl, wurfl_url =>...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Mobile::Wurfl Download

Added: April 21, 2010 | Visits: 2.576

RPM Package Maker RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. Since version 0.8 minimal spec files are kept in: /usr/src/packages/SPECS/mini Whats New in This Release: - Small improvements and bugfixes. RPM Package Maker...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (205): RPM Package Maker Download

Added: January 21, 2010 | Visits: 1.502

todo theme todo theme is a SuperKaramba theme for todo management. I was trying to find a karamba theme to allow me to put some reminders on my desktop in a nice simple way. I couldnt find one so I created this. Basically theres three text files Urgent Soon and Nice that it reads and displays in different...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): todo theme Download

Added: April 19, 2010 | Visits: 1.971

Jini icon theme Jini icon theme project consists of SVG vector themes. Jini Icon theme is SVG vector theme. Some elements derived from Gorilla theme, thanks jimmac. And all icons made by inkscape. There is 4 color theme, Installation For using jin4 jin5 jin6 icon theme, you should have install jin3 theme...


Platforms: *nix

License: Freeware Size: 7.2 MB Download (137): Jini icon theme Download

Added: January 24, 2010 | Visits: 1.498

CGI::WeT::Theme CGI::WeT::Theme is a Perl module with theme loader for the CGI::WeT package. SYNOPSIS use CGI::WeT::Theme (); This module provides a well-defined interface between the rendering engine and the theme definition loaders. It is designed to work with or without mod_perl. All theme loader...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (93): CGI::WeT::Theme Download

Added: November 23, 2010 | Visits: 1.828

El Jay Icon Maker El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal.com There are two options to choose from when making an icon "Create Icon Instantly" and "Create Icon With Options". Selecting either link redirects you to the El Jay...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (176): El Jay Icon Maker Download

Added: August 25, 2010 | Visits: 1.319

Regression mAKEr Regression mAKEr project is a simple modular application for data investigation. This is an application to help user (mathematician) to make regression between series of data, draw grpahics, and export them into various formats by means of common graphics packages (i.e., gnuplot, plotutils). It...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (138): Regression mAKEr Download

Added: July 26, 2010 | Visits: 1.882

Mobile::UserAgent Mobile::UserAgent is a mobile user agent string parsing class. SYNOPSIS ### Print the information parsed from a user-agent string: use Mobile::UserAgent; my $useragent = Nokia6600/1.0 (4.09.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0; my $uaobj = new...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (124): Mobile::UserAgent Download

Added: May 13, 2010 | Visits: 1.680

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: May 06, 2010 | Visits: 3.746

MacOS-X Aqua Theme MacOS-X Aqua Theme provides a GTK 2.x Theme/Style. Installation guide : [Part 1] GTK2 Theme Step 1 : If you have got the old version before, then delete the old version. rm -Rf ~/.themes/MacOS-X if not, skip this step. Step 2 : Unpack the downloaded file. tar zxf...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (701): MacOS-X Aqua Theme Download

Added: July 09, 2010 | Visits: 1.896

Gtk-Qt Theme Engine The GTK-Qt Theme Engine is a project allowing GTK to use Qt widget styles. Gtk-Qt Theme Engine behaves like a normal GTK theme engine, but calls functions from Qt instead of doing the drawing itself. Limitations:.


Platforms: *nix

License: Freeware Size: 143.36 KB Download (162): Gtk-Qt Theme Engine 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.858

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: September 03, 2010 | Visits: 2.263

Mobile Web Proxy Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). When I began using my cell phones mobile web browser, one of the things I realized was that there were a lot of web pages that my cell phones web browser simply wouldnt...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (280): Mobile Web Proxy Download

< 1 2 3 4 5