-
when trying to execute this code
latitude = 40.740614
longitude = -73.924723
puts SunTimes.set(Date.today, latitude, longitude).localtime
I get this error:
sun_times.rb:42:in `set': private method`…
-
I tried to view one of my pages today and got an error. here is the root cause:
```
neoice@neoice-dev:~/intranet% grep sun Gemfile
gem 'ruby-sun-times'
neoice@neoice-dev:~/intranet% bundle exec irb
i…
-
The RSS feed Neil needs right now should look like this:
http://www.suntimes.com/csp/cms/sites/STM/suntimes/rss/indexfull.csp?path=/suntimes/
There should be an enclosure tag with all the additional…
-
http://posttrib.suntimes.com/news/porter/22190511-418/valpo-ambulance-users-could-have-had-personal-information-stolen.html
2013 DataBreach Coded Suzanne
-
http://posttrib.suntimes.com/news/porter/22190511-418/valpo-ambulance-users-could-have-had-personal-information-stolen.html
2013 DataBreach Coded Suzanne
-
http://newssun.suntimes.com/news/21767281-418/restaurant-manager-pleads-not-guilty-to-stealing-customers-ids.html
-
From Stephanie:
> Can you please put the following into one JSON feed: photos, name, money, clout
> score, ten year and ward number.
>
> We're trying to pull off a really cool direction with the d…
-
Thanks for the great feed parser. It's very fast and reliable. I'm using it to parse dozens of feeds and have found some don't update properly.
The reason is that find_new_entries(feed) (in Feedzirr…
-
Say we request the sunset time for a location in PST (UTC-8) on December 13th of this year. The following coordinates are for Portland, OR:
```
>> SunTimes.calculate(:set, Date.parse('2011-12-13'), 4…