HiddenWall
Linux kernel module generator for Hidden firewall that follows the rules in the external YAML file. (by CoolerVoid)
neat-matrix-library
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern. (by nomemory)
HiddenWall | neat-matrix-library | |
---|---|---|
12 | 7 | |
409 | 87 | |
- | - | |
1.6 | 2.2 | |
over 1 year ago | 3 months ago | |
C | C | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
HiddenWall
Posts with mentions or reviews of HiddenWall.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-12.
- HiddenWall - Linux kernel module generator for Hidden firewall that follows the rules in the external YAML file.
- Linux kernel module generator for Hidden firewall
- Linux kernel module generator for Hidden firewall that follows the rules in the external YAML file.
- HiddenWall(hide your custom firewall in Linux kernel)
-
Casper-fs is a Custom Hidden Linux Kernel Module generator. Each module works in the file system to protect and hide secret files. This program has two principal functions: turning private files hidden. The second function is to protect confidential files to prevent reading, writing and removal.
I have been writing rootkits to protect the system context, for example, for hidden firewall rules github.com/CoolerVoid/HiddenWall rootkit for the lousy purpose it's a cliche.github.com/CoolerVoid/HiddenWall
- HiddenWall is a tool to generate a custom Hidden firewall to run in the Linux kernel.
- GitHub - CoolerVoid/HiddenWall: Tool to generate a Linux kernel module for custom rules with Netfilter hooking. (block ports, Hidden mode, firewall functionst)
neat-matrix-library
Posts with mentions or reviews of neat-matrix-library.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-17.
-
Quick question: Care e faza cu a fi crab?
Cu C mă joc că hobby: * https://github.com/nomemory/neat-matrix-library
- On writing your own linear algebra matrix library in C (follow-up article with explanations after submitting the github library a while back)
-
As a hobbyist, I've written my own matrices library in C
I am a math hobbyist, and I wanted to work on my linear algebra knowledge. So I've decided to implement some of the most common algorithms from the CS curricula.
After some work, I've come-up with this small library. It has no production value, but it was fun learning experience.
https://github.com/nomemory/neat-matrix-library
- Proiectele open source la care am lucrat în ultimă perioada
-
My first deep-dive into linear algebra and numerical analysis. An article describing how to write a C library that performs most of the "academical" algorithms for matrices (Row Echelon, Reduced Row Echelon, LU(P) Factorization, Inverse, Determinants, etc.)
And the resulting code corresponding to the article can be found here: https://github.com/nomemory/neat-matrix-library
- Got back to C after a few years, and created my first C library: NML is a simple matrix library that implements various numerical analysis algorithms (Gauss Elimination, Gauss-Jordan, Gram-Schmidt, LU(P) Factorisation, etc.)
- One of my C projects: NML - a simple matrix library supporting various (LU Decomposition, Gauss Elimination, Gauss-Jordan, Gram-Schmidt, Inverse, Determinant). Any feedback is greatly appreciated.
What are some alternatives?
When comparing HiddenWall and neat-matrix-library you can also consider the following projects:
kernel-ml - Machine Learning Framework for Operating Systems - Brings ML to Linux kernel
Code-Finds-Determinant-of-a-Array-in-C