Skip to content
View marcs-feh's full-sized avatar
🍺
There's only one beer left
🍺
There's only one beer left

Block or report marcs-feh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marcs-feh/README.md

NOTE: While I still use GitHub for collaboration, I mostly put my newer projects on GitLab (marcs-feh1)

marcs-feh

We do not fear what lies beneath, we can never dig too deep

Every software I create as a hobby is Libre, usually under a permissive license. The main target of my programs is POSIX systems, however Windows ports are never out of question if they are not super difficult to implement.

Tools I use:

  • C/C : Clang with AddressSanitizer and clangd as LSP, lldb for debugger.
  • Odin: Incredible language, not very popular but I recommend you try it :^)
  • Go : The language already comes with all the essentials.
  • Scripting : Python and Lua for anything that requires a real programming language, POSIX shell for basic stuff.
  • Editor : Neovim, I can tolerate most editors if they have vim-keys, but Neovim is by far my favorite, check marcs-feh/nvim_config
  • Desktop : Mostly minimalist programs, check marcs-feh/sukless for my X11 setup or marcs-feh/dotfiles for Wayland and general configs.

NOTE: Yes, I do say "C/C " just to annoy programmers of both languages

Pinned Loading

  1. arena.h arena.h Public

    STB style growing memory arena implementation in C

    C 1

  2. interfacer interfacer Public

    C Fat Pointer Interface Code Generator

    Python

  3. test-urself-now test-urself-now Public

    Test urself NOW!

    C

  4. compile.nvim compile.nvim Public

    Similar to Emacs' compile mode, but simpler, for Neovim

    Lua

  5. z-lua z-lua Public

    Archiving utility written in Lua

    Lua