Skip to content
View ramon-bernardo's full-sized avatar
🦀
🦀
  • Santa Catarina, Brazil
  • 04:28 (UTC -03:00)

Organizations

@bevyengine-ptbr @suonengine @atlas-kit

Block or report ramon-bernardo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. todo-tech-test todo-tech-test Public

    Este é um aplicativo de lista de tarefas (To-Do List) desenvolvido em Flutter.

    Dart

  2. authentication-tech-test authentication-tech-test Public

    Este é um aplicativo de autenticação desenvolvido em Flutter.

    Dart

  3. unsafe_box unsafe_box Public

    A low-level container for a single value that manually manages memory. Inspired by Box<T>, it uses unsafe primitives for allocation, access and deallocation.

    Rust

  4. unsafe_shared_ptr unsafe_shared_ptr Public

    A low-level smart pointer with manual reference counting. Inspired by Rc<T>, it uses unsafe primitives to allocate, access and deallocate memory while managing shared ownership.

    Rust

  5. unsafe_vector unsafe_vector Public

    A low-level growable vector that manually manages heap memory. Inspired by Vec<T>, it uses unsafe primitives for allocation, access and deallocation.

    Rust

  6. unsafe_linked_list unsafe_linked_list Public

    A low-level doubly linked list that manually manages memory. Inspired by LinkedList<T>, it uses unsafe primitives for allocation, traversal and deallocation.

    Rust