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

Block or report AirStair

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 Loading

  1. MHTML MHTML Public

    Save as MHTML

    JavaScript

  2. vision vision Public

    Write on disk Tensors from webcam without server

    JavaScript

  3. vr-stream vr-stream Public

    Streaming VR Video

    JavaScript

  4. calendar.js calendar.js
    1
    (localDate=>new Uint8ClampedArray((localDate.setDate(0),localDate.getDate())).fill(0).fill(1,(localDate.setDate(1),localDate.getDay())).map((value,index)=>value>0?value+index:0))(new Date)
  5. promiseAbortController.js promiseAbortController.js
    1
    function promiseAbortController (asyncFunction) {
    2
    	let controller = {}
    3
    	controller.signal = new Promise((resolve, reject) => {
    4
    		controller.abort = reject
    5
    		asyncFunction().then(resolve)
  6. node-proxy-lib node-proxy-lib Public

    nodejs proxy server

    JavaScript