Bruno Friedmann's avatar

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

Bruno Friedmann's avatar

Bruno Friedmann

bruno_friedmann

Involved Projects and Packages
Maintainer Bugowner

This project aims at being a specs-conforming and strict parser and writer for TOML files. The library currently supports version 0.4.0 of the specs and runs with Python 2.6+ and 3.3+.

https://github.com/avakar/pytoml

Maintainer Bugowner

A Python library for parsing and creating TOML.

Maintainer Bugowner

rpmrebuild allows to build an rpm file from an installed rpm, or from
another rpm file, with or without changes (batch or interactive). It
can be extended by a plugin system. A typical use is to easy repackage
a software after some configuration's change.

Authors:
--------
Eric Gerbier
Valery Reznic

Maintainer Bugowner Reviewer

GCompris-Qt is a high quality educational software suite comprising
of numerous activities for children aged 2 to 10. Some of the
activities are game orientated, but nonetheless still educational.

Currently GCompris offers in excess of 100 activities and more
are being developed. GCompris is free software, that means that
you can use it as you wish, adapt it to your own needs, improve
it, and, most importantly, share it with everyone.

This version is a full rewrite of GCompris using the QtQuick
technology. It is developed within the KDE community and is
part of the GNU Project.
For such reason, it will only available for recent plateforms.

Goal:
There are many simple activities dedicated to children on any
platforms, desktops, web and tablets. When they exist, they are
hard to find and request the teacher or parent to manage a lot
of independent small tools.

GCompris is an educational suite of activities all accessible
from a single unified user interface.

How:
GCompris is designed in a way that it is easy to add new activities
to it. The activity is free to implement the game scheme it wants.
The status bar is a common facility provided to the activities.

GCompris provides some tools to let teacher/educator to easily
add activities to GCompris.

This package contains the main binary. We recommend you to install
gcompris-qt-activities and gcompris-qt-translations.

A gcompris-qt-voices is also proposed for a full offline experience.

Bugs & Reports:
For any defect in the packaging, please use https://bugzilla.opensuse.org
For defect in gcompris give a try and use
https://bugs.kde.org/buglist.cgi?quicksearch=gcompris

Maintainer Bugowner Reviewer

This package (noarch) add offline voices for gcompris-qt.

Maintainer

This plugin is meant to be installed to your Qt/imports directory, or shipped
in a directory of which the parent is added as import path.

The goal is to expose the functionality of Box2D as QML components, in order
to make it easy to write physics based games in QML.

Maintainer Bugowner Reviewer Reader

This is a personnal project for building derivative packages.
Don't break your system : never use rpms from this repository.

Maintainer

Kim is a kde service menu which allows to resize, convert, rotate, ( ...) your
images without to use a graphical application like Gimp! This service menu can
be considered as a frontend of ImageMagick.

Main features of Kim:
Compress and resize
* Compress to 70%, 80%, 90% or other,
* Resize to 300x225, 600x450, 800x600, 1024x768, 1200x900 px or other,
* Resize and compress for the web.

Convert and rotate
* Convert in JPG, PNG, GIF, TIFF or other,
* Rotate images.

Treatment and publication
* Rename images,
* Convert in grayscale,
* Add a whith or black border,
* Watermarck images,
* Send by mail resized images.

This project was created for packages in Apps:Geo attribute OBS:Maintained
It serves also has a testbed for upgrade or new packages going to Application:Geo

This project is aimed to update python dlp stuff, and fix again dlp:misc things

Maintainer

The best experience on openSUSE for geographic information system (GIS), web mapping, cartography and design
Find also extra utility program.
/)_/)
( . .)
C(")(")

Bugowner

aespipe is an AES encrypting or decrypting pipe. It reads from standard
input and writes to standard output. It can be used to create and restore
encrypted tar or cpio archives. It can be used to encrypt and decrypt loop-AES
compatible encrypted disk images.

MySQL Workbench provides DBAs and developers an integrated tools environment
for:
* Database Design & Modeling
* SQL Development (replacing MySQL Query Browser)
* Database Administration (replacing MySQL Administrator)

PL/R is a loadable procedural language that enables you to write PostgreSQL
functions and triggers in the R programming language. PL/R offers most (if
not all) of the capabilities a function writer has in the R language.

Commands are available to access the database via the PostgreSQL Server
Programming Interface (SPI) and to raise messages via elog() . There is no
way to access internals of the database backend. However the user is able
to gain OS-level access under the permissions of the PostgreSQL user ID,
as with a C function. Thus, any unprivileged database user should not be
permitted to use this language. It must be installed as an untrusted
procedural language so that only database superusers can create functions
in it. The writer of a PL/R function must take care that the function cannot
be used to do anything unwanted, since it will be able to do anything that
could be done by a user logged in as the database administrator.

An implementation restriction is that PL/R procedures cannot be used to
create input/output functions for new data types.

Bugowner

The smolt hardware profiler is a server-client system that does a
hardware scan against a machine and sends the results to a public
Fedora Project turbogears server. The sends are anonymous and should
not contain any private information other than the physical hardware
information and basic OS info.

This package contains the smolt client

Bugowner

aespipe is an AES encrypting or decrypting pipe. It reads from standard
input and writes to standard output. It can be used to create and restore
encrypted tar or cpio archives. It can be used to encrypt and decrypt loop-AES
compatible encrypted disk images.

This package contains the file /etc/SuSE-brand, and its name is used as
a trigger for installation of correct vendor brand packages.

Maintainer Bugowner

The Shoreline Firewall, more commonly known as Shorewall, is a Netfilter (iptables) based firewall that can be used on a dedicated firewall system, a multi-function gateway/router/server or on a standalone GNU/Linux system

Maintainer

VSQLite++ is a C++ wrapper for sqlite3 using the C++ standard library and boost.
VSQLite++ is designed to be easy to use and focuses on simplicity.

This project hosts the openSUSE packages of the PostgreSQL core distribution and related packages such as extensions or administration tools.

Maintainer Bugowner Reviewer

https://pgbackrest.org

pgBackRest aims to be a simple, reliable backup and restore system that can seamlessly scale up to the largest databases and workloads, written now in C.

pgBackRest implements all backup features internally and uses a custom protocol for communicating with remote systems.

pgloader is a data loading tool for PostgreSQL, using the COPY command.

Its main advantage over just using COPY or \copy, and over using a Foreign Data Wrapper, is its transaction behaviour, where pgloader will keep a separate file of rejected data, but continue trying to copy good data in your database.

The default PostgreSQL behaviour is transactional, which means that any erroneous line in the input data (file or remote database) will stop the entire bulk load for the table.

pgloader also implements data reformatting.

PL/R is a loadable procedural language that enables you to write PostgreSQL functions and triggers in the R programming language. PL/R offers most (if not all) of the capabilities a function writer has in the R language.

Commands are available to access the database via the PostgreSQL Server Programming Interface (SPI) and to raise messages via elog() . There is no way to access internals of the database backend. However the user is able to gain OS-level access under the permissions of the PostgreSQL user ID, as with a C function. Thus, any unprivileged database user should not be permitted to use this language. It must be installed as an untrusted procedural language so that only database superusers can create functions in it. The writer of a PL/R function must take care that the function cannot be used to do anything unwanted, since it will be able to do anything that could be done by a user logged in as the database administrator.

An implementation restriction is that PL/R procedures cannot be used to create input/output functions for new data types.

openSUSE Build Service is sponsored by