Skip to content
View xCodiq's full-sized avatar
🖥️
Ok at Java
🖥️
Ok at Java

Highlights

  • Pro

Organizations

@VertCodeDev @MineTradeNetwork @xCodiqDev
Block or Report

Block or report xCodiq

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
xCodiq/README.md

xcodiq

public class Cody extends GitHubUser {

  public Cody() {
    super("xCodiq", "The Netherlands");

    this.addLanguage("Java", "C++", "C", "Python", "C#");
    this.addExperience(
      "MineTrade",
      "Respawn",
      "MineSuperior",
      "Blocky, LLC", 
      "MelonSMP", 
      "Antarctica Studios", 
      "The Minecart", 
      "Godwars", 
      "Chasecraft LLC"
    );
  }
}

public abstract class GitHubUser {

  @Getter private final String username;
  @Getter private final String country;

  private final Set<String> languages = new HashSet<>();
  private final Set<String> experiences = new HashSet<>();

  public GitHubUser(String username, String country) {
      this.name = username;
      this.country = country;
  }

  public void addLanguage(String... language) {
      this.languages.addAll(language);
  }
  
  public void addExperience(String... experience) {
      this.experiences.addAll(experience);
  }
}

xCodiq's github stats Top Langs

Pinned Loading

  1. simple-lettuce-rpc simple-lettuce-rpc Public

    Simple redis-lettuce RPC messaging system

    Java 1

  2. Linerover Linerover Public

    Linerover, a fully autonomous car made in C++ utilizing an Arduino

    C++

  3. tate-runner tate-runner Public

    Saxion IT's in the Game Project | 2022-2023 | Tate Runner | EHI1V.a3

    Java 1 1

  4. rapid-runner rapid-runner Public

    A fun, exciting 2D Auto Scrolling runner game for PC

  5. xCodiq xCodiq Public

    Welcome to my GitHub!