Git Product home page Git Product logo

ip's Introduction

Hello :)

I am a developer currently making apps and stuff in Java, Python and Dart/Flutter!

I also do photography in my free time, mainly doing sports, events and sometimes cityscape photography.

Find out more about me through this interactive terminal: LiveTerm :D

Tech

Here are some of the languages/frameworks that I have learnt/am learning:

Languages ๐Ÿ—ฃ๏ธ

Python Java

Web ๐ŸŒ

HTML5 CSS3 JavaScript Vue.js Rails

Mobile ๐Ÿ“ฑ

Flutter Dart Firebase

AI/ML ๐Ÿค–

scikit-learn Keras TensorFlow Matplotlib NumPy Pandas

Database ๐Ÿ’ฟ

SQL SQLite

Photography ๐Ÿ“ธ

Adobe Lightroom Classic

Socials

Connect with me via my socials!

DockerHub Profile LinkedIn Profile

Current Projects

Currently, I am working on the following projects:

Open-source

  • RepoSense - Contribution analysis tool for Git repositories

Past Projects

Here are some of the past projects that I have worked on:

  • ArticPy โ” A simple app built on Streamlit that does simple Natural Language Processing (NLP) tasks using popular Python NLP libraries
  • Travela - Your trusted travelling companion app!
  • CS2103T Individual Project - My CS2103T Personal SWE Project
  • CS2103T Team Project - My CS2103T Team SWE Project

School

  • NUS-CS โ” A repository filled with other repositories I created for school

Stats

github stats

ip's People

Contributors

asdfghjkxd avatar damithc avatar eclipse-dominator avatar j-lum avatar jiachen247 avatar seanleong339 avatar

Stargazers

 avatar

ip's Issues

Sharing iP code quality feedback [for @asdfghjkxd] - Round 2

@asdfghjkxd We did an automated analysis of your code to detect potential areas to improve the code quality. We are sharing the results below, so that you can avoid similar problems in your tP code (which will be graded more strictly for code quality).

IMPORTANT: Note that the script looked for just a few easy-to-detect problems only, and at-most three example are given i.e., there can be other areas/places to improve.

Aspect: Tab Usage

No easy-to-detect issues ๐Ÿ‘

Aspect: Naming boolean variables/methods

No easy-to-detect issues ๐Ÿ‘

Aspect: Brace Style

No easy-to-detect issues ๐Ÿ‘

Aspect: Package Name Style

No easy-to-detect issues ๐Ÿ‘

Aspect: Class Name Style

No easy-to-detect issues ๐Ÿ‘

Aspect: Dead Code

No easy-to-detect issues ๐Ÿ‘

Aspect: Method Length

No easy-to-detect issues ๐Ÿ‘

Aspect: Class size

Suggestion: Consider breaking large classes into smaller ones, if appropriate. A long class is a sign that perhaps it is dong 'too much'.

Aspect: Header Comments

Example from src/main/java/juke/parsers/DateTimeParser.java lines 20-25:

    /**
     * Regex for recognising DateTime inputs. The regex pattern below are adapted from ChatGPT,
     * modified to better meet the requirements of Juke.
     * <p>
     * <a href="https://regex101.com/">This</a> was used to build and test the new regex patterns.
     */

Example from src/main/java/juke/parsers/DateTimeParser.java lines 29-34:

    /**
     * Regex for recognising Date inputs. The regex pattern below are adapted from ChatGPT,
     * modified to better meet the requirements of Juke.
     * <p>
     * <a href="https://regex101.com/">This</a> was used to build and test the new regex patterns.
     */

Suggestion: Ensure method/class header comments follow the format specified in the coding standard, in particular, the phrasing of the overview statement.

Aspect: Recent Git Commit Message

No easy-to-detect issues ๐Ÿ‘

Aspect: Binary files in repo

No easy-to-detect issues ๐Ÿ‘


โ— You are not required to (but you are welcome to) fix the above problems in your iP, unless you have been separately asked to resubmit the iP due to code quality issues.

โ„น๏ธ The bot account used to post this issue is un-manned. Do not reply to this post (as those replies will not be read). Instead, contact [email protected] if you want to follow up on this post.

App cannot launch with missing datafiles

Issue: Bug report

Create a report to help us improve!

Describe the bug

Currently, when first launching the app, if the datafile and data folder are missing, the app will fail to initialise and throws an obscure error which states that the FXML files used for the GUI cannot be loaded.

To Reproduce

Steps to reproduce the behaviour:

  • If the data folder or datafile is present, move it away to a separate location or rename the folder to something other than folder
  • Run the app as per usual

Expected behavior

The app and GUI should be able to handle the missing datafile and recover from it by creating a new one.

Environment:

OS: MacOS Ventura 13.5.2
Java: Java openjdk 11.0.20

Additional context

None.

Haphazard line breaks in dialog boxes

Issue: Bug report

Create a report to help us improve!

Describe the bug

Automatic line breaks done by counting characters are ugly and haphazardly break up words into different chunks on different lines, reducing user experience.

To Reproduce

Steps to reproduce the behaviour:

  • Key in any long string without spaces
  • Now, key in any long string with spaces
  • Observe that the string may be haphazardly broken up across lines*

Environment:

  • OS: MacOS Ventura 13.5.2
  • Java: Java openjdk 11.0.20 Zulu Edition

Additional context

None.

Sharing iP code quality feedback [for @asdfghjkxd]

@asdfghjkxd We did an automated analysis of your code to detect potential areas to improve the code quality. The script did not detect any issues in your code (nice!).

IMPORTANT: Note that the script looked for just a few easy-to-detect problems only i.e., there can be other areas/places to improve.

Aspect: Tab Usage

No easy-to-detect issues ๐Ÿ‘

Aspect: Naming boolean variables/methods

No easy-to-detect issues ๐Ÿ‘

Aspect: Brace Style

No easy-to-detect issues ๐Ÿ‘

Aspect: Package Name Style

No easy-to-detect issues ๐Ÿ‘

Aspect: Class Name Style

No easy-to-detect issues ๐Ÿ‘

Aspect: Dead Code

No easy-to-detect issues ๐Ÿ‘

Aspect: Method Length

No easy-to-detect issues ๐Ÿ‘

Aspect: Class size

No easy-to-detect issues ๐Ÿ‘

Aspect: Header Comments

No easy-to-detect issues ๐Ÿ‘

Aspect: Recent Git Commit Message

No easy-to-detect issues ๐Ÿ‘

Aspect: Binary files in repo

No easy-to-detect issues ๐Ÿ‘


โ„น๏ธ The bot account used to post this issue is un-manned. Do not reply to this post (as those replies will not be read). Instead, contact [email protected] if you want to follow up on this post.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.