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

I Pod Robot software
Filter: All | Freeware | Demo
 

I Pod Robot

< 1 2 3 4 5 > 
Added: February 19, 2010 | Visits: 694

Pod::InComments Pod::InComments is a Perl extension for extracting POD documentation from comments in config file. SYNOPSIS use Pod::InComments; my $podparser = Pod::InComments->new( comment => ; ); $podparser->ParseFile( $my_config_file ); $podparser->Pod2Hash(); my $helptext = $podparser->Pod4Section(... Platforms: *nix

License: Freeware Size: 5.12 KB Download (86): Pod::InComments Download

Added: June 21, 2010 | Visits: 799

Pod::DocBook Pod::DocBook is a Perl module to convert pod files to DocBook SGML. SYNOPSIS use Pod::DocBook; pod2docbook( [options] ); Converts files from pod format ( see perlpod ) to DocBook format. It can automatically generate indexes (but SGML does this better) and cross-references.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (88): Pod::DocBook Download

Added: October 24, 2010 | Visits: 1.344

Pod::Simple::Wiki Pod::Simple::Wiki is a class for creating Pod to Wiki filters. SYNOPSIS To create a simple filter to convert from Pod to a wiki format: #!/usr/bin/perl -w use strict; use Pod::Simple::Wiki; my $parser = Pod::Simple::Wiki->new(kwiki); if (defined $ARGV[0]) { open IN, $ARGV[0] or die... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Pod::Simple::Wiki Download

Added: April 08, 2010 | Visits: 1.137

Play What I Mean Play What I Mean project allows a user to, from a single commandline or terminal, enter a string, or list of strings, that represent what he/she wishes to have played by whatsoever media player he chooses, the default being MPlayer, and then having that particular item be found and played. What... Platforms: *nix

License: Freeware Size: 55.3 KB Download (93): Play What I Mean Download

Added: August 15, 2010 | Visits: 931

i.Task i.Task is a little task viewer for Linux. Source is included under the LGPL license. The distribution includes binaries for GCC3 based systems and the source code. The external library Lgi is required to build from the source, but a binary of that is included. Whats New in This Release: -... Platforms: *nix

License: Freeware Size: 696.32 KB Download (102): i.Task Download

Added: September 19, 2010 | Visits: 919

OODoc::Format::Pod OODoc::Format::Pod is a Perl module to produce POD pages from the doc tree. INHERITANCE OODoc::Format::Pod is an OODoc::Format is an OODoc::Object OODoc::Format::Pod is extended by OODoc::Format::Pod2 SYNOPSIS my $doc = OODoc->new(...); $doc->create ( pod , format_options =>... Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): OODoc::Format::Pod Download

Added: August 15, 2010 | Visits: 755

Pod::SAX Pod::SAX is a SAX parser for Pod. SYNOPSIS my $h = XML::SAX::Writer->new(); my $p = Pod::SAX->new( Handler => $h ); $p->parse_uri(perlpodspec.pod); Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often youll use to turn into... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Pod::SAX Download

Added: April 05, 2010 | Visits: 765

Pod::XML Pod::XML is a Perl module to convert POD to XML. SYNOPSIS use Pod::XML; my $parser = Pod::XML->new(); $parser->parse_from_file("foo.pod"); This module uses Pod::Parser to parse POD and generates XML from the resulting parse stream. It uses its own format, described below.. Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Pod::XML Download

Added: August 27, 2010 | Visits: 1.380

I Hear U I Hear U is a Voice over IP (VoIP) application for Linux and it creates an audio stream between two computers in the easiest way and with the minimal traffic on the network.. Mp3Wrap Project Homepage Platforms: *nix

License: Freeware Size: 256 KB Download (105): I Hear U Download

Added: October 19, 2010 | Visits: 1.287

i.Mage 1.00 Beta i.Mage is a small and fast graphics editor slanted towards quite and easy pixel editing, ala DPaint from the DOS/Amiga days. i.Mage project is not designed to compete with the other graphics programs out there, there are plenty that do a much better job than i.Mage. However it starts in under... Platforms: *nix

License: Freeware Size: 860.16 KB Download (214): i.Mage 1.00 Beta Download

Added: January 02, 2010 | Visits: 1.043

i.File 0.2 i.File is a file manager for Linux written for the Windows refugees that are arriving in Linux only to find that the state of the user interface is rather poor. I personally somewhat fall into this catagory, although more as a power user than the average Joe. Both the leading file managers for... Platforms: *nix

License: Freeware Size: 798.72 KB Download (97): i.File 0.2 Download

Added: July 03, 2010 | Visits: 1.273

Useful Terminal I/O Library The Useful Terminal I/O library is a an alternative to ncurses for working with terminfo-defined terminals. Included are raw terminfo string access and output, an efficient buffered output system, and a keyboard driver. Whats New in This Release: - This release fixes some problems when... Platforms: *nix

License: Freeware Size: 55.3 KB Download (116): Useful Terminal I/O Library Download

Added: July 24, 2010 | Visits: 774

Pod::HTML_Elements Pod::HTML_Elements is a Perl module to convert POD to tree of LWPs HTML::Element and hence HTML or PostScript. SYNOPSIS use Pod::HTML_Elements; my $parser = new Pod::HTML_Elements; $parser->parse_from_file($pod,foo.html); my $parser = new Pod::HTML_Elements PostScript => 1;... Platforms: *nix

License: Freeware Size: 9.22 KB Download (88): Pod::HTML_Elements Download

Added: November 16, 2010 | Visits: 956

Pod::Hlp Pod::Hlp is a Perl module that can convert POD data to formatted VMS HLP Help module text. SYNOPSIS use Pod::Hlp; pod2hlp("perlfunc.pod",$top_help_level,*Filehandle); Also: pod2hlp < input.pod Also: perl pod2hlb Pod::Hlp is a module that can convert documentation in the POD format... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Pod::Hlp Download

Added: January 17, 2010 | Visits: 845

Pod::Dsr Pod::Dsr is a Perl module Convert POD data to formatted DSR input SYNOPSIS use Pod::Dsr; my $parser = Pod::Dsr->new (release => $VERSION, section => 8); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to file.1.... Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Pod::Dsr Download

Added: May 05, 2010 | Visits: 1.863

Open RObot COntrol Software Open RObot COntrol Software (Orocos) framework applies software patterns in C++ to achieve real-time execution of software components and provides an infrastructure to quickly integrate them in a real-time operating system such as RTAI or RTLinux, although it can be tested on normal Linux... Platforms: *nix

License: Freeware Size: 3 MB Download (142): Open RObot COntrol Software Download

Added: September 10, 2010 | Visits: 731

Pod::PP Pod::PP is a POD pre-processor. SYNOPSIS # normally used via the podpp script require Pod::PP; my $pp = Pod::PP->make( -incpath => [h, h/sys], -symbols => { DIR => "/var/www", TMPDIR => "/var/tmp" }, ); $pp->parse_from_filehandle(*STDIN); $pp->parse_from_file("file.pp"); The... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Pod::PP Download

Added: January 11, 2010 | Visits: 959

I-cons I-cons are easy to read, clear-looking and (allmost) configurable set of SuperKaramba themes, together making desktop look nice (i hope). Each widget has a number of config options. From these, i would mention "3/4 size widget", which makes widget switch icons and texts sizes, so widget became... Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): I-cons Download

Added: October 20, 2010 | Visits: 946

Pod::PlainText Pod::PlainText is a Perl module that can convert POD data to formatted ASCII text. SYNOPSIS use Pod::PlainText; my $parser = Pod::PlainText->new (sentence => 0, width => 78); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to... Platforms: *nix

License: Freeware Size: 96.26 KB Download (101): Pod::PlainText Download

Added: November 25, 2010 | Visits: 733

Pod::Simple::PullParser Pod::Simple::PullParser is a pull-parser interface to parsing Pod. SYNOPSIS my $parser = SomePodProcessor->new; $parser->set_source( "whatever.pod" ); $parser->run; Or: my $parser = SomePodProcessor->new; $parser->set_source( $some_filehandle_object ); $parser->run; Or: my $parser =... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Pod::Simple::PullParser Download

< 1 2 3 4 5 >