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

Scalar Fields freeware
Filter: All | Freeware | Demo
 

Scalar Fields

1 2 3 4 5 > 
Added: April 15, 2010 | Visits: 843

fields::aliased fields::aliased is a Perl module that can create aliases for object fields. SYNOPSIS package MyPackage; use strict; use fields qw($scalar @array %hash); sub new { my $class = shift; my $self = fields::new($class); return $self; } sub mymethod { my MyPackage $self = shift; use... Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): fields::aliased Download

Added: March 07, 2010 | Visits: 951

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use... Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): Class::Struct::FIELDS Download

Added: September 17, 2013 | Visits: 435

Scalar Field Gradient Model The Scalar Field Gradient Model displays the gradient of a scalar field using a numerical approximation to the partial derivatives. This simple teaching model also shows how to display and model scalar and vector fields using EJS. The EJS Scalar Field Gradient Model was created using the Easy... Platforms: Mac

License: Freeware Size: 931.84 KB Download (36): Scalar Field Gradient Model Download

Added: April 10, 2010 | Visits: 803

Scalar::Defer Scalar::Defer is a Perl module to calculate values on demand. SYNOPSIS use Scalar::Defer; # exports defer and lazy my ($x, $y); my $dv = defer { ++$x }; # a deferred value (not memoized) my $lv = lazy { ++$y }; # a lazy value (memoized) print "$dv $dv $dv"; # 1 2 3 print "$lv $lv $lv";... Platforms: *nix

License: Freeware Size: 25.6 KB Download (89): Scalar::Defer Download

Added: May 25, 2010 | Visits: 880

Tie::Scalar::Sticky Tie::Scalar::Sticky is a Perl module with block assignments to scalars. SYNOPSIS use strict; use Tie::Scalar::Sticky; tie my $sticky, Tie::Scalar::Sticky; $sticky = 42; $sticky = ; # still 42 $sticky = undef; # still 42 $sticky = 0; # now its zero tie my $sticky, Tie::Scalar::Sticky... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Tie::Scalar::Sticky Download

Added: January 24, 2010 | Visits: 790

Scalar::MultiValue Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period. USAGE: With a period of 2: my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ; for(0..8)... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Scalar::MultiValue Download

Added: August 12, 2010 | Visits: 735

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be... Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: January 22, 2010 | Visits: 875

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: January 20, 2010 | Visits: 1.443

Crimson Fields Crimson Fields project is a tactical war game in the tradition of Battle Isle. The outcome of the war lies in your hands. You decide which units are sent to the front lines, and when to unleash the reserves. Your mission objectives range from defending strategically vital locations to simply... Platforms: *nix

License: Freeware Size: 798.72 KB Download (104): Crimson Fields Download

Added: October 22, 2010 | Visits: 1.101

Sort::Fields Sort::Fields is a Perl module that can sort lines containing delimited fields. SYNOPSIS use Sort::Fields; @sorted = fieldsort [3, 2n], @lines; @sorted = fieldsort +, [-1, -3, 0], @lines; $sort_3_2n = make_fieldsort [3, 2n], @lines; @sorted = $sort_3_2n->(@lines); Sort::Fields provides... Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Sort::Fields Download

Added: March 08, 2010 | Visits: 1.137

Resizeable Form Fields Resizeable Form Fields is an extension which allows you to resize HTML form fields, including textareas, select boxes and more. Resize HTML form fields, including textareas, select boxes, text fields, and iframes.. Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Resizeable Form Fields Download

Added: June 04, 2010 | Visits: 880

Variable::Strongly::Typed::Scalar Variable::Strongly::Typed::Scalar is Perl module for strongly typed scalar. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly =head1 DESCRIPTION. Platforms: *nix

License: Freeware Size: 10.24 KB Download (90): Variable::Strongly::Typed::Scalar Download

Added: November 24, 2010 | Visits: 924

Scalar Scalar is an addictive cross-platform puzzle game written in C++ using SDL library. The goal of the game is to assemble the picture from pieces. Each picture is divided into pieces which are shuffled. You need to get each piece back to its original position. You accomplish that by swapping... Platforms: *nix

License: Freeware Size: 2.6 MB Download (96): Scalar Download

Added: February 17, 2010 | Visits: 673

Scalar::Footnote Scalar::Footnote is a Perl module that can attach hidden scalars to references. SYNOPSIS use Data::Dumper; use Scalar::Footnote; my $obj = Foo->new; # attach invisible footnote to $obj: $obj->Scalar::Footnote::set( my_key => my footnote ); print Dumper( $obj ); # get it back: my... Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): Scalar::Footnote Download

Added: June 25, 2010 | Visits: 1.206

UnHide fields 0.2 for UnHide fields provides this extension allow you to view and edit hidden fields content. In computer science, data that has several parts can be divided into fields. For example, a computer may represent todays date as three distinct fields: the day, the month and the year. Programming... Platforms: *nix

License: Freeware Size: 13.31 KB Download (132): UnHide fields 0.2 for Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 756

Planar Vector Fields Planar Vector Fields is a small, simple, Java based application specially designed to help you plot planar vector fields. All you have to do is enter the needed data and let this simulation compile them. for WindowsAll Platforms: Windows

License: Freeware Download (459): Planar Vector Fields Download

Added: May 10, 2013 | Visits: 596

Verify Duplicate Fields Verify Duplicate Fields verifies that a typing error did not occur. Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (61): Verify Duplicate Fields Download

Added: May 10, 2013 | Visits: 613

Add New Product Fields Add new fields to your products... for books you can add Author, Publisher, ISBN fields.It works with easy populate too.This is a cumulative contribution based on the works of others before me. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (58): Add New Product Fields Download

Added: May 10, 2013 | Visits: 554

Product Extra Fields 2.0j This contribution allows people to add fields labeled the way they want, and then display them in the product page of the catalog. I've grabbed enough contributions, so i figured I owe the community this one.After this is added you can access the Product Extra Fields form in the Catalog section... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (51): Product Extra Fields 2.0j Download

Added: May 10, 2013 | Visits: 813

Add new products fields If the default fields are not enough for you ther have a look at this piece of code on how to add new products fields. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Add new products fields Download

1 2 3 4 5 >