Skip to content
View Youssef-Azijni's full-sized avatar
🐒
Monkey business...
🐒
Monkey business...
  • Self employed (FEel free to reach out!)

Highlights

  • Pro
Block or Report

Block or report Youssef-Azijni

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
Youssef-Azijni/README.md
public class Youssef-Azijni extends GitHubUser {

  public YoussefAzijni() {
    super("Youssef-Azijni", "Netherlands");

    this.addTopLanguages("PHP", "Java")
    this.addLanguage("html", "css", "python", "C#");
    this.AddFrameWorks("Laravel", "Kotlin");
  }
}

public abstract class GitHubUser {

  private final String name;
  private final String country;

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

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

  public void addTopLanguages(String... topLanguages) {
    this.topLanguages.addAll(topLanguages);
  }

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

  public void addFrameWorks(String... frameWorks) {
    this.frameWorks.addAll(frameWorks);
  }

Popular repositories

  1. One-size-fits-none-fe517b5a One-size-fits-none-fe517b5a Public

    HTML

  2. Wie-niet-weg-is-is-gezien-0c01c830 Wie-niet-weg-is-is-gezien-0c01c830 Public

    PHP

  3. Lets-scrum-6f12417c Lets-scrum-6f12417c Public

    CSS

  4. Youssef-Azijni Youssef-Azijni Public

    Config files for my GitHub profile.

  5. BepInEx BepInEx Public

    Forked from BepInEx/BepInEx

    Unity / XNA game patcher and plugin framework

    C#

  6. SwitchThemeInjector SwitchThemeInjector Public

    Forked from exelix11/SwitchThemeInjector

    Create custom themes for the nintendo switch !

    C