Programming Theory
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesProgramming Theory

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 20th, 2007, 01:37 AM
chandan_tiwari chandan_tiwari is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Mumbai, India
Posts: 2 chandan_tiwari User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 21 sec
Reputation Power: 0
Send a message via Yahoo to chandan_tiwari
What o do in this ...please help

hello,

This is quite hard, but hope you will get my point .
The general logic starts here :

suppose we have nine planets which are constantly moving in the space say 12 zodiacs. each zodiac is made up of 30.00.00 degress.
There are 27 constellations(Nakshatra) in 12 zodiacs, so each constellation has a degree of 36027= 13 degrees 20 minutes 00 subminutes (don't literally divide, divide by using degrees method).
so, each zodiac is made up of 2 full constellations and one fourth of the third one and hence the 12 zodiacs accordingly consist of the 27 contellations, equaly.
note: the zodiac and the constellations are fixed, they are not moving.
but the planets are moving. Every planet is moving with different speed, in the different degrees in different zodiacs.

Have you understood this much, please proceed if you have followed the above thing.

now as the time increases in seconds, there is rise in subminutes planets. Now when the subminutes has crossed the limit of 60 , the minute is incresed by 1 and when the minute has crossed limit of 60 the degree is incresed by 1.
Like this when the planet has crossed 13 degrees 20 minutes 00 subminutes, it goes in to next constellation, and further when it crosses 30degrees00min00submin, it goes in to next zodiac, this is there for each planet.

If the user select the date and time, the output should be the planets(in degrees) in zodiacs and constellation which are there for that particular date and time .

Has anyone here got what i am trying to say.

I can provide the more details , if required.

how to implement the above code ?

Please suggest something.

Reply With Quote
  #2  
Old April 23rd, 2007, 03:23 AM
Frazz Frazz is offline
The Frazzman
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Melbourne, Victoria, Australia
Posts: 126 Frazz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 54 m 58 sec
Reputation Power: 2
i think my head just exploded. but from what i gather you are looking to do something similar to: This Except that instead of being able to navigate the user chooses a time and date and it shows them how the sky would be for that night?

Reply With Quote
  #3  
Old April 23rd, 2007, 08:16 AM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,719 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 4 m 29 sec
Reputation Power: 6
Honestly - sounds like good old fashioned math and nothing more. Granted figuring out the formulas will be difficult - but once you have that - implementing it in code should be easy.
__________________
life is a game.... Have fun
-----------------------------
http://www.phpwomen.org
strength in unity

PHPCommunity IRC
#phpc on freenode

Reply With Quote
  #4  
Old April 23rd, 2007, 04:44 PM
sarah's Avatar
sarah sarah is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Auckland, New Zealand
Posts: 127 sarah User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 5 m 32 sec
Reputation Power: 2
Send a message via ICQ to sarah Send a message via AIM to sarah Send a message via Google Talk to sarah
School assignment? Sounds like an interesting one.

Reply With Quote
  #5  
Old April 27th, 2007, 08:18 AM
chandan_tiwari chandan_tiwari is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Mumbai, India
Posts: 2 chandan_tiwari User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 21 sec
Reputation Power: 0
Send a message via Yahoo to chandan_tiwari
Quote:
Originally Posted by sarah
School assignment? Sounds like an interesting one.

hello,
It's not an school assignment.
I need this coding to do some other fetures in my web .

i'll be very happy if you people can suggest me some logic.

Thanking You

Reply With Quote
  #6  
Old April 27th, 2007, 01:30 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,933 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 3 Days 23 h 49 m 33 sec
Reputation Power: 3
Orkut
Quote:
Originally Posted by chandan_tiwari
hello,
It's not an school assignment.
I need this coding to do some other fetures in my web .

i'll be very happy if you people can suggest me some logic.

Thanking You


Moved to Programming Theory as it is a theory/logic based question.
__________________
Ubuntu User #13389

Reply With Quote
  #7  
Old April 29th, 2007, 01:34 AM
nawlej nawlej is offline
Moderator
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 4
I still think it is school related....no one would build a website with material they don't know, or, not have a point of contact to get that information anyway, but I digress.....

It appears you are trying to do constellation mapping on a particular date. Are you just wanting to do degree math? We still refer to "subminutes" as "seconds" here in regard to degree navigation, in case you were curious.

If you are going to compute point of reference based on degree bearings, I would use the lowest common factor in your equations...the second of degree, and then run them through a conversion routine to output the seconds to degree minute second (or in your case, subminute) format. There are 3600 seconds in a degree....1296000 seconds in 360 degrees, use that as your constant for conversion....

On the conversion function, use the modulus operator a few times to get remainders.

In order to track the vectors of the plantary movement, you are going to need to database (or set variables) rate of speed, vector of travel, and initial origin. Each planet will have a different value for all, and you are going to have fun figuring that out! If I understood what your ultimate goal for the software was, and not just the underlying fundamentals you are going to use to get to the goal, I could better help you devise a solution.
__________________
Errors have been made. Others will be blamed.
Group Member, Dallas PHP Users Group <b>(DPUG)</b>
--... ...--, Eric

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesProgramming Theory > What to do in this ...please help (Script Logic Problem)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway