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

Frame Set freeware
Filter: All | Freeware | Demo
 

Frame Set

1 2 3 4 5 > 
Added: September 16, 2010 | Visits: 1.070

CGI::AppBuilder::Frame CGI::AppBuilder::Frame is a configuration initializer. SYNOPSIS use CGI::AppBuilder::Frame; my $ab = CGI::AppBuilder::Frame- >new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab- >start_app($0, %ARGV); print $ab- >disp_form($q, $ar); This class provides methods for reading... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::AppBuilder::Frame Download

Added: October 06, 2010 | Visits: 1.292

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 20, 2010 | Visits: 951

pp2html pp2html is a PerlPoint to HTML converter. SYNOPSIS pp2html --help pp2html [@options_file] [options] slide_text pp2html creates a set of HTML files for a foilset based on a simple textfile slide_text. Due to its formatting features and the capability of creating navigation, table of... Platforms: *nix

License: Freeware Size: 460.8 KB Download (93): pp2html Download

Released: September 05, 2014  |  Added: July 04, 2016 | Visits: 12.329

1site (LITE) Leading professional and easy to use integrated Web editor and Web publishing tool. You can make fancy Websites and Internet pages quickly, as it includes everything you need to create and maintain business or personal Web site. With 1SITE you will create Internet pages quickly and... Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 1.89 MB Download (1006): 1site (LITE) Download

Added: May 15, 2010 | Visits: 835

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: September 17, 2010 | Visits: 1.891

Rule Set Based Access Control Rule Set Based Access Control (RSBAC) is a Free Software security extension for current Linux kernels. Rule Set Based Access Control is based on the Generalized Framework for Access Control (GFAC) by Abrams and LaPadula and provides a flexible system of access control based on several modules.... Platforms: *nix

License: Freeware Size: 368.64 KB Download (102): Rule Set Based Access Control Download

Added: May 05, 2010 | Visits: 1.176

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: March 03, 2010 | Visits: 1.189

Set::CrossProduct Set::CrossProduct is a Perl module that allows you to work with the cross product of two or more sets. SYNOPSIS my $iterator = Set::CrossProduct->new( ARRAY_OF_ARRAYS ); # get the next tuple my $number_of_tuples = $iterator->cardinality; # get the next tuple my $tuple = $iterator->get;... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Set::CrossProduct Download

Added: August 07, 2010 | Visits: 892

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2... Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: March 27, 2010 | Visits: 1.050

HTML::Template::Set HTML::Template::Set is a HTML::Template extension that adds set support. SYNOPSIS in your HTML: < TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET > < TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET > < HTML > < HEAD > < TITLE >< TMPL_VAR NAME="title" >< /TITLE > < /HEAD > <... Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): HTML::Template::Set Download

Added: May 15, 2010 | Visits: 1.191

Set::Partition Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. SYNOPSIS use Set::Partition; my $s = Set::Partition->new( list => [qw(a b c d e)], partition => [2, 3], ); while (my $p = $s->next) { print join( , map { "(@$_)" } @$p ), $/; } # produces... Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Set::Partition Download

Added: October 14, 2010 | Visits: 1.024

Set::Infinite Set::Infinite Perl module contains sets of intervals. SYNOPSIS use Set::Infinite; $set = Set::Infinite->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set... Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite Download

Added: October 17, 2010 | Visits: 2.117

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and... Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite::Basic Download

Added: October 07, 2010 | Visits: 1.253

Packet Construction Set 0.5 Packet Construction Set is a set of Python modules and objects that make building network protocol code easier for the protocol developer. The core of the system is the pcs module itself which provides the necessary functionality to create classes that implement packets. Installation... Platforms: *nix

License: Freeware Size: 368.64 KB Download (105): Packet Construction Set 0.5 Download

Added: June 07, 2010 | Visits: 1.004

VideoDog VideoDog software was a kind of video /bin/cat, to grab a single frame of a video4linux device or set some pictures default. Now it evolved into a complete image capture/processing environment, with a simple and clean API, and using almost no external libs. It works with linuxs v4l subsystem,... Platforms: *nix

License: Freeware Size: 133.12 KB Download (107): VideoDog Download

Added: November 10, 2010 | Visits: 1.090

Set::Integer::Gapfillers Set::Integer::Gapfillers is a Perl module that can fill in the gaps between integer ranges. SYNOPSIS use Set::Integer::Gapfillers; $gf = Set::Integer::Gapfillers->new( lower => -12, upper => 62, sets => [ [ 1, 17 ], # Note: Use comma, not [ 25, 42 ], # range operator (..) [ 44, 50 ],... Platforms: *nix

License: Freeware Size: 17.41 KB Download (101): Set::Integer::Gapfillers Download

Added: August 27, 2010 | Visits: 1.132

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [... Platforms: *nix

License: Freeware Size: 28.67 KB Download (101): Rose::Class::MakeMethods::Set Download

Added: March 02, 2010 | Visits: 1.284

Para::Frame Para::Frame is a system to use for dynamic web sites. Para::Frame runs as a backend daemon taking page requests from a Apache mod_perl client and returns a HTTP response. The URLs in the site corresponds to templates for displaying information. Operations on the data is put in perl modules... Platforms: *nix

License: Freeware Size: 112.64 KB Download (107): Para::Frame Download

Added: January 26, 2010 | Visits: 1.418

Jet Set Willy X Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. Jet Set Willy X is heavily inspired by Jet Set Willy. There are no guardians and ropes, but the animation is twice as fast, absolutely smooth, and there is a 2-channel background tune. The rooms are 20... Platforms: *nix

License: Freeware Download (152): Jet Set Willy X Download

Added: October 27, 2010 | Visits: 1.095

Net::Stomp::Frame Net::Stomp::Frame is a STOMP Frame. SYNOPSIS use Net::Stomp::Frame; my $frame = Net::Stomp::Frame->new( { command => $command, headers => $headers, body => $body, } ); my $frame = Net::Stomp::Frame->parse($string); my $string = $frame->as_string; This module encapsulates a Stomp... Platforms: *nix

License: Freeware Size: 6.14 KB Download (127): Net::Stomp::Frame Download

1 2 3 4 5 >