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

Shell Scrap Object Handler software
Filter: All | Freeware | Demo
 

Shell Scrap Object Handler

< 1 2 3 4 5 > 
Added: July 10, 2010 | Visits: 1.060

XML::Handler::YAWriter XML::Handler::YAWriter is a yet another Perl SAX XML Writer. SYNOPSIS use XML::Handler::YAWriter; my $ya = new XML::Handler::YAWriter( %options ); my $perlsax = new XML::Parser::PerlSAX( Handler => $ya ); YAWriter implements Yet Another XML::Handler::Writer. The reasons for this one are... Platforms: *nix

License: Freeware Size: 25.6 KB Download (168): XML::Handler::YAWriter Download

Added: July 05, 2010 | Visits: 3.232

PHP Shell PHP Shell is a shell wrapped in a PHP script. PHP Shell is a tool you can use to execute arbitrary shell-commands or browse the filesystem on your remote webserver. This replaces, to a degree, a normal telnet-connection. You can use it for transferring your site as a compressed file, and then... Platforms: *nix

License: Freeware Size: 19.46 KB Download (532): PHP Shell Download

Added: February 13, 2010 | Visits: 1.213

CGI-Shell CGI-Shell provides a shell using CGI, so everyone who has a CGI directory on a Web server can also have a shell on it. It is something like telnet or SSH. How to install? make make install (you have to be root) How to uninstall? make uninstall (you have to be root) The server is... Platforms: *nix

License: Freeware Size: 225.28 KB Download (110): CGI-Shell Download

Added: June 03, 2010 | Visits: 707

Object::AutoAccessor Object::AutoAccessor is an accessor class by using AUTOLOAD. SYNOPSIS use Object::AutoAccessor; my $struct = { foo => { bar => { baz => BUILD OK, }, }, }; # Now lets easily accomplish it. my $obj = Object::AutoAccessor->build($struct); print $obj->foo->bar->baz; # prints BUILD OK... Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Object::AutoAccessor Download

Added: July 27, 2010 | Visits: 1.251

haserl 0.8.0 / Haserl is a small cgi wrapper that enables shell scripts to be embedded into html documents. haserl is intended for environments where something like PHP is too big. It was written for Linux, but is known to run on FreeBSD. It compiles to around 10K, and a typical case is to use it to write cgi... Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): haserl 0.8.0 / Download

Added: October 21, 2010 | Visits: 1.036

Term::Shell Term::Shell is a simple command-line shell framework. SYNOPSIS package MyShell; use base qw(Term::Shell); sub run_command1 { print "command 1!n"; } sub smry_command1 { "what does command1 do?" } sub help_command1 { < Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Term::Shell Download

Added: August 27, 2010 | Visits: 767

Query Object Framework QOF, the Query Object Framework, provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. Query Object Framework is unique in that it does NOT require SQL or any database at all to perform the query. Thus, it... Platforms: *nix

License: Freeware Size: 696.32 KB Download (87): Query Object Framework Download

Added: April 27, 2010 | Visits: 912

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);... Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Added: March 21, 2010 | Visits: 2.496

Php Object Generator Php Object Generator on short POG is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application. Over the years, we realized that a large portion of a PHP programmers time is wasted on repetitive coding of the Database... Platforms: *nix

License: Freeware Size: 1024 KB Download (283): Php Object Generator Download

Added: March 04, 2010 | Visits: 1.261

Portable Object Compiler Portable Object Compiler project consists of a set of Objective-C class libraries and a precompiler (translator) that generates plain C code.. Platforms: *nix

License: Freeware Size: 839.68 KB Download (108): Portable Object Compiler Download

Added: March 20, 2010 | Visits: 799

Software::Packager::Object Software::Packager::Object is a generic object data storage. SYNOPSIS use Software::Packager::Object; This module is used by Software::Packager for holding data for a each item added to the a software package. It provides an easy way of accessing the data for each object to be installed.... Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Object Download

