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

Sql Data Type Repair freeware
Filter: All | Freeware | Demo
 

Sql Data Type Repair

< 1 2 3 4 5 > 
Added: March 27, 2010 | Visits: 1.269

CGI::Portable CGI::Portable is a framework for server-generic web apps. SYNOPSIS Content of thin shell "startup_cgi.pl" for CGI or Apache::Registry env: #!/usr/bin/perl use strict; use warnings; require CGI::Portable; my $globals = CGI::Portable->new(); use Cwd; $globals->file_path_root( cwd() );...



Platforms: *nix

License: Freeware Size: 95.23 KB Download (106): CGI::Portable Download

Added: January 25, 2010 | Visits: 567

QueueSocket QueueSocket is the first open-source solution made available to REALbasic developers to improve Internet and network communication using the Socket control. QueueSocket provides a simple introduction program as well as a complex, fully developed Network Tic-Tac-Toe game with accompanying source...





Platforms: Mac

License: Freeware Size: 90 KB Download (103): QueueSocket Download

Added: January 04, 2010 | Visits: 1.054

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

Added: June 10, 2010 | Visits: 1.380

Useful Java Application Components UJAC provides a collection of JAVA components which may be useful in some projects. Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency. Whats New in This Release: Chart Module: - Moved common types into the...


Platforms: *nix

License: Freeware Size: 4.1 MB Download (101): Useful Java Application Components Download

Added: February 09, 2010 | Visits: 1.376

Jitterbit Jitterbit is an open source integration tool that delivers a quick and easy way to configure, design, deploy, and test integration solutions. It supports most standards-based protocols, including Web Services (SOAP), XML, and connectivity to popular databases. Jitterbit is designed with...


Platforms: *nix

License: Freeware Size: 11.5 MB Download (101): Jitterbit Download

Added: September 20, 2010 | Visits: 867

jPersist 2 jPersist is an extremely powerful, light-weight, object-relational database persistence API that manages to avoid the need for configuration and annotation; mapping is automatic. The project uses JDBC and can work with any relational database and any type of connection resource. jPersist uses...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): jPersist 2 Download

Added: January 25, 2010 | Visits: 421

ObjectTools ObjectTools is an all-purpose tool which solves or simplifies many common problems faced by 4D developers. ObjectTools eliminates the limitations of 4D BLOBs and adds many new features not available with BLOBs. Using ObjectTools, 4D developers can: Store and retrieve any 4D data type (except for...


Platforms: Mac

License: Freeware Download (100): ObjectTools Download

Added: October 08, 2010 | Visits: 910

AlchemySOAP AlchemySOAP is a fork of the EasySoap++ SOAP 1.1 library. Adding enhanced protocol support (SOAP 1.2), a large number of automated unit tests and interoperability tests, and several other notable features (Multithreaded SOAP request handling, optional SSL/DOM, serialization improvements to work...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (99): AlchemySOAP Download

Added: September 17, 2010 | Visits: 822

XML::XQL XML::XQL is a perl module for querying XML tree structures with XQL. SYNOPSIS use XML::XQL; use XML::XQL::DOM; $parser = new XML::DOM::Parser; $doc = $parser->parsefile ("file.xml"); # Return all elements with tagName=title under the root element book $query = new XML::XQL::Query (Expr...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): XML::XQL Download

Added: April 18, 2010 | Visits: 770

C::DynaLib::Struct C::DynaLib::Struct is a tool for handling the C `struct data type. SYNOPSIS use C::DynaLib::Struct; Define C::DynaLib::Struct( $struct_tag, $template0, @field_names0, [$template1, @field_names1,] ... ); $rstruct = tie( $struct, $struct_tag [, @initializer_list] ); $value =...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib::Struct Download

Added: May 21, 2010 | Visits: 903

libdejector Libdejector provides a simple, easy-to-use set of libraries which help Web developers give their database queries a great degree of resistance to SQL injection attacks. libdejector library currently provides Python bindings to protect PostgreSQL 8.0.3 through 8.0.5. Installation: The...


Platforms: *nix

License: Freeware Size: 798.72 KB Download (98): libdejector Download

Added: June 16, 2010 | Visits: 1.320

WmConsole WmConsole is a console server for Windows Mobile devices which listen over BlueTooth RFCOMM channels. WmConsole allows the user to interact with the device using a commandline interface from a Linux or Windows workstation. You need the QTTY Linux/Windows client to access a WmConsole server....


Platforms: *nix

License: Freeware Size: 245.76 KB Download (98): WmConsole Download

Added: July 14, 2010 | Visits: 1.224

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: June 19, 2010 | Visits: 706

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: April 15, 2010 | Visits: 1.209

Test::Data Test::Data is a Perl module to test functions for particular variable types. SYNOPSIS use Test::Data qw(Scalar Array Hash Function); Test::Data provides utility functions to check properties and values of data and variables. Functions Plug-in modules define functions for each data type....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): Test::Data Download

Added: June 07, 2010 | Visits: 794

SimCList SimCList project is a high quality C library for handling lists. SimCList is available for free, under restrictions imposed by the BSD license. SimCList API is good because: - it is simple, yet powerful - it makes elegant and consistent use of information hiding - it abstracts the actual...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): SimCList Download

Added: November 15, 2010 | Visits: 866

APR::Bucket APR::Bucket is a Perl API for manipulating APR Buckets. Synopsis use APR::Bucket (); my $ba = $c->bucket_alloc; $b1 = APR::Bucket->new($ba, "aaa"); $b2 = APR::Bucket::eos_create($ba); $b3 = APR::Bucket::flush_create($ba); $b2->is_eos; $b3->is_flush; $len = $b1->length; $len =...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (96): APR::Bucket Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 902

RegLookup RegLookup project is an small command line utility for reading and querying Windows NT/2K/XP registries. Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (96): RegLookup Download

Added: July 08, 2010 | Visits: 1.053

Better String Library Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++s std::string. The library is totally stand alone, portable (known to work with gcc/g++, MSVC++, Intel C++, WATCOM C/C++, Turbo C, Borland C++, IBMs native CC compiler...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Better String Library Download

Added: June 14, 2010 | Visits: 836

tpl Tpl is a binary data interchange format and C API. C programs can use tpl to store or load serialized images of structured C data. The data is stored in its native binary format. The data can consist of the basic C types, binary buffers and strings, and aggregations and arrays. The serialized...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (95): tpl Download

< 1 2 3 4 5 >