Giter VIP home page Giter VIP logo

as3-virtual-keyboard's Introduction

PROFILE

I help companies to achieve agile-friendly implementation technology (like microservices) and architecture. I have extensive experience in building highly functional lean and agile organizations and designing and building robust, highly scalable software suitable for agile environments. As a software engineer, I am always curious about how things are working. Engineering skills are embedded in my DNA. Programming languages never laid barriers in my journey. For me logic is important, it may be expressed in a variety of languages. During my career journey, I mastered several languages and technologies but my quick learning skills are ready to absorb any new technology at my will.

KEY SKILLS

Agile Software Development・Engineering Leadership・Machine Learning・Recommendation Engine・Search Engine・Compiler Design・Artificial Intelligence・Data Science・JavaScript・ TypeScript・React ・ Vue・Angular・HTML・CSS・ExpressJS・NestJS・NodeJS・Python・Django・ Java・Spring Boot・SQL・GLSL・C++・Qt・WebGL・WebGPU・WebAssembly・Terraform・NGINX・ Docker・Kubernetes・AWS・Google Cloud Platform・Heroku・Salesforce・PostgreSQL・MySQL ・ElasticSearch・MongoDB・Redis・IoT・MQTT・PlatformIO・Arduino・Google Assistant・ Matter

TALKS & COMMUNITY PROJECTS

as3-virtual-keyboard's People

Contributors

nidin avatar rossie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

as3-virtual-keyboard's Issues

Resize event handler, when keyboard is inactive

When the keyobard is inactive and doing resize, the y position is computed wrong:
Instead this:

keyboard.y = _stage.stageHeight - keyboard.height;

should be this:

keyboard.y = isActive ? _stage.stageHeight - keyboard.height : _stage.stageHeight + 50;

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.