Welcome to JBDrill, Jim Breen's simple Japanese Flashcard program.
I wrote JBDrill for my own use, but feedback from a couple of people who have seen it has induced me to release it.
JBDrill is a simple flashcard program, which uses text files such as extracts from the EDICT dictionary file.
JBDrill has been written using "Tcl/Tk". Tcl/Tk is a combination of a scripting language (Tcl: Tool Control Language) and a GUI (Tk: ToolKit). I have used Tcl/Tk partly because it was a simple way of writing the system, and partly because it can be use on all the major operating systems: Windows, Unix/Linux and Macintosh. And it's free.
First, you must have a working version of Tcl/Tk 8.0 or later on your computer.
Simply unzip this archive into a suitable location:
Linux
Under Linux, JBDrill may well start simply by typing
I use the Gnome window manager, and have created a JBDrill applet on the Task Bar. It depends on your system how you do this.
Windows
Under Windows you have to run "wish" (the TCL interpreter) and give it the program file to interpret. An easy way to do this is to set up a Shortcut. I have a Shortcut with the following Target line:
C:±Tcl±bin±wish.exe C:±kanji±jbdrill±jbdrill.tcl
JBDrill uses flashcard files, which are simple text files in the EUC-JP coding. They can be prepared by almost any word-processor, however you may need to take care that the files are saved in the correct coding.
Each "card" is a single line of text in the following format:
Any line starting with a "#" will be ignored, so you can insert comments.
Files can be of any name you like, but JBDrill will detect files with extensions of "vcb" or "jfc".
When started, JBDrill displays the following panel:
Here is an example resulting from pressing the 较胳 button:
Here are the panels after pressing those two buttons:
JBDrill can be downloaded from:
Also available (included in the zipfile) are:
If I ever get around to adding to JBDrill, it might be such things as:
Most of my Tcl/Tk has been learned from the book: "Graphical Applications with Tcl & Tk" by Eric Foster-Johnson. The font-selection window routine (which makes up over half the lines of code in JBDrill) came from his book.
I would also like to acknowledge Jeff Hobbs at ActiveTcl, who is always very helpful, and who has played such a significant part in the internationalization of Tcl/Tk.
Oh yes, copyright.
As far as I am concerned anyone can do whatever they like with this program. It really is too trivial to try and protect in any way.
HOWEVER, you use this program at your own risk. It is not warranted in any way, either as to performance, or as to being safe to operate on your computer.
Jim Breen
jimbreen@gmail.com
September 2002
May 2005