Skip to content
View BelCoding's full-sized avatar
  • Sta Cruz, Spain

Block or report BelCoding

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

Pinned Loading

  1. proc-macro-workshop proc-macro-workshop Public

    Forked from dtolnay/proc-macro-workshop

    Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]

    Rust

  2. Smart-Tree-Binary-Search Smart-Tree-Binary-Search Public

    Binary Search Tree in C++ using std:: smart pointers.

    C++

  3. Vote-processor Vote-processor Public

    A simplified tally functionality that processes incoming votes and outputs a result for a single-winner election using the first-past-the-post voting method.

    Rust

  4. Anagrams Anagrams Public

    Find the longest chain of Anagrams from a Diccionary.

    C++

  5. Permutation-matrix Permutation-matrix Public

    Clasify a binary matrix as a permutation Matrix when returning 1 or not when returning 0. Input numbers are given as decimal numbers from keyboard, each number represents a row in binary. example 3…

    Python

  6. ex-tokio-tracing-sqlx-http3 ex-tokio-tracing-sqlx-http3 Public

    An example for building with the crates tokio, tracing, sqlx and reqwest for http3

    Rust