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

Orange freeware
Filter: All | Freeware | Demo
 

Orange

< 1 2 3 4 5 > 
Added: March 18, 2010 | Visits: 1.312

FoxyTunes 2.2.5 for FoxyTunes is a Firefox extension which allows you to listen to music while browsing the web. Do you listen to Music while surfing the Web? Now you can control your favorite media player without ever leaving the browser and more... Supports WinAmp, iTunes, Yahoo Music Engine, Pandora,...



Platforms: *nix

License: Freeware Size: 522.24 KB Download (105): FoxyTunes 2.2.5 for Download

Added: November 03, 2010 | Visits: 1.246

jclasslib bytecode viewer JProfiler is an award-winning all-in-one Java profiler. JProfilers intuitive GUI helps you find performance bottlenecks, pin down memory leaks and resolve threading issues. Even though JProfiler has a powerful feature set, its a Java profiler that is extremely easy to use! JProfilers user...





Platforms: *nix

License: Freeware Size: 1.7 MB Download (105): jclasslib bytecode viewer Download

Added: January 25, 2010 | Visits: 1.342

Too Much Too Soon Plugins Too Much Too Soon Plugins is a set of free plugins for Apple Final Cut Pro and ExpressSlow Motion (New July 2007)Change the speed of interlaced video to 50% then apply this. It will alternate betweenthe fields creating the smoothest slow motion possible.Regrain (New July 2007)When working with...


Platforms: Mac

License: Freeware Size: 73 KB Download (104): Too Much Too Soon Plugins Download

Added: January 25, 2010 | Visits: 722

Labels for Mail.app A set of 8 scripts that bring back labels in Apple's Mail application via the AppleScript menu.Colors include: Blue Gray Green Orange Purple Red Yellow


Platforms: Mac

License: Freeware Size: 18 KB Download (103): Labels for Mail.app Download

Added: March 27, 2010 | Visits: 1.173

Text::EP3::Verilog Text::EP3::Verilog Perl module contains a verilog extension for the EP3 preprocessor. SYNOPSIS use Text::EP3; use Text::EP3::Verilog; This module is an EP3 extension for the Verilog Hardware Description Language. The signal directive @signal key definition Take a list of signals and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::EP3::Verilog Download

Added: June 13, 2010 | Visits: 1.144

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: February 09, 2010 | Visits: 890

NAmpel NAmpel is a daemon for visualizing the state of a network using Nagios and a set of status LEDs attached to a parallel port. NAmpel is the Nagios Ampel Project, started by me to keep a closer eye on my net. Nagios is an open source host, service and network monitoring program. Ampel is the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (99): NAmpel Download

Added: January 06, 2010 | Visits: 1.230

Bio::Graphics::Panel 1.5.2_005 Bio::Graphics::Panel is a Perl module to generate GD images of Bio::Seq objects. SYNOPSIS # This script parses a GenBank or EMBL file named on the command # line and produces a PNG rendering of it. Call it like this: # render.pl my_file.embl | display - use strict; use Bio::Graphics;...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (99): Bio::Graphics::Panel 1.5.2_005 Download

Added: January 25, 2010 | Visits: 635

Hallo Hallo is a ShapeShifter theme that changes the entire graphical appearance of Mac OS X.This theme was designed with Halloween in mind. It started out with a few shiny black elements and orange highlights. Then, as it progressed, I added a few Jack Skellington buttons and a few other characters...


Platforms: Mac

License: Freeware Download (99): Hallo Download

Added: May 24, 2010 | Visits: 958

Zen Zen is a Gnome theme that aims to be clear, soft and configurable in colours Colours for selected text, progress bar and Metacity borders can be changed running ./configure at the root of the theme directory (usually ~/.themes/Zen/). Default is purple, other ones are blue, grey, brown,...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (97): Zen Download

Added: October 06, 2010 | Visits: 1.290

MP3::ID3Lib::Frame MP3::ID3Lib::Frame is an ID3v1/ID3v2 Tagging Frames. SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($filename); foreach my $frame (@{$id3->frames}) { my $code = $frame->code; my $description = $frame->description; my $value = $frame->value; $frame->set("Orange") if $code eq COMM;...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (97): MP3::ID3Lib::Frame Download

Added: January 25, 2010 | Visits: 707

Nisus Thesaurus Nisus Thesaurus... Mac OS X comes with built-in spell checking for many applications, but why stop there? Now you can have an integrated thesaurus as well. With Nisus Thesaurus you get a fast electronic thesaurus that automatically integrates with any service aware application includingNisus...


Platforms: Mac

License: Freeware Download (96): Nisus Thesaurus Download

Added: January 25, 2010 | Visits: 663

Queen Firefly You and the other butterflies have had enough of the fireflies prancing around on your turf. Togther you figure if you can take out the queen the rest of the fireflies will dry up from your area. Captain has specially assigned you a special net that will catch and remove the fireflies if you get...


Platforms: Mac

License: Freeware Download (96): Queen Firefly Download

Added: January 08, 2010 | Visits: 784

PGPLOT::Simple PGPLOT::Simple is a simple Perl Interface to PGPLOT. SYNOPSIS use strict; use PGPLOT::Simple qw(:essential); die "Must provide a filename.n" unless @ARGV; my $filename = shift; chomp $filename; unless ( $filename =~ /.ps$/ ) { $filename .= ".ps"; } set_begin({ file =>...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): PGPLOT::Simple Download

Added: June 21, 2010 | Visits: 1.117

Image::Imlib2 Image::Imlib2 is a Perl interface to the Imlib2 image library. SYNOPSIS use Image::Imlib2; # create a new image my $image = Image::Imlib2->new(200, 200); # or load an image $image = Image::Imlib2->load("foo.png"); # Enable the alpha channel support $image->has_alpha(1); # set a...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (95): Image::Imlib2 Download

Added: January 25, 2010 | Visits: 659

MightyMonitor Widget MightyMonitor widget displays the battery status for the Apple Wireless Keyboard and the Wireless Mighty Mouse. Battery status is displayed as percent remaining. The widget status will change color to warn of low batteries D with a low status warning (yellow/orange) at less than 25% remaining,...


Platforms: Mac

License: Freeware Download (95): MightyMonitor Widget Download

Added: November 07, 2010 | Visits: 828

SuperTreck Supertreck is a combination of subjects that tries to recreate in the writing-desk the style Star Treck. Installation: 1) Install e16 (or better) 2) Install the “Icars Dr 16” theme 3) From KDM, choose "e-KDE" as your session 4) Install the theme "Supertreck" and modify its colour...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): SuperTreck Download

Added: May 15, 2010 | Visits: 833

MP3::ID3Lib MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files. SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($filename); foreach my $frame (@{$id3->frames}) { my $code = $frame->code; my $description = $frame->description; my $value = $frame->value; $frame->set("Orange") if...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (90): MP3::ID3Lib Download

Added: August 04, 2008 | Visits: 2.669

OrangeHRM OrangeHRM is emerging in line with the new generation of HR Information Systems (HRIS) and will assist you in managing your company's most important asset - human resource. Based on modular architecture, this comprehensive Open Source solution reflects the main areas of HR Management from simple...


Platforms: *nix, Windows

License: Freeware Size: 1.1 MB Download (89): OrangeHRM Download

Added: July 26, 2010 | Visits: 825

Tinderstatus Tinderstatus provides an extension displays an icon in your browsers status bar which shows the status of Mozilla tinderboxen. The Tinderstatus extension displays an icon in your browsers status bar which shows the status of Mozilla tinderboxen. Tinderboxen are the computers which build...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Tinderstatus Download

< 1 2 3 4 5 >