Main > Free Download Search >

Free 0.22 software for linux

0.22

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 47
st 0.22.1

st 0.22.1


st software is a simple XSL-stylesheet for converting some texts into PDF-files. more>>
st software is a simple XSL-stylesheet for converting some texts into PDF-files. It tooks a structured XML-file as input and produces with the help of a Formatting Objects Processor a PDF-file.
The st-stylesheet tries to support the most common used elements of modern text formatting.
Enhancements:
- This version implements some interactive elements for PDF files: Internet links can now be added to a document and PDF bookmarks are built when the tag "bookmarks" is set in the header of the document.
- Images can now have a width attribute: the image will be scaled proportional to that value.
<<less
Download (0.006MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
856 downloads
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
Jags 0.22.1

Jags 0.22.1


Jags is Just Another Gtk+ Samba-client and is a GUI frontend running over Samba and Smbmount. more>>
Jags is Just Another Gtk+ Samba-client and is a GUI frontend running over Samba and Smbmount using the GTK+ or Gtkmm and Gnomemm toolkits. Its easy to use and very configurable.

Jagsmm is an improved version of Jags made with the Gtkmm toolkit which is a C++ wrapper for Gtk+.

<<less
Download (0.30MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1362 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
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
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
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
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
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
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
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
eBay::API 0.22

eBay::API 0.22


eBay::API is a Perl SDK for eBay Web services Interface. more>>
eBay::API is a Perl SDK for eBay Web services Interface.

SYNOPSIS

# 1. GeteBayOfficialTime use eBay::API::XML::Call::GeteBayOfficialTime;
my $pCall = eBay::API::XML::Call::GeteBayOfficialTime->new();
$pCall->execute();
my $sOfficialTime = $pCall->getEBayOfficialTime();
# 2. GetUser use eBay::API::XML::Call::GetUser; use eBay::API::XML::DataType::Enum::DetailLevelCodeType;
my $pCall = eBay::API::XML::Call::GetUser->new();
$pCall->setDetailLevel( [eBay::API::XML::DataType::Enum::DetailLevelCodeType::ReturnAll] );
$pCall->setUserID(userId);
$pCall->execute();

my $pUser = $pCall->getUser();
my $sStatusCode = $pUser->getStatus();
my $sSiteCode = $pUser->getSite();
# 3. VerifyAddItem use eBay::API::XML::Call::VerifyAddItem; use eBay::API::XML::DataType::ItemType; use eBay::API::XML::DataType::CategoryType; use eBay::API::XML::DataType::Enum::CountryCodeType; use eBay::API::XML::DataType::Enum::CurrencyCodeType; use eBay::API::XML::DataType::Enum::ListingTypeCodeType; use eBay::API::XML::DataType::Enum::BuyerPaymentMethodCodeType;
my $pItem = eBay::API::XML::DataType::ItemType->new();
$pItem->setCountry(eBay::API::XML::DataType::Enum::CountryCodeType::US);
$pItem->setCurrency(eBay::API::XML::DataType::Enum::CurrencyCodeType::USD);
$pItem->setDescription(item description.);
$pItem->setListingDuration(eBay::API::XML::DataType::Enum::ListingTypeCodeType::Days_1);
$pItem->setLocation(San Jose, CA);
$pItem->setPaymentMethods(eBay::API::XML::DataType::Enum::BuyerPaymentMethodCodeType::PaymentSeeDescription);
$pItem->setQuantity(1);
$pItem->getStartPrice()->setValue(1.0);
$pItem->setTitle(item title);

my $pCat = eBay::API::XML::DataType::CategoryType->new();
$pCat->setCategoryID(357);
$pItem->setPrimaryCategory($pCat);

my $pCall = eBay::API::XML::Call::VerifyAddItem->new();

$pCall->setItem($pItem);
$pCall->execute();

$sItemId = $pCall->getItemID()->getValue();

<<less
Download (0.097MB)
Added: 2007-05-25 License: Perl Artistic License Price:
883 downloads
POPFile 0.22.5

POPFile 0.22.5


POPFile automatically sorts your messages and fights spam. more>> <<less
Download (1.5MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
5120 downloads
Tina POS 0.0.22

Tina POS 0.0.22


Tina POS is a point of sales application designed for touch screens. more>>
Tina POS is a point of sales application designed for touch screens.

Tina POS supports ESC/POS ticket printers, customer displays, and barcode readers.

Its multi-user and has a great backoffice with a product entry form, reports, and charts.
<<less
Download (8.8MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
986 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4