Skip to content
View lijiext's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Shanghai
Block or Report

Block or report lijiext

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lijiext/README.md

Pinned Loading

  1. myc_music_cloud myc_music_cloud Public

    网易云本周听歌排行,歌曲词频统计

    Jupyter Notebook 1

  2. webtools webtools Public

    在��生成二维码、BASE64编解码

    Vue 1 1

  3. 快排 js 快排 js
    1
    let nums = [5, 456, 12, 5, 12, 8, 2, 5, 12, 645, 125, 645, 1, 512, 641, 3132];
    2
    let MAX = 10000;
    3
    for (let i = 1; i <= MAX; i++) {
    4
      nums.push(Math.floor(Math.random() * 10000 + 1));
    5
    }
  4. jenkins_config.yaml jenkins_config.yaml
    1
    jenkins:
    2
      agentProtocols:
    3
      - "JNLP4-connect"
    4
      - "Ping"
    5
      authorizationStrategy:
  5. fast-map-dpp fast-map-dpp Public

    Forked from laming-chen/fast-map-dpp

    Fast Greedy MAP Inference for DPP

    Jupyter Notebook

  6. helm3 helm3 Public

    Forked from phcollignon/helm3

    Ressources for "Packaging Applications with Helm for Kubernetes" @ Pluralsight (Helm version 3)

    TypeScript