Gregory Haskins
ghaskins
Involved Projects and Packages
Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Open-source Erlang is being released to help encourage the spread of Erlang outside Ericsson.
This project is where erlang package is actually being developed.
See also: http://lists.opensuse.org/opensuse-packaging/2013-04/msg00240.html
PLEASE, don't auto-follow requests to the openSUSE:Factory, until you are sure that devel:languages:erlang/bleeding_edge_erlang_Factory is fine.
Node.js - Evented I/O for V8 JavaScript.
alacrityvm -> Virtualization:AlacrityVM
qlsert -> devel:tools
smictrl -> Do we really want to distribute it?
LTTng (Linux Trace Toolkit Next Generation) is a tracer for Linux.
It is a kernel module accompanied by a toolchain (ltt-control) to control the tracing, as well as a trace viewing and analysis application (LTTV).
LTTng includes a set of kernel instrumentation points useful for debugging a wide range of bugs, that are otherwise extremely challenging.
These include, for example, performance problems on parallel systems and on real-time systems.
LTTng is designed for minimal performance impact and has a near zero impact when not tracing. LTTng has at least basic support for all Linux architectures.
Pull request build job PR#16 to branch master of erlang/_ObsPrj
Pull request build job PR#22 to branch master of erlang/_ObsPrj
Pull request build job PR#23 to branch master of erlang/_ObsPrj
Pull request build job PR#35 to branch master of erlang/_ObsPrj
Pull request build job PR#36 to branch master of erlang/_ObsPrj
Pull request build job PR#39 to branch master of erlang/_ObsPrj
Pull request build job PR#1 to branch master of nodejs/_ObsPrj
Pull request build job PR#2 to branch master of nodejs/_ObsPrj
This package is based on the package 'distcc' from project 'home:dbahi'.
distcc is a distributed compilation front-end. It sends command lines
and preprocessed files to other machines, that ship the resulting
object file and compiler output back. It gives significant speed ups
with make -jN.
The major improvement in distcc 3 is the inclusion of "pump" mode. In
"pump" mode, distcc sends source file with their included header files
to the compilation servers, which now carry out both preprocessing and
compilation. As a result, distcc-pump can distribute files up to 10
times faster to compilation servers than distcc.
Packages for submission to factory
REPOSITORIES REMOVED BY ADMIN DUE AS ANNOUNCED
This package is based on the package 'schedtop' from project 'home:ghaskins'.
This utility will process statistics from /proc/schedstat such that the
busiest stats will bubble up to the top. It can alternately be sorted by
the largest stat, or by name. Stats can be included or excluded based on
reg-ex pattern matching.
LONG DESCRIPTION
GOES
HERE
LONG DESCRIPTION
GOES
HERE
This package is based on the package 'sphinx' from project 'server:search'.
Sphinx is a full-text search engine, distributed under GPL version 2.
Commercial licensing is also available upon request.
Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other
applications. Sphinx was specially designed to integrate well with SQL
databases and scripting languages. Currently built-in data source
drivers support fetching data either via direct connection to MySQL,
PostgreSQL, or from a pipe in a custom XML format.
As for the name, Sphinx is an acronym which is officially decoded as
SQL Phrase Index. Yes, I know about CMU's Sphinx project.