Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
music-quizzer
şunun yansıması
https://github.com/earwig/music-quizzer
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
3
Aktivite
A Tk-based program that can help you prepare for your music final with randomly-generated listening quizzes
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
18
İşleme
2
Dallar
65 KiB
Ağaç:
bf050b5d0b
develop
master
v0.1.2
v0.1.1
v0.1
Dallar
Biçim İmleri
${ item.name }
${ searchTerm }
dalı oluştur
'bf050b5d0b'den
${ noResults }
music-quizzer
/
mac_osx.command
mac_osx.command
93 B
Ham
Normal Görünüm
Geçmiş
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 yıl önce
Apple strikes again! (hopefully this will work now)
13 yıl önce
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 yıl önce
1
2
3
4
5
6
7
8
#! /bin/bash
dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi
python2.6 ./musicquizzer.py