10 projects tagged "driver"
StelsCSV is a JDBC driver that allows performing SQL statements and other JDBC operations upon text files (comma separated, tab-separated, fixed length, etc.). Using this driver, users can easily create a simple database consisting of plain text files. The driver can be used for writing data importing programs and migration tools. It supports most keywords of ANSI SQL92, table joins, INSERT, UPDATE, and DELETE statements, data types, aggregate, converting, string, and user-defined SQL functions.
StelsXML is a JDBC type 4 driver that allows you to perform SQL queries and other JDBC operations on XML files. It allows you to easily access data contained in XML documents using the standard SQL syntax and XPath expressions. The driver is completely platform-independent. It supports most keywords of ANSI SQL'92, XPath expressions for defining tables and columns, inner and outer table joins, aggregate, numeric, string, conversion, and user-defined SQL functions.
The Easysoft ODBC-Access Driver is an ODBC driver that supports both the MDB (Access 2000–2003 and Office Access 2007) and ACCDB (Office Access 2007 and later) database formats. It provides read-write access to Access databases for Linux/Unix applications. You do not need to change where your database file is located, as it supports shared locations such as a Windows or Samba share. It uses Access’ locking file mechanism and prevents users from opening a database if another user has the database opened for exclusive access, again mirroring the Access front-end’s behavior for seamless integration. It supports encrypted/encoded .mdb files, which is an Access security feature that protects Access data from unauthorized viewing.
chan-sccp-b is an extension of the original chan-sccp implementation for the Asterisk soft-PBX. It lets you hook up a Cisco/SCCP Phone to your Asterisk server using the SCCP protocol, which works a lot better than the SIP firmware on the same phone. It provides full phone functionality instead of just a simple SIP channel provider. It offers functionality like shared lines, hotline functionality, guest login, dynamic speeddials, private line automatic ring-down (PLAR), personal softkey configurations, Dundi support, SCCP extended dialplan functions, manager support, and custom device state buttons.
KEDR is a framework to facilitate dynamic analysis of kernel modules in Linux ("KEDR" is an acronym for "KErnel-mode Drivers in Runtime"). KEDR allows you to intercept the calls that a kernel module makes to the functions exported by other modules and by the kernel proper. The tools provided by the framework can record the arguments and return values of these functions to a trace, perform fault simulation according to user-defined scenarios, and check the kernel modules for memory leaks and some other kinds of problems. Custom data collection and analysis tools for the Linux kernel can also be built on top of KEDR framework.
Hanvon Tablet Linux Driver is a USB device driver for Linux kernels which primarily supports complete functionality of the Artmaster I tablets: pen coordinates, touch/float/click detection, pressure, x and y tilt, pen button, four simple tablet buttons (note that the first one works only together with pen activity), and the slider button. Some similar models are also supported by the driver.
ShuttlePRO is a user program for interpreting key, shuttle, and jog events from a Contour Design ShuttlePRO v2. It translates these events into X keystrokes, mouse button presses, or scroll wheel events. ShuttlePRO events can generate sequences of multiple keystrokes, including the pressing and releasing of modifier keys. The binding can be selected based on the title of the window which is focused.
A library of synchronization primitives and concurrent data structures for specific update-heavy workloads.