Welcome 🖖 to my blog!

/************************************************************************
 *                                                                      *
  *                              Hi there!                               * 
 * Here you will find coding projects, snippets, insights, cheatsheets, *
 *     howtos, eventually a link-list and much more (atm not yet).      *
 *                                                                      *
 *                             _mofrim_                                 *
  ************************************************************************/

snippet of the day

// a constant array to functions type `int *func(int)`
int *(*const funcArr0[])(int) = {func1, func2, func3};

… without words!

lesson of the day

The length of a function is inversely proportional to its complexity and indentation level of that function!

(source: idk?)

selected posts

browse posts by tags:

@cfg(1 posts) @climate(1 posts) @code(2 posts) @foss(1 posts) @math(1 posts) @science(1 posts)