linux_kernel_map

Linux kernel map (by makelinux)

Linux_kernel_map Alternatives

Similar projects and alternatives to linux_kernel_map

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better linux_kernel_map alternative or higher similarity.

linux_kernel_map reviews and mentions

Posts with mentions or reviews of linux_kernel_map. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-12.
  • Interactive Map of Linux Kernel
    6 projects | news.ycombinator.com | 12 Sep 2023
  • Starting A Long-Term Project?
    1 project | /r/cpp | 14 Oct 2021
    My understanding of documentation * First and foremost, code should be readable and understandable after all comments are stripped out. * After code is understandable without comments, I add in comments anyway explaining the flow of the program and generally why something is being done. Perfect example of critically important commenting is that I note to self where sdl auto frees stream memory because this is not the way that C should work (I understand sdl did it to make code shorter and cleaner but it is still nonetheless wrongful to implicitly free any memory in c no matter the reason). * Anything I have to look up online I make comments about * If I must include garbage code, it always goes under the namespace MaybeBreakDontKnowHowToFix as a warning to myself and others. * Although I rarely use unmodified code from stackoverflow, I always comment the original inspiration the code came from. * I try to achieve 100% code coverage for projects. Combined with fsanitize=address, I’m able to fish out the vast majority of possible problems. * I make documentation about everything and don’t skimp on the opinions (which, sadly, most documentation does). I always comment on how things work together, possible issues you might have, errors you would encounter, and my opinions on how your code should be using my library optimally. * I try to make visual maps of my code. A particularly beautiful map by someone else: https://github.com/makelinux/linux_kernel_map * I always contain step-by-step build instructions of what commands to run to do what things (even though it’s usually just ./build --release or something simple) and openly disregard Windows because it’s not worth my time to port the development system to trashy useless operating systems. When I need to compile exes, I just use mingw and test in wine without ever touching Windows.

Stats

Basic linux_kernel_map repo stats
3
810
0.0
over 1 year ago

makelinux/linux_kernel_map is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of linux_kernel_map is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com