Calculate tide table [closed] - weather

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I develop software that shows the tide table for a given area and day.
I need to know the "formula" to calculate the tide table of an area for a given day.
My intention is to develop the application in PHP, but I really do not care programming language, because once you know how to calculate the tide table, and what can I implement in any language.
Thanks for the help.
Greetings!.

Took me like 5min of searching:
http://tides.mobilegeographics.com/locations/854.html
tidal information (#the end of the table)
http://ocean.peterbrueggeman.com/tidepredict.html
http://www.weathercharts.org/
Maybe it helps you out.
NOTE: You don't have to get an API. You can just steal any data from a HTML source with DOM. I am doing this with some EU databases too... Maybe not too legal, but who cares...

Related

fetching data from MLS while creating a real estate site [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I was doing some analysis for working on creation of a real estate site.
I need to fetch data from www.mls.ca
Now i am not sure on two things:
1. Is it legal to fetch data from that site for commercial purpose.
2. How do i pull the data from the site (i. Do i need to take the data every time and keep updating my db, ii. Do i need to get any db credentials from the mls site), i am a java developer so any hints on that line would be helpful.
Please help me with the process of fetching data from www.mls.ca
I'm not entirely clear what you intend to do, however, Spark looks promising, though. Please provide a specific question, so I can help you further.

I want to create a doctor appointment application, which would be the best approach to set his working schedule? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Each doctor should have it´s own working schedule, Monday, Tuesday, ..., and the working hours, time slots of half an hour.
I´m kind of lost on how design the tables and related them.
The standard design could be like :
Doctors(id,name,specialization,...)
Patients(id,name,birthdate,.....)
Calendar(doc_id,pat_id,startDate,endDate,subject,....)

download data from database online from google POI [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create an iPhone app that use the POI of google (for example a category, like baker shops or fish shops) and displays the POI on the map. I want to download all the data (name, address, telephone,..) abd put them into a database used by my app. Is it possible? How? There're tutorial or software to do this? I'm a beginner on database management. Thank You
I think you have to find them manually. Try to search a list of POI and then use Google Earth to find the coordinates of each of them..

Console Based Calculation For Super Human Mind Training? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Thanks for giving me your valuable time, I wanna create a Brain Calculation Package. Basically, I will generate random numbers and throw it to user and user will enter the result. This will test his accuracy and will make him more sharp.
But, I am pretty confused to use what sort of programming language. My aim is to make the user to calculate digits till 100 digits with time. Please throw some light on this.
What sort of algorithms and strategies can i use?
Are there any other programs available currently to achieve this?
I have no idea what you're trying to do. But if I were drunk and wanted to spit out random numbers, I'd probably use Python.

Beginner C programs [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
Does anyone know of a list of C programs that can be practised by beginners?
Hi you can use something from here http://www.simonhuggins.com/courses/cbasics/index.htm
but i can recomend you this book http://www.computersciencelab.com/Deitel.htm there are lot of samples
Sphere Online Judge has a ton of problems at many difficulty levels. The neat thing is you can submit them after you're done to have the server run the program and tell you if you got the right results or not.
http://www.spoj.pl/problems/classical/
Explanation of the different categories of problems:
http://www.spoj.pl/tutorials/USERS/#choose

Resources