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 about 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.