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

Mypackage software
 

Mypackage

Added: November 27, 2010 | Visits: 735

Class::Driver EXAMPLE # This is a really long synopsis, but hopefully it will give you an idea... package MyPackage; use Class::Driver; use base q(Class::Driver); our %drivers; return 1; sub new { my($class, %args) = @_; die "mime_type is required" unless($args{mime_type}); die "no driver to... Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Class::Driver Download

Added: July 22, 2013 | Visits: 402

Ravenel Ravenel is a Perl module that can generate a code to generate this page as well. Simply point your function to an external package, give it a name attribute, and turn the dynamic option off, and you're off to the races. Let me be clear, when "dynamic" is set to 0, this module will take a... Platforms: *nix

License: Freeware Size: 30.72 KB Download (34): Ravenel Download

Added: July 03, 2010 | Visits: 452

Blatte::Builtins Blatte::Builtins is a Perl module with Blatte-callable intrinsics. SYNOPSIS package MyPackage; use Blatte::Builtins; eval(...compiled Blatte program...); This module defines the standard Blatte-callable intrinsic functions. A Blatte intrinsic is simply a Perl subroutine that (a) has... Platforms: *nix

License: Freeware Size: 31.74 KB Download (87): Blatte::Builtins Download

Added: July 04, 2010 | Visits: 1.632

OpenInteract2::Manual::Tutorial OpenInteract2::Manual::Tutorial is a Perl module that will teach learn you how to create and modify a package. SYNOPSIS This tutorial will show you the different methods for creating a package and how to maintain them. CREATING THE PACKAGE A word on the example For our example were... Platforms: *nix

License: Freeware Size: 931.84 KB Download (99): OpenInteract2::Manual::Tutorial Download

Added: June 19, 2010 | Visits: 701

OpenInteract2::Config::Initializer OpenInteract2::Config::Initializer is a Perl module for observable configuration initialization events. SYNOPSIS # Add an initializer in your package.conf name mypackage version 1.10 ... config_watcher OpenInteract2::MyInitializerSpops config_watcher OpenInteract2::MyInitializerAction... Platforms: *nix

License: Freeware Size: 931.84 KB Download (86): OpenInteract2::Config::Initializer Download

Added: March 07, 2010 | Visits: 835

Gconfigure Gconfigure is a shell-script that allows for a more easy building of programs for sources. If you want to build a tarball, youll usually execute: tar -xzvf mypackge.tar.gz cd mypackage less INSTALL less README ./configure --help ./configure --prefix=/usr -sysconfdir=/etc/gnome... Platforms: *nix

License: Freeware Size: 12.29 KB Download (87): Gconfigure Download

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: June 27, 2010 | Visits: 976

Net::Server Net::Server is an extensible, general Perl server engine. SYNOPSIS #!/usr/bin/perl -w -T package MyPackage; use Net::Server; @ISA = qw(Net::Server); sub process_request { #...code... } MyPackage->run(port => 160); exit;. Platforms: *nix

License: Freeware Size: 81.92 KB Download (132): Net::Server Download

Added: September 16, 2013 | Visits: 377

UniqueFuncNames UniqueFuncNames - Check uniqueness of function namesIf you install a large 3rd party toolbox, the file names may interfere with other installed toolboxes. This simple funtion compares the names of all M-, P- and Mex-files found in the Matlab path and displays non-unique names.P- and Mex-files... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): UniqueFuncNames Download

Added: August 17, 2013 | Visits: 362

Making MATLAB Swing More GImport supports the import of Java Swing-based GUIs. These can be designed by hand or by using one of the many free GUI designers such as those in Eclipse, NetBeans or IntelliJ IDEA.If you find MATLAB GUIDE-designed GUIs limiting, GImport may be what you are looking for.To import a GUI simply... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 430.08 KB Download (48): Making MATLAB Swing More Download

Added: May 11, 2013 | Visits: 284

NameSpace scoping operator Sometimes, I will receive a directory full of many interdependent mfiles from a colleague. I must install all the files on the path for the main files to work, which means I must also worry that some of these files have the same name as one of my own and will result in file name conflict.As a... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): NameSpace scoping operator Download

Added: November 24, 2013 | Visits: 618

lizard-ui lizard-ui provides a basic Django user interface, so a base Django template and some CSS + javascript. We designed it at Nelen & Schuurmans for our geographical information websites (with water management information). Choices, requirements, assumptions Lizard-ui is opinionated: it makes... Platforms: *nix

License: Freeware Size: 2.29 MB Download (43): lizard-ui Download

Added: August 29, 2013 | Visits: 595

pip for linux pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well. Differences From easy_install pip cannot install some packages. Specifically: * It cannot install from eggs. It only... Platforms: *nix

License: Freeware Size: 71.68 KB Download (32): pip for linux Download