Gerrit Beine's avatar

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

Gerrit Beine's avatar

Gerrit Beine

gerritbeine

Involved Projects and Packages

Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase. Zend Framework is focused on building more secure, reliable, and modern Web 2.0 applications & web services, and consuming widely available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as well as API providers and catalogers like StrikeIron and ProgrammableWeb.

Maintainer Bugowner

These project is just a dummy for creating packages on our local OBS

This package is based on the package 'kdemultimedia3' from project 'KDE:KDE3'.

This package contains the base libraries for KDE multimedia programs.
It also contains the kfile plug-ins for Konqueror (to show additional
information about multimedia files).

Maintainer Bugowner

My patches for package from somewhere on openSUSE Build Service

Maintainer Bugowner

My patched kernel

This package is based on the package 'pwauth' from project 'Apache:Modules'.

Pwauth is an authenticator designed to be used with mod_auth_external or
mod_authnz_external and the Apache HTTP Daemon to support reasonably secure web
authentication out of the system password database on most versions of Unix.

What pwauth actually does is very simple. Given a login and a password, it
returns a status code indicating whether it is a valid login/password or not.
It is normally installed as an suid-root program, so other programs (like
Apache or a CGI program) can run it to check if a login/password is valid even
though they don't themselves have read access to the system password database.

Authors:
---------
Jan Wolter

This package is based on the package 'smbldap-tools' from project 'home:flacco'.

Smbldap-tools is a set of perl scripts designed to manage user and group
accounts stored in an LDAP directory. They can be used both by users and
administrators of Linux systems:

* administrators can perform users and groups management operations, in a way similar to the standard useradd or groupmod commands
* users can change their LDAP password from the command line and get/change personnal informations

Maintainer Bugowner

Not ready yet :-)

Anope is a set of Services for IRC networks that allows users to manage
their nicks and channels in a secure and efficient way, and administrators
to manage their network with powerful tools.

WARNING THIS PACKAGE IS NOT MEANT FOR PRODUCTION USE YET.
I JUST UPLOADED IT FOR TESTING PURPOSE.

YOU HAVE BEEN WARNED

Authors:
---------
Adam Kramer
Alvaro Toledo
Björn Stiddien
Chris Hogben
Daniel Engel
David
David Narayan
David Robson
Daniele Nicolucci
Florian Schulze
Gabriel Acevedo H.
JH
Joris Vink
Lucas Nussbaum
Mark Summers
Pieter Bootsma
Thomas Juberg Stensås
Trystan .S Lee
openglx

The Aracube Framework is a development environment for groupware, enterprise information, knowledge management and e-learning systems.

Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.

Website: http://lucene.apache.org/java/

Pascal-FC is a programming language for teaching the principals of concurrency
developed in the University of Bradford 1990 by Alan Burns-Geoff Davies.

Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platforms.

- Browser compatibility testing. Test your application to see if it works correctly on different browsers and operating systems. The same script can run on any Selenium platform.
- System functional testing. Create regression tests to verify application functionality and user acceptance.

Website: http://www.openqa.org/

Simscan is a simple program that enables the qmail smtpd service to reject viruses, spam, and block attachments during the SMTP conversation so the processing load on the email system is kept to a minimum. The project is open source and uses other open source components. Small, very efficient and written in C.

Edit all trac.ini option via the WebAdminPlugin

This is a backup Utility for Virtual Machines running
under VMware Server 1.0, VMware Server 2.0 Beta, VMWare Workstation.

This module implements the C3 algorithm. I have broken this out into it's
own module because I found myself copying and pasting it way too often for
various needs. Most of the uses I have for C3 revolve around class building
and metamodels, but it could also be used for things like dependency
resolution as well since it tends to do such a nice job of preserving local
precendence orderings.

This is pragma to change Perl 5's standard method resolution order from depth-
first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method
resolution order.

This contains XS performance enhancers for Class::C3 version 0.16 and higher.
The main Class::C3 package will use this package automatically if it can
find it. Do not use this package directly, use Class::C3 instead.

This module won't do anything for you if you're running a version of Class::C3
older than 0.16. (It's not a dependency because it would be circular with the
optional dep from that package to this one).

This module provides an object-based user interface essentially identical
to the one provided by the Win32::SerialPort module.

This module converts Perl data structures to JSON and vice versa. Its
primary goal is to be *correct* and its secondary goal is to be *fast*.
To reach the latter goal it was written in C.

Beginning with version 2.0 of the JSON module, when both JSON and
JSON::XS are installed, then JSON will fall back on JSON::XS (this can
be overridden) with no overhead due to emulation (by inheriting
constructor and methods). If JSON::XS is not available, it will fall
back to the compatible JSON::PP module as backend, so using JSON instead
of JSON::XS gives you a portable JSON API that can be fast when you need
and doesn`t require a C compiler when that is a problem.

As this is the n-th-something JSON module on CPAN, what was the reason
to write yet another JSON module? While it seems there are many JSON
modules, none of them correctly handle all corner cases, and in most
cases their maintainers are unresponsive, gone missing, or not listening
to bug reports for other reasons.

Author:
-------
Marc Lehmann

The "mro" namespace provides several utilities for dealing with method
resolution order and method caching in general in Perl 5.9.5 and higher.
This module provides those interfaces for earlier versions of Perl (back to
5.6.0 anyways).

It is a harmless no-op to use this module on 5.9.5+. That is to say, code
which properly uses MRO::Compat will work unmodified on both older Perls and
5.9.5+.

If you're writing a piece of software that would like to use the parts of
5.9.5+'s mro:: interfaces that are supported here, and you want compatibility
with older Perls, this is the module for you.

Some parts of this code will work better and/or faster with Class::C3::XS
installed (which is an optional prereq of Class::C3, which is in turn a prereq
of this package), but it's not a requirement.

This module never exports any functions. All calls must be fully qualified
with the mro:: prefix.

The interface documentation here serves only as a quick reference of what the
function basically does, and what differences between MRO::Compat and 5.9.5+
One should look out for. The main docs in 5.9.5's mro are the real interface
docs, and contain a lot of other useful information.

This module provides a convenient way to perform cleanup or other forms of
resource management at the end of a scope. It is particularly useful when
dealing with exceptions: the Scope::Guard constructor takes a reference to
a subroutine that is guaranteed to be called even if the thread of execution
is aborted prematurely. This effectively allows lexically-scoped "promises"
to be made that are automatically honoured by perl's garbage collector.

openSUSE Build Service is sponsored by