Skip to content
View daqi's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report daqi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
daqi/README.md

Hi there 👋

  • 🤔 我在研究如何提效

Pinned

  1. webassembly webassembly Public

    WebAssembly 现状与实战 PPT 2019

    4 1

  2. daqi.github.io daqi.github.io Public

    Daqi's blog

    JavaScript 3

  3. simple-module-redux simple-module-redux Public

    A redux enhancer, write like a module.

    TypeScript 2

  4. electron-hono electron-hono Public

    An Electron full-stack isomorphic template, based on Hono and Dirzzle.

    TypeScript

  5. UOS 或 deepin 打包流程 UOS 或 deepin 打包流程
    1
    // UOS 或 deepin 打包流程
    2
    // 参考 https://www.vvave.net/archives/how-to-build-a-debian-series-distros-installation-package.html
    3
    // sudo apt-get install dh-make
    4
    // sudo apt-get install build-essential
    5
    
    
  6. linux-updater linux-updater
    1
    import { EventEmitter } from 'events';
    2
    import {
    3
        eq as isVersionsEqual,
    4
        gt as isVersionGreaterThan,
    5
        lt as isVersionLessThan,