Skip to content
View penghuwan's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report penghuwan

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

Pinned

  1. red-buff-js red-buff-js Public

    red-buff-js通过原生JavaScript工具函数的方式,模拟私有变量,抽象接口,函数重载等特性。它是一个给JS加的红BUFF,以增加法术和普攻效果,因此命名为red-buff-js。

    JavaScript 32

  2. network-speed-test network-speed-test Public

    测算网速的JS库,采用ES6语法和Promise风格编码,通过img加载/AJAX/downlink等方式测算网速

    JavaScript 63 8

  3. limited-async-req limited-async-req Public

    用于处理按并发阈值限流执行的异步函数,通过调用initReqLimit,传入并发阈值作为参数,则可返回一个接受异步函数为参数的处理函数,假设其为reqLimit,接收的异步函数会根据当前阈值在适当的时候调用

    JavaScript 36

  4. css3-collection css3-collection Public

    CSS动效集锦

    CSS 34 1

  5. simple-socket simple-socket Public

    WEB实时通信的简单实现,根据WebSocket和Event-Source以及AJAX轮询实现降级兼容, 分为client/server两份代码,

    JavaScript 49 2

  6. concurrent-thread.js concurrent-thread.js Public

    为单线程的JavaScript实现多线程并发的功能,语意上参考Java实现,提供getState/sleep/join等API,并提供线程间通信的功能,依赖ES6语法,基于Promise和Async函数实现,故需要Babel编译才能运行

    JavaScript 51 4