RE: Script to find out the name of the parsha

2010-04-28 Thread Ron Varburg
, 28 Apr 2010 10:46:58 +0300 > Subject: Re: Script to find out the name of the parsha > From: kobi.za...@gmail.com > To: da...@davidsconsultants.com; linux-il@cs.huji.ac.il > > here are scripts in perl and python: > > # ap

Re: Script to find out the name of the parsha

2010-04-28 Thread kobi zamir
here are scripts in perl and python: # apt-get install libhdate-python # import hdate year = 2010 h = hdate.Hdate() h.set_gdate(1,1,year) julian = h.get_julian() for i in range(0,365): h.set_jd(julian) julian += 1 da

Re: Script to find out the name of the parsha

2010-04-28 Thread Orna Agmon Ben-Yehuda
You can try to make something out of Hebcal - http://www.hebcal.com/sedrot/ On Wed, Apr 28, 2010 at 9:47 AM, David Suna wrote: > Does anyone know of a script (preferably in PHP) that given a date will > return the name of the parsha (torah portion) for that week? > > -- > David Suna > da...@david

Re: Script to find out the name of the parsha

2010-04-28 Thread sammy ominsky
On 28/04/2010, at 09:47, David Suna wrote: > Does anyone know of a script (preferably in PHP) that given a date will > return the name of the parsha (torah portion) for that week? hebcal. There's an interactive web version available at http://hebcal.com/ and packages available for all linux di

Script to find out the name of the parsha

2010-04-27 Thread David Suna
Does anyone know of a script (preferably in PHP) that given a date will return the name of the parsha (torah portion) for that week? -- David Suna da...@davidsconsultants.com ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.