Coder Social home page Coder Social logo

Hi there 👋

My name is Jiahao and I am a front-end developer who enjoys tinkering with various interesting technologies and devices, even if their practical uses have not been discovered yet.
我叫嘉皓是一名喜欢折腾各种有趣但尚未发现有什么实际用途技术装置的前端开发者,

I hope to be able to apply these technologies and devices to generate real value for production in the near future!
希望在不久的将来能用这些技术装置来为生产带来实际的价值!

vec3 Bounce(vec3 pos, float time) {
  float bounce = sin(time * 4.0);

  float deform = smoothstep(-1.0, -0.0, bounce);
  deform = mix(1.5, 1.0, deform);

  pos *= vec3(deform, 1.0/deform, deform);
  pos += vec3(0.0, bounce, 0.0);
}

JiaHao's Projects

onedark.vim icon onedark.vim

A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.

ora icon ora

Elegant terminal spinner

rasa icon rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants

react icon react

A declarative, efficient, and flexible JavaScript library for building user interfaces.

redux icon redux

Predictable state container for JavaScript apps

resumesample icon resumesample

Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板

san icon san

San is an MVVM Component Framework for the Web.

shelljs icon shelljs

:shell: Portable Unix shell commands for Node.js

should.js icon should.js

BDD style assertions for node.js -- test framework agnostic

snabbdom icon snabbdom

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

swiper icon swiper

Most modern mobile touch slider with hardware accelerated transitions

touchui icon touchui

高质量移动端UI框架。官网:https://www.touchui.io

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.