Main > Free Download Search >

Free devhook 0.22 software for linux

devhook 0.22

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 48
Fotox 0.22

Fotox 0.22


Fotox project is a Linux program for improving image files made with a digital camera. more>>
Fotox project is a Linux program for improving image files made with a digital camera.
Main features:
- reduce fog or haze by removing "whiteness" (and intensifying colors)
- adjust overexposed or underexposed areas to improve visibility of detail
- (change brightness and contrast, depending on exposure level)
- increase "dynamic range" by combining an underexposed and overexposed image of the same subject (improve details visible in both bright and dark areas)
<<less
Download (0.23MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
804 downloads
elhttp 0.22

elhttp 0.22


elhttp provides a full-featured HTTP proxy server designed for embedded systems. more>>
elhttp provides a full-featured HTTP proxy server designed for embedded systems.
Elhttp is a very light HTTP proxy server, mostly useful on embedded Linux systems such as ADSL routers. It supports HTTP 1.1 (keep-alive), the connect method, IP-based ACLs, SSL relaying, and client request logging.
It runs on most Unix variants (Linux, *BSD, etc.) and Win32.
Compiling elhttp
. under Linux or *BSD, run "make linux"
Version restrictions:
- The default parameters are not secure: everyone has access to the proxy, no logging is done and the http CONNECT method is enabled. It is thus highly recommended to setup more restrictive parameters when starting elhttp.
Enhancements:
- elhttp can now be run from inetd
<<less
Download (MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
963 downloads
cmd5checkpw 0.22

cmd5checkpw 0.22


cmd5checkpw is a checkpassword compatible authentication program that uses CRAM-MD5 authentiaction mode. more>>
cmd5checkpw is a checkpassword compatible authentication program that uses CRAM-MD5 authentication mode.

The software was designed primary to work with qmail but it can be used by any other program that knows how to use checkpassword compatible authentication. Actualy you can save yourself a lot of work using this program instead of patching other programs. Changing a program to use checkpassword is certainly simplier than adding whole CRAM-MD5 support.
This code is based on the original checkpassword by Dan Bernstein.

Instalation procedure and usage:

Required software:
- a c compiler (gcc f.e.)
- gnu make

Installation:

Unpack the archive and change to the newly created directory.

1. Compile the program.
% make
2. Install the programs and man page:
# make install

Now you should have an example poppasswd copied to your /etc directory and cmd5checkpw binary in your /bin directory.

Now select a free user id in your system.

Create that user in /etc/passwd do "chown thatuser /etc/poppasswd" , "chmod 400 /etc/poppasswd", "chown thatuser /bin/cmd5checkpw" and "chmod a+s /bin/cmd5checkpw".

Of course replace "thatuser" with username of the user you have created.

Usage:

My qmail-smtpd-auth patch will make qmail use it for authentication. Other programs can use it too. Detailed working of the command is explained in the included man page.
<<less
Download (0.024MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
815 downloads
Wah!Cade 0.22

Wah!Cade 0.22


Wah!Cade is a GUI front-end to the xmame emulator for arcade games. more>>
Wah!Cade is a GNU/Linux friendly clone of Minwahs excellent MameWAH.
Wah!Cade is a front end for the M.A.M.E. arcade game emulator. Support for other games and emulators will hopefully be added soon.
The source code is released under the GNU GPL license.
Main features:
- Its MameWAH for GNU/Linux!
- It uses MameWahs config files and layouts
- It has a keyboard controlled GUI - Perfect for those arcade controls
- It runs x.mame games
<<less
Download (0.25MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
814 downloads
QVocab 0.22.4

QVocab 0.22.4


QVocab project is a program to learn the vocabulary of a foreign language. more>>
QVocab project is a program to learn the vocabulary of a foreign language.
You add your words into a simple database file, the program asks you the words and you try to answer with the corresponding word of the other language.
A known word will move up one level (there are five of them) and if you didnt know its meaning, it is moved to the first level again.
Main features:
- easy-to-use GUI based on the QT widgetset
- distributed under the terms of the GPL
- the words are automatically put into five folders - if you knew a word, it is moved to the next folder; if you didnt, it is moved back to the first one
- you can enter several meanings of a word (separated by commas) and tell qvocab to give and / or accept a single one of them (if you enter more than one, they are all checked regardless of their order)
- there is a choice between a written test and an ``oral test in which you indicate yourself whether or not you knew the answer
- you can tell qvocab to ask a word multiple times if you did not know it
- qvocab can help you with the answers in various ways
- you can select words that have not been asked since a given date
- a lot of options
- for each entry, an additional remark can be entered
- you can have various vocabulary books to maintain order
- moving a word into a different vocabulary book is possible
- you can search for entries and edit them
- converter programs available to export your data into a text file or to import existing data
- for storing, you can use either regular files or a MySQL database server
<<less
Download (0.18MB)
Added: 2006-10-21 License: GPL (GNU General Public License) Price:
1098 downloads
cadaver 0.22.5

cadaver 0.22.5


cadaver is a command-line WebDAV client for Unix. more>>
cadaver is a command-line WebDAV client for Unix. cadaver project supports file download, upload, on-screen display, namespace operations (move/copy), collection creation and deletion, and locking operations.

cadaver is free software, distributed under the GNU GPL. Patches, bug reports, questions and so on should be sent to the mailing list (for which an archive is also available).

<<less
Download (0.70MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1004 downloads
idl2pm 0.22

idl2pm 0.22


idl2pm is an IDL compiler to language Perl mapping. more>>
idl2pm is an IDL compiler to language Perl mapping.

SYNOPSIS

idl2pm [options] spec.idl

OPTIONS

All options are forwarded to C preprocessor, except -h -i -J -v -x.

With the GNU C Compatible Compiler Processor, useful options are :

-D name
-D name=definition
-I directory
-I-
-nostdinc

Specific options :

-h

Display help.

-i directory

Specify a path for import (only for version 3.0).

-J directory

Specify a path for Perl package importation (use package;).
-v
Display version.
-x
Enable export (only for version 3.0).

idl2pm parses the given input file (IDL) and generates :

a Perl spec.pm with marshal and demarshal methods

idl2pm is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.

idl2pm needs a cpp executable.

CORBA Specifications, including IDL (Interface Definition Language) are available on http://www.omg.org/.

CORBA mapping for Perl [mapping.pod - Draft 1, 7 October 1999] comes with the package CORBA::MICO or CORBA::ORBit.

<<less
Download (0.011MB)
Added: 2007-05-30 License: Perl Artistic License Price:
877 downloads
DBIWrapper 0.22

DBIWrapper 0.22


DBIWrapper is a Perl Module that provides for easier access to databases using DBI. more>>
DBIWrapper is a Perl Module that provides for easier access to databases using DBI. It supports MySQL, PostgreSQL and ODBC DBD modules. High level methods for reading and writing to the database are provided. DBI data structures or XML are returned
Main features:
- The DBIWrapper is a Perl Module which provides easier access to databases using DBI. It currently supports MySQL, PostgreSQL, Sybase and ODBC DBD drivers. High level methods for reading, writing, commiting and rolling back transactions are provided. The DBI data structures can still be used to return the data in.
- XML Support is now available as of DBIWrapper 0.16. Using readXML() you can have the result of your SELECT statement be returned as an XML document (format defined here) which will describe the SELECT statement issued and the rows of data returned from the backend.
- DBIWrapper::XMLParser included in DBIWrapper 0.17! This module parses the XML generated by readXML() and returns a perl data structure in the DBIWrapper::ResultSet module. This makes for extremely easy manipulation of your database data. DBIWrapper::XMLParser relies on XML::LibXML. See README for details.
- HTML Support is now available as of DBIWrapper 0.20. Using readHTML() you can have the result of your SELECT statement returned as an HTML snippet which is fully customizable via CSS. See the man page for more details.
- Sybase Support is now available as of DBIWrapper 0.22!
- Helper methods getDataArray(), getDataHash(), getDataArrayHeader(), getDataHashHeader() do the work of read() and then build up an array with the returned result set. See the man page for more info.
Enhancements:
- DBD::Sybase is now officially supported and the getData... methods (getDataArray, getDataArrayHeader, getDataHash, getDataHashHeader) all know how to properly handle the possible multiple result sets that Sybase can return. getID() was added for returning the ID of the last inserted row.
<<less
Download (0.027MB)
Added: 2005-10-19 License: Perl Artistic License Price:
1465 downloads
WWW::Search::Google 0.22

WWW::Search::Google 0.22


WWW::Search::Google is a Perl module to search Google via SOAP. more>>
WWW::Search::Google is a Perl module to search Google via SOAP.

SYNOPSIS

use WWW::Search;
my $search = WWW::Search->new(Google, key => $key);
$search->native_query("leon brocard");
while (my $result = $search->next_result()) {
print $result->title, "n";
print $result->url, "n";
print $result->description, "n";
print "n";
}

This class is a Google specialization of WWW::Search. It handles searching Google http://www.google.com/ using its new SOAP API http://www.google.com/apis/.
All interaction should be done through WWW::Search objects.

Note that you must register for a Google Web API account and have a valid Google API license key before using this module.

This module reports errors via croak().

This module uses Net::Google to do all the dirty work.

<<less
Download (0.003MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1067 downloads
StateML 0.22

StateML 0.22


StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. more>>
StateML is a State Machine Markup Language, with GraphViz and template-driven code generation.

SYNOPSIS

## See the stml command for command line use (recommended)

## Heres what a .stml file might look like:

< machine
id="main"
xmlns="http://slaysys.com/StateML/1.0"
xmlns:C="http://your.com/path/to/ns/for/C/code"
xmlns:Perl="http://your.com/path/to/ns/for/perl/code"
xmlns:Java="http://your.com/path/to/ns/for/Java/code"
...
>
< event id="init">
< C:api>void init_event_handler()< /C:api>
< /event>
< state id="#ALL" graphviz:style="dashed">
< arc event_id="init" goto="running">
< C:handler>init_device()< /C:handler>
< /arc>
< /state>
< state id="running"/>
< /machine>

use StateML;

my $machine = StateML->parse( $source ); ## filename, GLOB, etc.

StateML->parse( $source, $machine ); ## Add to existing machine

... process $machine as needed, see stml source for ideas...

WARNING: Alpha code. I use it in production, but you may want to limit your use to development only.

StateML is an XML dialect and a tool (stml) that reads this dialect (by default from files with a ".stml" extension) and converts it to source code using source code to a data structure.

It can then emit the data structure as a graphviz-generated image or graph specification or you may take the data structure and do what you want with it (bin/stml can pass it to template toolkit, for instance).
parse

my $m = StateML->parse( $StateML_string ) ;
my $m = StateML->parse( *F ) ;

<<less
Download (0.022MB)
Added: 2007-06-13 License: Perl Artistic License Price:
865 downloads
Finance::YahooQuote 0.22

Finance::YahooQuote 0.22


Finance::YahooQuote is a Perl module that can get stock quotes from Yahoo! Finance. more>>
Finance::YahooQuote is a Perl module that can get stock quotes from Yahoo! Finance.

SYNOPSIS

use Finance::YahooQuote;
# setting TIMEOUT and PROXY is optional
$Finance::YahooQuote::TIMEOUT = 60;
$Finance::YahooQuote::PROXY = "http://some.where.net:8080";
@quote = getonequote $symbol; # Get a quote for a single symbol
@quotes = getquote @symbols; # Get quotes for a bunch of symbols
useExtendedQueryFormat(); # switch to extended query format
useRealtimeQueryFormat(); # switch to real-time query format
@quotes = getquote @symbols; # Get quotes for a bunch of symbols
@quotes = getcustomquote(["DELL","IBM"], # using custom format
["Name","Book Value"]); # note array refs

This module gets stock quotes from Yahoo! Finance. The getonequote function will return a quote for a single stock symbol, while the getquote function will return a quote for each of the stock symbols passed to it. getcustomquote allows to specify a format other than the default to take advantage of the extended range of available information.

The download operation is efficient: only one request is made even if several symbols are requested at once. The return value of getonequote is an array, with the following elements:

0 Symbol
1 Company Name
2 Last Price
3 Last Trade Date
4 Last Trade Time
5 Change
6 Percent Change
7 Volume
8 Average Daily Vol
9 Bid
10 Ask
11 Previous Close
12 Todays Open
13 Days Range
14 52-Week Range
15 Earnings per Share
16 P/E Ratio
17 Dividend Pay Date
18 Dividend per Share
19 Dividend Yield
20 Market Capitalization
21 Stock Exchange

If the extended format has been selected, the following fields are also retrieved:

22 Short ratio
23 1yr Target Price
24 EPS Est. Current Yr
25 EPS Est. Next Year
26 EPS Est. Next Quarter
27 Price/EPS Est. Current Yr
28 Price/EPS Est. Next Yr
29 PEG Ratio
30 Book Value
31 Price/Book
32 Price/Sales
33 EBITDA
34 50-day Moving Avg
35 200-day Moving Avg
If the real-time format has been selected, the following fields are also retrieved:
36 Ask (real-time)
37 Bid (real-time)
38 Change in Percent (real-time)
39 Last trade with time (real-time)
40 Change (real-time)
41 Day range (real-time)
42 Market-cap (real-time)

The getquote function returns an array of pointers to arrays with the above structure.
The getonequote function returns just one quote, rather than an array. It returns a simple array of values for the given symbol.

The setQueryString permits to supply a new query string that will be used for subsequent data requests.

The useExtendedQueryFormat and useRealtimeQueryFormat are simpler interfaces which append symbols to the default quote string, as detailed above.

The getcustomquote returns an array of quotes corresponding to values for the symbols supplied in the first array reference, and the custom fields supplied in the second array reference. Here the custom fields correspond to the named fields of the list below.

Beyond stock quotes, Finance::YahooQuote can also obtain quotes for currencies (from the Philadephia exchange -- however Yahoo! appears to have stopped to support the currency symbols in a reliable manner), US mutual funds, options on US stocks, several precious metals and quite possibly more; see the Yahoo! Finance website for full information. Finance::YahooQuote can be used for stocks from the USA, Canada, various European exchanges, various Asian exchanges (Singapore, Taiwan, HongKong, Kuala Lumpur, ...) Australia and New Zealand. It should work for other markets supported by Yahoo.

You may optionally override the default LWP timeout of 180 seconds by setting $Finance::YahooQuote::TIMEOUT to your preferred value.

You may also provide a proxy (for the required http connection) by using the variable $Finance::YahooQuote::PROXY. Furthermore, authentication-based proxies can be used by setting the proxy user and password via the variables $Finance::YahooQuote::PROXYUSER and $Finance::YahooQuote::PROXYPASSWD.

Two example scripts are provided to help with the mapping a stock symbols as well as with Yahoo! Finance server codes. The regression tests scripts in the t/ subdirectory of the source distribution also contain simple examples.

<<less
Download (0.022MB)
Added: 2007-02-23 License: Perl Artistic License Price:
976 downloads
Autohouse II 0.22

Autohouse II 0.22


Autohouse II is an invoicing system for small repair shops. more>>
Autohouse II is an invoicing system for small repair shops.
Autohouse II comes configured for an auto repair shop but can be configured to handle any shop with customers who have things to be repaired.
It includes a customer and vehicle database, the ability to generate invoices, and the ability to track the repair history of a vehicle.
Main features:
- Customer/vehicle database.
- Multiple vehicles per cusomter.
- Ability to transfer vehicles fromone customer to another.
- Ability to view and modify past and current workorders.
- Parts Inventory
- Configurable labor rates and sates tax.
Enhancements:
- A build problem was fixed.
- The MoveTransaction dialog was modified to be more friendly.
<<less
Download (MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1259 downloads
geglmm 0.0.22

geglmm 0.0.22


This tool actually provides C++ bindings for GEGL. more>>
geglmm 0.0.22 is a great tool for programmers. It provides C++ bindings for GEGL. It currently binds gegl 0.0.16 and is in an unstable state.

Installation: The simplest way to compile this package is:

  • cd to the directory containing the packages source code and type ./configure to configure the package for your system. If you're using csh on an old version of System V, you might need to type sh ./configure instead to prevent csh from trying to execute configure itself.
  • Running configure takes awhile. While running, it prints some messages telling which features it is checking for.
  • Type make to compile the package.
  • Optionally, type make check to run any self-tests that come with the package.
  • Type make install to install the programs and any data files and documentation.
  • You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that configure created (so you can compile the package for a different kind of computer), type make distclean. There is also a make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Added: 2009-01-29 License: GPL Price: FREE
1 downloads
Yoltia 0.22.0

Yoltia 0.22.0


Yoltia is a computer program for editing image files. more>>
Yoltia is a computer program for editing image files. Yoltia software provides the functionality to do simple changes to a large number of pictures quickly and very comfortably and exactly.
Main features:
- Read and write the most common graphic file formats, i.e. PNG, XPM and BMP and in most cases JPEG, too (depends on the used Qt library).
- Use and preview custom compression levels for JPEG and PNG.
- Create new pictures.
- Rotate pictures with 0.5 degree accuracy.
- Color depth conversion with usage of different dithers.
- Manipulate the RGB- and HSV-values and hotkey inverting.
- Resizing, cutting and stretching.
- Many user orientated zoom modes.
- Multi document interface.
- Quick editing of many pictures via browsing threw directories or self-defined file lists.
- Mirroring.
- Clipboard- and Drag-and-Drop-interaction.
- Simple and fast GUI in cause of hotkey orientated usage.
Enhancements:
- Printing support (still alpha state) was added.
- The "Picture" menu item "Import from Clipboard" was added.
- This release can jump inside the browsing list and select multiple files in the open dialog.
<<less
Download (0.75MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1087 downloads
LibXDiff 0.22

LibXDiff 0.22


The LibXDiff library implements basic and yet complete functionalities to create file differences/patches. more>>
LibXDiff implements basic and yet complete functionalities to create file differences/patches to both binary and text files.
The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the algorithm described in File System Support for Delta Compression by Joshua P. MacDonald, while for text files it follows directives described in An O(ND) Difference Algorithm and Its Variations by Eugene W. Myers.
Memory files used by the library are basically a collection of buffers that store the file content. There are two different requirements for memory files when passed to diff/patch functions. Text files for diff/patch functions require that a single line do not have to spawn across two different memory file blocks.
Binary diff/patch functions require memory files to be compact. A compact memory files is a file whose content is stored inside a single block. Functionalities inside the library are available to satisfy these rules. Using the XDL_MMF_ATOMIC memory file flag it is possible to make writes to not split the written record across different blocks, while the functions xdl_mmfile_iscompact() , xdl_mmfile_compact() and xdl_mmfile_writeallocate() are usefull to test if the file is compact and to create a compacted version of the file itself.
The text file differential output uses the raw unified output format, by omitting the file header since the result is always relative to a single compare operation (between two files). The output format of the binary patch file is proprietary (and binary) and it is basically a collection of copy and insert commands, like described inside the MacDonald paper.
The library is compatible with almost every Unix implementation (configure script) and it is also compatible with Windows through custom (nmake) make files. Examples are available inside the test subdirectory of the distribution tarball that show how to use the library.
Also, inside the same subdirectory, a regression test in available that tests the library with random data by requiring a diff followed by a patch and comparing results. Regression tests ran successfully for days on my Linux, Solaris, FreeBSD and Windows boxes, and this makes me believe that the library itself is completely ready for production (despite the version number).
Enhancements:
- A bug in indexing on 64-bit machines was fixed.
<<less
Download (0.35MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1090 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4