GCC: finish implementation of predicated value numbering

a project by matz2

I'm sitting on old patches that implemented predicated value numbering in GCC by combining the algorithms from http://portal.acm.org/citation.cfm?id=512529.512536

Updated over 7 years ago. No love.

Testing CRIU and containers

a project by tiwai

Although I've been maintaining CRIU package, I had little time to play with it recently. It's still interesting especially in combination with various containers. So let's spend (or waste) some time.

Updated over 5 years ago. 1 hackers ♥️.

Ciabatta reloaded: Work on a Heat-driven SUSE demo/QA environment as an OpenStack Horizon plugin

a project by joachimwerner

I want to revive my "Cloud in a Box" project and this time focus on how OpenStack's Heat automation framework can help with setting up a complete demo or QA environment consisting of several SUSE products (e.g. a SLEPOS Admin/Branch/Client environment).

Updated over 7 years ago. No love.

sar data summary report tool

a project by tabraham1

provide a summary report of data from a sar data file.

Updated over 5 years ago. 1 hackers ♥️.

Sonic Pi on SUSE

an invention by wstephenson

Sonic Pi is a live-coded software synthesiser for teaching computing via music. It originates on the Raspberry Pi but should be on mainstream Linux too. This project is to clean it up by removing Raspbian hacks, package it and its dependencies and get it running nicely on openSUSE. Sonic Pi uses Ruby to control the synthesiser, and the frontend is written in Qt.

Updated over 2 years ago. No love.

Investigate and model Ceph cluster performance

a project by LarsMB

Predicting the non-functional properties of a Ceph cluster can be quite difficult. There are many inputs in the hardware setup and software configuration that affect the resulting availability, reliability and performance (latency and throughput at nominal levels and during degraded and rebuild times).

Updated over 5 years ago. 3 hacker ♥️.

Bookworm, the educational tool

a project by kwwii

Create a system to allow a community to add contextual information to "open books". Think wikipedia for books

Updated over 5 years ago. 2 hacker ♥️.

Design and create SUSE branded IQ lamps

a project by kwwii

see iqlight.com to understand what an IQ Lamp is.

Updated over 5 years ago. 3 hacker ♥️.

Docker orchestration

a project by flavio_castelli

Play with Docker orchestration tools like the ones provided by CoreOS, OpenShift and kubernetes. Provide packages for openSUSE and SLE.

Updated over 5 years ago. 1 hackers ♥️.

Improve retty tool

a project by jankara

Retty is a tool for changing stdin,stdout,stderr of a running process (http://pasky.or.cz/dev/retty/) which may be handy if you want to attach to a process running e.g. from a died ssh session, changing running process to run from under screen(1) etc.. Currently it doesn't work for 64-bit systems and it doesn't handle changing of a controlling tty of a process (which may be possible using setsid() and opening a new tty). The aim of this project it to fix the above deficiencies and package the tool in OBS.

Updated over 5 years ago. 1 hackers ♥️.

Proof of Concept Support for SUSE Cloud, best practice

a project by rsimai

With many Proof of Concepts (PoCs) going on for SUSE Cloud, the development team has observed that we have no clear path on how Sales Engineers (SEs) and sometimes dedicated support engineers (xSE) can receive technical support to successfully complete the projects, often leading to escalation calls and even firefighting on-site visits by developers. Goal of that project is to come up with a best practice guide and to eventually set expectations on what's possible from a development point of view. Results should be documented in a central internal location and announced to all relevant parties.

Updated over 5 years ago. 1 hackers ♥️.

Create OpenStack packages for aarch64

a project by dirkmueller

Create a single node installation of OpenStack with the OpenSUSE OpenStack Quickstart scripts for 64 bit ARM (aarch64).

Updated over 5 years ago. 2 hacker ♥️.

Port (part of) digikam to KF5

an invention by alarrosa

KDE Frameworks 5 is already quite stable but most big applications have not been ported yet. My plan is to work on digikam (and its libraries, libkdcraw, libkipi, libkface, libkgeomap, kipi-plugins) to port them to use the latest KDE libraries version.

Updated over 5 years ago. No love.

open-iscsi use of multi-queue to implement MCS

a project by lee_duncan

The open-iscsi package is the de facto standard Linux iSCSI initiator, but it does not support iSCSI MCS.

Updated over 2 years ago. No love.

openSUSE for Firefly-RK3288

a project by a_faerber

The Firefly-RK3288 is the first SBC with the Rockchip RK3288 SoC, the first available chip with Cortex-A17 cores (32-bit ARMv7). I received such a board just in time for Hackweek Interstellar and will be looking into booting an upstream kernel with openSUSE 13.2/Factory rootfs.

Updated over 7 years ago. No love.

openSUSE for IFC6540

a project by a_faerber

The Inforce Computing IFC6540 is an SBC with Qualcomm Snapdragon 805 SoC (32-bit ARMv7).

Updated over 7 years ago. No love.

KVM for Nvidia Jetson TK1

a project by a_faerber

The Nvidia Jetson TK1 is an SBC with Nvidia Tegra K1 SoC (quad-core Cortex-A15, 32-bit ARMv7).

Updated over 5 years ago. 1 hackers ♥️.

Tool for WiFi access to Olympus Image Share API

a project by svollath

Reverse engineering partially done already. Help appreciated with - decoding video stream from camera (overlay?)

Updated over 5 years ago. No love.

make FF use ntlm_auth for NTLMv2

a project by jmcdough

Firefox dropped its built-in ntlm auth as it only handled ntlmv1 (insecure). On windows it uses SSPI to handle the ntlm cases, and on other platforms it simply does not support NTLM at all (and then only v1) without a manual flag change.

Updated almost 4 years ago. No love.

Parallella: Epiphany packaging for openSUSE

an invention by a_faerber

The Parallella is an SBC with Xilinx Zynq SoC and 16-core Epiphany-III co-processor.

Updated about 5 years ago. No love.

Bring up Linux on Optimus Board (Allwinner A80)

a project by a_faerber

The Allwinner Tech Optimus Board by Merrii is the evaluation board for the Allwinner A80 SoC with big.LITTLE Cortex-A15/-A7 configuration (32-bit ARMv7).

Updated over 7 years ago. No love.

Experiment with no-mmu Linux (STM32F429I-DISCO)

an invention by a_faerber

A broad range of ARMv7-A boards have been enabled in openSUSE already. I would like to complement my experiences by bringing up Linux on an ARMv7-M board, the STM32F429I discovery board, featuring a Cortex-M4 and 8 MB SDRAM.

Updated over 5 years ago. 1 hackers ♥️.

kGraft: allow to handle more patches in parallel

a project by pmladek

Current kGraft implementation allows to apply new patch only when the previous one is applied to the whole system. Every task is handled separately and it needs to wait for a safe place to switch. It might take a while, especially when the task is sleeping.

Updated over 5 years ago. 2 hacker ♥️.

Make systemd-nspawnd usable for support purposes.

a project by tsaupe

Report from the research mailing list:

Updated over 7 years ago. No love.

Automated tool to analyze quality of DV capture.

a project by sreeves1

Tool to inspect the meta data from a mini DV firewire transfer and report any quality problems such as dropouts. Preferably a gstreamer 1.x based tool.

Updated over 3 years ago. No love.