Pinned Loading
-
-
-
css circle
css circle 1.circle{
2height: 25px;
3width: 25px;
4background-color: #bbb;
5border-radius: 50%;
-
javascripr Range
javascripr Range 1//range from 0 => n
23const range =[...Array(n).keys()];
4console.log(range);
5 -
provision mac
provision mac 1#!/bin/sh
23# install homebrew
4ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
5 -
saving frames to images with ffmpeg
saving frames to images with ffmpeg 1ffmpeg -i videofile.mpg -r 1 image-%04d.jpeg
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.