Skip to content
View roosemberth's full-sized avatar

Organizations

@agepoly @DivisionBy-Zero

Block or report roosemberth

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

Pinned Loading

  1. dotfiles dotfiles Public

    A public repostory containing all my config files and scripts, mirrored from https://gitlab.com/roosemberth/dotfiles

    Nix 9

  2. Effects of padding on variable decla... Effects of padding on variable declaration:
    1
    /* Roosembert Palacios © 2015, Released under GPLv3 License: http://www.gnu.org/licenses/gpl-3.0.fr.html
    2
     * This piece of code is intended to show the effects of memory padding and the importance of the variable
    3
     * Allocation order. Please note that compiler warning "-Wpadded" is intentional and can be disabled by
    4
     * commenting line (10: #pragma GCC diagnostic warning "-Wpadded").
    5
     */