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

For Anything software
Filter: All | Freeware | Demo
 

For Anything

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 1.806

State Machine Compiler Your application lives in a world of asynchronous, unordered events: mouse clicks, timeouts, messages, and OS signals. And you're ready for them. You've carefully designed your objects. You're using robust patterns that facilitate reuse and anticipates future product direction. Your dynamic... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (132): State Machine Compiler Download

Added: May 21, 2010 | Visits: 980

Thesaurus Thesaurus is a Perl module that maintains lists of associated items. SYNOPSIS use Thesaurus; my $th = Thesaurus->new( -files => [ file1, file2 ], -ignore_case => 1 ); @words = $th->find(vegan); %words = $th->find( Faye ); foreach $word ( @{ $words{Faye} } ) { #something ... }... Platforms: *nix

License: Freeware Size: 16.38 KB Download (90): Thesaurus Download

Added: September 22, 2010 | Visits: 1.620

CAD::Drawing::Manipulate CAD::Drawing::Manipulate is a Perl module to manipulate CAD::Drawing objects. Move, Copy, Scale, Mirror, and Rotate methods for single entities and groups of entities. Group Methods These methods are called with required values, followed by a hash reference of option values. Note the... Platforms: *nix

License: Freeware Size: 39.94 KB Download (123): CAD::Drawing::Manipulate Download

Added: March 12, 2010 | Visits: 1.651

Bosco Bosco is a rewrite of the popular Bugzilla defect tracking software in PHP. It is database-independent, and aims to be easy to maintain and modify. It also has an API to allow external applications to work with its data. Whats New in This Release: - After adding, updating, or deleting a... Platforms: *nix

License: Freeware Size: 163.84 KB Download (115): Bosco Download

Added: March 22, 2010 | Visits: 1.376

Net::Telnet::Netscreen Net::Telnet::Netscreen is a Perl module that interacts with a Netscreen firewall. Net::Telnet::Netscreen is mostly a pure rippoff of Net::Telnet::Cisco, with adaptations to make it work on the Netscreen firewalls. It also has some additional commands, but for basic functionality, see... Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Net::Telnet::Netscreen Download

Added: November 05, 2010 | Visits: 1.132

Crypt::UnixCrypt Crypt::UnixCrypt is a perl-only implementation of the crypt function. SYNOPSIS use Crypt::UnixCrypt; $hashed = crypt($plaintext,$salt); # always use this modules crypt BEGIN { $Crypt::UnixCrpyt::OVERRIDE_BUILTIN = 1 } use Crypt::UnixCrypt; This module is for all those poor souls whose... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Crypt::UnixCrypt Download

Added: May 18, 2010 | Visits: 808

JourneySat JourneySat lets you show to your friends and relatives the places youve travelled to. You can combine diary notes, photos and satellite images and embed them into your web site either when youre back home or when youre still on the road. After writing a diary note and adding the photos of the... Platforms: *nix

License: Freeware Size: 35.84 KB Download (90): JourneySat Download

Added: October 04, 2010 | Visits: 1.965

GIMP arrow and cursor brushes GIMP arrow and cursor brushes project consists of 17 sets of arrows and three cursors (a total of 72 brushes) to put in your GIMP brushes folder. Arrow brushes is my small payback for using the great GIMP program. I had a hard time (actually impossible) finding any arrow brushes for the GIMP.... Platforms: *nix

License: Freeware Size: 16.38 KB Download (420): GIMP arrow and cursor brushes Download

Added: March 23, 2010 | Visits: 1.200

ExactImage Exact Image is a fast (and soon modern and generic) image processing library. For a client we had to optimize the insane time imagemagick spent on certain image processing tasks. After the first code review it became clear that imagemagick was coded for anything but speed. We protoyped the... Platforms: *nix

License: Freeware Size: 153.6 KB Download (108): ExactImage Download

Added: April 18, 2010 | Visits: 1.279

E-UAE E-UAE project is a version of UAE, the Ubiquitous Amiga Emulator, with an emulation core largely based on WinUAE. The project attempts to bring many of the great features of WinUAE to non-Windows platforms. This version now finally has a name, E-UAE, since thats what everybody was calling it... Platforms: *nix

License: Freeware Size: 1024 KB Download (177): E-UAE Download

Added: August 19, 2010 | Visits: 838

SMUSHcode SMUSHcode project is a functional (as opposed to procedural) scripting language interpreter, written in Java. Completely documentated. SMUSHcode started life in 1997 as a term project for a "Compilers and Translators" class. Originally written in C++, it was conceived as a functional (as... Platforms: *nix

License: Freeware Size: 43.01 KB Download (91): SMUSHcode Download

Added: September 18, 2010 | Visits: 1.381

Code::Splice Code::Splice injects the contents of one subroutine at a specified point elsewhere. SYNOPSIS use Code::Splice; Code::Splice::inject( code => sub { print "fredn"; }, package => main, method => foo, precondition => sub { my $op = shift; my $line = shift; $line =~ m/print/ and $line =~... Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Code::Splice Download

Added: October 26, 2010 | Visits: 1.667

PRES 1.10.0 Beta PRES project (the Press Release System) is a simple content management system, essentially targeted at producing a news and information site. Managing a PRES system is designed to be simple. However, presentation is sophisticated and flexible. An elementary knowledge of IT would be useful but... Platforms: *nix

License: Freeware Size: 7.2 MB Download (101): PRES 1.10.0 Beta Download

Added: January 15, 2010 | Visits: 763

rpnKalc rpnKalc is a very simple rpn (reverse polish notation) calculator. Be warned I know very little about math and programming. Do not use for anything important such as money. I am posting this in hope that i can get feedback on usability (things like keyboard commands) and if it functions proper.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): rpnKalc Download

Added: March 24, 2010 | Visits: 1.329

GD Graphics Library Gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file. This is particularly useful in World Wide Web applications, where PNG and JPEG... Platforms: *nix

License: Freeware Size: 1.2 MB Download (159): GD Graphics Library Download

Added: January 25, 2010 | Visits: 548

Screen Loupe ARTIS Screen Loupe is a desktop utility that displays a magnified view of whatever is underneath your mouse cursor. It allows to measure the color of the pixel underneath the mouse and copy it in HTML and other formats to the clipboard. Additionally it has a "move away from mouse" option to be... Platforms: Mac

License: Shareware Cost: $0.00 USD Download (99): Screen Loupe Download

Added: January 25, 2010 | Visits: 683

Natalie Natalie is an interactive reading, born for One Room Game Competition. It has been programmed in MAC, 2002.Natalie is apparently simple, in its solution, but quite complex for its mechanism and for its writing. I?ve taken advantage of Paolo Lucchesi?s MAC language (thank you) to write it, and ?... Platforms: Mac

License: Freeware Size: 109 KB Download (95): Natalie Download

Released: July 30, 2012  |  Added: September 05, 2012 | Visits: 1.310

TodoPlus (Windows edition) Free task manager. Organize large to-do lists the easy way. Focus on your most important tasks first. Reduce time spend on unimportant tasks. Stay focused on one task at a time. Always know what to do next. Achieve more in less time by being more productive. Key Features: 1. Easy to use -... Platforms: Windows

License: Freeware Size: 3.87 MB Download (264): TodoPlus (Windows edition) Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 934

MB Karmic Astrology MB Free Karmic Astrology is a wonderful and interactive astrological software that tells you about your present life 'Karma'. The program indicates your ongoing karmic situation from the planetary positions and transitions at the time of your birth. It is with the help of this software that you... Platforms: Windows

License: Freeware Size: 1.27 MB Download (515): MB Karmic Astrology Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 688

TodoPlus (Mac edition) Free to-do list software. Organize large to-do lists the easy way. Focus on your most important tasks first. Reduce time spend on unimportant tasks. Stay focused on one task at a time. Always know what to do next. Achieve more in less time by being more productive. Key Features: 1. Easy to use -... Platforms: Mac

License: Freeware Size: 6.27 MB Download (53): TodoPlus (Mac edition) Download

< 1 2 3 4 5