zmanim icon indicating copy to clipboard operation
zmanim copied to clipboard

KosherJava Zmanim API / Library

Results 34 zmanim issues
Sort by recently updated
recently updated
newest added

For convenience add a class or what-have-you to list all zmanim in Hebrew and English, including variants. The convenience is not having to type in multiple languages, especially in an...

A lot, if not all, of the code in `GeoLocationUtils` is duplicated in `GeoLocation`. One or the other can be removed. Also, a lot of the geodesic code looks like...

If the unit tests pass, GitHub Actions can be set up to automatically run them on each push, PR, etc.

First of all I must say this is a very impressive project. regarding the API that is available at : https://wyrezmanim.herokuapp.com/api/zmanim Is there a method to query multiple days from...

Being a Jewish calendar I would expect it to begin at nightfall. However, from looking at the code it seems that it always uses the regular Calendar date, which begins...

The current [ZmanimCalendar#getChatzos()](https://github.com/KosherJava/zmanim/blob/master/src/net/sourceforge/zmanim/ZmanimCalendar.java#L228_L242) uses the midpoint between sunrise and sunset (see [AstronomicalCalendar.java#getSunTransit()](https://github.com/KosherJava/zmanim/blob/master/src/net/sourceforge/zmanim/AstronomicalCalendar.java#L502_L527)). As you say, this is following **most** opinions. On the other hand, I have found some poskim actually...

These methods were helpful to me because I just wanted to know what to read for Shnayim mikra weekly. The other getUpcomingParasha method will confuse people, in my opinion, because...

I am surprised that this method is not already in the JewishCalendar class. It was the first method that I was looking for when I first started looking at the...