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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. proc-macro-workshopproc-macro-workshopPublic

    Forked from dtolnay/proc-macro-workshop

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

    Rust

  2. Smart-Tree-Binary-SearchSmart-Tree-Binary-SearchPublic

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

    C++

  3. Vote-processorVote-processorPublic

    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. AnagramsAnagramsPublic

    Find the longest chain of Anagrams from a Diccionary.

    C++

  5. Permutation-matrixPermutation-matrixPublic

    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-http3ex-tokio-tracing-sqlx-http3Public

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

    Rust