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

Query freeware
Filter: All | Freeware | Demo
 

Query

< 1 2 3 4 5 > 
Added: November 20, 2010 | Visits: 1.916

Games::Quakeworld::Query Games::Quakeworld::Query is a class for querying QuakeWorld servers. SYNOPSIS use Games::Quakeworld::Query; my $QWQ = Games::Quakeworld::Query->new("quake.server.com", "27500"); my %info = $QWQ->getinfo(); # obsoleted, use $qwq->get("") instead print "Server uses map:...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Games::Quakeworld::Query Download

Added: August 09, 2010 | Visits: 1.134

CrunchyFrog CrunchyFrog is a database schema browser and query tool written in Python/PyGTK. CrunchyFrogs current status is under development, but its useable for the most common tasks..





Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): CrunchyFrog Download

Added: August 19, 2010 | Visits: 965

ITVal ITVal is a decision-diagram based query engine for testing and verifying iptables firewalls. Because firewalls can be very complicated, it is often difficult to know whether your firewall is correctly configured to protect against various attacks. ITVal allows the system administrator to...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (93): ITVal Download

Added: October 27, 2010 | Visits: 829

Googolplex Googolplex is just a Python class to do a query on Google search engine, parse it and returns the result as a list. My friend Matias Torchinsky wrote me a pretty brief history about the Googolplex: "According to the penguin dictionary of curious and interesting Numbers a googol is a number...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Googolplex Download

Added: September 10, 2010 | Visits: 1.070

Yahoo::Search::Response Yahoo::Search::Response is a container object for the result set of one query to the Yahoo! Search API. (This package is included in, and automatically loaded by, the Yahoo::Search package.) Package Use You never need to use this package directly -- it is loaded automatically by...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Yahoo::Search::Response Download

Added: June 20, 2010 | Visits: 1.260

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 (92): Query-Oriented Model for XML 0.1 Download

Added: March 12, 2010 | Visits: 860

DBIx::XHTML_Table DBIx::XHTML_Table is Perl module for SQL query result set to XML-based HTML table. SYNOPSIS use DBIx::XHTML_Table; # database credentials - fill in the blanks my ($data_source,$usr,$pass) = (); my $table = DBIx::XHTML_Table->new($data_source,$usr,$pass); $table->exec_query(" select...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): DBIx::XHTML_Table Download

Added: May 09, 2010 | Visits: 1.170

Relations::Family Relations::Family is a DBI/DBD::mysql Relational Query Engine module. SYNOPSIS # DBI, Relations::Family Script that creates some queries. #!/usr/bin/perl use DBI; use Relations::Family; $dsn = "DBI:mysql:finder"; $username = "root"; $password = ; $dbh =...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (92): Relations::Family Download

Added: November 27, 2010 | Visits: 857

Text::Query::BuildSQL Text::Query::BuildSQL is a base class for SQL query builders. SYNOPSIS package Text::Query::BuildSQLsqldb; use Text::Query::BuildSQL; use vars qw(@ISA); @ISA = qw(Text::Query::BuildSQL); Defines all the build_* functions to build a syntax tree. The tree nodes are [ operator scope...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (91): Text::Query::BuildSQL Download

Added: February 01, 2010 | Visits: 1.105

Cego Cego implements a relational and transactional database system with support for the SQL query language. The current release contains the most common database features for basic table manipulation and data retrieval. Indexes, foreign keys, views, and stored procedures are also implemented....


Platforms: *nix

License: Freeware Size: 378.88 KB Download (91): Cego Download

Added: September 13, 2010 | Visits: 892

XML::QL XML::QL is an XML query language. SYNOPSIS $ql = WHERE $head ORDER-BY $head IN "file:REC-xml-19980210.xml" CONSTRUCT $head; print XML::QL->query($sql); This module is an early implementation of a note published by the W3C called "XML-QL: A Query Language for XML". XML-QL allows the user...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (91): XML::QL Download

Added: November 26, 2010 | Visits: 967

SNMP::NPAdmin SNMP::NPAdmin is a high-level API to query printers via SNMP. SYNOPSIS # object-oriented $p= SNMP::NPAdmin->new( printer => porky, community => corpslp ); printf "Your printer, %s, does%s support PCL.n", $printer, ( $p->pcl() ? "" : " not"); # procedural $p= npa_connect( printer =>...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (91): SNMP::NPAdmin Download

Added: March 07, 2010 | Visits: 620

Search::Lemur Search::Lemur is a Perl class to query a Lemur server, and parse the results. SYNOPSYS use Search::Lemur; my $lem = Search::Lemur->new("http://url/to/lemur.cgi"); # run some queries, and get back an array of results # a query with a single term: my @results1 = $lem->query("encryption");...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Search::Lemur Download

Added: January 25, 2010 | Visits: 904

PostMan Query PostMan Query is a native (Objective-C and C) PostgreSQL query tool. It allows SQL query results to be viewed in table and tab-delimited formats. PostMan Query allows both local and remote connections across the internet. Tab-delimited results can be printed or saved to disk.


Platforms: Mac

License: Freeware Download (88): PostMan Query Download

Added: April 03, 2010 | Visits: 846

Class::DBI::Query Class::DBI::Query is a Perl module with deprecated SQL manager for Class::DBI. SYNOPSIS my $sth = Class::DBI::Query ->new({ owner => $class, sqlname => $type, essential => @columns, where_columns => @where_cols, }) ->run($val); This abstracts away many of the details of the...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (87): Class::DBI::Query Download

Added: August 27, 2010 | Visits: 762

Query Object Framework QOF, the Query Object Framework, provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. Query Object Framework is unique in that it does NOT require SQL or any database at all to perform the query. Thus, it...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (87): Query Object Framework Download

Added: January 18, 2010 | Visits: 826

Tk::PerlMethodList Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents. SYNOPSIS require Tk::PerlMethodList; my $instance = $main_window->PerlMethodList(); Tk::PerlMethodList is a Tk::Toplevel-derived widget. The window...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): Tk::PerlMethodList Download

Added: June 17, 2010 | Visits: 704

RDQLPlus RDQLPlus provides a Java RDQL tool, featuring zoomable query results. It can work with existing RDF files, Jena2 RDF databases, and a native Java database called Mckoi..


Platforms: *nix

License: Freeware Download (86): RDQLPlus Download

Released: January 09, 2015  |  Added: January 12, 2015 | Visits: 1.113

SQL Query Tool SQL Query Tool is a SQL query software tool that allows you to query ODBC data sources, see and understand data. SQL Query Tool helps user quickly return query results to a grid or free-form text and get retrieve ODBC driver information. It is a fast and powerful database query tool. This...


Platforms: Windows, Windows 7

License: Freeware Size: 2.44 MB Download (75): SQL Query Tool Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 802

Convert SQL to Excel This tool converts SQL table or query results (multiple resultset) to MS Excel file (.xls file). With the help of Convert SQL to Excel you'll be able to easily turn SQL queries as well as tables into XLS files. This tool also allows you to convert/export multiple tables (multiple query results)...


Platforms: Windows, Windows Vista, 7, 7x64

License: Freeware Download (68): Convert SQL to Excel Download

< 1 2 3 4 5 >