klaire : An automatic tool that generates kgraft-patches from static patches that generates kgraft patch from static patch.

a project by JeremyHuang

I want to program a tool to assist building Kgraft-patches.

Updated over 6 years ago. 1 hackers ♥️.

Use xfs as a curious user

a project by yosun

  • As a QA, we mostly thinking filesystem xfs in a researcher mind, some user scenes may not touch. Try to use xfs like a curious user in whole week, and touch features as much as possible, then find the feature which is important but don't cover in our daily work.
Updated about 6 years ago. No love.

Python Romset Management Tools (pyros)

a project by jjolly

The primary arcade machine emulator is MAME, and it has a very specific format for romset compression. I have previously started a project call pyros that allows the creation and update of MAME romsets. The project consists of the following tools:

Updated over 5 years ago. 2 hacker ♥️. 1 follower.

Geekos x Externaltools

a project by farahschueller

The day has come to finally merge more and more apps into one single place, and this time it shall be externaltools.

Updated about 6 years ago. No love. 1 follower.

TwitterKondo - keep your tweet stream clean and sparking joy

a project by ericp

Thinking about extending the typical Twitter app that let's a user bulk-delete their tweets (with a limit of 3200 each time).

Updated over 5 years ago. No love. 1 follower.

Package proper cross-compilers

a project by rguenther

openSUSE lacks useable cross-compilers to glibc systems. This is the attempt to provide those, most important a cross-compiler for arm/aarch64.

Updated over 5 years ago. 3 hacker ♥️.

Unrealtone

a project by emiler

Project Description

Updated over 1 year ago. 3 hacker ♥️. 2 followers.

Setup Home Assistant on Pi4 and collect solar panel stats

a project by emiura

Setup a Home Assistant on Raspberry Pi4 and collect statistics from solar panel energy production

Updated 8 months ago. 5 hacker ♥️. 2 followers.

Add gui for thinkpad umts-card tool

a project by dheidler

I already have the backend done for the thinkpad umts-card, but the frontend is still missing. The tool shall be a version-2 of https://github.com/asdil12/wwan

Updated over 4 years ago. No love.

Bootstrap (not yet) minions using salt-ssh

a project by j_renner

In SUSE Manager we want to offer support for bootstrapping systems that don't have the salt-minion installed and configured yet. This can be done using salt-ssh given just a hostname, username and password. See the docs about salt rosters for even more options. What we are missing:

Updated over 6 years ago. 2 hacker ♥️.

NativeScript Hacking

an invention by thutterer

The goal of this project is to get a familiar with NativeScript, play with it and create one or two simple demo applications. Maybe even something useful ;)

Updated over 3 years ago. No love.

Christmas Lights (lights switching to music) using Raspberry Pi

a project by goldwynr

The idea is to use a 8-switch relay (or two) to connect to a Raspberry pi and control the switches according to the music. To control the music, hack mpg123 to take a "frames" file which would contain which channel should be switched on or off.

Updated about 6 years ago. No love.

Investigate how to use fuzzy tools reproduce bugs

a project by yosun

We used trinity to make fuzzing test, but it hard to reproduce bugs. I'd like to try to use syzkaller or other fuzzy tools to find a stable process to reproduce fuzzy bugs.

Updated over 8 years ago. No love.

Scripts and recipes for setting up VMs with multipath and other compex storage stacks

a project by mwilck

Customers are using complex storage stacks such as LVM over dm-crypt over MD RAID over multipath over iSCSI and FC with LOTs of LUNs, and we're facing problems in that area which are usually very hard to reproduce. It's also hard to guard against regressions.

Updated over 5 years ago. 5 hacker ♥️.

Add Xen PVH support to grub2

a project by j_gross

PVH domains are a new guest type supported by Xen being as lightweight as possible (e.g. no emulation of legacy devices via qemu) while taking advantage of the hardware virtualization features of the x86 processor.

Updated about 4 years ago. 1 hackers ♥️.

Reactive programming with Python RxPy

a project by SShyukriev

I'm planning to get basics of Reactive Programming and especially the documentation in ReactiveX and try some examples from RxPy

Updated over 6 years ago. 1 hackers ♥️.

Make "salt-toaster" available to be used outside SUSE

a project by PSuarezHernandez

The salt-toaster (https://github.com/openSUSE/salt-toaster) is a tool created and developed by SUSE employees that we've been using for testing Salt since few years ago.

Updated almost 6 years ago. 3 hacker ♥️. 1 follower.

Integrate Bard with MusicBrainz and implement a proper web interface

a project by alarrosa

My music manager, Bard, was improved in the last hackweek with a very simple React-based web interface but I didn't like the result at all (basically, after learning React I noticed I didn't like it and all the dependencies and the complexity it added) so since then, I've reimplemented the web interface using just jQuery. Also, in the last months I've added musicbrainz data structures to the database (which was also ported to use Postgresql) to prepare bard to use MusicBrainz's data. I also stopped using other python libraries to read audio files and use the ffmpeg libraries directly instead with a c++ wrapper implemented inside Bard which is much much faster.

Updated about 6 years ago. No love. 1 follower.

Port Salt virt modules to idem

a project by cbosdonnat

Salt is moving towards a plugable architecture using POP and Idem. This project is about experimenting with those new concepts by applying them to a real life case: the virt execution and state modules.

Updated over 5 years ago. 3 hacker ♥️. 3 followers.

reading a book: <<How Google Tests Software>>

a project by llzhao

Project Description

Updated over 4 years ago. 5 hacker ♥️. 2 followers.

Improve mtk scripts and improve on python skills

a project by bfilho

Updated over 4 years ago. 2 hacker ♥️. 2 followers.

The Missing Middle: Add an intermediate brightness setting for auxiliary LEDs in Andúril 2

a project by gkenion

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Build and validate a scale-out Samba/CTDB cluster atop CephFS

an invention by dmdiss

Samba and CTDB rely heavily on POSIX fcntl locks for data and meta-data integrity. This functionality was recently fixed in CephFS, opening up the possibility to use CephFS as an underlying filesystem for a scale-out Samba/CTDB cluster.

Updated over 6 years ago. 1 hackers ♥️.

All documentation as program code

an invention by jsmeix

I like to try out if it is possible to write a program that does not have any kind of the traditionally separated documentation (like external files that contain the documentation texts or comments in the program code). Instead all documentation must be implemented as code at the same place where the matching functiomnality is implemented (i.e. each function implements also its documentation). In the end the user should get only the executable that he can run to let it do the intended functionality and also to provide any kind of documentation. What I do not want is a dumb '--help' option that lets the program spit out its built-in documentation. What I would like to have is that the user can run the executable in some kind of self-inspecting way. I mean: While it does the intended functionality, it can also provide documentation so that the user can explore the program while running it. In the end the user experience should be more like a text adventure ;-)

Updated over 6 years ago. 1 hackers ♥️.

Check p2v tool (guestfs)

a project by aginies

Test the latest release of guesfs tools, and chech new p2v. Package it for openSUSE

Updated over 8 years ago. No love.