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

Query Parameters software
Filter: All | Freeware | Demo
 

Query Parameters

1 2 3 4 5 > 
Added: May 06, 2010 | Visits: 836

Rose::URI Rose::URI is a standalone URI class allowing easy and efficient manipulation of query parameters and other URI components. SYNOPSIS use Rose::URI; $uri = Rose::URI->new(http://un:pw@foo.com/bar/baz?a=1&b=two+3); $scheme = $uri->scheme; $user = $uri->username; $pass = $uri->password;... Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): Rose::URI Download

Added: September 02, 2013 | Visits: 507

sam for Linux The 'sam' module is a helper library for Python to interface with Alcatel's 5620 Service Aware Manager. Specifically, it connects to the SAM-O (SOAP/XML) interface of the 5620. It allows you to query any object defined in the "OSS XML Schema" section of the 5620 SAM-O documentation, retrieving... Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): sam for Linux Download

Added: June 23, 2013 | Visits: 500

PHP AJAX pagination PHP AJAX pagination takes as parameters an SQL query, the number of results to show per page and the current page number.HTML and javascript code is generated in order to display links for browsing the query result pages.When the user clicks on the links an AJAX request is sent to a script that... Platforms: PHP

License: Freeware Size: 61.44 KB Download (44): PHP AJAX pagination Download

Added: July 29, 2013 | Visits: 566

SQL Query Builder SQL Query Builder can be used to dynamically build SQL database queries.It provides functions for defining query parameters such as the query type, tables, columns, the clauses where, order by, group by and having, limit row range.SQL Query Builder builds the query SQL statement according the... Platforms: PHP

License: Freeware Size: 10 KB Download (42): SQL Query Builder Download

Added: June 05, 2013 | Visits: 434

STOCK QUOTE QUERY SQQ & STOCKQUOTEQUERY pull stock prices for a given ticker symbolfrom the YAHOO web server using the MATLAB Java URL interface.STOCKQUOTEQUERY has the main code. SQQ calls STOCKQUOTEQUERY and allows for either interactive (keyboard) inputs or as a function call with numerous options for setting... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): STOCK QUOTE QUERY Download

Added: March 23, 2013 | Visits: 408

MM::CDatabase MM::CDatabase is an abstract class that can be used to execute SQL queries with parameters. It allows loading queries defined in files.The query parameters are defined in arrays that associate parameter names with the respective values.To use MM::CDatabase there needs to be a sub-class that... Platforms: PHP

License: Freeware Size: 10 KB Download (41): MM::CDatabase Download

Added: July 30, 2013 | Visits: 400

URLObject URLObject is an utility class for manipulating URLs. Example Usage: Here is how you use the library: >>> from urlobject import URLObject >>> url = URLObject(host='example.com') >>> print url http://example.com/ >>> print url / 'some' / 'path' http://example.com/some/path >>> print url &... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): URLObject Download

Added: August 16, 2013 | Visits: 334

Ujorm Ujorm is an quick and easy-to-use ORM solution for Java with a small footprint. Some of its features are type safe parameters in queries, a memory overloading protection cache and relation mapping by Java code rather through proxy objects or entity states. Why a new ORM mapping? * framework has... Platforms: *nix

License: Freeware Size: 215.04 KB Download (38): Ujorm Download

Released: August 14, 2012  |  Added: September 09, 2012 | Visits: 1.456

MetaReport Developer Kit MetaReport is a report building tool that can use multiple data sources of various formats (Access, dBase, Paradox, MS SQL, Oracle, InterBase and others) to create reports. Since most companies use different databases (Access for office, SQL for web and Oracle for inventory tracking, for... Platforms: Windows

License: Shareware Cost: $149.50 USD Size: 3.37 MB Download (131): MetaReport Developer Kit Download

Added: June 22, 2010 | Visits: 1.265

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: August 14, 2013 | Visits: 327

Cxxtools Cxxtools is a collection of general-purpose C classes.It includes classes for:- argument parsing- logging- wrappers for threading (pthreads)- networking with tcp and udp including iostream-based classes- std::ostream for md5-calculation- std::ostream-hexdumper- std::ostream, which duplicates... Platforms: C and C plus plus

License: Freeware Size: 440.32 KB Download (40): Cxxtools Download

Added: May 22, 2013 | Visits: 403

PRADO PHP Framework PRADO is a component-based and event-driven programming framework for developing Web applications in PHP 5.PRADO provides the following benefits for Web application developers:- reusability - Codes following the PRADO component protocol are highly reusable. Everything in PRADO is a reusable... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 18.29 MB Download (40): PRADO PHP Framework Download

Added: August 29, 2013 | Visits: 317

Featured Posts Scroll This will scroll a set of posts (either automatically or via user click) in any desired location within a template or a post. The appearance is highly customizable via the admin options menu (colors, drop shadows, rounded corners, & more).If there are any additional features or bug fixes you... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 1.84 MB Download (45): Featured Posts Scroll Download

Added: April 19, 2013 | Visits: 526

Create related content I am planning an extended world trip, so I am looking for co-maintainers or a new maintainer to help out. No upgrade path to Drupal 7 has been started yet. If no response to a request is given after a few weeks, guide the web masters here to confirm the request.This is a templating system for new... Platforms: PHP

License: Freeware Size: 30.72 KB Download (42): Create related content Download

Added: August 30, 2013 | Visits: 357

Featured Posts Grid This plugin will display a grid of posts in any desired location within a template or post. The appearance is highly customizable via the admin options menu (colors, drop shadows, rounded corners, & more).If there are any additional features or bug fixes you would like to see in future versions,... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 778.24 KB Download (45): Featured Posts Grid Download

Added: September 18, 2013 | Visits: 189

CouchCocoa CouchCocoa is a medium-level Objective-C API for working with CouchDB on iOS and Mac OS. By "medium-level" we mean: It doesn't require knowledge of the HTTP API, only of CouchDB's architecture. You won't have to remember special paths or URL query parameters. But it doesn't provide a... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 204.8 KB Download (36): CouchCocoa Download

Added: July 23, 2013 | Visits: 512

Query Limit Query Limit takes as parameters an array with values of the total number of rows in the result set, the number of rows to display per page and the current page to be displayed.A string with the SQL LIMIT clause, which should be used to specify the range of rows, that are to be retrieved, is... Platforms: PHP

License: Freeware Size: 10 KB Download (41): Query Limit Download

Added: November 26, 2006 | Visits: 3.435

EMS Query Builder EMS Query Builder is a powerful component suite for Borland Delphi and C++ Builder intended for visual building SQL statements for the SELECT clause. It allows you to build new queries visually and/or graphically represent the existing queries in your own applications. The suite includes... Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 2.66 MB Download (117): EMS Query Builder Download

Released: March 01, 2010  |  Added: May 26, 2010 | Visits: 1.520

Advanced Query Builder Advanced Query Builder is a powerful component suite for Delphi and C++ Builder intended for visual building SQL statements for the SELECT, INSERT, UPDATE and DELETE clauses. It allows you to build new queries visually and/or graphically represent the existing queries in your own applications.... Platforms: Windows

License: Shareware Cost: $195.00 USD Size: 15.99 MB Download (124): Advanced Query Builder Download

Added: June 20, 2010 | Visits: 1.269

Query-Oriented Model for XML 0.1 Query-Oriented Model for XML is a lightweight XML processing framework for Java that promotes the use of XPath instead of Java code for consuming XML. The resulting code from Query-Oriented Model for XML, is simple and expressive with no meaningless objects and no meaningless parameters - just... Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Query-Oriented Model for XML 0.1 Download

1 2 3 4 5 >