Skip to content
View xfn14's full-sized avatar
⛈️
Working
⛈️
Working

Highlights

  • Pro
Block or Report

Block or report xfn14

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

Hello, I'm André Vaz 👋


Java C Lua Python React Express Javascript

CodeWars



I'm a Developer from Portugal 🇵🇹

  • 💾 Studying software engineering at Universidade do Minho
  • 📫 How to reach me: [email protected]
  • 🥅 Goal: Get the username fn14 on github
snake

Made with ❤️ by xfn14

Pinned

  1. cg cg Public

    Solar System simulation made with OpenGL/GLUT.

    Roff 1 1

  2. csv2json csv2json Public

    CSV parser to JSON using Regex with Extra Features

    Python 1

  3. Tuple object with generics in Java Tuple object with generics in Java
    1
    import java.io.Serializable;
    2
    import java.util.Objects;
    3
    
    
    4
    /**
    5
     * Tuple
  4. Java Hikari database connection Java Hikari database connection
    1
    import java.sql.Connection;
    2
    import java.sql.PreparedStatement;
    3
    import java.sql.ResultSet;
    4
    import java.sql.SQLException;
    5
    import java.util.ArrayList;