Improve plural support in gettext tools

a project by sbrabec

gettext tools are used by many other projects to process translation files.

Updated almost 6 years ago. 1 hackers ♥️.

study RISC-V proxy kernel and simulater

a project by ArchLinux

I'm planning to do some research about RV32E which has only 16 GPRs, but riscv-pk doesn't have RV32E support so that the RV32E aware GCC (https://github.com/kito-cheng/riscv-gcc/tree/riscv-next) cannot build riscv-pk. I'm going to study how the proxy kernel works so that I can do some modification to let it support RV32E.

Updated almost 6 years ago. 1 hackers ♥️.

[unassigned] linter for containers, images, appliances

an idea by lnussel

[kiwi generated] appliances, containers or any kind of image suffer from reoccuring problems like left over log files or UUIDs, e.g.

Updated almost 4 years ago. 1 hackers ♥️. Has no hacker: grab it!

libpcap/tcpdump: LINKTYPE_LINUX_SLL2 implementation

an idea by pvorel

Linux "cooked" capture encapsulation in libpcap/tcpdump doesn't allow to show interface name. There is v2 specification, but it hasn't been implemented yet.

Updated almost 6 years ago. 1 hackers ♥️. Has no hacker: grab it!

cosmic-river

a project by dmaiocchi

Rationale:

Updated over 5 years ago. 1 hackers ♥️. 1 follower.

Prototype JIRA project with hybrid Scrum/Kanban approach

a project by lpato

DevOps teams face double sided challenges: development tasks should be planable and maintenance tasks should maintain their flow to provide maximum value through the queue. Build a prototype JIRA project to help them organize their workload with a Scrum board for their development tasks and a Kanban board for their maintenance work, all fed from a common backlog.

Updated almost 3 years ago. 1 hackers ♥️. 3 followers.

Improve Docker registry listing tool

a project by rbranco

Project Description

Updated almost 2 years ago. 1 hackers ♥️. 1 follower.

Contribute to terraform-provider-libvirt

a project by pinvernizzi

Description

Updated 3 months ago. 1 hackers ♥️. 1 follower.

Extended Catalog of SUSE Slideware Templates

a project by dominic_vieira

Project Description

There are lots of interesting presentations happening all throughout SUSE on all manner of subjects. Presenters have found all kinds of creative ways to showcase their content using different shapes, templates, and other tools to convey important information. If you're looking to start a new presentation, the current slide templates are great to get started with but often time presenters have to look elsewhere for design inspiration. The goal of this project is to create a centralized "extended catalog" of Powerpoint and Impress templates, as a compliment to the existing templates, and make them available to SUSE employees through ImageRelay, that can serve as inspiration and templates for those looking to create rich and complex presentations based on examples built by fellow SUSE employees.

Updated over 2 years ago. 1 hackers ♥️. 1 follower.

Serving web pages for a registered domain from a container behind proxy

an invention by tjyrinki_suse

Project description

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

Improve JeOS

an idea by mkravec

This hackweek I decided to play with JeOS images.


Updated almost 6 years ago. 1 hackers ♥️. Has no hacker: grab it!

GoldenDict popup flag

an invention by xiaoguang_wang

When GoldenDict enable scan popup functionality, if you want GoldenDict to show popup window, you need to select word by mouse and at same time press ALT or CTRL key. You can't show popup window only by mouse when needed.

Updated almost 6 years ago. 1 hackers ♥️.

ocfs2 online defragmentation

an idea by lchen

So far, ocfs2 has no tool for defragmentation.

Updated almost 6 years ago. 1 hackers ♥️. Has no hacker: grab it!

Package LanguageTool for openSUSE

an invention by namtrac

LanguageTool is a style and grammar checker for 25+ languages https://languagetool.org

Updated over 5 years ago. 1 hackers ♥️. 2 followers.

OIDC Loginproxy

a project by toe

Description

Reverse proxies can be a useful option to separate authentication logic from application logic. SUSE and openSUSE use "loginproxies" as an authentication layer in front of several services.

Updated about 2 months ago. 1 hackers ♥️. 1 follower.

TinyTutor - an AI chat-bot powered children's tutor

a project by dmulder

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

Learn about OSB and contribute to `kustomize` and `k9s` packages to add ARM arch

a project by dpock

Description

There are already k9s and kustomize packages that exist for openSUSE today. These could be used as the source for these binaries in our rancher projects. By using them we would benefit from CVE fixes included in our distribution of the packages not in cluded upstream. However they are not providing arm package builds which are required.

Updated about 2 months ago. 1 hackers ♥️. 1 follower.

Explore Microchip PIC64GX1000 Curiosity board (riscv64)

an invention by a_faerber

Description

The Microchip PIC64 family of RISC-V chipsets was announced this summer, with PIC64GX as first subfamily (with SiFive U54 CPU cores, same as Microchip PolarFire). Later families (PIC64-HPSC and PIC64HX) were announced to feature the long-awaited RISC-V Hypervisor Extension.

Updated about 2 months ago. 1 hackers ♥️. 1 follower.

Edit Widget Properties in YDialogSpy

a record by shundhammer

Summary

Updated almost 6 years ago. 1 hackers ♥️. Has no hacker: grab it!

Containers(Dockers) and Kubernetes: First Attempt to understand and implement the basics

a project by ramakris

Have some knowledge on Dockers , but now taking the next step in understanding and expanding my skill set in containers and kubernetes.

Updated almost 6 years ago. 1 hackers ♥️.

Learning podman with selinux enabled

a project by gosipyan

Project Description

Podman is an open-source, Linux-based tool that builds Docker-compatible container images

Updated over 2 years ago. 1 hackers ♥️. 1 follower.

Open Source ONVIF Camera Implementation

a project by nbelouin

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

investigate how kernel live patching works

a project by herbert0890

kGraft is SUSE Labs answer to the rising need for being able to patch the running kernel without rebooting the system. I think this kind of tool is very cool, so by this hackweek chance, I want to investigate it how it works and how it was implemented. And also by this chance, I hope I can improve my ability of kernel hacking. If you are also interested in kernel live patching, please join this project together.

Updated almost 4 years ago. 1 hackers ♥️.

AppArmor utils: rewrite more rule types into classes

an invention by cboltz

While the python-based AppArmor utils (aa-logprof etc.) are much easier to understand and maintain than the old perl code, there are still some terribly long functions like parseprofiledata() in aa.py that are not too easy to understand. Also, using hasher() (a recursive array) as storage can have some strange side effects. Another problem is that test coverage isn't too good, especially for the bigger functions.

Updated almost 6 years ago. 1 hackers ♥️.

make some contributions for terraform-libvirtd-plugin golang project

a project by dmaiocchi

since i am learning golang, i will make some contributions for the upstream project we used already @suse

Updated almost 6 years ago. 1 hackers ♥️.