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 49.597.129 Times

Math Quiz Template software
Filter: All | Freeware | Demo
 

Math Quiz Template

< 1 2 3 4 5 
Added: March 27, 2010 | Visits: 1.037

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 (88): HTML::Template::Set Download

Added: July 05, 2010 | Visits: 936

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...





Platforms: *nix

License: Freeware Size: 18.43 KB Download (88): Math::HashSum Download

Added: September 13, 2010 | Visits: 1.191

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): Math::Numbers Download

Added: July 03, 2010 | Visits: 828

Template::Plugin::Data::HTMLDumper Template::Plugin::Data::HTMLDumper is a template toolkit plugin interface to Data::HTMLDumper. SYNOPSIS [% USE Data.HTMLDumper %] [% Data.HTMLDumper.dump(myvar) %] A very simple Template Toolkit Plugin Interface to the Data::HTMLDumper module. The Data::HTMLDumper module displays output...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (96): Template::Plugin::Data::HTMLDumper Download

Added: November 05, 2010 | Visits: 1.050

Dicop::Item::Template Dicop::Item::Template is an object defining Dicop::Item subclasses. SYNOPSIS use Dicop::Request::Template push @templates, Dicop::Item::Template->new ( class => Dicop::Item::Subclass, fields => "name => { maxlen => 128, def => some name }", );.


Platforms: *nix

License: Freeware Size: 112.64 KB Download (120): Dicop::Item::Template Download

Added: April 23, 2010 | Visits: 1.170

Template::Magic Template::Magic is a Perl module for magic merger of runtime values with templates. SYNOPSIS Just add these 2 magic lines to your code... use Template::Magic; Template::Magic->new->print( /path/to/template ); to have all your variable and subroutines merged with the template file, or set...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (143): Template::Magic Download

Added: March 12, 2010 | Visits: 1.339

Template::Magic::HTML Template::Magic::HTML Perl module contains HTML handlers for Template::Magic used in a HTML environment. SYNOPSIS $tm = new Template::Magic::HTML ; # that means $tm = new Template::Magic markers => HTML , value_handlers => HTML ; # that explicitly means $tm = new Template::Magic...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (104): Template::Magic::HTML Download

Added: August 26, 2010 | Visits: 1.051

Bundle::Template::Magic Bundle::Template::Magic is a bundle to install MagicTemplate distribution plus all related extensions and prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Template::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (91): Bundle::Template::Magic Download

Added: October 17, 2010 | Visits: 932

Template::Plugin::MP3 Template::Plugin::MP3 is a Perl interface to the MP3::Info Module. SYNOPSIS [% USE mp3 = MP3("Montana.mp3") %] [% mp3.title %] [% mp3.album %] # perldoc MP3::Info for more ideas Template::Plugin::MP3 provides a simple wrapper for using MP3::Info in object oriented mode; see MP3::Info...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (91): Template::Plugin::MP3 Download

Added: July 08, 2010 | Visits: 1.484

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (123): Math::CDF Download

Added: February 27, 2010 | Visits: 1.092

Template::Multilingual Template::Multilingual is a Perl module with multilingual templates for Template Toolkit. SYNOPSIS This subclass of Template Toolkits Template class supports multilingual templates: templates that contain text in several languages. < t > < en >Hello!< /en > < fr >Bonjour !< /fr > < /t >...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Template::Multilingual Download

Added: February 09, 2010 | Visits: 1.074

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (104): Math::Vec Download

Added: July 01, 2010 | Visits: 745

Template::Plugin::HtmlToText Template::Plugin::HtmlToText is a plugin interface to HTML::FormatText. SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. [% USE HtmlToText %] # use html2text FILTER to var myhtml or myhtmltext [% myhtml FILTER html2text(leftmargin => 0, rightmargin => 50)...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Template::Plugin::HtmlToText Download

Added: February 26, 2010 | Visits: 1.165

Math::Telephony::ErlangC Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. SYNOPSIS use Math::Telephony::ErlangC; # Evaluate probability that a service request will have to wait $wprob = wait_probability($traffic, $servers); # Probability that the wait time will be less than a fixed maximum...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): Math::Telephony::ErlangC Download

Added: March 09, 2010 | Visits: 1.205

Math::Telephony::ErlangB Math::Telephony::ErlangB is a Perl extension for Erlang B calculations. SYNOPSIS use Math::Telephony::ErlangB qw( :all ); # Evaluate blocking probability $bprob = blocking_probability($traffic, $servers); $gos = gos($traffic, $servers); # Same result as above # Dimension minimum number...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (253): Math::Telephony::ErlangB Download

Added: March 18, 2010 | Visits: 812

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): Math::Expr Download

Added: April 24, 2010 | Visits: 766

Math::BaseCalc Math::BaseCalc is a Perl module that can convert numbers between various bases. SYNOPSIS use Math::BaseCalc; my $calc = new Math::BaseCalc(digits => [0,1]); #Binary my $bin_string = $calc->to_base(465); # Convert 465 to binary $calc->digits(oct); # Octal my $number =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Math::BaseCalc Download

Added: November 20, 2010 | Visits: 1.053

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Math::BaseArith Download

Added: March 09, 2010 | Visits: 702

Template::Plugin::NoFollow Template::Plugin::NoFollow is a TT filter to add rel="nofollow" to all HTML links. SYNOPSIS [% use NoFollow %] ... [% FILTER nofollow %] Google [% END %] ... [% text | nofollow %] Template::Plugin::NoFollow is a filter plugin for TT, which adds rel="nofollow" to all HTML links found...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Template::Plugin::NoFollow Download

Added: October 23, 2010 | Visits: 888

HCKit::Template HCKit::Template is a Perl module with a template system for HTML construction. This module constructs an HTML page from a template. The conversion proceeds with the help of rewrite rules and data sources. Rewrite rules can be specified in the template file itself, or in the Perl script. Data...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (90): HCKit::Template Download

< 1 2 3 4 5