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

Macbeth Synopsis freeware
Filter: All | Freeware | Demo
 

Macbeth Synopsis

< 1 2 3 4 5 > 
Added: May 19, 2010 | Visits: 807

DCE::RPC SYNOPSIS use DCE::RPC; use Authen::Perl::NTLM qw(lm_hash nt_hash); use constant DCOM_IREMOTEACTIVATION => pack("H32", "B84A9F4D1C7DCF11861E0020AF6E7C57"); use constant DCOM_IF_VERSION => 0x00; use constant DCOM_XFER_SYNTAX => pack("H32", "045D888AEB1CC9119FE808002B104860"); use constant...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): DCE::RPC Download

Added: October 19, 2010 | Visits: 831

UNIVERSAL::derived_classes SYNOPSIS require UNIVERSAL::derived_classes; package A; package B; @ISA = qw( A ); package C; @ISA = qw( B ); package main; my @derived_classes = A->derived_classes; # B, C my @derived_classes_reversed = A->derived_classes_reversed; # C, B UNIVERSAL::derived_classes provides the...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (97): UNIVERSAL::derived_classes Download

Released: January 15, 2013  |  Added: January 15, 2013 | Visits: 441

yWriter5 Novel writing software - break your novel down into chapters and scenes, produce auto synopsis and summaries, allocate viewpoint and secondary characters, include notes, locations and items. Free software from the author of the Hal Spacejock series.


Platforms: Windows

License: Freeware Size: 870 KB Download (423): yWriter5 Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 426

AutoSummary Semantic Analysis Engine AutoSummary uses Natural Language Processing to generate a contextually-relevant synopsis of plain text. It uses statistical and rule-based methods for part-of-speech tagging, word sense disambiguation, sentence deconstruction and semantic analysis.


Platforms: Windows, Mac, Linux

License: Freeware Size: 48.1 KB Download (45): AutoSummary Semantic Analysis Engine Download

Released: March 31, 2013  |  Added: June 02, 2013 | Visits: 607

Sceneum Docu A screenplay is the textual basis for a film which contains detailed information for each scene. There aren't very many films that can be completed without a script. Filmmakers need a script for feature films, industrial films, commissioned productions and documentaries. Sceneum Docu is the only...


Platforms: Windows, Mac

License: Freeware Size: 7.15 MB Download (73): Sceneum Docu Download

Added: September 25, 2013 | Visits: 334

Test::Database Quoting Michael Schwern: There's plenty of modules which need a database, and they all have to be configured differently and they're always a PITA when you first install and each and every time they upgrade. User setup can be dealt with by making Test::Database a build dependency. As part of...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (39): Test::Database Download

Added: June 23, 2013 | Visits: 240

PDF::Kit PDF::Kit is a collection of subroutines to be used with PDF::API2. SYNOPSIS use PDF::Kit;


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): PDF::Kit Download

Added: June 18, 2013 | Visits: 250

Acme::UNIVERSAL::cannot Acme::UNIVERSAL::cannot - Just so that Acme::LOLCat->cannot('has') SYNOPSIS ^ use Acme::UNIVERSAL::cannot; use Acme::LOLCat; # Should be fixed in 0.0.5 hopefully. Acme::LOLCat->cannot('has'); Acme::LOLCat->can't('has'); Acme::LOLCat->cant('has'); BLAME ^ ElPenguin made me do it....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Acme::UNIVERSAL::cannot Download

Added: August 22, 2008 | Visits: 854

ClipCollect ClipCollect is a Clipboard Manager, formatting Editor, Note Database and Website Builder. It can extract, auto format, edit, assemble and save plain text notes in the easiest possible way to build your personal database and export it as HTML. Gathering data with ClipCollect means creating a...


Platforms: Windows

License: Freeware Size: 1.05 MB Download (98): ClipCollect Download

Added: January 18, 2010 | Visits: 972

RDFStore::Parser::SiRPAC RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat. SYNOPSIS use RDFStore::Parser::SiRPAC; use RDFStore::NodeFactory; my $p=new RDFStore::Parser::SiRPAC( ErrorContext => 2, Handlers => { Init => sub { print...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): RDFStore::Parser::SiRPAC Download

Added: January 18, 2010 | Visits: 986

Benchmark::Forking Benchmark::Forking is a Perl module to run benchmarks in separate processes. SYNOPSIS use Benchmark::Forking qw( timethis timethese cmpthese ); timethis ($count, "code"); timethese($count, { Name1 => sub { ...code1... }, Name2 => sub { ...code2... }, }); cmpthese($count, { Name1 =>...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Benchmark::Forking Download

Added: January 18, 2010 | Visits: 829

ReleaseAction ReleaseAction - call actions upon release. SYNOPSIS use ReleaseAction on_release; { # OO style my $handle = ReleaseAction->new( sub {print "Exiting scopen"} ); print "In scopen"; } { # Functional style my $handle = on_release {print "Exiting scopen"}; print "In scopen"; } { my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): ReleaseAction Download

Added: January 18, 2010 | Visits: 1.172

Circa::Indexer Circa::Indexer is a Perl module that provides functions to administrate Circa, a www search engine running with Mysql. SYNOPSIS use Circa::Indexer; my $indexor = new Circa::Indexer; die "Erreur à la connection MySQL:$DBI::errstrn" if (!$indexor->connect); $indexor->create_table_circa;...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (96): Circa::Indexer Download

Added: January 18, 2010 | Visits: 1.368

Filesys::SmbClient Filesys::SmbClient is a Perl interface for access Samba filesystem with libsmclient.so SYNOPSIS use POSIX; use Filesys::SmbClient; my $smb = new Filesys::SmbClient(username => "alian", password => "speed", workgroup => "alian", debug => 10); # Read a file my $fd =...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (109): Filesys::SmbClient Download

Added: January 18, 2010 | Visits: 1.442

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.147

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.976

Games::SGF::Tournament Games::SGF::Tournament is a Perl module for tournament statistics generator. SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score())); Smart Go Format (SGF) is a file format used to store game records of two player...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (135): Games::SGF::Tournament Download

Added: January 18, 2010 | Visits: 900

Tk::ToolBar Tk::ToolBar is a toolbar widget for Perl/Tk. SYNOPSIS use Tk; use Tk::ToolBar; my $mw = new MainWindow; my $tb = $mw->ToolBar(qw/-movable 1 -side top -indicatorcolor blue/); $tb->ToolButton (-text => Button, -tip => tool tip, -command => sub { print "hin" }); $tb->ToolLabel (-text...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (92): Tk::ToolBar Download

Added: January 18, 2010 | Visits: 1.189

Geography::Countries Geography::Countries is a Perl module with 2-letter, 3-letter, and numerical codes for countries. SYNOPSIS use Geography::Countries; $country = country DE; # Germany @list = country 666; # (PM, SPM, 666, # Saint Pierre and Miquelon, 1) This module maps country names, and their 2-letter,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Geography::Countries Download

Added: January 18, 2010 | Visits: 936

RFC::RFC822::Address RFC::RFC822::Address is a Perl module for RFC 822 style address validation. SYNOPSIS use RFC::RFC822::Address qw /valid/; print "Validn" if valid abigail@example.com; This module checks strings to see whether they are have the valid syntax, as defined in RFC 822 [1]. One subroutine,...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): RFC::RFC822::Address Download

< 1 2 3 4 5 >