Skip to content
View Meodinger's full-sized avatar
🐟
Fish-touching
🐟
Fish-touching

Highlights

  • Pro
Block or Report

Block or report Meodinger

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

Meodinger Wang here 👋

  • 📖 Student of UESTC (but not major in CS)
  • JVM Language
  • 📺 Anime lover
  • 🐱 Have a cat

🔧 Projects I am working on

  • LabelPlusFX : A comic translation marker inspired by LabelPlus.
  • ProofreadFX : LPFX-based self-improve tool for translator to see diffs between proofreading and translation.
  • PS-Script : Photoshop script to import translations from Json (LPFX File) or text (Legacy LP File).
  • soundlibs-module : JDK 11 implementation of com.google.soundlibs, plus code update.

🎉 Be my friend!

  • 🌱 I am currently learning Kotlin & Clojure, and have interests in Javascript/Typescript;

  • 🎲 I love Minecraft and Fallout series, also play Maj-soul. Contact me to let us be Steam friends or so on;

  • 🐧 QQ : 2024816256 | 📧 Mail : [email protected]

Pinned

  1. LabelPlusFX LabelPlusFX Public

    ⁉️ A JavaFX LabelPlus for version [1,0]

    Kotlin 22 3

  2. PS-Script PS-Script Public

    Forked from LabelPlus/PS-Script

    See branch script-for-lpfx

    JavaScript 1

  3. ProofreadFX ProofreadFX Public

    Tool for translators to review proofreadings

    Kotlin

  4. HTMLParser HTMLParser Public

    A simple HTML parser

    Kotlin

  5. Kotlin if-implicit-boolean-conversion Kotlin if-implicit-boolean-conversion
    1
    /**
    2
     * Support implicit conversion form Any? to boolean
    3
     * Use JavaScript standard
    4
     * Example: (_if_({ null }) { 0 } _else_ { 1 })() -> 1
    5
     */
  6. Kotlin try-with-resources Kotlin try-with-resources
    1
    /**
    2
     * Kotlin try-with-resources practice
    3
     * All streams want to be auto-closed should run `autoClose()`
    4
     * Simple as origin syntax!
    5
     */