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

Io Digital Cable software
Filter: All | Freeware | Demo
 

Io Digital Cable

< 1 2 3 4 5 > 
Added: September 01, 2010 | Visits: 1.491

CAD::Drawing::IO::PgDB CAD::Drawing::IO::PgDB is a Perl module with PostgreSQL save / load methods. This module is considered pre-ALPHA and under-documented. Its use is strongly discouraged except under experimental conditions. Particularly susceptible to change will be the table structure of the database, which...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (118): CAD::Drawing::IO::PgDB Download

Added: November 22, 2010 | Visits: 1.530

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: January 27, 2010 | Visits: 1.347

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: August 04, 2010 | Visits: 1.586

CAD::Drawing::IO CAD::Drawing::IO are I/O methods for the CAD::Drawing module. This module provides the load() and save() functions for CAD::Drawing and provides a point of flow-control to deal with the inheritance and other trickiness of having multiple formats handled through a single module. Utility...


Platforms: *nix

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

Added: January 05, 2010 | Visits: 840

dtRdr::Annotation::IO::YAML dtRdr::Annotation::IO::YAML is a Perl module to read/write annotations from/to yml files. Methods init $io->init; items_for Return the hashrefs for a given book. @items = $io->items_for($book); insert $io->insert($object, %args); delete $io->delete($object, %args); update...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (103): dtRdr::Annotation::IO::YAML Download

Added: October 22, 2010 | Visits: 1.133

IO::Tty IO::Tty is a Perl module to low-level allocate a pseudo-Tty, import constants. SYNOPSIS use IO::Tty qw(TIOCNOTTY); ... # use only to import constants, see IO::Pty to create ptys. IO::Tty is used internally by IO::Pty to create a pseudo-tty. You wouldnt want to use it directly except to...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (123): IO::Tty Download

Added: April 11, 2010 | Visits: 713

Bio::PopGen::IO Bio::PopGen::IO contains input individual,marker,allele information. SYNOPSIS use Bio::PopGen::IO; my $io = new Bio::PopGen::IO(-format => csv, -file => data.csv); # Some IO might support reading in a population at a time my @population; while( my $ind = $io->next_individual ) { push...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (104): Bio::PopGen::IO Download

Added: March 05, 2010 | Visits: 796

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 (93): PDL::IO::FITS Download

Added: August 27, 2010 | Visits: 1.380

Digital Invisible Ink Toolkit The Digital Invisible Ink Toolkit is a Java steganography tool that can hide any sort of file inside a digital image (regarding that the message will fit, and the image is 24 bit colour). Digital Invisible Ink Toolkit will work on Linux and Max OS, even on Windows because it is written in Java...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (161): Digital Invisible Ink Toolkit Download

Added: August 12, 2010 | Visits: 758

IO::Pty IO::Pty is a pseudo TTY object class. SYNOPSIS use IO::Pty; $pty = new IO::Pty; $slave = $pty->slave; foreach $val (1..10) { print $pty "$valn"; $_ = <$slave>; print "$_"; } close($slave); IO::Pty provides an interface to allow the creation of a pseudo tty. IO::Pty inherits...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (111): IO::Pty Download

Added: February 17, 2010 | Visits: 1.788

Cable Modem Counter Cable Modem Counter is a cable modem (or any Ethernet connection) IP byte logger. It is not a packet sniffer, it just gathers network statistics. It is composed of two parts: A daemon, which logs all the incoming/outgoing connections and creates pairs of source/destination IP addresses with a...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (174): Cable Modem Counter Download

Added: August 01, 2010 | Visits: 933

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 (95): Bio::Network::IO::dip_tab Download

Added: March 05, 2010 | Visits: 794

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: March 03, 2010 | Visits: 1.309

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: June 19, 2010 | Visits: 703

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: February 01, 2010 | Visits: 1.811

X-Digital Disco System X-Digital Disco System (X-DDS) is the graphical frontend for the Digital Disco System. X-Digital Disco System is based on the XMMS Multimedia Player. About Digital Disco System: Digital Disco System is a client/server-based audio player for disco purposes as well as at-home usage. It has an...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (241): X-Digital Disco System Download

Added: October 01, 2010 | Visits: 1.470

Io programming language Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self, NewtonScript and Act1 (prototype-based differential inheritance, actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua...


Platforms: *nix

License: Freeware Size: 5.4 MB Download (125): Io programming language Download

Released: July 11, 2015  |  Added: July 11, 2015 | Visits: 2.247

Digital Photo Finalizer Lite Edition Anyone with a digital camera should have Digital Photo Finalizer Lite Edition software. It is free software that analyzes your photos and automatically makes them look better. Also, it is easy enough for absolutely anyone to use. This software can make colors look cleaner and crisper, and can...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.11 MB Download (240): Digital Photo Finalizer Lite Edition Download

Released: October 01, 2010  |  Added: October 05, 2010 | Visits: 1.656

Digital PhotoFramer Digital PhotoFramer is a small and quick utility that helps you cut, crop, resize and rotate your pictures, for display on a digital photo frame. Helpful functions: standard sizes, unknown digital photo frame resolution guide, rotate image (to use the photo frame in portrait mode), random file...


Platforms: Windows

License: Freeware Size: 388.42 KB Download (281): Digital PhotoFramer Download

Released: January 20, 2015  |  Added: February 23, 2015 | Visits: 1.715

Digital Aquarium Screensaver Digital aquarium screensaver is a unique screensaver that will bring the underwater world to your computer screen. You can tickle fish and feed fish.The small fish grow up after eating food. Click anywhere on the water and you will begin seeing ripples, the fish themselves will also create their...


Platforms: Windows, Windows 7

License: Shareware Cost: $9.95 USD Size: 8.71 MB Download (368): Digital Aquarium Screensaver Download

< 1 2 3 4 5 >