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

Actor Sean Bean freeware
Filter: All | Freeware | Demo
 

Actor Sean Bean

< 1 2 3 4 5 > 
Added: January 16, 2010 | Visits: 929

CSVObjects CSVObjects is a free and open sourced Java based framework for transparently parsing and unmarshalling Comma Separated Value (CSV) files and records into Plain Old Java Objects without the need to code the parsing logic manually. Instead, the parsing library relies on declarative mapping of CSV...



Platforms: *nix

License: Freeware Size: 2.17 MB Download (95): CSVObjects Download

Added: April 26, 2010 | Visits: 899

irclogger irclogger is a simple "bot", a program connecting as a client on IRC servers to provide a web log of what is said. It is built to provide a simple and web-compliant service. Irclogger was done to: * Be used on intranets, where users can be trusted and will not try constantly to crack the...





Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): irclogger Download

Added: April 18, 2010 | Visits: 872

Class::DBI::FormBuilder Class::DBI::FormBuilder is a Perl module with Class::DBI/CGI::FormBuilder integration. SYNOPSIS package Film; use strict; use warnings; use base Class::DBI; use Class::DBI::FormBuilder; # for indented output: # use Class::DBI::FormBuilder PrettyPrint => ALL; # POST all forms to...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Class::DBI::FormBuilder Download

Added: June 15, 2010 | Visits: 950

Clutter Clutter is a simple GL-based canvas library. SYNOPSIS use Clutter qw( :init ); # create the main stage my $stage = Clutter::Stage->get_default(); $stage->set_color(Clutter::Color->parse(DarkSlateGray)); $stage->signal_connect(key-press-event => sub { Clutter->main_quit() });...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (92): Clutter Download

Added: January 03, 2010 | Visits: 955

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): XML::TiePYX Download

Added: April 11, 2010 | Visits: 954

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: November 03, 2010 | Visits: 1.036

ISQ ISQ (I Ask You) is a tag extension library that helps you to make HTML forms. Inspired by the "input" tag of The Apache Software Foundation (http://www.apache.org/), isq adds a support for client-side input validation by JavaScript checking. Like the original library isq can prepopulate form...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (151): ISQ Download

Added: September 23, 2010 | Visits: 913

HTML::Tree::AboutObjects HTML::Tree::AboutObjects is an article: "Users View of Object-Oriented Modules". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #17 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): HTML::Tree::AboutObjects Download

Added: March 15, 2010 | Visits: 1.118

Jaffa Jaffa (Java Application Framework For All) is an enterprise-focused Java framework for rapid application development. It provides a complete Java Web application development stack, extending exsiting projects like Tomcat and Struts at the frontend with MVC-based web widgets, all the way through...


Platforms: *nix

License: Freeware Size: 7.66 MB Download (97): Jaffa Download

Added: November 06, 2010 | Visits: 1.310

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: July 23, 2010 | Visits: 989

Luban programming language Beta Luban is a component oriented scripting language. Luban is free and open source. Luban is named after a legendary ancient Chinese civil engineer and carpenter two thousand year ago whose constructions are still in use today. The programming language spectrum seems crowded. Do we have all the...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (95): Luban programming language Beta Download

Added: October 17, 2010 | Visits: 901

Class::Std::Storable Class::Std::Storable is a Perl module to support for creating serializable "inside-out" classes. SYNOPSIS In general, use this class exactly as you would Class::Std. package Ice::Cream; use Class::Std::Storable; { my %name_of :ATTR( :get :set ); my %flavor_of :ATTR( :get :set );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::Std::Storable Download

Added: November 25, 2010 | Visits: 1.030

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: February 05, 2010 | Visits: 795

QtWvDialer QtWvdialer is a simple graphical frontend to wvdial. Even if it looks like a GTK application in this screen shot, QtWvDialer was developed with Qt from Trolltech AS. Ive chosen the GTK theme because it makes my desktop more homogenous when mixing GNOME and KDE applications. Wvdial was written by...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (140): QtWvDialer Download

Added: October 21, 2010 | Visits: 934

XView4Struts XView4Struts provides a Struts framework extension that replaces JSP pages with pure HTML. The XView4Struts project is an extension to the Jakarta Struts Framework. Its main purpose is to eliminate the need to use tag libraries and JSP pages. The view is pure HTML, and interaction between the...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (90): XView4Struts Download

Added: June 11, 2010 | Visits: 834

Japha Japha project is an effort to implement the major functionality of the Java library in PHP. The functionality captured in the JPI includes I/O, utility classes such as data structures, Web service architecture, and reflection classes, lang classes for implementing a standardized API, bean...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): Japha Download

Added: May 19, 2010 | Visits: 731

ExifTagger ExifTagger project is a perl gtk2 app that provides a convenient graphical interface to tagging images. Unlike most other tools, this inserts the tag information into the images as Exif, so they will permanently be part of the digital image. The interface is pretty intuitive, though more...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (96): ExifTagger Download

Added: September 23, 2010 | Visits: 1.175

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: September 10, 2010 | Visits: 610

Apache::MP3::L10N Apache::MP3::L10N is a base class for Apache::MP3 interface localization. This module is the base class for generating language handles (via Locale::Maketext) which Apache::MP3 (and subclasses) use for presenting their interface. To localize this for your language of choice, see the source...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (88): Apache::MP3::L10N Download

Added: May 06, 2010 | Visits: 939

HTML::Tree::AboutTrees HTML::Tree::AboutTrees is a article on tree-shaped data structures in Perl. This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): HTML::Tree::AboutTrees Download

< 1 2 3 4 5 >