Pinned Loading
-
xLua
xLua PublicForked from Tencent/xLua
xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.
C
-
Unity-Technologies/arfoundation-samples
Unity-Technologies/arfoundation-samples PublicExample content for Unity projects based on AR Foundation
-
shrinkpdf
shrinkpdf 1#!/bin/sh
23# Usage (number represent dpi)
4# ./shrinkpdf.sh in.pdf > out.pdf
5# ./shrinkpdf.sh in.pdf out.pdf
-
Convert wav files to ogg with ffmpeg
Convert wav files to ogg with ffmpeg 1for i in *.wav;
2do name=`echo "$i" | cut -d'.' -f1`
3echo "$name"
4ffmpeg -i "$i" "${name}.ogg"
5done
-
minifyMP3.sh
minifyMP3.sh 1for i in *.mp3;
2do name=`echo "$i" | cut -d'.' -f1`
3echo "$name"
4lame -b 32 "$i" "${name}-min.mp3"
5done
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.