Main > Free Download Search >

Free query 0.93 software for linux

query 0.93

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1027
Relations::Query 0.93

Relations::Query 0.93


Relations::Query is a Perl Object for building queries with DBI/DBD::mysql. more>>
Relations::Query is a Perl Object for building queries with DBI/DBD::mysql.

SYNOPSIS

# Relations::Query Script that creates some queries.

use Relations::Query;

$query = new Relations::Query(-select => {fife => barney},
-from => {green_teeth => moogoo},
-where => "flotsam>jetsam",
-group_by => "denali",
-having => {fortune => cookie},
-order_by => [was,is,will],
-limit => 1);

$get_query = $query->get();

$query->set(-select => {clean => sparkle},
-from => {lean => book},
-where => "fighting is between courage and chaos",
-limit => 123);

$set_query = $query->get();

$get_add_query = $query->get_add(-select => {mean => dog},
-where => "running is null",
-having => {kitties=> on_tv},
-limit => [9678]);

$query = to_string({select => this,
from => that});

<<less
Download (0.010MB)
Added: 2006-09-02 License: Perl Artistic License Price:
1147 downloads
Be::Query 0.1

Be::Query 0.1


Be::Query is a Perl module to do a query for a given filesystem. more>>
Be::Query is a Perl module to do a query for a given filesystem.

SYNOPSIS

use Be::Query;
@files = Be::Query::Query($filesystem, $query);

do a Query for a given filesystem

USAGE

@files = Be::Query::Query("/boot", "name=lib*.so");

$filesystem is a path anywhere in the target filesystem; $query is a query construction, of the form attribute op value [connector attribute op value]

Such as (name = fido) || (size >= 500)

<<less
Download (0.003MB)
Added: 2007-04-12 License: Perl Artistic License Price:
925 downloads
Konverter 0.93

Konverter 0.93


Konverter is an easy to use but powerfull KDE video conversion tool. more>>
Konverter is an easy to use but powerfull KDE video conversion tool. Konverter helps to convert almost every videofile into the most common different videoformats and codecs.

Beside converting, Konverter is also able to scale/crop your videos, change codec details or just changes the audio format of your file.

Also other features like splitting and concat videos, integrated realtime preview are included.

<<less
Download (0.18MB)
Added: 2005-06-24 License: GPL (GNU General Public License) Price:
1588 downloads
Autodir 0.93.1

Autodir 0.93.1


Autodir is a tool for transparently creating home directories for LDAP, SQL, and NIS users. more>>
Autodir is for creating directories transparently to the applications accessing them based on available information from sources like password database, group database.
Currently it supports creating home directories and group directories. Autodir can be used to create home, group directories for ldap/NIS/SQL Unix accounts.
Autodir depends on Linux autofs kernel module to transparently detect directory requests and create them on demand.
Autodir also supports calling backup programs transparently when specific directory not in use so that whole system does not need to bring offline for backup purpose.
Autodir is written using posix threads.
Enhancements:
- Code optimized in autofs events handling main section.
<<less
Download (0.33MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1659 downloads
MyLink 0.93

MyLink 0.93


MyLink project is a free Uplink clone. more>>
MyLink project is a free Uplink clone.
Main features:
- Most of the features Uplink has. If you know Uplink, youll know most of MyLink, too.
- Multiplayer support. MyLink is splitted into a server and a client, which makes it easy to play in a network.
- Missions and hosts are automatically generated.
<<less
Download (0.74MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1084 downloads
PBS 0.93

PBS 0.93


PBS is a user-support call management system and call tracing system. more>>
PBS is a user-support call management system and call tracing system. PBS is based on intranet technologies, and it allows you to account and manage calls, inventory, projects, and performance.
It features a knowledge base and reports for the manager.
Enhancements:
- The menu is now easier to manage (with dtree).
- The workflow which is the template can be specified.
- Templates are listed without ugly timestamps.
<<less
Download (0.59MB)
Added: 2006-05-14 License: Freeware Price:
1260 downloads
MySQL Query 4.0

MySQL Query 4.0


MySQL Query is a software web development. more>>
MySQL Query is a software web development.

You need MySQL installed in your PC.

<<less
Download (0.52MB)
Added: 2006-09-12 License: GPL (GNU General Public License) Price:
660 downloads
GNUDoku 0.93

GNUDoku 0.93


GNUDoku is a free program for creating and solving Su Doku puzzles. more>>
GNUDoku is a free Sudoku game program for creating and solving Su Doku puzzles.
GNUDokus only requirement is the gtkmm library, specifically gtkmm2.4 is required. Version 2.6 is preferred, see below for instructions on using version 2.4.
Installation:
To build, use "make".
To install, use "make install".
IMPORTANT: if youre using gtkmm-2.4 version 2.4, you must build using "make withgtkmm24". This makes an uglier version.
Installation is to /usr/local by default, to change edit the PREFIX line in Makefile.
Enhancements:
- Rearranged buttons to be more compact.
<<less
Download (0.025MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1411 downloads
Jmatrix 0.93

Jmatrix 0.93


Jmatrix project generates the Matrix the movie eye candy thingy. more>>
Jmatrix project generates the Matrix the movie eye candy thingy.

jmatrix is a cute little non-ncurses green letter matrix-the-movie eye candy thingy.

It has about 20 things that you can configure to create your own matrix experience.

It is not just like the movie, though it could be fooled into being that way.

This project was inspired by Cmatrix (which you can also locate on freashmeat). My computer was just plain too slow to run the ncurses implementation of the matrix green letter thing.

Now... I went to see the movie again, and mine isnt very movie-correct. Neither is Cmatrix. They are both cool though.

In the movie, the letters dont scroll anywhere. They get poped in after a white & goes by... then they fade out. Dull eh?

Jmatrix has some pull_down() effects... and the white heads have a creap_back() method that creates some interesting effects.

Jmatrix is also very configurable. You can change almost everything.
<<less
Download (0.010MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1067 downloads
Net::Server 0.93

Net::Server 0.93


Net::Server is an extensible, general Perl server engine. more>>
Net::Server is an extensible, general Perl server engine.
SYNOPSIS
#!/usr/bin/perl -w -T
package MyPackage;
use Net::Server;
@ISA = qw(Net::Server);
sub process_request {
#...code...
}
MyPackage->run(port => 160);
exit;
Main features:
- Single Server Mode
- Inetd Server Mode
- Preforking Simple Mode (PreForkSimple)
- Preforking Managed Mode (PreFork)
- Forking Mode
- Multiplexing Mode using a single process
- Multi port accepts on Single, Preforking, and Forking modes
- Simultaneous accept/recv on tcp, udp, and unix sockets
- Safe signal handling in Fork/PreFork avoids perl signal trouble
- User customizable hooks
- Chroot ability after bind
- Change of user and group after bind
- Basic allow/deny access control
- Customized logging (choose Syslog, log_file, or STDERR)
- HUP able server (clean restarts via sig HUP)
- Dequeue ability in all Fork and PreFork modes.
- Taint clean
- Written in Perl
- Protection against buffer overflow
- Clean process flow
- Extensibility
Net::Server is an extensible, generic Perl server engine. Net::Server combines the good properties from Net::Daemon (0.34), NetServer::Generic (1.03), and Net::FTPServer (1.0), and also from various concepts in the Apache Webserver.
Net::Server attempts to be a generic server as in Net::Daemon and NetServer::Generic. It includes with it the ability to run as an inetd process (Net::Server::INET), a single connection server (Net::Server or Net::Server::Single), a forking server (Net::Server::Fork), a preforking server which maintains a constant number of preforked children (Net::Server::PreForkSimple), or as a managed preforking server which maintains the number of children based on server load (Net::Server::PreFork). In all but the inetd type, the server provides the ability to connect to one or to multiple server ports.
Net::Server uses ideologies of Net::FTPServer in order to provide extensibility. The additional server types are made possible via "personalities" or sub classes of the Net::Server. By moving the multiple types of servers out of the main Net::Server class, the Net::Server concept is easily extended to other types (in the near future, we would like to add a "Thread" personality).
Net::Server borrows several concepts from the Apache Webserver. Net::Server uses "hooks" to allow custom servers such as SMTP, HTTP, POP3, etc. to be layered over the base Net::Server class. In addition the Net::Server::PreFork class borrows concepts of min_start_servers, max_servers, and min_waiting servers.
Net::Server::PreFork also uses the concept of an flock serialized accept when accepting on multiple ports (PreFork can choose between flock, IPC::Semaphore, and pipe to control serialization).
<<less
Download (0.080MB)
Added: 2006-06-27 License: Perl Artistic License Price:
1219 downloads
Webfwlog 0.93

Webfwlog 0.93


Webfwlog is a flexible web-based firewall log analyzer and reporting tool. more>>
Webfwlog is a flexible web-based firewall log analyzer and reporting tool. Webfwlog supports standard system logs for linux, FreeBSD, NetBSD, Solaris, Irix, OpenBSD, OS X, etc. as well as Windows XP.

Supported log file formats are netfilter, ipfilter, ipfw, ipchains and Windows XP. Webfwlog also supports logs saved in a database using the ULOGD target of the linux netfilter project.

With Webfwlog you can design reports to use on your logged data in whatever configuration you desire. Included are example reports as a starting point.

You can sort a report with a single click, "drill-down" on the reports all the way to the packet level, and save your reports for later use. You can also create a link directly to any saved report.

<<less
Download (0.14MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
876 downloads
Search::QueryParser 0.91

Search::QueryParser 0.91


Search::QueryParser parses a query string into a data structure suitable for external search engines. more>>
Search::QueryParser parses a query string into a data structure suitable for external search engines.

SYNOPSIS

my $qp = new Search::QueryParser;
my $s = +mandatoryWord -excludedWord +field:word "exact phrase";
my $query = $qp->parse($s) or die "Error in query : " . $qp->err;
$someIndexer->search($query);

# query with comparison operators and implicit plus (second arg is true)
$query = $qp->parse("txt~^foo.* date>=01.01.2001 date<<less
Download (0.007MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1226 downloads
OurNet::Query 1.56

OurNet::Query 1.56


OurNet::Query is a Perl module for scriptable queries with template extraction. more>>
OurNet::Query is a Perl module for scriptable queries with template extraction.

SYNOPSIS

use OurNet::Query;

# Set query parameters
my ($query, $hits) = (autrijus, 10);
my @sites = (google, google); # XXX: write more templates!
my %found;

# Generate a new Query object
my $bot = OurNet::Query->new($query, $hits, @sites);

# Perform a query
my $found = $bot->begin(&callback, 30); # Timeout after 30 seconds

print *** . ($found ? $found : No) . match(es) found.;

sub callback {
my %entry = @_;
my $entry = %entry;

unless ($found{$entry{url}}) {
print "*** [$entry->{title}]" .
" ($entry->{score})" .
" - [$entry->{id}]n" .
" URL: [$entry->{url}]n";
}

$found{$entry{url}}++;
}

This module provides an easy interface to perform multiple queries to internet services, and wraps them into your own format at once. The results are processed on-the-fly and are returned via callback functions.

Its interfaces resembles that of WWW::Searchs, but implements it in a different fashion. While WWW::Search relies on additional subclasses to parse returned results, OurNet::Query uses site descriptors for search search engine, which makes it much easier to add new backends.

Site descriptors may be written in XML, Template toolkit format, or the .fmt format from the commercial Inforia Quest product.

<<less
Download (0.063MB)
Added: 2006-12-04 License: Perl Artistic License Price:
1054 downloads
Text::Query::BuildSQL 0.09

Text::Query::BuildSQL 0.09


Text::Query::BuildSQL is a base class for SQL query builders. more>>
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 operand operand... ]. The build_final_expression function translate the syntax tree in a where clause using the resolve method. If the scope of the search is not specified (simple query or advanced query without scope operator), the scope is set to the list of comma separated fields provided by the -fields_searched option. The resulting where clause is placed in the select order provided with the -select option, if any.

SYNTAX TREE

The string enclosed in single quotes must match exactly. The < string > token stands for an arbitrary string. A description enclosed in [something ...] means repeated 0 or N times.

expr: or scope expr [expr ...]
and scope expr [expr ...]
not scope expr
near scope expr_literal expr_literal
forbiden scope expr_literal [expr_literal ...]
mandatory scope expr_literal [expr_literal ...]
optional scope expr_literal [expr_literal ...]
literal scope < string >

expr_literal: literal scope < string >

scope: < string >

METHODS

resolve([], Q1)

Returns a where clause string corresponding to the Q1 syntax tree.

sortplusminus([], Q1)

Translate the mandatory and forbiden syntactic nodes to their boolean equivalents. If it has_relevance returns false and there is at least one mandatory word, the first mandatory word is added to the list of optional words.

has_relevance()

Returns true if relevance ranking is possible, false if not. It is used by the sortplusminus function. Returns false by default.

If relevance ranking is not possible, the semantic of the simple search is slighthly modified. When asking for +a b c it shows all the documents containing a and (b or c).

The normal behaviour is to return all the documents containing a and to sort them to show first those containing (b or c). When relevance ranking is not available the b, c search terms are therefore useless. That is why we decided to change the semantic of the query if no relevance ranking is available.

OPTIONS

-select STRING

If provided the string returned by build_final_expression substitutes the __WHERE__ tag with the where string generated by the resolve function. The substituted string is the return value of the build_final_expression.

If not set the return value of the build_final_expression is the result of the resolve function.

-fields_searched FIELDS_LIST

FIELDS_LIST is a list of comma separated field names. It is used as the default scope if no scope is provided in the query string. The build_final_expression function will croak if this option is not provided and no scope operator were used.

<<less
Download (0.019MB)
Added: 2007-07-28 License: Perl Artistic License Price:
823 downloads
DTI-Query 1.1 Beta

DTI-Query 1.1 Beta


DTI-Query allows neuroscientists to place and interactively manipulate box-shaped regions... more>>
DTI stands for Diffusion Tensor Imaging and is a magnetic resonance imaging method that can be used to measure local information about the structure of white matter pathways within the human brain. Combining DTI data with the computational methods of MR tractography, neuroscientists can estimate the locations and sizes of nerve bundles (white matter pathways) that course through the human brain. DTI-Query allows neuroscientists to place and interactively manipulate box-shaped regions (or volumes of interest) to selectively display pathways that pass through specc anatomical areas.
Enhancements:
- Improved support for tensor data formats. (Now supports 5D tensor files, and arbitrary ordering of tensor indices.) Has been tested with tensor image files output by the AFNI tools: http://afni.nimh.nih.gov/sscc/dglen/DTIQuery
- Support for Mac OS X (Carbon)
- Binaries released for Windows, Linux (32- and 64-bit), and MacOS X (PPC and Intel)
- Added choice of integration method (Eulers method, Runge Kutta 2nd order, Runge Kutta 4th order) for STT tracking.
- Improved support for reading NIFTI background images (correctly handles q-form/s-form matrices).
- Can now save visible pathways (as a binary format, or as a NIFTI mask image).
- Many minor GUI enhancements and bug-fixes.
<<less
Download (MB)
Added: 2007-06-26 License: Freely Distributable Price:
850 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5