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

Myapp freeware
Filter: All | Freeware | Demo
 

Myapp

1 2 > 
Added: October 08, 2010 | Visits: 841

Object::Declare Object::Declare is a Perl module for declarative object constructor. SYNOPSIS use Object::Declare [MyApp::Column, MyApp::Param]; my %objects = declare { param foo => !is global, is immutable, valid_values are qw( more values ); column bar => field1 is value, field2 is... Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Object::Declare Download

Added: August 09, 2010 | Visits: 786

Locale::Maketext::Fuzzy Locale::Maketext::Fuzzy is a Perl module for Maketext from already interpolated strings. SYNOPSIS package MyApp::L10N; use base Locale::Maketext::Fuzzy; # instead of Locale::Maketext package MyApp::L10N::de; use base MyApp::L10N; our %Lexicon = ( # Exact match should always be preferred... Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Locale::Maketext::Fuzzy Download

Added: May 23, 2010 | Visits: 1.097

Class::Meta::Declare Class::Meta::Declare is a Perl module deprecated in favor of Class::Meta::Express. SYNOPSIS This was a first attempt at making a saner interface for Class::Meta. It is nicer, but Class::Meta::Express is nicer still. Go use that one. package MyApp::Thingy; use Class::Meta::Declare :all;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Class::Meta::Declare Download

Added: February 10, 2010 | Visits: 967

Class::Meta Class::Meta is a Perl class automation, introspection, and data validation. SYNOPSIS Generate a class: package MyApp::Thingy; use strict; use Class::Meta; use Class::Meta::Types::String; use Class::Meta::Types::Numeric; BEGIN { # Create a Class::Meta object for this class. my $cm =... Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): Class::Meta Download

Added: March 13, 2010 | Visits: 948

ModPerl::ParamBuilder ModPerl::ParamBuilder is a Perl module that makes building custom Apache directives easy. SYNOPSIS package MyApp::Parameters; use ModPerl::ParamBuilder; use base qw( ModPerl::ParamBuilder ); my $builder = ModPerl::ParamBuilder->new( __PACKAGE__ ); # Build simple one argument parameter... Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): ModPerl::ParamBuilder Download

Added: February 03, 2010 | Visits: 797

Module::Recursive::Require Module::Recursive::Require is a Perl class that requires module recursive. # ************************************** before use MyApp::Foo; use MyApp::Foo::CGI; use MyApp::Foo::Mail; use MyApp::Foo::Mail::Send; # use use use use use !! use MyApp::Foo::Hoge::Orz; #... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Module::Recursive::Require Download

Added: February 06, 2010 | Visits: 867

Catalyst Catalyst is a Perl module that contains the elegant MVC web application framework. SYNOPSIS See the Catalyst::Manual distribution for comprehensive documentation and tutorials. # Install Catalyst::Devel for helpers and other development tools # use the helper to create a new application... Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Catalyst Download

Added: April 29, 2013 | Visits: 448

Top Terms Top Terms is a lightweight module designed to find popular terms on a site. These can be displayed as a simple block or used by other modules.Popularity is measured by summing page hits for each article tagged with a term. It collects these results on a scheduled basis and caches them for better... Platforms: PHP

License: Freeware Size: 10 KB Download (51): Top Terms Download

Added: August 29, 2013 | Visits: 594

pip for linux pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well. Differences From easy_install pip cannot install some packages. Specifically: * It cannot install from eggs. It only... Platforms: *nix

License: Freeware Size: 71.68 KB Download (32): pip for linux Download

Added: May 16, 2010 | Visits: 1.089

Mantaray Console Mantaray Console is a distributed, peer-to-peer, server-less communication & messaging solution for JAVA (JMS), C++ and .NET app. Offers guaranteed delivery, security and transactions. It supports TCP, SSL & HTTP protocols. Basic Installation Instructions ------------------------------- 1.... Platforms: *nix

License: Freeware Size: 2.1 MB Download (88): Mantaray Console Download

Added: March 17, 2010 | Visits: 842

OpenInteract::Template::Plugin OpenInteract::Template::Plugin is a Perl module with custom OpenInteract functionality in templates. SYNOPSIS # Create the TT object with the OI plugin my $template = Template->new( PLUGINS => { OI => OpenInteract::Template::Plugin }, ... ); my ( $output ); $template->process(... Platforms: *nix

License: Freeware Size: 655.36 KB Download (93): OpenInteract::Template::Plugin Download

Added: September 22, 2010 | Visits: 1.210

SPOPS::Manual::Configuration SPOPS::Manual::Configuration is a description of variables used in the SPOPS configuration process. These are variables used in all SPOPS implementations. The name of the variable is the key used in the configuration hashref. Here is a fairly minimal example of a configuration hashref: 1:... Platforms: *nix

License: Freeware Size: 286.72 KB Download (97): SPOPS::Manual::Configuration Download

Added: August 09, 2010 | Visits: 1.082

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Application::Plugin::PageBuilder Download

Added: October 08, 2010 | Visits: 1.686

IO::InSitu IO::InSitu is a Perl module to avoid clobbering files opened for both input and output. SYNOPSIS use IO::InSitu; my ($in, $out) = open_rw($infile_name, $outfile_name); for my $line (<$in>) { $line =~ s/foo/bar/g; print {$out} $line; } When users want to do in-situ processing on a... Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): IO::InSitu Download

Added: March 14, 2010 | Visits: 827

Locale::KeyedText Locale::KeyedText is a Perl module that refers to user messages in programs by keys. It also describes the same-number versions of Locale::KeyedText::Message ("Message") and Locale::KeyedText::Translator ("Translator"). Note that the "Locale::KeyedText" package serves only as the name-sake... Platforms: *nix

License: Freeware Size: 35.84 KB Download (89): Locale::KeyedText Download

Added: March 03, 2010 | Visits: 1.127

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This... Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: October 07, 2010 | Visits: 957

Class::DBI::FormTools Class::DBI::FormTools is a Perl module to build forms with multiple interconnected objects. SYNOPSIS package MyApp::Film; use base Class::DBI::FormTools; Mason example < %init > my $o = Film->retrieve(42); < /%init > < form > < input name="< % $o- >form_fieldname(title) % >"... Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): Class::DBI::FormTools Download

