Skip to content
View liweiyap's full-sized avatar
🌹
Roses are red, violets are blue. Segmentation fault on line 32.
🌹
Roses are red, violets are blue. Segmentation fault on line 32.
Block or Report

Block or report liweiyap

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

Hi, I'm Li-Wei! I'm a software engineer with a keen interest in Android development. I strive to become a more creative problem solver, be it in UI design or in the development of the business logic of an application.

I especially love to work with:

         

I also have professional experience with:

         

I am also comfortable in:

             

I have basic knowledge of:

Let's connect! πŸ˜„

 

Pinned

  1. narradir-android narradir-android Public

    Narrator app on Android for the social-deduction board games "The Resistance: Avalon" and "Secret Hitler". 1k+ installs on Google Play Store. Migrated from Java to Kotlin as of v4.2.

    Kotlin 1

  2. text-popover-macOS text-popover-macOS Public

    MacOS menu bar app that pops up at user-specified intervals. These pop-ups contain user-specified texts, such as inspirational quotes or idioms. Useful for language learners. Written in SwiftUI.

    Swift 8

  3. liweiyap.github.io liweiyap.github.io Public

    πŸ‘¨πŸ»β€πŸ’» Programmer Portfolio

    HTML

  4. SortingGitHubReposByCommits SortingGitHubReposByCommits Public

    Sort the public, stand-alone repositories of a given :octocat: user by the number of his/her commits to their respective default branch.

    Python

  5. Script to vectorise images on Linux ... Script to vectorise images on Linux OS using Potrace. Use cases include scanned pages. Reduces image file size πŸ‘.
    1
    #!/bin/bash
    2
    
                  
    3
    # exit immediately when:
    4
    #  - a command fails
    5
    #  - undeclared variables are used
  6. Conway_GameOfLife Conway_GameOfLife Public

    An implementation of Conway's Game of Life using Qt.

    C++ 2 1