Added: September 22, 2010 | Visits: 1.109

Software::Packager::Object::Aix Software::Packager::Object::Aix module it extends Software::Packager::Object and adds extra methods for use by the AIX software packager. FUNCTIONS LPP TYPE The LPP type for objects determines the type of LPP package created. If the objects destination is under /usr/share then the object is... Platforms: *nix

License: Freeware Size: 20.48 KB Download (111): Software::Packager::Object::Aix Download

Added: July 19, 2010 | Visits: 1.202

New Adventure Shell New Adventure Shell project is an adventure shell script. The New Adventure Shell is a script that turns your shell into a text adventure game. It ought to pose as little restrictions on normal shell use as possible, and allows as many adventure commands as possible. The script is intended... Platforms: *nix

License: Freeware Size: 70.66 KB Download (93): New Adventure Shell Download

Added: October 23, 2010 | Visits: 1.273

True3D*Shell True3D*Shell is an open source 3D desktop environment that allows users to experience 3D browsing in a virtual reality universe where information is organized in bubbles connected by pipes. True3D*Shell is based on POSIX, Win32, FreeGLUT, OpenGL and MQ4CPP, and runs on IA32 and IA64 SMP... Platforms: *nix

License: Freeware Size: 3.3 MB Download (103): True3D*Shell Download

Added: November 21, 2010 | Visits: 715

Object::PerlDesignPatterns Object::PerlDesignPatterns is a Perl architecture for structuring and refactoring large programs. SYNOPSIS lynx perldesignpatterns.html perldoc Object::PerlDesignPatterns ABSTRACT Documentation: Ideas for keeping programs fun to hack on even after they grow large. Object, lambda, hybrid... Platforms: *nix

License: Freeware Size: 563.2 KB Download (88): Object::PerlDesignPatterns Download

Added: July 15, 2010 | Visits: 1.431

Shell::Parser Shell::Parser is a simple shell script parser. SYNOPSIS use Shell::Parser; my $parser = new Shell::Parser syntax => bash, handlers => { }; $parser->parse(...); $parser->eof; This module implements a rudimentary shell script parser in Perl. It was primarily written as a backend for... Platforms: *nix

License: Freeware Size: 17.41 KB Download (176): Shell::Parser Download

Added: October 23, 2010 | Visits: 1.438

Syntax::Highlight::Shell Syntax::Highlight::Shell is a Perl module to highlight shell scripts. SYNOPSIS use Syntax::Highlight::Shell; my $highlighter = new Syntax::Highlight::Shell; $output = $highlighter->parse($script); If $script contains the following shell code: # an if statement if [ -f /etc/passwd ];... Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Syntax::Highlight::Shell Download

Added: September 24, 2010 | Visits: 1.071

Flash::FLAP::Object Flash::FLAP::Object is a Perl module translated from PHP Remoting v. 0.5b from the -PHP project. Package used for building and retreiving header and body information. Installation: 1a. If you have access to Macromedia Flash MX, load the docs/examples/cpu/CpuExample.fla file. Edit the... Platforms: *nix

License: Freeware Size: 440.32 KB Download (93): Flash::FLAP::Object Download

Added: May 20, 2010 | Visits: 610

LogSplitter LogSplitter is a log handler for Apache which combines the features of rotatelogs, splitlog and (in part) cronolog. LogSplitter allows to process all your virtual hosts logs with a single instance of the program, but keeping the benefits of having separate log files which dont need further... Platforms: *nix

License: Freeware Size: 70.66 KB Download (88): LogSplitter Download

Added: September 15, 2010 | Visits: 804

xen-shell xen-shell is a simple console application which allows you to easily allow the owner of a single Xen instance to control it, without the overhead of a web-based control panel. Using this shell users may: - Boot/Shutodwn their Xen guest. - Reboot their Xen guest. - Connect to the serial... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): xen-shell Download

< 1 2 3 4 5 >