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

Functions Shipped freeware
Filter: All | Freeware | Demo
 

Functions Shipped

< 1 2 3 4 5 
Added: July 16, 2010 | Visits: 937

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Added: June 08, 2010 | Visits: 817

Template::Plugin::Java::Utils Template::Plugin::Java::Utils is a Perl module with utility functions for Template::Plugin::Java. SYNOPSIS use Template::Plugin::Java::Utils qw/list of subroutines to import/; SUBROUTINES createTemplate Creates a new Template with reasonable options. parseOptions Replaces c_c with...





Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Template::Plugin::Java::Utils Download

Added: May 26, 2010 | Visits: 923

AIX::Perfstat AIX::Perfstat is a Perl wrapper for perfstat() functions. SYNOPSIS use AIX::Perfstat; $cput = AIX::Perfstat::cpu_total(); $diskt = AIX::Perfstat::disk_total(); $netift = AIX::Perfstat::netinterface_total(); $memoryt = AIX::Perfstat::memory_total(); $num_cpus = AIX::Perfstat::cpu_count();...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (118): AIX::Perfstat Download

Added: May 11, 2010 | Visits: 1.204

QuikWiki QuikWiki project is a Perl CGI Wiki that supports normal Wiki functions like browsing, creating, and editing Web pages. Additionally, QuikWiki supports inline image display, text markup, RCS revisions, and page templates. Whats New in This Release: - This release features better handling of...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): QuikWiki Download

Added: May 10, 2010 | Visits: 812

classes::Test classes::Test are functions to help with classes pragma testing. SYNOPSIS can_new can_set_get has_decl has_class_const has_mixins has_mixins_hash is_classes MyClass; is_classes main; is_throwable X::Mine; is_classes_exc X::Mine; Generic tests based on Test::Builder designed to...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (99): classes::Test Download

Added: July 18, 2010 | Visits: 778

AFS::Utils AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. SYNOPSIS use AFS::Utils qw ( XSVERSION get_server_version get_syslib_version setpag sysname unlog ); my $ok = setpag(); print "Return Code = $okn"; print XS-Version = , XSVERSION, "n"; print Syslib...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (101): AFS::Utils Download

Added: July 01, 2010 | Visits: 526

Registry J2SE Registry J2SE is a library that provides lightweight registry functions for both Hibernate2 and Hibernate3 configurations..


Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Registry J2SE Download

Added: January 23, 2010 | Visits: 701

Velocity2Js Velocity2Js is a program which can generate JavaScript functions out of Apache Velocity templates. These functions can be used in AJAX based Web applications. Velocity2Js provides an ant task to integrate template transformation in an existing build process. Whats New in This Release: -...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Velocity2Js Download

Added: August 21, 2010 | Visits: 1.242

MIDI::Opus MIDI::Opus are functions and methods for MIDI opuses. SYNOPSIS use MIDI; # uses MIDI::Opus et al foreach $one (@ARGV) { my $opus = MIDI::Opus->new({ from_file => $one, no_parse => 1 }); print "$one has ", scalar( $opus->tracks ) " tracksn"; } exit; MIDI::Opus provides a constructor and...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (164): MIDI::Opus Download

Added: January 13, 2010 | Visits: 668

B::Utils B::Utils is a helper functions for op tree manipulation. SYNOPSIS use B::Utils; These functions make it easier to manipulate the op tree. FUNCTIONS all_starts all_roots Returns a hash of all of the starting ops or root ops of optrees, keyed to subroutine name; the optree for main...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (98): B::Utils Download

Added: October 23, 2010 | Visits: 1.017

ASNMTAP::Asnmtap::Plugins::WebTransact ASNMTAP::Asnmtap::Plugins::WebTransact is a Perl module that provides WebTransact functions used by ASNMTAP-based plugins. SYNOPSIS use ASNMTAP::Asnmtap::Plugins::WebTransact; my @URLS = (); my $objectWebTransact = ASNMTAP::Asnmtap::Plugins::WebTransact->new ( $objectPlugins, @URLS );...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (95): ASNMTAP::Asnmtap::Plugins::WebTransact Download

Added: February 13, 2010 | Visits: 894

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): Apache::TestUtil Download

Added: March 01, 2010 | Visits: 750

Text::VisualWidth Text::VisualWidth is a Perl module that provides functions to treat half-width and full-width characters and display correct size of text in one line on terminals and mobile phones. You can know the visual width of any text and truncate text by the visual width. Now this module support EUC-JP...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (88): Text::VisualWidth Download

Added: September 24, 2010 | Visits: 1.063

Linux-HA Linux-HA provides a heartbeat and IP address takeover functions for a high-availability Linux cluster. The basic goal of the High Availability Linux project is to: Provide a high-availability (clustering) solution for Linux which promotes reliability, availability, and serviceability (RAS)...


Platforms: *nix

License: Freeware Size: 5.3 MB Download (95): Linux-HA Download

Added: December 10, 2013 | Visits: 766

Test::Unit Test::Unit, yes, the test framework shipped with ruby 1.8.x. Test::Unit 1.2.3 is the shipped with ruby 1.8.x version. Test::Unit 2.x is very improved version.


Platforms: Ruby

License: Freeware Size: 194.56 KB Download (101): Test::Unit Download

Added: May 15, 2010 | Visits: 1.131

Sajax Sajax is a simple toolkit to expose functions in your PHP scripts as JavaScript stubs. This can be called by the browser to do work on the server without refreshing the page. It utilizes XMLHttpRequest to make the magic happen. This kind of technology, generally known as remote scripting or...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (98): Sajax Download

Added: September 25, 2010 | Visits: 737

App::SVNBinarySearch App::SVNBinarySearch is a container for functions in the svn_binary_search program. SYNOPSIS No user-serviceable parts inside. svn_binary_search is all that should use this. CONFIGURATION AND ENVIRONMENT App::SVNBinarySearch requires no configuration files or environment variables..


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): App::SVNBinarySearch Download

Added: January 25, 2010 | Visits: 525

Graphing Functions Students find and plot solutions to parabolas, hyperbolas, and absolute value functions using an on-screen Cartesian plane and five moveable points.


Platforms: Mac

License: Freeware Size: 227 KB Download (96): Graphing Functions Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 572

AZR-Delta AZR-Delta is a small, easy to use application specially designed to lend you a hand when trying to solve Quadratic Functions. Basically you just enter the variables and let AZR-Delta take care of the rest. for WindowsAll


Platforms: Windows

License: Freeware Download (446): AZR-Delta Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 349

Notepad2 64-bit The original Notepad shipped with Windows is probably the handiest program of all times, small, fast, without frills! Notepad2 tries to follow this principle, being a fast, small and free text editor with syntax highlighting for HTML and other common languages. Features: Customizable syntax...


Platforms: Windows

License: Freeware Size: 379 KB Download (49): Notepad2 64-bit Download

< 1 2 3 4 5