Skip to content
View b-knd's full-sized avatar
πŸŒ™
Seek and you shall find. Ask and you shall receive.
πŸŒ™
Seek and you shall find. Ask and you shall receive.
Block or Report

Block or report b-knd

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

GitHub stars Linkedin: jingru

You are just as sane as I am.

About Me

  • πŸŽ“ BSc. Computer Science from University of Southampton

  • πŸ€ͺ In love with β˜• Java

  • πŸ“ Updating my πŸ“” study notes in study-notes

  • πŸ”‘ Conquering problems on Leetcode and documenting solutions in leetcode-solution

  • πŸ“« Reach me to πŸ₯‚ chat by angjingru@gmail.com or work on LinkedIn

var Me = {
    firstName: "Jing Ru",
    lastName: "Ang",
    pronouns: "she" | "her",
    hobby: ["playing piano", "drawing", "reading"],
    skills: {
        programmingLanguages: {
            frontend: ["swift", "css", "html", "javascript"],
            backEnd: ["java", "c", "python", "haskell", "sql"]
        },
        tools: ["mysql", "event-b"]
    },
    universityModules: {
        thirdyear:
           ["COMP3200 Final Year Project",
            "COMP3204 Computer Vision",
            "COMP3207 Cloud Application and Development",
            "COMP3208 Social Computing",
            "COMP3222 Machine Learning Technologies",
            "COMP3225 Natural Language Processing"],
        secondyear:
           ["COMP2207 Distributed Systems and Networks",
            "COMP2208 Intelligent Systems",
            "COMP2209 Programming III",
            "COMP2210 Theory of Computing",
            "COMP2211 Software Engineering Group Project",
            "COMP2212 Programming Language Concept",
            "COMP2213 Interaction Design"],
        firstyear: 
           ["COMP1201 Algorithmics",
            "COMP1202 Programming I",
            "COMP1203 Computer Systems I",
            "COMP1204 Data Management",
            "COMP1205 Professional Development",
            "COMP1206 Programming 2",
            "COMP1215 Foundations of Computer Science",
            "COMP1216 Software Modelling and Design"]
    },
};

Projects

2024

  • Recommender System (.py)

    A recommender system to predict item rating using cosine similarity/matrix factorisation (COMP3208 Social Computing)

  • Information Extraction and CRF Model for Name Entity Recognition (.py)

2023

2022




GitHub Trophies

Popular repositories Loading

  1. leetcode-solution leetcode-solution Public

    Documentation of my solution to Leetcode problems.

    Java 1

  2. b-knd b-knd Public

    Config files for my GitHub profile.

  3. misc-codes misc-codes Public

    Some codes I have for online and other miscellaneous projects

    JavaScript

  4. competitive-programming competitive-programming Public

    Miscellaneous codes for competitive programming (CodeChef | KickStart | Leetcode)

    Java

  5. cheatsheet cheatsheet Public

    Cheatsheet and personal notes

    Swift

  6. Distance-Converter Distance-Converter Public

    A distance converter app for iOS, build on Xcode with Swift

    Swift