Skip to content
View LiquidRetarded's full-sized avatar
🤒
Out sick
🤒
Out sick
  • SecyCompay
  • Mars

Block or report LiquidRetarded

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LiquidRetarded/README.md

public class Attributes {

   public static String contact() {
       String discord = "@liquidretarded";
       return discord;
   }


   public static Map<String, Object> life() {
       List<String> langs = Arrays.asList("vi", "en");
       int age = 16;
       Map<String, Object> result = new HashMap<>();
       result.put("langs", langs);
       result.put("age", age);
       return result;
   }

   public static Map<String, Object> coding() {
       Map<String, List<String>> langs = new HashMap<>();
       langs.put("expert", Arrays.asList("javascript"));
       langs.put("intermediate", Arrays.asList("pascal", "python"));
       langs.put("learning", Arrays.asList("c", "c++", "c#", "php", "java", "kotlin"));
       
       List<String> specialities = Arrays.asList("web/app reverse engineering", "fullstack");
       List<String> environment = Arrays.asList("vscode, intellij");
       
       Map<String, Object> result = new HashMap<>();
       result.put("langs", langs);
       result.put("specialities", specialities);
       result.put("environment", environment);
       
       return result;
   }
}

Current projects

@LiquidRetardedClient

Popular repositories Loading

  1. LRClient LRClient Public

    geys

    Kotlin 1

  2. LiquidRetarded LiquidRetarded Public

    Me

  3. LR20 LR20 Public template

    Forked from FabricMC/fabric-example-mod

    gey fabric used

    Java

  4. cracked-phandatselfbot cracked-phandatselfbot Public