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

File Object freeware
Filter: All | Freeware | Demo
 

File Object

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 533

General purpose file iterator class This script presents a general purpose file object iterator cum file object proxy class.It provides a class that gives several iterator functions to read a text file by characters, words, lines, paragraphs or blocks. It also acts as a proxy for the wrapped file object. ts as a pOne way to do it... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): General purpose file iterator class Download

Added: May 10, 2013 | Visits: 611

A queue for string data This script is a queue data structure, for string data only, which looks like a File object. This class takes care of the list.append and .join mess, which is needed for fast string concatenation. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): A queue for string data Download

Added: May 10, 2013 | Visits: 239

File Subclass If the 'file' object looks for a '.filename.pkl' file which contains the seek offset of the previous end of the file, then this subclass sets the seek offset to that number before returning the file.On closing the file or StopIteration, it writes the new max offset to this pickle file. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): File Subclass Download

Released: December 12, 2012  |  Added: December 12, 2012 | Visits: 519

Read-Write File for Java You can consider this a general 'Java File Object Correction' project. It seeks to add in whatever features are missing or weak in the Java File implementation. For example, currently in Java, once a file is made read-only it cannot be reset back to a w Platforms: Windows, Mac, BSD, Solaris, Linux

License: Freeware Size: 31.98 KB Download (53): Read-Write File for Java Download

Added: May 10, 2013 | Visits: 500

MimeDetect It supports the PHP FileInfo Extension, the UNIX 'file' command, then tries to use the MIME type supplied with the file object.If everything fails it will select a MIME type based on file extension.MimeDetect is Distributed with a magic database to make FileInfo based MIME detection more... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): MimeDetect Download

Added: March 05, 2010 | Visits: 1.183

Audio::TagLib::MPC::File Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods. SYNOPSIS use Audio::TagLib; my $i = Audio::TagLib::MPC::File->new("sample mpc file.mpc"); print $i->tag()->title()->toCString(), "n"; # got title This implements and provides an interface for... Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Audio::TagLib::MPC::File Download

Added: July 20, 2010 | Visits: 898

Daizu::File Daizu::File is a Perl class representing files in working copies. Each object of this class represents a particular file in a Daizu CMS working copy (a record in the wc_file table). METHODS Note that all the functions which return the value of a Subversion property will strip leading and... Platforms: *nix

License: Freeware Size: 419.84 KB Download (92): Daizu::File Download

Added: May 10, 2013 | Visits: 782

Detect character encoding in an XML file This script contains a function that analyzes an open xml file for its characters encoding by - checking for a unicode BOM or (on failure); - searching the xml declaration at the beginning of the file for the "encoding" attribute ;It attempts to detect the character encoding of the xml file... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Detect character encoding in an XML file Download

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: January 18, 2010 | Visits: 984

Astro::VO::VOEvent Astro::VO::VOEvent is an object interface to parse and create VOEvent messages. SYNOPSIS To parse a VOEvent file, $object = new Astro::VO::VOEvent( File => $file_name ); or $object = new Astro::VO::VOEvent( XML => $scalar ); Or to build a VOEVENT file, $xml = $object->build( %hash... Platforms: *nix

License: Freeware Size: 21.5 KB Download (87): Astro::VO::VOEvent Download

Added: January 18, 2010 | Visits: 589

eSTAR::RTML eSTAR::RTML is a object interface to parse and create VOEvent messages. SYNOPSIS To parse a VOEvent file, $object = new Astro::VO::VOEvent( File => $file_name ); or $object = new Astro::VO::VOEvent( XML => $scalar ); Or to build a VOEVENT file, $xml = $object->build( %hash ); The... Platforms: *nix

License: Freeware Size: 17.41 KB Download (94): eSTAR::RTML Download

Added: September 06, 2010 | Visits: 1.096

Config::Framework Config::Framework is a Perl module with handy one-stop shopping for (most) of your configuration file needs. SYNOPSIS #create a new object, load two configuration files and decrypt the passwords. my $Object = new Config::Framework( Files => [ApplicationCfg.xml,UserCfg.xml], GetSecure => 1 )... Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Config::Framework Download

Added: September 02, 2010 | Visits: 1.020

DynaPage::Document::ext::include DynaPage::Document::ext::include module contains extensions of DynaPag::Document. METHODS template ( $self, $job ) : bool syntax: !include.template =- B< file_name > See also DynaPage::Template NOTE: $self is parent document object (eg blessed into DynaPage::Document) data ( $self,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): DynaPage::Document::ext::include Download

Added: April 05, 2010 | Visits: 996

Extended Universal Resource Library Extended Universal Resource Library is a pure Java library for cleaner, more flexible file access in Java. How data is stored is completely transparent to the client, since the library is meant to replace java.io.File. It provides implementations for handling local files, Jar/Zip archives,... Platforms: *nix

License: Freeware Size: 327.68 KB Download (97): Extended Universal Resource Library Download

Added: August 01, 2013 | Visits: 306

cubicweb-folder cubicweb-folder allows to create a tree of categories and classify entities as you're used to do in a file-system. Usage: Define the relation `filed_under` in the schema, object must contain all entities which can be classified in a folder. .. sourcecode:: python class... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): cubicweb-folder Download

Added: September 12, 2013 | Visits: 407

bitfile bitfile is a simple class of I/O methods for files that contain data in sizes that aren't integral bytes. The methods contained in this class were created with compression algorithms in mind, but may be suited to other applications. Implementation: Each version of the bitfile library provides a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): bitfile Download

Added: November 14, 2013 | Visits: 544

Queue::Dir Queue::Dir allows the manipulation of objects placed in a queue. The queue is implemented as a directory where each object is stored as a file. METHODS The following methods are defined: my $q = new Queue::File (...) -id assigns a unique process-id to this queue object. Defaults to something... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Queue::Dir Download

Added: July 25, 2013 | Visits: 339

generateDS.py for Linux generateDS.py generates Python data structures (for example, class definitions) from an XML Schema document. These data structures represent the elements in an XML document described by the XML Schema. It also generates parsers that load an XML document into those data structures. The generated... Platforms: *nix

License: Freeware Size: 440.32 KB Download (39): generateDS.py for Linux Download

Added: March 01, 2010 | Visits: 687

generateDS.py generateDS.py generates Python data structures (for example, class definitions) from an XML Schema document. These data structures represent the elements in an XML document described by the XML Schema. It also generates parsers that load an XML document into those data structures. In addition,... Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): generateDS.py Download

Added: September 23, 2010 | Visits: 622

Templayer Templayer is a layered template library for Python. Templayer currently supports only HTML generation, but its simple design is easily extended to support other file formats. Templayer was created to offer an alternative to the more common ways of generating dynamic HTML: embedding code within... Platforms: *nix

License: Freeware Size: 27.65 KB Download (97): Templayer Download

1 2 3 4 5 >