
vitezslav_cizek
detect and visualise git commits' patch-based dependencies
a project by aspiers
It is well-known that two git commits within a single repo can be independent from each other, by changing separate files to each other, or changing separate parts of the same file(s). Conversely when a commit changes a line, it is "dependent" on not only the commit which last changed that line, but also any commits which were responsible for providing the surrounding lines of context, because without those previous versions of the line and its context, the commit's diff would not cleanly apply.
Detect type of change in a project analyzing the log history
a project by aplanas
Use machine learning and natural language processing techniques to analyze the changes made in a project, and classify them in:
Learn Rust
a project by aplanas
Rust, the new language from Mozilla Foundation, is a modern systems programming language focusing on safety and speed. It accomplishes these goals by being memory safe without using garbage collection.
Chromium/Chrome extension for SSL pinning
an idea by thardeck
Most browsers have more than 100 CA certificates (for example Firefox ~176) and everyone of them can sign certificates for any website.
Try to model check gfp_flags with cbmc
a project by vbabka
Paul McKenney's blog article inspired me to try apply his approach to kernel's memory allocation flags (gfp_flags) and how their combinations affect the decisions and actions taken during page allocation. Recent upstream development around these flags leads me to believe that the complexity is too high for me to reason about them and change the code without unintended changes in semantics. So it might be worth to let the computer do the hard work.
A tool for remote ssl service testing/evaluation
an invention by whdu
Maybe it is yet another wheel
but still worth to do. The original idea is come from https://xmpp.net/.
Provide tools to analyze the life-time of maintenance and release requests in IBS/OBS
an invention by psimons
We need statistical analysis and key performance indicators to describe the lifetime of maintenance and release requests in IBS, for example:
Use linear programming for the partitioning proposal
an idea by ancorgs
The YaST team is rewriting yast2-storage. That includes new shiny code for the storage proposal during installation. It calculates what partitions and/or volumes need to be created to allocate the system and finds the best way to create those partitions in the existing free spaces. The second part becomes more complicated than it looks as soon as you start considering the restrictions imposed by each volumes and by the technology (primary vs logical partitions, for example).
Reverse engineer memory layout
an invention by mkoutny
TL;DR Use convolution to find type candidates, then solve system of equations to refine the result.
RPMlint cleanups
a project by scarabeus_iv
RPMlint upstream milestone 2.0 is shaping up but there are still ticket that needs to be tackled to finalize the release and enjoy the freshness of awesome QA on Tumbleweed/SLE16.
Looking for projects around:
Nothing at the moment
Activity