Giter Club home page Giter Club logo

betterbagselvuiskin's Introduction

๐Ÿ‘‹๐Ÿป Hi, I am Zhou Fang!

Currently

  • ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Software Engineer @ LY Corporation (Oct 2023 ~ NOW)
    • Yahoo Japan Corporation has been merged to LY Corporation.
  • ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Software Engineer @ Yahoo Japan Corporation (Apr 2022 ~ Oct 2023)

Previously

  • ๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“ Master Student @ Knowledge Acquisition System Laboratory, University of Tsukuba. (Apr 2020 ~ Mar 2022)
  • ๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“ Bachelor Student @ Intelligent Computer Entertainment Laboratory, Ritsumeikan University (Apr 2016 ~ Mar 2020)

๐Ÿ’– My Interests

  • ๐ŸŽฎ I love video games, especially factory games, MMORPGs and ARPGs.
    World of Warcraft, Overwatch, Final Fantasy XIV, Satifactory, Dyson Sphere, Assassin's Creed Valhalla
  • ๐Ÿš€ I am building and maintainig several apps, plugins and libraries using C/C++, Go, Lua, Python and Java.
    Go is my favorite programming language.
  • ๐Ÿ“‘ My previous researches focused on developing machine learning algorithms, recommender systems, and graph neural networks.
    I am trying to extend machine learning technique in my personal works.

betterbagselvuiskin's People

Contributors

fang2hou avatar

Watchers

 avatar  avatar

betterbagselvuiskin's Issues

Depreciated Blizzard API IsAddOnLoaded in various files

The Blizzard Lua API IsAddOnLoaded is depreciated and going away when The War Within launches. You use the API in the files located in the style folder.

Assuming you want backwards compatibility with Classic (Wrath) and Classic Era (Seasons, hardcore, and Classic Era), you need to add this line after creating the ns variable:

local ns = (select(2, ...))
local IsAddOnLoaded = C_AddOns and C_AddOns.IsAddOnLoaded or IsAddOnLoaded

-- the rest of the file here

See this URL for the API changes.

Dimmed items

Some (random) items stays dimmed after style change dimmed items rolled to new ones
BB

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.