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

Datatypes freeware
Filter: All | Freeware | Demo
 

Datatypes

1 2 3 > 
Added: January 18, 2010 | Visits: 1.224

Exceptions in C Exceptions in C implements fully-functional nested exceptions with these constructs: try except on throw Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *). Compiling and running Precodey straight forward.... Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Exceptions in C Download

Added: May 16, 2010 | Visits: 1.393

XML::Schema::Type::Simple XML::Schema::Type::Simple is a base class for simple XML Schema datatypes. SYNOPSIS package XML::Schema::Type::whatever; use base qw( XML::Schema::Type::Simple ); use vars qw( @FACETS ); @FACETS = ( minLength => 10, maxLength => 30, otherFacet => { value => $n, fixed => 1,... Platforms: *nix

License: Freeware Size: 143.36 KB Download (107): XML::Schema::Type::Simple Download

Added: May 18, 2010 | Visits: 1.414

Clone Clone is a Perl module that can recursively copy Perl datatypes. SYNOPSIS use Clone; push @Foo::ISA, Clone; $a = new Foo; $b = $a->clone(); # or use Clone qw(clone); $a = { foo => bar, move => zig }; $b = [ alpha, beta, gamma, vlissides ]; $c = new Foo(); $d = clone($a); $e =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (174): Clone Download

Added: April 21, 2010 | Visits: 726

libwayne libwayne is a library of reasonably abstract datatypes and algorithms written in C. The algorithms in libwayne are by no means original. Many of them are taken verbatim from textbooks on data structures and algorithms, and I simply translated them into C. They include efficient and correct... Platforms: *nix

License: Freeware Size: 3 MB Download (97): libwayne Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 222

Jatha - Java LISP library Jatha is a Java library that implements a large subset of Common LISP,including most of the datatypes (e.g. packages, bignums). The API allowsaccess to LISP from Java. Jatha is useful as a fast, embedded LISP language,or as a standalone LISP. Platforms: Windows, Mac, Linux

License: Freeware Size: 327.32 KB Download (55): Jatha - Java LISP library Download

Added: August 17, 2013 | Visits: 491

PHP DB Edit Toolkit for Scripts PHP DB Edit Toolkit is a set of PHP classes makes the generation of database edit interfaces easier and faster.The main class builds tabular and form views based on a data dictionary and takes over handling of insert/update/delete and user input.PHPDBEditTk's work is based on a so-called data... Platforms: PHP

License: Freeware Size: 491.52 KB Download (40): PHP DB Edit Toolkit for Scripts Download

Added: June 07, 2013 | Visits: 409

ajaxCRUD jaxCRUD takes a table name and displays its records in an HTML table that can be edited using AJAX to save the record changes without reloading the page. AJAX is also used to add new records or delete existent ones.ajaxCRUD supports CSS stylesheets, various datatypes, paging, defining... Platforms: PHP

License: Freeware Size: 30.72 KB Download (46): ajaxCRUD Download

Added: August 22, 2013 | Visits: 500

dbff dbff can be used to read and write flat file databases in a tagged CSV format. It can serve as a standalone PHP database replacement for simple and small applications or dynamic web pages. It can create and maintain files with a given data definition for column names and types.dbff can perform... Platforms: PHP

License: Freeware Size: 30.72 KB Download (41): dbff Download

Added: November 24, 2013 | Visits: 332

czipfile czipfile is a replacement for Python's builtin "zipfile" module, and provides much faster, C-based zipfile decryption. The code is actually 95% identical to Python 2.6.5's Lib/zipfile.py, with some very minor modifications to allow it to compile in Cython, and the _ZipDecrypter class adapted to... Platforms: *nix

License: Freeware Size: 143.36 KB Download (32): czipfile Download

Added: August 10, 2008 | Visits: 965

bed Binary editor. Dataformats: ascii, unsigned and signed integers, float, bitflags, bitfields, labels, ebcdic, time_t and structures of datatypes. Different sizes and byte ordenings are possible. Other dataformats, filters and procedures can be defined in plugins. Contains copy, past, undo, redo,... Platforms: Windows

License: Freeware Size: 380 KB Download (150): bed Download

Added: January 18, 2010 | Visits: 1.004

Cafeterra Cafeterra provides a message queue-based EAI tool. Cafeterra is a message queue-based EAI project with a Web user interface for designing, processing, and monitoring inter-application data flows. Supported connectors are based on an RDBMS, flat files (CSV, fixed length record, XML, HL7, HTML,... Platforms: *nix

License: Freeware Size: 747.52 KB Download (96): Cafeterra Download

Added: June 13, 2010 | Visits: 944

PDL::Parallel::MPI PDL::Parallel::MPI Perl module contains routines to allow PDL objects to be moved around on parallel systems using the MPI library. SYNOPSIS use PDL; use PDL::Parallel::MPI; mpirun(2); MPI_Init(); $rank = get_rank(); $a=$rank * ones(2); print "my rank is $rank and $a is $an";... Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): PDL::Parallel::MPI Download

Added: May 12, 2010 | Visits: 877

Devel::Peek SYNOPSIS use Devel::Peek; Dump( $a ); Dump( $a, 5 ); DumpArray( 5, $a, $b, ... ); mstat "Point 5"; Devel::Peek contains functions which allows raw Perl datatypes to be manipulated from a Perl script. This is used by those who do XS programming to check that the data they are sending from... Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Devel::Peek Download

Added: July 24, 2010 | Visits: 534

DBToy DBToy is a fuse-based filesystem for linux. DBToy that lets you browse the contents of a relational database through a set of directories and xml files. You will see a directory for every schema in your db, each containing a directory for every table. In the "table" dirs there are a couple of... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): DBToy Download

Added: May 05, 2010 | Visits: 1.097

Open 4GL WebServices 0.2 Open 4GL WebServices is an opensource project to implement a wizard and a framework to make it easy to publish PROGRESS procedures as WebServices generating the WSDL and WS code, without requiring the developer to learn XML or the framework itself. With this tool the developer can select an... Platforms: *nix

License: Freeware Size: 61.44 KB Download (104): Open 4GL WebServices 0.2 Download

Added: August 19, 2010 | Visits: 881

MPI Ruby MPI Ruby is a Ruby binding of MPI. MPI Rubys primary goal in making this binding was to make the power of MPI available to Ruby users in a way that fits into the languages object oriented model. In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran... Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): MPI Ruby Download

