Giter VIP home page Giter VIP logo

23-design-patterns-app's Introduction

Typing SVG

Here are some ideas to get you started:

  • 🔭 I’m currently working on Web, Linux, macOS ...
  • 🌱 I’m currently learning Flutter, TypeScript, Swift, Docker, ...
  • 👯 I’m looking to collaborate on Everything ...
  • 🤔 I’m looking for help with StackOverflow, Google, ChatGPT, ...
  • 💬 Ask me about Anything of Web Full Stack ...
  • 📫 How to reach me: Twitter @xgqfrms
  • 😄 Pronouns: webfullstack / webgeeker
  • ⚡ Fun fact: ...
Website Badge Medium Badge DevTo Badge Spotify Badge

xgqfrms github stats

Most Used Languages

streak stats

GitHub stars

GitHub forks

Codewars Badge

https://www.xgqfrms.xyz/

StackOverflow

version badge

stars badge

emoji badges

Gaming

  • xbox

projects 🔥

linux-online-docs(鸟哥的Linux 私房菜) 🔥 🚀 🎉 🇨🇳

learning : A collection of all kinds of resources, videos, pdf, blogs, codes... 📚 + 💻 + ❤

SwiftUI In Action 🚀

Skill Stack

GitHub Actions

react vue angular javascript typescript HTML5 css3 bootstrap gulp nodejs python mongodb mysql redis nginx Docker

github activity graph

github-profile-trophy

Flag Counter
desciption
image
GitHub Metrics SVG GitHub Metrics SVG
3D Profile 3D Profile

copyright© xgqfrms 2012 ~ forever

23-design-patterns-app's People

Contributors

dependabot[bot] avatar xgqfrms avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

23-design-patterns-app's Issues

sort performance test with animation chart

sort performance test with animation chart

  1. 随机数组生成器,shuffle 洗牌
// typed array

const randomArrayGenerator = (len = 1) => {
  let result = [];
  const temp = new Uint8Array(len).map((item, i) => (item = i + 1));
  // shuffle 洗牌
  return result;
}

new Uint8Array(10).map((item, i) => (item = i + 1));
Uint8Array(10) [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
  1. react re-render chart with animation

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.