このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
music-quizzer
ミラー元
https://github.com/earwig/music-quizzer
ウォッチ
1
スター
1
フォーク
0
コード
リリース
3
アクティビティ
A Tk-based program that can help you prepare for your music final with randomly-generated listening quizzes
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
18
コミット
2
ブランチ
65 KiB
ブランチ:
master
develop
master
v0.1.2
v0.1.1
v0.1
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'master' から
${ noResults }
music-quizzer
/
mac_osx.command
mac_osx.command
93 B
Raw
パーマリンク
通常表示
履歴
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年前
Apple strikes again! (hopefully this will work now)
13年前
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年前
1
2
3
4
5
6
7
8
#! /bin/bash
dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi
python2.6 ./musicquizzer.py