이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
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개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18
커밋
2
브랜치
65 KiB
브렌치:
master
develop
master
v0.1.2
v0.1.1
v0.1
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from 'master'
${ noResults }
music-quizzer
/
mac_osx.command
mac_osx.command
93 B
Raw
고유링크
Normal View
히스토리
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