Giter Site home page Giter Site logo

koshercocoa-legacy's Introduction

Please see the wiki for more information, including how to use and licensing.

KosherCocoa requires an ARC compatible compiler to run. It will work on iOS 4.0+.

koshercocoa-legacy's People

Contributors

mosheberman avatar

Stargazers

Harald Hoyer avatar Angus H. avatar  avatar  avatar Oshita Yoichi avatar Jaime Machuca avatar Chengkun avatar  avatar Jenny Valdez avatar Shai Shamir avatar Israel Derdik avatar Matt Hale avatar Alaa Nassef avatar  avatar Praveen Sharma avatar A Porat avatar Daniel González  avatar Mike Dory avatar Yisrael Dov Lebow avatar Yitzchok Gottlieb avatar Jacob Relkin avatar Abraham Vegh avatar

Watchers

 avatar James Cloos avatar Yaakov Gamliel avatar Jenny Valdez avatar  avatar  avatar

koshercocoa-legacy's Issues

NSObjCRuntime.h and other errors!

Sorry for bothering, but I am a newbie!
I am having an issue using this useful project. I am following Wiki:

  1. Added "Required" and "Times" folders in my project (taken from "KosherCocoa) : OK
  2. Imported in my *.m file :

import "GeoLocation.h"

import "AstronomicalCalendar.h"

  1. I Created a GeoLocation and set "Latitude" and "Longitude" in it
    (I took those data from currentLocation.coordinate.latitude and currentLocation.coordinate.longitude)

  2. Next, I create AstronomicalCalendar, but I get this error:

No visible @interface for /Users/ciavanni/Desktop/Ciavapps/iGiorniContati/sole.m:124:81: No visible @interface for 'AstronomicalCalendar' declares the selector 'initWithGeoLocation:'

and if I try to compile there are a lot of issues with NSObjCRuntime.h

Do I have any chances to make it work for my "app" ? :-)

Thanks for helping me!

schermata 2014-07-17 alle 18 53 50

leap year computation in SefiraDay.m is not needed

the following code is not necessary:

//If it's a leap year, push off sefira for a month
if ([self isHebrewLeapYear:year]) {
    [hebrewComponents setMonth:8];
}else {
    [hebrewComponents setMonth:7];
}

The NSHebrewCalendar doesn't change indices for months other than Adar I and Adar II as described here:

http://stackoverflow.com/questions/8198526/do-i-understand-nshebrewcalendar-correctly

As implemented, your first day of the omer will be off by a month on hebrew calendar leap years.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.