Skip to content
View brunoeiterer's full-sized avatar

Block or report brunoeiterer

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. BitbucketCommitPlotter BitbucketCommitPlotter Public

    A C# app to get commit data from Bitbucket's API and plot like the github contribution graph

    C#

  2. IPCAProcessor IPCAProcessor Public

    A C# app to convert IPCA historical data to several formats

    C#

  3. lifejournaler lifejournaler Public

    An open-source journal app

    TypeScript

  4. C# method to take a sentence and rev... C# method to take a sentence and reverse words with even length, words with odd length have their duplicates removed and all words are sorted by length
    1
    using System.Text;
    2
    
                  
    3
    public class StringProcessor() {
    4
    
                  
    5
        /// Assuming words in the sentence are separated by a space, returns a new string with the words with even length