Torah Tools 1.0 (Gemarah charts branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Torah Tools 1.0 (Gemarah charts branch)
# 1  
Old 01-13-2008
Torah Tools 1.0 (Gemarah charts branch)

Image Torah Tools is a collection of utilities designed to assist Torah learning. Currently, Torah Tools consists of two programs: Daf test and Gemarah charts. Daf test helps you memorize on what page each Gemarah is to be found. It gives you a test to take after you learn a Perek or Masechta that requires you to choose the correct location for a displayed Amud of Gemarah. Gemarah charts helps you keep track of how many times you've Chazered over material by providing a chart with a list of all of the Perakim in the Mesechta, a list of the Dafim in each Perek, and just enough room in each box to mark off your Chazaros. License: BSD License (revised) Changes:
A milestone version of Gemarah charts, a subproject of Torah Tools, has been released. Gemarah charts consists of a set of printable charts that allows easy tracking of Gemarah study and review. This version allows printing in both letter and A4 formats, and is now available as an Excel file or as a PDF.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

My Charts in the Prototype Vue.js UserCP

Yea.... something I thought would take me an hour ended up taking most of the day. Well, it's not like those YT video tutorials where it take a week or more to make a video and the guys (gals) make it look so easy. But having said that, I'm happy to share with forum members the first "My... (6 Replies)
Discussion started by: Neo
6 Replies

2. What is on Your Mind?

Org Charts

Funny org charts for Apple, Google, Microsoft, Oracle, Amazon and Facebook. https://www.unix.com/picture.php?albumid=112&pictureid=613 (0 Replies)
Discussion started by: Neo
0 Replies

3. News, Links, Events and Announcements

Google charts now has a wizard

Here is a link to google charts, but wizard driven, which makes for much easier prototyping: Chart Wizard - Google Chart Tools / Image Charts (aka Chart API) - Google Code It is still in Beta, so near-future changes are likely. It gives the opportunity to experiment with your data and the way... (0 Replies)
Discussion started by: figaro
0 Replies
Login or Register to Ask a Question
QWPrimitives(3pm)					User Contributed Perl Documentation					 QWPrimitives(3pm)

NAME
Net::DNS::SEC::Tools::QWPrimitives - QWizard primitives for DNSSEC-Tools SYNOPSIS
use Net::DNS::SEC::Tools::QWPrimitives; use Getopt::Long::GUI; our @guiargs; DTGetOptions( ..., ['GUI:nootherargs',1], ['GUI:otherprimaries',dnssec_tools_get_qwprimitives()], ['GUI:submodules','getzonefiles','getzonenames'], ); DESCRIPTION
QWizard is a dynamic GUI-construction kit. It displays a series of questions, then retrieves and acts upon the answers. This module provides access to QWizard for DNSSEC-Tools software. In particular, the dnssec_tools_get_qwprimitives() returns a set of primary screens for requesting a set of zone files followed by a set of domain names for those zone files. These are then pushed into the @guiargs which should be treated as the final ARGV array to process. COPYRIGHT
Copyright 2005-2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wes Hardaker <hardaker@users.sourceforge.net> SEE ALSO
Getopt::GUI::Long(3), Net::DNS(3), QWizard(3) http://www.dnssec-tools.org perl v5.14.2 2012-01-27 QWPrimitives(3pm)