Skip to content
View w8fyz's full-sized avatar
🥂
Life and death and love and birth 🎶
🥂
Life and death and love and birth 🎶

Organizations

@EfreiDev @efrei-bts
Block or Report

Block or report w8fyz

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

Typing SVG

Some kind of weird dream maker 🏳‍🌈

public class Fyz {
  
  private String name;
  private int age;
  private String[] pronouns;
  private String[] interests;
  private String location;
  private URL website;
  private Color color;
  
  Fyz() {
    this.name = "Thibeau";
    this.age = 19;
    this.pronouns = {"he/him"};
    this.interests = {"Development", "Video games", "Video editing", "Design"};
    this.location = "Paris, France";
    this.website = new URL("https://fyz.sh");
    this.color = Color.decode("#DEAF2C");
    
    doThings();
    drinkCoffee();

  }
  
  public String getMood() {
    return "Happy";
  }
  
    /*TODO :
      Fix the bug creating an infinite number of 
      Fyz clones taking over the world
    */

}

Tools & Programming languages I use 💻

Linux Java Python Photoshop CSS3 HTML5 MySQL Kotlin WordPress Redis Git


Where to find me ? 🤔

github twitter youtube discord


Stats 📈


Want to help me ? (Thanks !) 💛


Tool used for this README 📁

- Fyz 💛

Pinned

  1. LePetitBot LePetitBot Public

    LePetitBot est un bot discord utilisant les nouvelles fonctionnalités de l'API de Discord avec différentes fonctionnalités utilisant Jetty, Spotify & Lavaplayer

    Java

  2. BTSBot BTSBot Public

    Java 3

  3. E-FierteCraft E-FierteCraft Public

    Java 1

  4. PixelAssistant PixelAssistant Public

    PixelAssistant is a voice assistant build to work without cloud and to be self hostable

    Java

  5. Ship24-4j Ship24-4j Public

    A Java Wrapper for Ship24 API, let you use all the free-to-use API of the website. Now support webhooks!

    Java