N.B. Sometimes alltomp3.org website goes down so I added the links to downloads here.
Go to
https://github.com/AllToMP3/alltomp3-app/releases/
and download AllToMP3-Setup-x.x.x.exe
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream https://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
/* Device = Most of the Smartphones Mobiles (Portrait) */ | |
$screen-xxs-min: 320px; | |
$screen-xxs-max: 480px; | |
/* Device = Low Resolution Tablets, Mobiles (Landscape) */ | |
$screen-xs-min: 481px; | |
$screen-xs-max: 767px; | |
/* Device = Tablets, Ipads (portrait) */ | |
$screen-sm-min: 768px; |
I hereby claim:
To claim this, I am signing this object:
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000