Added: February 20, 2010 | Visits: 1.012

SOAP::Data::ComplexType SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA = qw(SOAP::Data::ComplexType); use constant OBJ_URI =>... Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): SOAP::Data::ComplexType Download

Added: July 08, 2010 | Visits: 635

DBIx::Recordset DBIx::Recordset is a Perl extension for DBI recordsets. SYNOPSIS use DBIx::Recordset; # Setup a new object and select some recods... *set = DBIx::Recordset -> Search ({!DataSource => dbi:Oracle:...., !Table => users, $where => name = ? and age > ?, $values => [richter, 25] }) ; # Get... Platforms: *nix

License: Freeware Size: 94.21 KB Download (86): DBIx::Recordset Download

Added: May 03, 2010 | Visits: 833

itools itools is a collection of Python libraries which provides a wide range of capabilities. itools includes an abstraction over directory and file resources, a search engine, type marshallers, datatype schemas, i18n support, URI handlers, a Web programming interface, a workflow interface, and... Platforms: *nix

License: Freeware Size: 890.88 KB Download (91): itools Download

Added: March 12, 2010 | Visits: 542

PDL::Impatient PDL::Impatient is a PDL for the impatient. SYNOPSIS A brief summary of the main PDL features and how to use them. Perl is an extremely good and versatile scripting language, well suited to beginners and allows rapid prototyping. However until recently it did not support data structures... Platforms: *nix

License: Freeware Size: 2.1 MB Download (99): PDL::Impatient Download

1 2 3 >