Skip to content
View iFlyinq's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@mantagg
Block or Report

Block or report iFlyinq

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

iFlyinqMC iFlyinq visit count

public class iFlyinq extends GitHubUser {

  public iFlyinq() {
    super("iFlyinq", "Belgium");

    this.addLanguage("Java", "C#", "Javascript", "SQL", "PHP");
  }
}

public abstract class GitHubUser {

  private final String name;
  private final String country;

  private ArrayList<String> languages = new ArrayList<>();

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

  public void addLanguage(String... languages) {
    languages.addAll(languages);
  }
  
}
github stats wakatime stats

Popular repositories Loading

  1. iFlyinq iFlyinq Public

    Github profile readme

  2. gp-docker-action gp-docker-action Public

    Forked from VaultVulp/gp-docker-action

    GitHub Action to build and publish Docker Images to GitHub Package Registry

    Shell

  3. PluginResources PluginResources Public

    Forked from timokueck/PluginResources

    A repository holding translations and other resources for Tech's Spigot Plugins

    Python

  4. BungeeTabListPlus BungeeTabListPlus Public

    Forked from CodeCrafter47/BungeeTabListPlus

    Java

  5. TradePlus TradePlus Public

    Forked from Trophonix/TradePlus

    Easy-to-use, highly configurable trading plugin for Spigot- and Bukkit-based Minecraft servers.

    Java

  6. Crazy-Auctions Crazy-Auctions Public

    Forked from Crazy-Crew/CrazyAuctions

    Source Code for Crazy Auctions Plugin

    Java