vitezslav_cizek

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.

Updated about 6 years ago. 4 hacker ♥️.

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:

Updated about 3 years ago. 8 hacker ♥️.

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.

Updated about 6 years ago. 4 hacker ♥️.

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.

Updated about 6 years ago. 5 hacker ♥️. Has no hacker: grab it!

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.

Updated about 6 years ago. 2 hacker ♥️.

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

Updated about 6 years ago. 4 hacker ♥️.

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:

Updated about 6 years ago. 6 hacker ♥️.

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

Updated over 5 years ago. 3 hacker ♥️. Has no hacker: grab it!

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.

Updated about 5 years ago. 6 hacker ♥️.

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.

Updated about 5 years ago. 7 hacker ♥️. 3 followers.
5
4
5
12

Looking for projects around:

Nothing at the moment

Activity

  • almost 6 years ago: vitezslav_cizek originated Inspect distribution crypto patches
  • over 6 years ago: vitezslav_cizek started Write a reporting script using SMELT
  • almost 7 years ago: vitezslav_cizek originated Write a reporting script using SMELT
  • almost 7 years ago: vitezslav_cizek liked RPMlint cleanups
  • over 7 years ago: vitezslav_cizek started Improve EMU Team tools
  • over 7 years ago: vitezslav_cizek originated Improve EMU Team tools
  • about 8 years ago: vitezslav_cizek liked Reverse engineer memory layout
  • about 8 years ago: vitezslav_cizek liked Use linear programming for the partitioning proposal
  • about 8 years ago: vitezslav_cizek liked Provide tools to analyze the life-time of maintenance and release requests in IBS/OBS
  • over 9 years ago: vitezslav_cizek started Microcorruption CTF
  • over 9 years ago: vitezslav_cizek originated Microcorruption CTF
  • almost 10 years ago: vitezslav_cizek liked A tool for remote ssl service testing/evaluation
  • almost 10 years ago: vitezslav_cizek liked Try to model check gfp_flags with cbmc
  • almost 10 years ago: vitezslav_cizek liked Chromium/Chrome extension for SSL pinning
  • almost 10 years ago: vitezslav_cizek liked Learn Rust
  • over 10 years ago: vitezslav_cizek started Matasano crypto challenges in Rust
  • over 10 years ago: vitezslav_cizek originated Matasano crypto challenges in Rust
  • over 10 years ago: vitezslav_cizek liked Detect type of change in a project analyzing the log history
  • over 10 years ago: vitezslav_cizek liked detect and visualise git commits' patch-based dependencies