Skip to content
View blluv's full-sized avatar
Block or Report

Block or report blluv

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
blluv/README.md

biluv라는 닉네임을 쓰고 싶었읍니다..

Pinned

  1. capture_video capture_video
    1
    function captureVideo(video) {
    2
        const canvas = document.createElement("canvas");
    3
        canvas.width = video.videoWidth;
    4
        canvas.height = video.videoHeight;
    5
        
  2. cpio_util.sh cpio_util.sh
    1
    #!/bin/bash
    2
    
                  
    3
    if [ $# -ne 3 ]; then
    4
      echo "Usage: $0 {pack|unpack} cpio.gz-file dest"
    5
      exit -1
  3. DLL_COPY.cpp DLL_COPY.cpp
    1
    #include "pch.h"
    2
    
                  
    3
    #include <stdio.h>
    4
    #include <stdlib.h>
    5
    #include <time.h>