Added: May 26, 2010 | Visits: 1.820

Catalyst::Manual::Tutorial::AdvancedCRUD Catalyst::Manual::Tutorial::AdvancedCRUD is a Catalyst Tutorial - Part 8: Advanced CRUD. Add a Form Creation Helper Method Open lib/MyApp/Controller/Books.pm in your editor and add the following method: =head2 make_book_widget Build an HTML::Widget form for book creation and updates... Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): Catalyst::Manual::Tutorial::AdvancedCRUD Download

Added: November 07, 2010 | Visits: 931

HTTP::Server::Simple::Mason HTTP::Server::Simple::Mason is an abstract baseclass for a standalone mason server. SYNOPSIS my $server = MyApp::Server->new(); $server->run; package MyApp::Server; use base qw/HTTP::Server::Simple::Mason/; sub mason_config { return ( comp_root => /tmp/mason-pages ); } INTERFACE... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): HTTP::Server::Simple::Mason Download

Added: April 08, 2010 | Visits: 1.157

Catalyst::Plugin::Authentication::Credential::BBAuth Catalyst::Plugin::Authentication::Credential::BBAuth is a Yahoo! Browser-Based Authentication for Catalyst. SYNOPSIS use Catalyst qw( Authentication Authentication::Credential::BBAuth Session Session::Store::FastMmap Session::State::Cookie ); MyApp->config( authentication => {... Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): Catalyst::Plugin::Authentication::Credential::BBAuth Download

1 2 >