Main > Free Download Search >

Free affix 2.0.1 software for linux

affix 2.0.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 101
Affix 2.0.1

Affix 2.0.1


Affix is the Bluetooth protocol stack for Linux. more>>
Affix is the Bluetooth protocol stack for Linux.
This package contains user level part of the Affix stack and includes:
- Affix core libraries and tools. libaffix.so, libaffix_utils.so, btctl, btsrv
- Service Discovery client/server libraries and daemon. libaffix_sdp.so, libaffix_sdpsvc.so, btsdp.
- OBEX client/server libraries and daemon. libaffix_obex.so, btobex
This Affix package supports the following profiles:
- General Access Profie
- Service Discovery Profile
- Serial Port Profile
- DialUp Networking Profile
- LAN Access Profile
- OBEX Object Push Profile
- OBEX File Transfer Profile
- PAN Profile
Main features:
- Affix support Bluetooth specification 1.1 and 1.2.
- Modular implementation.
- Socket interface to L2CAP 1.1, L2CAP 1.2 and RFCOMM protocols.
- Bluetooth module interface independence.
- SMP safe.
- Multiple Bluetooth devices support.
- Unified interface for all transport drivers. It makes it hardware independently.
affix-kernel provides kernel modules, which implements protocols core protocols and Bluetooth device drivers. Kernel modules can be used separately from the kernel or can be linked statically into the kernel.
affix provides control tools, libraries, and server daemons.
Additionally there are the following packages:
- pyaffix: Support for Python programming language.
- Ethereal plugin for helping debuging.
We successfully tested Affix for interoperability against a large amount of devices, e.g.:
- Nokia Bluetooth Phone 6210 with Bluetooth battery pack,
- Digianswer stack for Windows
- Compaq iPaq
- Bluetooth stack for Palm OS.
- Ericsson phones (T68).
<<less
Download (0.34MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
802 downloads
IceS 2.0.1

IceS 2.0.1


IceS provides an mp3 streamer for the icecast system. more>>
IceS provides an mp3 streamer for the icecast system.

Ices is an mp3 streamer for the icecast system, and is developed by the icecast team.

It is a replacement for Shout, and its features include embedded perl and python scripting, reencoding, and xml config files.

<<less
Download (0.40MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
974 downloads
JAWmail 2.0.1

JAWmail 2.0.1


JAWmail is a fully featured PHP webmail client. more>>
Just Another Web mail is a flexible, powerful and fast webmail written in PHP.
Technically, JAWmails core is JAW - a flexible framework for web application development; JAWmail its packed with some applications and a simple, web based installer.
Main features:
- Connects to IMAP servers using PHPs IMAP extension
- Has support for multitiple drivers for backend authentication, session managment, access control lists, ...
- Support for multitiple language
- Uses UTF-8 as the internal charset; automatically converts messages in different charsets
- Renders XHTML 1.0
- Themable (you can replace CSS styles and images)
- Help system with XML backend
- Object oriented design
- Address book with support for different backend drivers
- Plugin system
- Powerful message highlighting
- A lot of preferences
- Importing and exporting of messages via UNIX mbox files
- ...and more!
<<less
Download (0.56MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1636 downloads
XIWA 2.0.1

XIWA 2.0.1


XIWA project is a web based accounting package written in Perl and postgreSQL released under the GPL. more>>
XIWA project is a web based accounting package written in Perl and postgreSQL released under the GPL. We started writing this application in 1999 when web apps were still fairly new. Although Mozilla based browsers are the focus other browsers work pretty well with the system. The 2.0 release removes all old cgi scripts, adds a completely new interface to every part of the system, and adds a little asynchronous Javascript (ajax).
The package currently runs within a Portal environment that provides sessions, users, and other features. The Portal is released under the perl license so as to be widely useful to everyone.
Main features:
- Double Entry Accounting
- Non double entry data entry screens (Check, Deposit, Credit Purchase, Credit Receipt)
- Includes Balance Sheet, Cash Flow, Profit and Loss and other reports
- Create and Customize Reports
- Multiple users at the same time
- Multiple sets of books (ledgers)
- Multiple ledgers open at the same time
- Chart of Accounts
- Share Accounts/Codes between ledgers
- Check Register view for any account
- Bank Reconciliations
- Use Sub Entities/Departments within ledgers
- Basic Payroll Support
- Calculates Payroll Tax Deductions for employees and creates check entries that can be edited as needed
- Payroll tax (Federal 941) deposit calculator
- Payroll Reports
- Federal 941
- Missouri 941
- Detailed Stocks (Securities) History including:
- Buy
- Sell
- Spin Offs
- Mergers
- Stock Splits
- Update stock prices from Internet
- Track securities/stocks on watchlists
- Portfolio of securities with historical prices
- Capital Gains report
<<less
Download (0.13MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
858 downloads
JayBird 2.0.1

JayBird 2.0.1


Jaybird is JCA/JDBC driver suite to connect to Firebird database server. more>>
Jaybird is JCA/JDBC driver suite to connect to Firebird database server. Historically Borland opened sources of type 3 JDBC driver called InterClient.

However due to some inherent limitations of Firebird client library it was decided that type 3 driver is a dead end, and Firebird team developed pure Java implementation of wire protocol.

This implementation became basis for JayBird, pure Java driver for Firebird relational database.

This driver is based on both the new JCA standard for application server connections to enterprise information systems and the well known JDBC standard.

The JCA standard specifies an architecture in which an application server can cooperate with a driver so that the application server manages transactions, security, and resource pooling, and the driver supplies only the connection functionality.

While similar to the JDBC 2 XADataSource idea, the JCA specification is considerably clearer on the division of responsibility between the application server and driver.

JayBird 1.5 provides extensions to some JDBC interfaces. All extension interfaces are released under modified BSD license, on “AS IS” basis, this should make linking to these classes safe from the legal point of view. All classes belong to org.firebirdsql.jdbc.* package.

JayBird 1.0 provided only pure Java wire protocol implementation. While being most effective in client-server setups (even more effective than native client libraries), it performed worser when connected to the server residing on the same host compared to native (C/C++/Delphi/etc) solutions. Reason is that type 4 driver communicates with the server using network sockets, which introduce additional overhead. Native client library has possibility to use IPC when connecting to the database on the same host. This might increase performance even by 100%.

JayBird 1.5 provides also type 2 JDBC driver that uses native client library to connect to the databases. Additionally JayBird 1.5 can use embedded version of Firebird relational database allowing to create Java applications that does not require separate server setup.

However type 2 driver has also limitations. Due to multi-threading issues in Firebird client library, it is not possible to access it from different threads simultaneously when running in local mode (IPC). In this case only one thread is allowed to access library at a time. Driver tries to provide needed synchronization.

Current implementation uses mutex that is local to the classloader that loaded JayBird classes. This poses some deployment limitations: firebirdsql.jar must be deployed so, that it is loaded by the system classloader. For standalone web containers like Resin or Tomcat, JayBird should usually be deployed in their lib/ directory. It is allowed to include it in the WAR archives, but if and only if it is guaranteed that only one application will access Firebird.

When accessing remote servers thread per connection policy applies. Driver provides necessary synchronization for this situation.

Embedded version of the server cannot be used on Linux systems in multi-threaded applications. In particular this makes embedded version of the server unusable for web applications, where usually each request is served in separate thread.

<<less
Download (2.8MB)
Added: 2006-01-09 License: MPL (Mozilla Public License) Price:
1390 downloads
Jakelib2 2.0.1

Jakelib2 2.0.1


Jakelib2 is a cross platform C++ class library with a Java-like API. more>>
Jakelib2 is a cross platform C++ class library with a Java-like API. An automatic garbage collector is used to take care of unused objects.

External libraries like PCRE or GTK+ are beeing integrated to provide the programmer with a homogeneous, easy to use programming environment that covers every days tasks like string handling, data storage, networking, or GUI programming.

<<less
Download (0.94MB)
Added: 2006-03-10 License: LGPL (GNU Lesser General Public License) Price:
1324 downloads
FreeSBIE 2.0.1

FreeSBIE 2.0.1


FreeSBIE is a LiveCD based on the FreeBSD Operating system. more>>
FreeSBIE is a LiveCD based on the FreeBSD Operating system, or even easier, a FreeBSD-based operating system that works directly from a CD, without touching your hard drive.
The only thing you have to do is to insert a FreeSBIE cd in your cdrom drive.
Enhancements:
- You may remember that FreeSBIE 2.0 was released on January 15th. It turned out it had some annoying bugs, one of which was especially serious, as it prevented USB mice from working. This fact led us, the FreeSBIE staff, to develop a bug-fix release, 2.0.1. All the bugs that have been pointed out were solved and this release has been more thoroughly tested, to offer a better FreeSBIE experience to our users. FreeSBIE 2.0.1-RELEASE (code name Black Mamba) is based on FreeBSD 6.2-RELEASE, both in terms of sources and packages. It contains more than 450 pieces and 1.3 GB of software, all in a single CD-ROM.
<<less
Download (671MB)
Added: 2007-02-11 License: BSD License Price:
1022 downloads
Glame 2.0.1

Glame 2.0.1


Glame is a multi-track wave-editor with synthesis capabilities. more>>
Glame is a multi-track wave-editor with synthesis capabilities.

Glame is targeted to be the GIMP for audio processing. Glame supports non destructive multitrack editing, recording and mixing; realtime effects using native or LADSPA plugins; OSS, ALSA or SGI audio and WAV, Mp3 and Ogg file formats.

<<less
Download (1.6MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1559 downloads
Expat 2.0.1

Expat 2.0.1


Expat is an XML parser library written in C. more>>
Expat is a stream-oriented XML parser written in C. This means that you register handlers with the parser before starting the parse.
These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.
Enhancements:
- This is a bugfix release that resolves both code and build related issues. Updating is recommended.
<<less
Download (0.31MB)
Added: 2007-06-06 License: MIT/X Consortium License Price:
875 downloads
YaaCs 2.0.1

YaaCs 2.0.1


YaaCs is written in Tcl/Tk to manage and realize computer assisted telephone interviewing. more>>
YaaCs (Yet Another Advanced Cati system) is written in Tcl/Tk to manage and realize computer assisted telephone interviewing (CATI) and telemarketing.

It make easy monitoring survey progress (giving several information), and it allows the management of the the survey with several administration tools.

It simplifies the interviewers work reading all contacts data from an easy and functional GUI. YaaCs can send faxes via hylaFAX and save all contacts data in a PostgreSQL database.

<<less
Download (2.6MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1137 downloads
MiMMS 2.0.1

MiMMS 2.0.1


MiMMS project is designed to allow you to download streams using the MMS protocol and save them to your computer. more>>
MiMMS project is designed to allow you to download streams using the MMS protocol and save them to your computer, as opposed to watching them live. Similar functionality is available in full media player suites such as Xine and MPlayer, but MiMMS is quick and easy to use, and for the time being, remains a useful program.
Originally, MiMMS was forked directly from the last known version of mmsclient, which was for years unmaintained. MiMMS started with the following goals:
- Keep a working copy of "mmsclient" (now "MiMMS") maintained and working.
- Fix lots of the bugs that were in mmsclient
- Eventually extend the functionality of the program
With the current 2.x series, MiMMS shares no code with mmsclient, and actually does all of its MMS operations using libmms, a new library based off of the xine-improved mmsclient code, which is designed to allow multiple implementations of MMS clients without requiring a fragmented code base. At this point, MiMMS is freed from the details of the horrendous MMS protocol, and can focus on usability.
<<less
Download (0.013MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
867 downloads
Safe Strings 2.0.1

Safe Strings 2.0.1


Safe Strings is a small C library that handles C strings in a safe way. more>>
Safe Strings is a small C library that handles C strings in a safe way. The functions of this library look at the necessary space for the operations and try to reserve that space (with malloc or realloc).
Safe Stringss functions only begin working with their tasks when the memory allocation is successful.
The current release is the Version 1.0.4 and has more than 19 different functions. I added 4 functions that (I think) should be implented in the ANSI C Standard, but they are not.
Please note that the library doesnt contain only this 4 functions, they are more or less an example of what kind of function you will find here. The tarball contains under docs the man pages of all functions.
There are other functions implemented, but they are well explain in the documentation and manual pages.
Enhancements:
- This release moves towards the projects goal of ease of use.
- Instead of handling with double pointers (which increases the risk of setting allocated pointers to NULL, for example), this release creates a string object that contains information about the C string, like the length and the actual amount of allocated bytes for the string.
<<less
Download (0.29MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1074 downloads
Fontlinge 2.0.1

Fontlinge 2.0.1


Fontlinge is a font management and organisation for TrueType & PostScript. more>>
Fontlinge project is a font management and organisation for TrueType & PostScript.
Fontlinge searches for font files, sorts them into folders by name and look and with human readable names, stores gathered font information in a database, generates previews and posters, finds and removes duplicates, and reunites PostScript font families.
Also, Fontlinge has a Web interface to browse through your fonts. It shows detail previews and font info, provides font download as a tarball, and has the possibility to sort fonts.
Main features:
- find your fonts
- rename files, i.e. from AGARBI.TTF to Adobe_Garamond_Bold_Italic.ttf
- create a folder-structure
- move the files to the right place
- find and removes duplicate files
- reunion postscript fontfiles
- create previews
<<less
Download (0.23MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1126 downloads
Narval 2.0.1

Narval 2.0.1


Narval is an AI and agent framework for developing intelligent personal assistants. more>>
A framework (language + interpreter + GUI/IDE) dedicated to the setting up of intelligent personal assistants (IPAs).

this website is currently out-of-date. narval is undergoing heavy development and a new release should be published befor the end of 2004. due to some external constraints, it is not possible to show the code at the moment. we hope youll stay tuned anyway. subscribe to our announce mailing-list to be informed when it comes out.

Narval is the first software agent available as free software (Gnu Public License).

Narval is the acronym of "Network Assistant Reasoning with a Validating Agent Language".

Narval is a framework (language + interpreter + GUI/IDE) dedicated to the setting up of intelligent personal assistants (IPAs).

An Intelligent Personal Assitant is a companion that will help you in your daily work in the information world. It runs on your machine or on a remote server, and you can communicate with it via all standard means (email, web, telnet, phone, specific GUI, etc). It executes recipes (sequences of actions) you wrote, to perform a wide range of tasks, such as prepare your morning newspaper, help you surf the web by filtering out junk ads, keep searching the web day after day for things you want, participe in on-line auctions, learn you interests and bring you back valuable information, take care of repetitive chores, answer e-mail, negociate the date and time of a meeting, and much more... It is easy to extend the built in action library by writing new actions in Python.

The mascot of the Narval Project is called Ornicar and is (of course) a narwhale.

Narval features cutting-edge artificial intelligence and software design techniques. When it was born a few months ago, cyber-fairies predicted it would rapidly spread across the internet and into the world to become the ubiquitous dedicated intelligent personnal assistant weve all been longing for during the dark ages of dumb computing ;-).

Narval is designed to be a companion that will help you in your daily work in the information world. It runs on your machine or on a remote server, and you can communicate via all standard means (email, web, telnet, phone, etc). It executes recipes you wrote, to perform a wide range of tasks, such as prepare your morning newspaper, help you surf the web by filtering out junk ads, keep searching the web day after day for things you want, participe in on-line auctions, learn you interests and bring you back valuable information, take care of repetitive chores, answer e-mail, and much more...

All these features are not available yet, but you can easily specify new action using and implement new plug-ins in Python. At Logilab, we already use a narval called Gizmo as a project coordinator, and each of us has a narval companion!

<<less
Download (1.4MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1669 downloads
ORAMON 2.0.1

ORAMON 2.0.1


ORAMON project is an Oracle database monitoring tool. more>>
ORAMON project is an Oracle database monitoring tool.

It can help administrators manage critical database administration tasks easily, such as tuning and capacity planning.

<<less
Download (0.032MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1088 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5