Skip to content
View queerzard's full-sized avatar
🏠
Working from home
🏠
Working from home
  • 127.0.0.1, Germany

Highlights

  • Pro

Block or report queerzard

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

Hi there πŸ‘‹

  • πŸ”­ I’m working on a bunch of APIs and private projects.
  • 🌱 I’m currently learning Java as you might recognize by my repositories.
  • πŸ’¬ Ask me anything regarding my repositories if you have questions.
  • πŸ˜„ Pronouns: He/Him

#16.8.2024

  • πŸ§™β€β™‚οΈ I can code in java now.

Hey! Check out my most recent Repository!
https://github.com/queerzard/PixieOffice

Pinned Loading

  1. CampusOnSpring CampusOnSpring Public

    A spring-boot CMS solution for CampusFM e.V. !!!DISCONTINUED!!!

    Java 1

  2. PixieOffice PixieOffice Public

    No idea, but it's 2D and working

    Java

  3. Modules4J Modules4J Public

    An extension library for java

    Java

  4. JEvent JEvent Public

    An Event/Listener library, written in and for Java

    Java

  5. End to End Encryption End to End Encryption
    1
    import java.security.*;
    2
    import java.security.spec.X509EncodedKeySpec;
    3
    import java.util.Base64;
    4
    
                  
    5
    import javax.crypto.Cipher;
  6. A Java Class to generate SSL Certifi... A Java Class to generate SSL Certificates with KeyTool for Linux Systems (Builder Pattern)
    1
    
                  
    2
    import lombok.*;
    3
    import java.security.KeyStore;
    4
    
                  
    5
    public class KeyTool4J {