Sahil Siddiq

Results 5 issues of Sahil Siddiq

Might close #1036 The patch makes use of NSpid to check whether a process runs inside a pid namespace that is different from the host's init process' pid namespace. If...

Linux :penguin:
new feature

## Description In [hilbert_fc.h](https://github.com/gnuradio/gnuradio/blob/main/gr-filter/include/gnuradio/filter/hilbert_fc.h), the description given is that of an analytic signal rather than the hilbert transformer. ## Related Issue Related to #5437 ## Which blocks/areas does this affect?...

Documentation

New feature: Generation of kneser graphs. Resolves #1876. So far, I have only implemented functions to calculate $\binom{n}{k}$ and generate k-size subsets. I have made both functions static and put...

**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository - [x] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style) - [...

RzBin
ELF

Currently, the substring from the beginning of the row till the cursor is picked for backward search. Due to this, the nearest match located prior to the cursor will get...