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

Inverse Io Floater freeware
Filter: All | Freeware | Demo
 

Inverse Io Floater

< 1 2 3 4 5 > 
Added: March 05, 2010 | Visits: 802

IO::Multiplex IO::Multiplex is a Perl module that can manage IO on many file handles. SYNOPSIS use IO::Multiplex; my $mux = new IO::Multiplex; $mux->add($fh1); $mux->add(*FH2); $mux->set_callback_object(...); $mux->listen($server_socket); $mux->loop; sub mux_input { ... } IO::Multiplex is... Platforms: *nix

License: Freeware Size: 14.34 KB Download (104): IO::Multiplex Download

Added: October 03, 2010 | Visits: 820

IO::Prompt IO::Prompt is a Perl module to interactively prompt for user input. SYNOPSIS use IO::Prompt; while( prompt "next: " ) { print "You said $_n"; } By default, this module exports a single function prompt. It prompts the user to enter some input, and returns an object that represents the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): IO::Prompt Download

Added: November 22, 2010 | Visits: 1.538

CAD::Drawing::IO::Compressed CAD::Drawing::IO::Compressed is a Perl module to load and save compressed data. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "compressed" or $filename has a ".gz" extension (probably the best way.)... Platforms: *nix

License: Freeware Size: 39.94 KB Download (103): CAD::Drawing::IO::Compressed Download

Added: November 23, 2010 | Visits: 1.563

Improved offline web browsing Improved offline web browsing package contains: - improved / bug-fixed offline browsing for Konqueror and other application that use kde http io slaves. - Improved / bug-fixed web browsing for low-bandwidth connections. - Improved / bug-fixed detection of cross-domain requests - Referer-Urls... Platforms: *nix

License: Freeware Size: 19.46 KB Download (103): Improved offline web browsing Download

Added: January 25, 2010 | Visits: 1.164

Data Rate Calculator Data Rate Calculator calculates data rates and storage requirements for a given video size, format, and frame rate.It's great for both KONA and Io users as a resource for configuring systems and determining storage requirements. Platforms: Mac

License: Freeware Download (103): Data Rate Calculator Download

Added: July 21, 2010 | Visits: 1.105

Scalable OpenGroupware.org (Inverse edition) Scalable OpenGroupware.org (SOGo in short) is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server. We are constantly improving functionnalities and the user experience. So far, we improved the user interface to use AJAX and we focused on the integration of... Platforms: *nix

License: Freeware Download (102): Scalable OpenGroupware.org (Inverse edition) Download

Added: September 06, 2010 | Visits: 1.422

CAD::Drawing::IO::PostScript CAD::Drawing::IO::PostScript is a Perl module with PostScript output methods. I would like this module to both load and save PostScript vector graphics, but I have not yet found a suitable PostScript parsing package. This module should be considered pre-ALPHA and untested. Some features rely... Platforms: *nix

License: Freeware Size: 8.19 KB Download (101): CAD::Drawing::IO::PostScript Download

Added: March 03, 2010 | Visits: 1.318

IO::Pipe::Producer IO::Pipe::Producer is a Perl module that provides two modules getSubroutineProducer and getSystemProducer. SYNOPSIS # Module which provides 2 methods: getSubroutineProducer # and getSystemProducer. They take a subroutine reference # (with associated arguments) and a system call #... Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): IO::Pipe::Producer Download

Added: September 06, 2010 | Visits: 1.623

CAD::Drawing::IO::Tk CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this. Methods There is no constructor for this class, its methods are inherited via CAD::Drawing::IO Thoughts... Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): CAD::Drawing::IO::Tk Download

Added: January 27, 2010 | Visits: 1.356

CAD::Drawing::IO::Split CAD::Drawing::IO::Split is a Perl module that allows fast distributed text file methods. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "split" or $filename is a directory (need a tag?) $fact =... Platforms: *nix

License: Freeware Size: 39.94 KB Download (100): CAD::Drawing::IO::Split Download

Added: October 06, 2010 | Visits: 716

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ...... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Added: March 05, 2010 | Visits: 804

PDL::IO::FITS PDL::IO::FITS Perl module offers a simple FITS support for PDL. SYNOPSIS use PDL; use PDL::IO::FITS; $a = rfits(foo.fits); # read a FITS file $a->wfits(bar.fits); # write a FITS file This module provides basic FITS support for PDL, in the sense of reading and writing whole FITS files.... Platforms: *nix

License: Freeware Size: 2.1 MB Download (99): PDL::IO::FITS Download

Added: June 19, 2010 | Visits: 708

Bio::Phylo::IO 0.17 Bio::Phylo::IO Perl module contains input and output of phylogenetic data. SYNOPSIS use Bio::Phylo::IO; # parsing a tree from a newick string my $tree_string = (((A,B),C),D);; my $tree = Bio::Phylo::IO->parse( -string => $tree_string, # old parser, always adds node labels -format =>... Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): Bio::Phylo::IO 0.17 Download

Added: October 06, 2010 | Visits: 900

PerlIO::via::CBC PerlIO::via::CBC is a Perl IO layer for reading/writing CBC encrypted files. SYNOPSIS use PerlIO::via::CBC; PerlIO::via::CBC->config( key => my secret key, cipher => Blowfish, iv => $KJh#(}q, regenerate_key => 0, # default true padding => space, prepend_iv => 0, pcbc => 1 #default 0... Platforms: *nix

License: Freeware Size: 5.12 KB Download (97): PerlIO::via::CBC Download

Added: June 03, 2010 | Visits: 717

IO-stringy IO-stringy is a I/O on in-core objects like strings and arrays. SYNOPSIS IO:: ::AtomicFile adpO Write a file which is updated atomically ERYQ ::Lines bdpO I/O handle to read/write to array of lines ERYQ ::Scalar RdpO I/O handle to read/write to a string ERYQ ::ScalarArray RdpO I/O handle... Platforms: *nix

License: Freeware Size: 40.96 KB Download (96): IO-stringy Download

Added: August 01, 2010 | Visits: 940

Bio::Network::IO::dip_tab Bio::Network::IO::dip_tab is a Perl class for parsing interaction data in DIP tab-delimited format. SYNOPSIS Do not use this module directly, use Bio::Network::IO. For example: my $io = Bio::Network::IO->new(-format => dip_tab, -file => data.dip); my $network = $io->next_network; The... Platforms: *nix

License: Freeware Size: 99.33 KB Download (96): Bio::Network::IO::dip_tab Download

Added: May 13, 2010 | Visits: 1.073

recvnet recvnet is the inverse of telnet. Instead of connecting to some host, it listens on a port for incoming connections. When a connection is made, it works as usual. The license of this program can be obtained from: http://www.vanheusden.com/license.txt and is actually the GNU Public License..... Platforms: *nix

License: Freeware Size: 2.05 KB Download (96): recvnet Download

Added: September 23, 2010 | Visits: 1.005

Useful Terminal IO Library The Useful Terminal I/O library is a C++ 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. Installation: ./configure make make install ./configure --help lists... Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Useful Terminal IO Library Download

Added: October 08, 2010 | Visits: 855

Devel::Hints Devel::Hints is a Perl module created to access compile-time hints at runtime. SYNOPSIS use Devel::Hints :all; LABEL: print cop_label(); # LABEL cop_label(0 => FOO); # "goto FOO;" is valid after this point! print cop_file(); # same as __FILE__ print cop_filegv(); # same as $::{_< .... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): Devel::Hints Download

Added: September 23, 2010 | Visits: 785

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file... Platforms: *nix

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

< 1 2 3 4 5 >