Denna sida fungerar bättre med Javascript igång.
Startsida
Hjälp
Logga in
ben
/
music-quizzer
spegling av
https://github.com/earwig/music-quizzer
Bevaka
1
Stjärnmärk
1
Förgrening
0
Kod
Släpp
3
Aktiviteter
A Tk-based program that can help you prepare for your music final with randomly-generated listening quizzes
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
18
Incheckningar
2
Grenar
65 KiB
Träd:
bf050b5d0b
develop
master
v0.1.2
v0.1.1
v0.1
Grenar
Taggar
${ item.name }
Skapa branchen
${ searchTerm }
från 'bf050b5d0b'
${ noResults }
music-quizzer
/
mac_osx.command
mac_osx.command
93 B
Rå
Normal vy
Historik
adding a .sh file that should hopefully start the script automatically under OS X, but I can't test it right now, so it may be totally useless
13 år sedan
Apple strikes again! (hopefully this will work now)
13 år sedan
adding a .sh file that should hopefully start the script automatically under OS X, but I can't test it right now, so it may be totally useless
13 år sedan
1
2
3
4
5
6
7
8
#! /bin/bash
dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi
python2.6 ./musicquizzer.py