Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

swisseph · Swiss Ephemeris Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 628
  • Category: Development
  • Founded: Mar 26, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2145 - 2175 of 3970   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2145 Alois Treindl
aloisya2000 Send Email
Nov 11, 2008
7:16 am
... most likely you have a download error. These files are published since nearly 10 years, unchanged, see file date. I have added a file 'md5sum.txt' which...
2146 marlonrosenthal Send Email Nov 11, 2008
1:28 pm
Hello Chester, yes, you are right. Thank you, Marlon ... If you ... cusp...
2147 karmarkar_prasad
karmarkar_pr... Send Email
Nov 11, 2008
2:22 pm
... dll. ... the dll ... damaged", it ... feature, /* ... instead ... have ... file ... file date. ... for ... for ... results. ... There is no download...
2148 Alois Treindl
aloisya2000 Send Email
Nov 11, 2008
2:41 pm
... The binary swiss ephemeris files contain \r\n line ending in the first few lines, and the Swiss ephemeris code can read them. It expects them, because we...
2149 nirabk Send Email Nov 12, 2008
8:37 am
I am a begineer and trying to use the ephemeris dll in my windows application software meant for some astrological computations. In the error messages i am...
2150 Thomas Mack
mack3457 Send Email
Nov 12, 2008
9:06 am
... Then re-download sepl_18.se1 in a way that it does not get damaged. ... There are three different types of calculation available in swisseph: Moshier ...
2151 ski woka
skiwoka Send Email
Nov 12, 2008
10:10 am
hi folks Thanx to brothers: Rüdiger Plantiko ruediger.plantiko@...  and Allen <ae_yahoo@...>   I am now able to extract house cusps...
2152 jaffnaman23 Send Email Nov 14, 2008
1:34 pm
Dear expert programmers! I'm a novice in programming using "MS VB 2500 Express Edition". I want to write an "Astrology Program" using Swiss Ephemeris. Could...
2153 Orgyen Rangdrol
orgyenrangdrol Send Email
Nov 14, 2008
2:38 pm
Hi, not sure what you mean by "novice"..   If you havent already done so you should read/study some big books on application programing, so you will know what...
2154 ski woka
skiwoka Send Email
Nov 15, 2008
1:18 am
hi Jaffnaman I have found Allen Edwall ( "Allen"; ae_yahoo@... ) a member on this form extremely helpful. Check his site...
2155 ski woka
skiwoka Send Email
Nov 15, 2008
1:34 am
... He's still around.  http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=22996208   Anyone here got the book "Manual of Computer...
2156 Patrick Sullivan
yggdrasil34 Send Email
Nov 15, 2008
8:14 am
Matrix Astrology ( http://www.astrologysoftware.com ) used to sell that book, Manual of Computer Programming for Astrologers for about $20. ... From: ski woka ...
2157 jaffnaman23 Send Email Nov 15, 2008
11:02 am
Dear Patrick Sullivan, Ski Woka & Orgyen Rangdrol, Thanks for the reply. I have been looking for this book but couldn't find. Matrix Astrology has stopped...
2158 hpalhas Send Email Nov 17, 2008
1:37 pm
Hi Alois, When you mention the ephemeris files to which files are you refering? I have the same problem with retflag = -1 and I currently have the files: ...
2159 Orgyen Rangdrol
orgyenrangdrol Send Email
Nov 17, 2008
5:52 pm
Hi Jaffnaman,   Well, I think you should concentrate on getting to the point where you understand the the sweph Visual Basic example. If u were looking at...
2161 jaffnaman23 Send Email Nov 18, 2008
7:36 am
Dear Orgyen Rangdrol, Thank you very much for the very helpful information and advices. So far, no-one helped me to this much. I'll try it when I'm free from...
2162 hpalhas Send Email Nov 19, 2008
12:46 am
Hi, I just corrected the same error in VB.net... I was missing the DLL_functions.swe_set_ephe_path (System.AppDomain.CurrentDomain.BaseDirectory) ...
2163 Helder Palhas
hpalhas Send Email
Nov 19, 2008
12:56 am
Hi, I just realized that I set the Iflag to 256+16+2 but I get back 1810 1810 = 1024+512 + 256+16+2 512= Turn off gravitional deflection 1024 = Turn off...
2164 Thomas Mack
mack3457 Send Email
Nov 19, 2008
6:38 am
... 16 == true position (SEFLG_TRUEPOS), this means, you don't want gravitational deflection and 'annual&#39; aberration. The flags are interpreted and adjusted as...
2165 hpalhas Send Email Nov 19, 2008
9:16 am
Thanks ;)...
2166 aimlion11 Send Email Nov 22, 2008
10:59 am
Is this to be a windows or web application? I have long wanted to write a web application for a long time. Recently aquired a server on which I can install the...
2167 hpalhas Send Email Nov 26, 2008
7:39 pm
Hi All, Regarding web applications... how would the license work in this case? Thanks ... So ... progress ... Step" ... (I ... at ... be ... should ... then ...
2168 Mike Adams
adam160mr Send Email
Nov 26, 2008
11:40 pm
aimlion11,   Hi, writing a web application doesnt have to be hard.  If you know java you can use macks port of the swiss ephemeris to support a java...
2169 Allen
a_edwall1 Send Email
Nov 27, 2008
9:39 am
aimlion11, Do you know PHP? If so, then it may be easiest to use swetest to calculate planets and houses, etc. ... Allen Free astrology software at: ...
2170 aimlion11 Send Email Nov 28, 2008
7:30 am
I don't see any issues. I have seen Java and PHP application on the web. I think you need your own server so you can install the DLL. Correct me if I am...
2171 aimlion11 Send Email Nov 28, 2008
7:30 am
I am a .NET guy. ... java you can use macks port of the swiss ephemeris to support a java servlet.  i've done a simple one, really not much more than a page ...
2172 aimlion11 Send Email Nov 28, 2008
7:30 am
I do know PHP, but prefer .NET becausing scripting langauges take so long to work with. I also have download from those links you sent. Did that a long time ...
2173 hpalhas Send Email Nov 28, 2008
10:34 am
Hi, Thanks for the reply. The question was not technical but more related with the license itself. Is it only necessary to buy a Professional license per...
2174 nirabk Send Email Nov 29, 2008
11:07 am
I am a beginner in this and i need help to calculate adhika and kshaya masam. How can i calculate adhika masam in hindu calendar if i have ...
2175 Gour
ggd_108 Send Email
Nov 30, 2008
7:48 am
... Hi Nirab, nirabk> I am a beginner in this and i need help to calculate adhika and nirabk> kshaya masam. I'm sorry but I tend to believe this is not the...
Messages 2145 - 2175 of 3970   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help