Pinned Loading
-
Bulk iso files maker useful for cour...
Bulk iso files maker useful for courses archiving for easy transfer and quick view 1#!/bin/bash
2if [ -z $2 ]; then
3echo $0" <source-dir/> <dist-dir/>"
4exit
5fi
-
DogCatDetector
DogCatDetector Publiccomputer vision project that distinguishes between dogs and cats with both svm and knn
-
Sync files with remote server while ...
Sync files with remote server while excluding .git folder 1#!/bin/bash
2if [ $# -lt 2 ]
3then
4echo "Usage: $0 <src> <dst> [any-rsync-option]"
5exit
-
split audio files into equal pieces ...
split audio files into equal pieces using ffmpeg 1#!/bin/bash
2if [ $# -eq 0 ]
3then
4echo 'Usage: audiosplitter.sh filename|directory segmenttime'
5exit
-
Find largest files or directories
Find largest files or directories 1#!/bin/bash
2if [ $# -eq 0 ]
3then
4echo 'Usage:largest.sh file|folder path NUMBEROFRECORDS'
5exit
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.