Michal Hrusecky's avatar

You are behind a proxy. You can modify other data related to your profile by this link.

Michal Hrusecky's avatar

Michal Hrusecky

_miska_

Involved Projects and Packages

MyODBC is an interface for communication with MySQL. It is one of the
most popular ODBC drivers in the open source market, used by many users
to access the MySQL functionality. It is compiled with unixODBC.

SQL is the most popular database language in the world. MySQL is a
client/server implementation that consists of a server daemon (mysqld)
and many different client programs and libraries.

The main goals of MySQL are speed, robustness, and ease of use. MySQL
was originally developed because the developers at TcX needed an SQL
server that could handle very large databases an order of magnitude
faster than what any database vendor could offer them. They have now
been using MySQL since 1996 in an environment with more than 40
databases containing 10,000 tables, of which more than 500 have more
than 7 million rows. This is about 100 gigabytes of mission-critical
data.

The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development, it already offers a rich and highly
useful function set.

The official way to pronounce MySQL is "My Ess Que Ell" (Not
MY-SEQUEL).

This package only contains the server-side programs.

MySQL Connector/C++ is a MySQL database connector for C++ development. The
MySQL driver for C++ can be used to connect to MySQL from C++ applications. The
driver mimics the JDBC 4.0 API. It implements a significant subset of JDBC 4.0.

The Driver for C++ is designed to work best with MySQL 5.1 or later. Note - its
full functionality is not available when connecting to MySQL 5.0. You cannot
connect to MySQL 4.1 or earlier.

Using MySQL Connector/C++ instead of the MySQL C API (MySQL Client Library)
offers the following advantages for C++ users:

* Convenience of pure C++ - no C function calls
* Support of a well designed API - JDBC 4.0
* Support of a commonly known and well documented API - JDBC 4.0
* Support of the object oriented programming paradigma
* Shorter development times

The palm-db-tools package convert text files to several flat-file
database formats. The currently supported formats are: DB
http://pilot-db.sourceforge.net/ MobileDB
http://www.mobilegeneration.com/products/mobiledb/ List
http://www.magma.ca/~roo/list/list.html JFile v3.x (v4.x will be
supported later) http://www.land-j.com/jfile.html

pilot-link is a suite of tools used to connect your Palm or PalmOS compatible
handheld with Unix, Linux, and any other POSIX-compatible machine. pilot-link
works with all PalmOS handhelds, including those made by Handspring, Sony,
and Palm, as well as others.

pilot-link includes userspace "conduits" that allow you to synchronize
information to and from your Palm device, as well as libraries of
Palm-compatible functions that allow other applications to take advantage of
the code included in pilot-link.

There are also several language "bindings" that allow you to use your favorite
development language with pilot-link, such as Java, Tcl, Perl, and Python.

Scintilla is a free source code editing component. It comes with
complete source code and a license that permits use in any free project
or commercial product.

As well as features found in standard text editing components,
Scintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

Simple script for using openSUSE pastebin easilly.

http://susepaste.org

Bugowner

UnixODBC aims to provide a complete ODBC solution for the Linux
platform. Further drivers can be found at http://www.unixodbc.org/.

A collection of graphical tools (based on QT3) for UnixODBC.

CTemplate is a simple but powerful template language for C++. It
emphasizes separating logic from presentation: it is impossible to
embed application logic in this template language.

Bugowner

fillup merges files that hold variables. A variable is defined by an
entity composed of a preceding comment, a variable name, an assignment
delimiter, and a related variable value. A variable is determined by
its variable name.

Bugowner

jpilot is a full-featured desktop organizer application for the Palm
Pilot that runs under Linux and UNIX. It includes support for
datebooks, addresses, memos, todos, and expenses and has plug-in
support. It uses the GTK+ libraries. Read the documentation in
/usr/share/doc/packages/jpilot.

Backups are automatic. You configure when (every sync, daily, weekly,
or monthly), how many archives (1-7), and which databases to backup and
which to ignore before starting.

MyODBC is an interface for communication with MySQL. It is one of the
most popular ODBC drivers in the open source market, used by many users
to access the MySQL functionality. It is compiled with unixODBC.

SQL is the most popular database language in the world. MySQL is a
client/server implementation that consists of a server daemon (mysqld)
and many different client programs and libraries.

The main goals of MySQL are speed, robustness, and ease of use. MySQL
was originally developed because the developers at TcX needed an SQL
server that could handle very large databases an order of magnitude
faster than what any database vendor could offer them. They have now
been using MySQL since 1996 in an environment with more than 40
databases containing 10,000 tables, of which more than 500 have more
than 7 million rows. This is about 100 gigabytes of mission-critical
data.

The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development, it already offers a rich and highly
useful function set.

The official way to pronounce MySQL is "My Ess Que Ell" (Not
MY-SEQUEL).

This package only contains the server-side programs.

MySQL Connector/C++ is a MySQL database connector for C++ development. The
MySQL driver for C++ can be used to connect to MySQL from C++ applications. The
driver mimics the JDBC 4.0 API. It implements a significant subset of JDBC 4.0.

The Driver for C++ is designed to work best with MySQL 5.1 or later. Note - its
full functionality is not available when connecting to MySQL 5.0. You cannot
connect to MySQL 4.1 or earlier.

Using MySQL Connector/C++ instead of the MySQL C API (MySQL Client Library)
offers the following advantages for C++ users:

* Convenience of pure C++ - no C function calls
* Support of a well designed API - JDBC 4.0
* Support of a commonly known and well documented API - JDBC 4.0
* Support of the object oriented programming paradigma
* Shorter development times

The palm-db-tools package convert text files to several flat-file
database formats. The currently supported formats are: DB
http://pilot-db.sourceforge.net/ MobileDB
http://www.mobilegeneration.com/products/mobiledb/ List
http://www.magma.ca/~roo/list/list.html JFile v3.x (v4.x will be
supported later) http://www.land-j.com/jfile.html

pilot-link is a suite of tools used to connect your Palm or PalmOS compatible
handheld with Unix, Linux, and any other POSIX-compatible machine. pilot-link
works with all PalmOS handhelds, including those made by Handspring, Sony,
and Palm, as well as others.

pilot-link includes userspace "conduits" that allow you to synchronize
information to and from your Palm device, as well as libraries of
Palm-compatible functions that allow other applications to take advantage of
the code included in pilot-link.

There are also several language "bindings" that allow you to use your favorite
development language with pilot-link, such as Java, Tcl, Perl, and Python.

Scintilla is a free source code editing component. It comes with
complete source code and a license that permits use in any free project
or commercial product.

As well as features found in standard text editing components,
Scintilla includes features especially useful when editing and
debugging source code. These include support for syntax styling, error
indicators, code completion and call tips. The selection margin can
contain markers like those used in debuggers to indicate breakpoints
and the current line. Styling choices are more open than with many
editors, allowing the use of proportional fonts, bold and italics,
multiple foreground and background colours and multiple fonts.

Simple script for using openSUSE pastebin easilly.

http://susepaste.org

Bugowner

UnixODBC aims to provide a complete ODBC solution for the Linux
platform. Further drivers can be found at http://www.unixodbc.org/.

A collection of graphical tools (based on QT3) for UnixODBC.

Maintainer
Maintainer

Server Database software

Maintainer Bugowner

This package is based on the package 'ctemplate' from project 'home:-miska-:Devel'.

This package is based on the package 'ctemplate' from project 'openSUSE:Factory'.

CTemplate is a simple but powerful template language for C++. It
emphasizes separating logic from presentation: it is impossible to
embed application logic in this template language.

openSUSE Build Service is sponsored by