Where is Goofy



 Science > Prophecies-Of-Nostradamus > Where is Goofy

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 2

1

 

2

 
Topic: Science > Prophecies-Of-Nostradamus
User: "Michael Johnathan McDonald"
Date: 05 Jun 2004 05:43:19 PM
Object: Where is Goofy
Allo, WhereGoofy... ici Michel?
Vous avez été éperdument amoureux de KKK. En Fait, Vous êtes tomber
amoureux de KKK. LOL. KKK est une femme de petite vertu. Vous êtes un
enfant a la mamelle ! Krib et Chris sont choquantes. Leurs jupes sont
très courtes! ;) Vous n'êtes pas très brillant en les sciences
politiques. C'est-à-dire que vous étés surtout bête. Aussi, Vous avez
une mauvaise odeur.
Je ne fais pas lécher les bottes a quelqu'un. Par contre, vous sucez
quelqu'un jusqu'à la moelle – KKK.
A quelle heure vous allez àl'école maternelle? Je ne veux point y
aller. Cet homme est pris de vin. Vous êtes d'aucune utilité.
.

User: "ig"

Title: Re: Where is Goofy 06 Jun 2004 12:27:18 PM
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <float.h>
#include "astro.h"
double elem_mercury( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_venus( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_mars( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_jupiter( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_saturn( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_uranus( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_neptune( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
void reduc_eq( double *i, double *omega, double *omega2, double epoch1,
double epoch2 );
main()
{
double E;
double L, a, e, i, omega, omega2, M;
i = 47.1220;
omega = 151.4486;
omega2 = 45.7481;
reduc_eq( &i, &omega, &omega2, 1744.0, 1950.0 );
L = elem_mercury( 1978.0624, &a, &e, &i, &omega, &omega2, &M );
E = eqoftime( 1978.0121 );
E = dms( E );
printf( "%f \n", E );
}
double elem_mercury( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M )
/*
Calculates the orbital elements for the planet.
Returns the mean longitude of the planet.
Arguments:
date = Ephemeris date expressed as YYYY.MMDDdd
*a = A pointer to a variable where the semimajor axis if the
orbit is returned.
*e = A pointer to a variable where the eccentricity of the
orbit
is returned.
*i = A pointer to a variable where the inclination on the
plane of the ecliptic is returned.
*omega = A pointer to a variable where the argument of
perihelion is returned.
*omega2 = A pointer to a variable where the longitude of the
ascending node is returned.
*M = A pointer to a variable where the planets mean anomaly
is returned.
*/
{
double L, T, T2;
T = j_cent( date );
T2 = T * T;
L = 178.179078 + 149474.07078 * T + 0.0003011 * T2;
L = angle_360( L );
*a = 0.3870986;
*e = 0.20561421 + 0.00002046 * T - 0.000000030 * T2;
*i = 7.002881 + 0.0018608 * T - 0.0000183 * T2;
*omega = 28.753753 + 0.3702806 * T + 0.0001208 * T2;
*omega2 = 47.145944 + 1.1852083 * T + 0.0001739 * T2;
*M = L - *omega - *omega2;
return( L );
}
"Michael Johnathan McDonald" <abookoflife@yahoo.com> wrote in message
news:dd3256f0.0406051443.6d821437@posting.google.com...

Allo, WhereGoofy... ici Michel?

Vous avez été éperdument amoureux de KKK. En Fait, Vous êtes tomber
amoureux de KKK. LOL. KKK est une femme de petite vertu. Vous êtes un
enfant a la mamelle ! Krib et Chris sont choquantes. Leurs jupes sont
très courtes! ;) Vous n'êtes pas très brillant en les sciences
politiques. C'est-à-dire que vous étés surtout bête. Aussi, Vous avez
une mauvaise odeur.




Je ne fais pas lécher les bottes a quelqu'un. Par contre, vous sucez
quelqu'un jusqu'à la moelle - KKK.
A quelle heure vous allez àl'école maternelle? Je ne veux point y
aller. Cet homme est pris de vin. Vous êtes d'aucune utilité.

.
User: "Werewolfy"

Title: Re: Where is Goofy 06 Jun 2004 06:00:49 PM
"ig" <i@g.com> wrote in message news:<_tIwc.3819$_L5.18453@newscontent-01.sprint.ca>...

double E;
double L, a, e, i, omega, omega2, M;
i = 47.1220;
omega = 151.4486;
omega2 = 45.7481;
reduc_eq( &i, &omega, &omega2, 1744.0, 1950.0 );

L = elem_mercury( 1978.0624, &a, &e, &i, &omega, &omega2, &M );
E = eqoftime( 1978.0121 );
E = dms( E );
printf( "%f \n", E );

================================================================================
Hidden depths Ig. I was right, you are interesting. Very.
Werewolfy
.
User: "ig"

Title: Re: Where is Goofy 06 Jun 2004 11:51:03 PM
I knew you would think so.
"Werewolfy" <RickyColeclough@aol.com> wrote in message
news:85ebfda0.0406061500.6ceee92a@posting.google.com...

"ig" <i@g.com> wrote in message

news:<_tIwc.3819$_L5.18453@newscontent-01.sprint.ca>...


double E;
double L, a, e, i, omega, omega2, M;
i = 47.1220;
omega = 151.4486;
omega2 = 45.7481;
reduc_eq( &i, &omega, &omega2, 1744.0, 1950.0 );

L = elem_mercury( 1978.0624, &a, &e, &i, &omega, &omega2, &M );
E = eqoftime( 1978.0121 );
E = dms( E );
printf( "%f \n", E );


============================================================================
====


Hidden depths Ig. I was right, you are interesting. Very.

Werewolfy

.
User: "Werewolfy"

Title: Re: Where is Goofy 07 Jun 2004 07:25:13 PM
"ig" <i@g.com> wrote in message news:<0vSwc.3869$_L5.19096@newscontent-01.sprint.ca>...

I knew you would think so.

================================================================================
It was the 'unsaid' that impressed Ig. I liked that.
Yes, I knew immediatly why you posted, and actually smiled.
Subtlety is rather effective..and appreciated.
Ricky
.



User: "ex"

Title: Re: Where is Goofy 06 Jun 2004 01:34:10 PM
This makes light years more sense then McDonald's ravings, but why not
define a planet class right off the bat, and declare the planets objects of
that class since the methods and properties appear to be identical for each?
:-P
-ex
"ig" <i@g.com> wrote in message
news:_tIwc.3819$_L5.18453@newscontent-01.sprint.ca...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <float.h>
#include "astro.h"

double elem_mercury( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_venus( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_mars( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_jupiter( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_saturn( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_uranus( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_neptune( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
void reduc_eq( double *i, double *omega, double *omega2, double epoch1,
double epoch2 );

main()
{
double E;
double L, a, e, i, omega, omega2, M;
i = 47.1220;
omega = 151.4486;
omega2 = 45.7481;
reduc_eq( &i, &omega, &omega2, 1744.0, 1950.0 );

L = elem_mercury( 1978.0624, &a, &e, &i, &omega, &omega2, &M );
E = eqoftime( 1978.0121 );
E = dms( E );
printf( "%f \n", E );
}

double elem_mercury( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M )
/*
Calculates the orbital elements for the planet.
Returns the mean longitude of the planet.

Arguments:
date = Ephemeris date expressed as YYYY.MMDDdd
*a = A pointer to a variable where the semimajor axis if the
orbit is returned.
*e = A pointer to a variable where the eccentricity of the
orbit
is returned.
*i = A pointer to a variable where the inclination on the
plane of the ecliptic is returned.
*omega = A pointer to a variable where the argument of
perihelion is returned.
*omega2 = A pointer to a variable where the longitude of the
ascending node is returned.
*M = A pointer to a variable where the planets mean anomaly
is returned.

*/
{
double L, T, T2;

T = j_cent( date );
T2 = T * T;
L = 178.179078 + 149474.07078 * T + 0.0003011 * T2;
L = angle_360( L );
*a = 0.3870986;
*e = 0.20561421 + 0.00002046 * T - 0.000000030 * T2;
*i = 7.002881 + 0.0018608 * T - 0.0000183 * T2;
*omega = 28.753753 + 0.3702806 * T + 0.0001208 * T2;
*omega2 = 47.145944 + 1.1852083 * T + 0.0001739 * T2;
*M = L - *omega - *omega2;
return( L );
}



"Michael Johnathan McDonald" <abookoflife@yahoo.com> wrote in message
news:dd3256f0.0406051443.6d821437@posting.google.com...

Allo, WhereGoofy... ici Michel?

Vous avez été éperdument amoureux de KKK. En Fait, Vous êtes tomber
amoureux de KKK. LOL. KKK est une femme de petite vertu. Vous êtes un
enfant a la mamelle ! Krib et Chris sont choquantes. Leurs jupes sont
très courtes! ;) Vous n'êtes pas très brillant en les sciences
politiques. C'est-à-dire que vous étés surtout bête. Aussi, Vous avez
une mauvaise odeur.




Je ne fais pas lécher les bottes a quelqu'un. Par contre, vous sucez
quelqu'un jusqu'à la moelle - KKK.
A quelle heure vous allez àl'école maternelle? Je ne veux point y
aller. Cet homme est pris de vin. Vous êtes d'aucune utilité.



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.693 / Virus Database: 454 - Release Date: 5/31/04
.
User: "ig"

Title: Re: Where is Goofy 07 Jun 2004 12:01:37 AM
I'm planning on rewriting the software. I haven't thought of it that much
yet, but I would certainly do it the way you suggested. Thanks
I posted this because these guys were posting stuff that I can't understand
and I felt a bit jealous and left out.
"ex" <ex@ex.com> wrote in message
news:etJwc.2869$8k4.83176@news20.bellglobal.com...

This makes light years more sense then McDonald's ravings, but why not
define a planet class right off the bat, and declare the planets objects

of

that class since the methods and properties appear to be identical for

each?


:-P

.

User: "ig"

Title: Re: Where is Goofy 06 Jun 2004 11:36:02 PM
It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.
"ex" <ex@ex.com> wrote in message
news:etJwc.2869$8k4.83176@news20.bellglobal.com...

This makes light years more sense then McDonald's ravings, but why not
define a planet class right off the bat, and declare the planets objects

of

that class since the methods and properties appear to be identical for

each?


:-P

-ex

"ig" <i@g.com> wrote in message
news:_tIwc.3819$_L5.18453@newscontent-01.sprint.ca...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <float.h>
#include "astro.h"

double elem_mercury( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_venus( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_mars( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_jupiter( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_saturn( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_uranus( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_neptune( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
void reduc_eq( double *i, double *omega, double *omega2, double epoch1,
double epoch2 );

main()
{
double E;
double L, a, e, i, omega, omega2, M;
i = 47.1220;
omega = 151.4486;
omega2 = 45.7481;
reduc_eq( &i, &omega, &omega2, 1744.0, 1950.0 );

L = elem_mercury( 1978.0624, &a, &e, &i, &omega, &omega2, &M );
E = eqoftime( 1978.0121 );
E = dms( E );
printf( "%f \n", E );
}

double elem_mercury( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M )
/*
Calculates the orbital elements for the planet.
Returns the mean longitude of the planet.

Arguments:
date = Ephemeris date expressed as YYYY.MMDDdd
*a = A pointer to a variable where the semimajor axis if

the

orbit is returned.
*e = A pointer to a variable where the eccentricity of the
orbit
is returned.
*i = A pointer to a variable where the inclination on the
plane of the ecliptic is returned.
*omega = A pointer to a variable where the argument of
perihelion is returned.
*omega2 = A pointer to a variable where the longitude of the
ascending node is returned.
*M = A pointer to a variable where the planets mean

anomaly

is returned.

*/
{
double L, T, T2;

T = j_cent( date );
T2 = T * T;
L = 178.179078 + 149474.07078 * T + 0.0003011 * T2;
L = angle_360( L );
*a = 0.3870986;
*e = 0.20561421 + 0.00002046 * T - 0.000000030 * T2;
*i = 7.002881 + 0.0018608 * T - 0.0000183 * T2;
*omega = 28.753753 + 0.3702806 * T + 0.0001208 * T2;
*omega2 = 47.145944 + 1.1852083 * T + 0.0001739 * T2;
*M = L - *omega - *omega2;
return( L );
}



"Michael Johnathan McDonald" <abookoflife@yahoo.com> wrote in message
news:dd3256f0.0406051443.6d821437@posting.google.com...

Allo, WhereGoofy... ici Michel?

Vous avez été éperdument amoureux de KKK. En Fait, Vous êtes tomber
amoureux de KKK. LOL. KKK est une femme de petite vertu. Vous êtes un
enfant a la mamelle ! Krib et Chris sont choquantes. Leurs jupes sont
très courtes! ;) Vous n'êtes pas très brillant en les sciences
politiques. C'est-à-dire que vous étés surtout bête. Aussi, Vous avez
une mauvaise odeur.




Je ne fais pas lécher les bottes a quelqu'un. Par contre, vous sucez
quelqu'un jusqu'à la moelle - KKK.
A quelle heure vous allez àl'école maternelle? Je ne veux point y
aller. Cet homme est pris de vin. Vous êtes d'aucune utilité.





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.693 / Virus Database: 454 - Release Date: 5/31/04


.
User: "tw"

Title: Re: Where is Goofy 07 Jun 2004 09:02:24 AM
"ig" <i@g.com> wrote in message
news:XgSwc.3867$_L5.19136@newscontent-01.sprint.ca...

It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.

Tsk! You could have still used structures with function pointers ;-)



"ex" <ex@ex.com> wrote in message
news:etJwc.2869$8k4.83176@news20.bellglobal.com...

This makes light years more sense then McDonald's ravings, but why not
define a planet class right off the bat, and declare the planets objects

of

that class since the methods and properties appear to be identical for

each?


:-P

-ex

"ig" <i@g.com> wrote in message
news:_tIwc.3819$_L5.18453@newscontent-01.sprint.ca...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <float.h>
#include "astro.h"

double elem_mercury( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_venus( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_mars( double date, double *a, double *e, double *i, double
*omega,
double *omega2, double *M );
double elem_jupiter( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_saturn( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_uranus( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_neptune( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
void reduc_eq( double *i, double *omega, double *omega2, double

epoch1,

double epoch2 );

main()
{
double E;
double L, a, e, i, omega, omega2, M;
i = 47.1220;
omega = 151.4486;
omega2 = 45.7481;
reduc_eq( &i, &omega, &omega2, 1744.0, 1950.0 );

L = elem_mercury( 1978.0624, &a, &e, &i, &omega, &omega2, &M );
E = eqoftime( 1978.0121 );
E = dms( E );
printf( "%f \n", E );
}

double elem_mercury( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M )
/*
Calculates the orbital elements for the planet.
Returns the mean longitude of the planet.

Arguments:
date = Ephemeris date expressed as YYYY.MMDDdd
*a = A pointer to a variable where the semimajor axis if

the

orbit is returned.
*e = A pointer to a variable where the eccentricity of

the

orbit
is returned.
*i = A pointer to a variable where the inclination on

the

plane of the ecliptic is returned.
*omega = A pointer to a variable where the argument of
perihelion is returned.
*omega2 = A pointer to a variable where the longitude of the
ascending node is returned.
*M = A pointer to a variable where the planets mean

anomaly

is returned.

*/
{
double L, T, T2;

T = j_cent( date );
T2 = T * T;
L = 178.179078 + 149474.07078 * T + 0.0003011 * T2;
L = angle_360( L );
*a = 0.3870986;
*e = 0.20561421 + 0.00002046 * T - 0.000000030 * T2;
*i = 7.002881 + 0.0018608 * T - 0.0000183 * T2;
*omega = 28.753753 + 0.3702806 * T + 0.0001208 * T2;
*omega2 = 47.145944 + 1.1852083 * T + 0.0001739 * T2;
*M = L - *omega - *omega2;
return( L );
}



"Michael Johnathan McDonald" <abookoflife@yahoo.com> wrote in message
news:dd3256f0.0406051443.6d821437@posting.google.com...

Allo, WhereGoofy... ici Michel?

Vous avez été éperdument amoureux de KKK. En Fait, Vous êtes tomber
amoureux de KKK. LOL. KKK est une femme de petite vertu. Vous êtes

un

enfant a la mamelle ! Krib et Chris sont choquantes. Leurs jupes

sont

très courtes! ;) Vous n'êtes pas très brillant en les sciences
politiques. C'est-à-dire que vous étés surtout bête. Aussi, Vous

avez

une mauvaise odeur.




Je ne fais pas lécher les bottes a quelqu'un. Par contre, vous sucez
quelqu'un jusqu'à la moelle - KKK.
A quelle heure vous allez àl'école maternelle? Je ne veux point y
aller. Cet homme est pris de vin. Vous êtes d'aucune utilité.





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.693 / Virus Database: 454 - Release Date: 5/31/04




.
User: "Michael Johnathan McDonald"

Title: Re: Where is Goofy 07 Jun 2004 02:13:12 PM
"tw" <no@no.com> wrote in message news:<ca1sd6$e90$1@newstree.wise.edt.ericsson.se>...

"ig" <i@g.com> wrote in message
news:XgSwc.3867$_L5.19136@newscontent-01.sprint.ca...

It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.


Tsk! You could have still used structures with function pointers ;-)

What the hell are ya babbling about?
.
User: "ex"

Title: Re: Where is Goofy 07 Jun 2004 05:16:48 PM
"Michael Johnathan McDonald" <abookoflife@yahoo.com> wrote in message
news:dd3256f0.0406071113.5852707b@posting.google.com...

"tw" <no@no.com> wrote in message

news:<ca1sd6$e90$1@newstree.wise.edt.ericsson.se>...

"ig" <i@g.com> wrote in message
news:XgSwc.3867$_L5.19136@newscontent-01.sprint.ca...

It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.


Tsk! You could have still used structures with function pointers ;-)



What the hell are ya babbling about?

LOL ... do your parents turn the computer on for you before they leave for
work?
-ex
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.693 / Virus Database: 454 - Release Date: 5/31/04
.
User: "Michael Johnathan McDonald"

Title: Re: Where is Goofy 07 Jun 2004 08:33:05 PM
"ex" <ex@ex.com> wrote in message news:<QP5xc.10419$8k4.317414@news20.bellglobal.com>...


LOL ...

L0L yourself freak!
.
User: "Cuan"

Title: Re: Where is Goofy 08 Jun 2004 08:42:51 AM
On 7 Jun 2004 18:33:05 -0700,
(Michael Johnathan
McDonald) wrote:

"ex" <ex@ex.com> wrote in message news:<QP5xc.10419$8k4.317414@news20.bellglobal.com>...


LOL ...

L0L yourself freak!

simply matching your lower grade French with higher grade C code,
moron. You started it.
.
User: "Michael Johnathan McDonald"

Title: Re: Where is Goofy 08 Jun 2004 02:51:47 PM
Cuan <an@nymous.co.za> wrote in message news:<ecgbc0p6n070gtm968hsp6mgf0c7hukaot@4ax.com>...

On 7 Jun 2004 18:33:05 -0700,

(Michael Johnathan
McDonald) wrote:

"ex" <ex@ex.com> wrote in message news:<QP5xc.10419$8k4.317414@news20.bellglobal.com>...


LOL ...

L0L yourself freak!


simply matching your lower grade French with higher grade C code,
moron. You started it.

Ummm..I was talking to ex and not you!
.
User: "Cuan"

Title: Re: Where is Goofy 09 Jun 2004 02:34:29 AM
On 8 Jun 2004 12:51:47 -0700,
(Michael Johnathan
McDonald) wrote:

Cuan <an@nymous.co.za> wrote in message news:<ecgbc0p6n070gtm968hsp6mgf0c7hukaot@4ax.com>...

On 7 Jun 2004 18:33:05 -0700,

(Michael Johnathan
McDonald) wrote:

"ex" <ex@ex.com> wrote in message news:<QP5xc.10419$8k4.317414@news20.bellglobal.com>...


LOL ...

L0L yourself freak!


simply matching your lower grade French with higher grade C code,
moron. You started it.


Ummm..I was talking to ex and not you!

Ummm..and when has that ever stopped you from commenting, ranger boy?
.




User: "ig"

Title: Re: Where is Goofy 07 Jun 2004 06:19:25 PM
Do his parents even work?


LOL ... do your parents turn the computer on for you before they leave for
work?

-ex


---

.



User: "Absolute Zero"

Title: Re: Where is Goofy 08 Jun 2004 01:21:01 PM
"tw" <no@no.com> wrote in message news:ca1sd6$e90$1@newstree.wise.edt.ericsson.se...


"ig" <i@g.com> wrote in message
news:XgSwc.3867$_L5.19136@newscontent-01.sprint.ca...

It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.


Tsk! You could have still used structures with function pointers ;-)

Indeed, in the early days of Mr Stroustrup's ***** child, a
translator was used to feed a regular C compiler backend. So...
Lot's of "Liberal" coders in APN; small wonder Tony != TRUE
-A
.
User: "Michael Johnathan McDonald"

Title: Re: Where is Goofy 08 Jun 2004 08:19:25 PM
(Absolute Zero) wrote in message function pointers ;-)


Indeed, in the early days of Mr Stroustrup's ***** child, a
translator was used to feed a regular C compiler backend. So...

Lot's of "Liberal" coders in APN; small wonder Tony != TRUE

Ah.. Ya mean people who can easily intimidate people with trickery in
computers. and steal their identity. Well me and Tony knew this a long
while ago. But being about evil is what the left has done from from '
day one' here.
BTW. I'm waiting for ya lawyers asswipe!

-A

.
User: "tw"

Title: Re: Where is Goofy 09 Jun 2004 04:39:50 AM
"Michael Johnathan McDonald" <abookoflife@yahoo.com> wrote in message
news:dd3256f0.0406081719.87a2a30@posting.google.com...

amycaton@hotmail.com (Absolute Zero) wrote in message function pointers

;-)


Indeed, in the early days of Mr Stroustrup's ***** child, a
translator was used to feed a regular C compiler backend. So...

Lot's of "Liberal" coders in APN; small wonder Tony != TRUE


Ah.. Ya mean people who can easily intimidate people with trickery in
computers. and steal their identity. Well me and Tony knew this a long
while ago. But being about evil is what the left has done from from '
day one' here.

So you claim you DIDN'T make the pee 'n' power angers posts? THey were made
by someone who stole your identity to make you look like a weirdo who has
now deleted those posts because they regretted it by hacking into your
computer to acknowledge the confirmation email google would have sent you?!
Isn't that a little far-fetched and illogical?

BTW. I'm waiting for ya lawyers asswipe!

Where did she threaten you with lawyers?
.

User: "Werewolfy"

Title: Re: Where is Goofy 09 Jun 2004 03:27:38 AM
(Michael Johnathan McDonald) wrote in message news:<dd3256f0.0406081719.87a2a30@posting.google.com>...
"Ah.. Ya mean..."

Does, 'Ya' mean 'you' by any chance?
"Well me and Tony knew this a long...."
That's a common error amongst 4 yr olds. Now, I can help you Mad
MacDonald. Say after me, 'Tony and I'. There, very good. Now repeat it
a few thousand times to ensure you are able to use the English
language a litle more ably. The inclusion of, 'for' in, 'knew this a
long time' would also render the message comprehensible.
"has done from from day one here."
Try not to stutter.
Have you ever considered adding to Tony Z's Homosexual suicide
statistics? I can assure you of my complete support.
Werewolfy
.
User: "Michael Johnathan McDonald"

Title: Re: Where is Goofy 09 Jun 2004 01:19:32 PM
(Werewolfy) wrote in message news:<85ebfda0.0406090027.4eb7818f@posting.google.com>...

abookoflife@yahoo.com (Michael Johnathan McDonald) wrote in message news:<dd3256f0.0406081719.87a2a30@posting.google.com>...

"Ah.. Ya mean..."

Does, 'Ya' mean 'you' by any chance?

....tout le temps.



"Well me and Tony knew this a long...."

That's a common error amongst 4 yr olds. Now, I can help you Mad
MacDonald. Say after me, 'Tony and I'. There, very good. Now repeat it
a few thousand times to ensure you are able to use the English
language a litle more ably. The inclusion of, 'for' in, 'knew this a
long time' would also render the message comprehensible.

Thanks Goofy I can always count on you to show me how terrible I write.



"has done from from day one here."

Try not to stutter.

Have you ever considered adding to Tony Z's Homosexual suicide
statistics?

Well when you do it I will add it ;)

I can assure you of my complete support.

Then edit ' Dear Friend' for me. I'm sure I made loads of grammar mistakes.
Puis-je faire quelque chose d'autre pour vous?

Werewolfy

.


User: "Cuan"

Title: Re: Where is Goofy 09 Jun 2004 02:40:47 AM
On 8 Jun 2004 18:19:25 -0700,
(Michael Johnathan
McDonald) wrote:

amycaton@hotmail.com (Absolute Zero) wrote in message function pointers ;-)


Indeed, in the early days of Mr Stroustrup's ***** child, a
translator was used to feed a regular C compiler backend. So...

Lot's of "Liberal" coders in APN; small wonder Tony != TRUE


Ah.. Ya mean people who can easily intimidate people with trickery in
computers. and steal their identity. Well me and Tony knew this a long
while ago. But being about evil is what the left has done from from '
day one' here.

your affinity for Tony doesn't help your 'stolen identity' case much.
.



User: "Cuan"

Title: Re: Where is Goofy 08 Jun 2004 08:38:43 AM
On Mon, 7 Jun 2004 16:02:24 +0200, "tw" <no@no.com> wrote:


"ig" <i@g.com> wrote in message
news:XgSwc.3867$_L5.19136@newscontent-01.sprint.ca...

It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.


Tsk! You could have still used structures with function pointers ;-)

and this has to do with Nostradamus how? ;-)
LOL!
.
User: "ig"

Title: Re: Where is Goofy 08 Jun 2004 12:06:54 PM
Well, Nostradamus was an astrologer and would have written such software if
he could. He would certainly have approved of the discussion. Does that
answer your question?

and this has to do with Nostradamus how? ;-)

"Cuan" <an@nymous.co.za> wrote in message
news:b9gbc0hqa7ea6m0kunrc67i2fskkj1hs3s@4ax.com...

On Mon, 7 Jun 2004 16:02:24 +0200, "tw" <no@no.com> wrote:


"ig" <i@g.com> wrote in message
news:XgSwc.3867$_L5.19136@newscontent-01.sprint.ca...

It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.


Tsk! You could have still used structures with function pointers ;-)




LOL!

.
User: "Cuan"

Title: Re: Where is Goofy 09 Jun 2004 02:36:25 AM
On Tue, 8 Jun 2004 10:06:54 -0700, "ig" <i@g.com> wrote:

Well, Nostradamus was an astrologer and would have written such software if
he could. He would certainly have approved of the discussion. Does that
answer your question?

if only he could have written his quatrains in 'C' - they would have
been much easier to interpret. ;-)
.
User: "tw"

Title: Re: Where is Goofy 09 Jun 2004 09:15:31 AM
"Cuan" <an@nymous.co.za> wrote in message
news:7dfdc0talvadoiuo839rjirtc2fvc6diru@4ax.com...

On Tue, 8 Jun 2004 10:06:54 -0700, "ig" <i@g.com> wrote:

Well, Nostradamus was an astrologer and would have written such software

if

he could. He would certainly have approved of the discussion. Does that
answer your question?


if only he could have written his quatrains in 'C' - they would have
been much easier to interpret. ;-)

It would at least have been proof he could see into the future! A quatrain
generator would be a "fun" project - A few arrays with random verbs,
adjectives, nouns, dates, astrological data and prepositions in them, then
randomly select from the arrays to produce your own mystical gibberish..
.
User: "Michael Johnathan McDonald"

Title: Re: Where is Goofy 09 Jun 2004 01:22:58 PM
"tw" <no@no.com> wrote in message news:<ca75tp$1ik$1@newstree.wise.edt.ericsson.se>...

"Cuan" <an@nymous.co.za> wrote in message
news:7dfdc0talvadoiuo839rjirtc2fvc6diru@4ax.com...

On Tue, 8 Jun 2004 10:06:54 -0700, "ig" <i@g.com> wrote:

Well, Nostradamus was an astrologer and would have written such software

if

he could. He would certainly have approved of the discussion. Does that
answer your question?


if only he could have written his quatrains in 'C' - they would have
been much easier to interpret. ;-)


It would at least have been proof he could see into the future!

It would at least have been proof he could 'C' into the future! ;)

A quatrain
generator would be a "fun" project - A few arrays with random verbs,
adjectives, nouns, dates, astrological data and prepositions in them, then
randomly select from the arrays to produce your own mystical gibberish..

Sounds good! Just Do it! -Nike
.

User: "ig"

Title: Re: Where is Goofy 09 Jun 2004 02:46:27 PM
It's already been done. Here is one!
http://www.getodd.com/stuf/nostradamus.html


It would at least have been proof he could see into the future! A quatrain
generator would be a "fun" project - A few arrays with random verbs,
adjectives, nouns, dates, astrological data and prepositions in them,

then

randomly select from the arrays to produce your own mystical gibberish..


.
User: "tw"

Title: Re: Where is Goofy 10 Jun 2004 04:50:54 AM
"ig" <i@g.com> wrote in message
news:DOJxc.4271$_L5.21596@newscontent-01.sprint.ca...

It's already been done. Here is one!

That's the trouble with all my good ideas ! ;-)


http://www.getodd.com/stuf/nostradamus.html



It would at least have been proof he could see into the future! A

quatrain

generator would be a "fun" project - A few arrays with random verbs,
adjectives, nouns, dates, astrological data and prepositions in them,

then

randomly select from the arrays to produce your own mystical gibberish..




.






User: "ig"

Title: Re: Where is Goofy 07 Jun 2004 11:50:51 AM
That was the first piece of C software that I wrote in the early 80s. Object
oriented programming was not as big then as it is now. Plus I was just
starting out my programming career. I did not have that much experience
then.
Nevertheless, the greater challenge was more in the application (to print
astrology charts) rather than the language.
Plus, things were allot harder back in those days because there was no
hardware abstraction layer in DOS and there was no such this as Visual C++
and MFC. I had to write the drivers myself.
But this was not the reason I posted the message. If I knew that this brief
snippet of code was going to be the scrutinized as such, I would have posted
something tidier.
Incidently, I don't write code that much anymore, having moved on to more
rewarding things.
"tw" <no@no.com> wrote in message
news:ca1sd6$e90$1@newstree.wise.edt.ericsson.se...


"ig" <i@g.com> wrote in message
news:XgSwc.3867$_L5.19136@newscontent-01.sprint.ca...

It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.


Tsk! You could have still used structures with function pointers ;-)



"ex" <ex@ex.com> wrote in message
news:etJwc.2869$8k4.83176@news20.bellglobal.com...

This makes light years more sense then McDonald's ravings, but why not
define a planet class right off the bat, and declare the planets

objects

of

that class since the methods and properties appear to be identical for

each?


:-P

-ex

"ig" <i@g.com> wrote in message
news:_tIwc.3819$_L5.18453@newscontent-01.sprint.ca...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <float.h>
#include "astro.h"

double elem_mercury( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_venus( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_mars( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_jupiter( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_saturn( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_uranus( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_neptune( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
void reduc_eq( double *i, double *omega, double *omega2, double

epoch1,

double epoch2 );

main()
{
double E;
double L, a, e, i, omega, omega2, M;
i = 47.1220;
omega = 151.4486;
omega2 = 45.7481;
reduc_eq( &i, &omega, &omega2, 1744.0, 1950.0 );

L = elem_mercury( 1978.0624, &a, &e, &i, &omega, &omega2, &M );
E = eqoftime( 1978.0121 );
E = dms( E );
printf( "%f \n", E );
}

double elem_mercury( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M )
/*
Calculates the orbital elements for the planet.
Returns the mean longitude of the planet.

Arguments:
date = Ephemeris date expressed as YYYY.MMDDdd
*a = A pointer to a variable where the semimajor axis

if

the

orbit is returned.
*e = A pointer to a variable where the eccentricity of

the

orbit
is returned.
*i = A pointer to a variable where the inclination on

the

plane of the ecliptic is returned.
*omega = A pointer to a variable where the argument of
perihelion is returned.
*omega2 = A pointer to a variable where the longitude of

the

ascending node is returned.
*M = A pointer to a variable where the planets mean

anomaly

is returned.

*/
{
double L, T, T2;

T = j_cent( date );
T2 = T * T;
L = 178.179078 + 149474.07078 * T + 0.0003011 * T2;
L = angle_360( L );
*a = 0.3870986;
*e = 0.20561421 + 0.00002046 * T - 0.000000030 * T2;
*i = 7.002881 + 0.0018608 * T - 0.0000183 * T2;
*omega = 28.753753 + 0.3702806 * T + 0.0001208 * T2;
*omega2 = 47.145944 + 1.1852083 * T + 0.0001739 * T2;
*M = L - *omega - *omega2;
return( L );
}



"Michael Johnathan McDonald" <abookoflife@yahoo.com> wrote in

message

news:dd3256f0.0406051443.6d821437@posting.google.com...

Allo, WhereGoofy... ici Michel?

Vous avez été éperdument amoureux de KKK. En Fait, Vous êtes

tomber

amoureux de KKK. LOL. KKK est une femme de petite vertu. Vous

êtes

un

enfant a la mamelle ! Krib et Chris sont choquantes. Leurs jupes

sont

très courtes! ;) Vous n'êtes pas très brillant en les sciences
politiques. C'est-à-dire que vous étés surtout bête. Aussi, Vous

avez

une mauvaise odeur.




Je ne fais pas lécher les bottes a quelqu'un. Par contre, vous

sucez

quelqu'un jusqu'à la moelle - KKK.
A quelle heure vous allez àl'école maternelle? Je ne veux point y
aller. Cet homme est pris de vin. Vous êtes d'aucune utilité.





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.693 / Virus Database: 454 - Release Date: 5/31/04






.
User: "tw"

Title: Re: Where is Goofy 08 Jun 2004 04:02:45 AM
"ig" <i@g.com> wrote in message
news:Q11xc.3935$_L5.19290@newscontent-01.sprint.ca...

That was the first piece of C software that I wrote in the early 80s.

Object

oriented programming was not as big then as it is now. Plus I was just
starting out my programming career. I did not have that much experience
then.

I was only joking!

Nevertheless, the greater challenge was more in the application (to print
astrology charts) rather than the language.
Plus, things were allot harder back in those days because there was no
hardware abstraction layer in DOS and there was no such this as Visual C++
and MFC. I had to write the drivers myself.

But this was not the reason I posted the message. If I knew that this

brief

snippet of code was going to be the scrutinized as such, I would have

posted

something tidier.

I'm sorry, it was just meant to be a frivolous comment, one pro to another
;-)

Incidently, I don't write code that much anymore, having moved on to more
rewarding things.

More rewarding than coding? Jesus, it's not marketing is it? ;-)






"tw" <no@no.com> wrote in message
news:ca1sd6$e90$1@newstree.wise.edt.ericsson.se...


"ig" <i@g.com> wrote in message
news:XgSwc.3867$_L5.19136@newscontent-01.sprint.ca...

It's Astrology software, I wrote years ago back in the days of DOS and
Microsoft C compiler.


Tsk! You could have still used structures with function pointers ;-)



"ex" <ex@ex.com> wrote in message
news:etJwc.2869$8k4.83176@news20.bellglobal.com...

This makes light years more sense then McDonald's ravings, but why

not

define a planet class right off the bat, and declare the planets

objects

of

that class since the methods and properties appear to be identical

for

each?


:-P

-ex

"ig" <i@g.com> wrote in message
news:_tIwc.3819$_L5.18453@newscontent-01.sprint.ca...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <float.h>
#include "astro.h"

double elem_mercury( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_venus( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_mars( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_jupiter( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_saturn( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_uranus( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
double elem_neptune( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M );
void reduc_eq( double *i, double *omega, double *omega2, double

epoch1,

double epoch2 );

main()
{
double E;
double L, a, e, i, omega, omega2, M;
i = 47.1220;
omega = 151.4486;
omega2 = 45.7481;
reduc_eq( &i, &omega, &omega2, 1744.0, 1950.0 );

L = elem_mercury( 1978.0624, &a, &e, &i, &omega, &omega2,

&M );

E = eqoftime( 1978.0121 );
E = dms( E );
printf( "%f \n", E );
}

double elem_mercury( double date, double *a, double *e, double *i,

double

*omega,
double *omega2, double *M )
/*
Calculates the orbital elements for the planet.
Returns the mean longitude of the planet.

Arguments:
date = Ephemeris date expressed as YYYY.MMDDdd
*a = A pointer to a variable where the semimajor

axis

if

the

orbit is returned.
*e = A pointer to a variable where the eccentricity

of

the

orbit
is returned.
*i = A pointer to a variable where the inclination

on

the

plane of the ecliptic is returned.
*omega = A pointer to a variable where the argument of
perihelion is returned.
*omega2 = A pointer to a variable where the longitude of

the

ascending node is returned.
*M = A pointer to a variable where the planets mean

anomaly

is returned.

*/
{
double L, T, T2;

T = j_cent( date );
T2 = T * T;
L = 178.179078 + 149474.07078 * T + 0.0003011 * T2;
L = angle_360( L );
*a = 0.3870986;
*e = 0.20561421 + 0.00002046 * T - 0.000000030 * T2;
*i = 7.002881 + 0.0018608 * T - 0.0000183 * T2;
*omega = 28.753753 + 0.3702806 * T + 0.0001208 * T2;
*omega2 = 47.145944 + 1.1852083 * T + 0.0001739 * T2;
*M = L - *omega - *omega2;
return( L );
}



"Michael Johnathan McDonald" <abookoflife@yahoo.com> wrote in

message

news:dd3256f0.0406051443.6d821437@posting.google.com...

Allo, WhereGoofy... ici Michel?

Vous avez été éperdument amoureux de KKK. En Fait, Vous êtes

tomber

amoureux de KKK. LOL. KKK est une femme de petite vertu. Vous

êtes

un

enfant a la mamelle ! Krib et Chris sont choquantes. Leurs jupes

sont

très courtes! ;) Vous n'êtes pas très brillant en les sciences
politiques. C'est-à-dire que vous étés surtout bête. Aussi, Vous

avez

une mauvaise odeur.




Je ne fais pas lécher les bottes a quelqu'un. Par contre, vous

sucez

quelqu'un jusqu'à la moelle - KKK.
A quelle heure vous allez àl'école maternelle? Je ne veux point

y

aller. Cet homme est pris de vin. Vous êtes d'aucune utilité.





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.693 / Virus Database: 454 - Release Date: 5/31/04








.






User: "Werewolfy"

Title: Re: Where is Goofy 06 Jun 2004 05:57:21 AM
(Michael Johnathan McDonald) wrote in message news:<dd3256f0.0406051443.6d821437@posting.google.com>...
Do look at your grammer Mad Macdonald. It's not that good, and the
post really doesn't flow exactly. Use English, for the benefit of the
other readers, in future. Your French is rather similar to that of a 7
yr old.
Perhaps something like this may suit you?
Vous n'avez pas a critiquer comme ca. D'ailleurs vous vous refugiez
derriere un ecran pour insulter des personnes decentes. Krib est
quelqu'un que j'apprecie beaucoup, et c'est carrement degueulasse de
l'insulter comme vous le faites. C'est surement parce que vous etes
jaloux, car jamais vous n'arriverez a ecrire des messages intelligents
et censes comme il le fait. Il est egalement clair a tout le monde qui
se trouve dans ce forum que vous etes un pire PD et que ce serait
votre reve qu'un homme porte des jupes courtes, tellement vous etes
perverti et tordu dans votre tete. Ca doit vous donner une trique
folle, n'est ce pas, de penser a un homme parfaitement normal en train
de porter une jupe courte pour vous plaire, ensuite vous imaginez que
vous commencez a le caresser, votre bite frotte contre la sienne, pour
finalement l'enculer bien jusqu'au fond? J'arrete avec mon histoire
porno, ca me donne la nausee. D'ailleurs n'importe quel homme qui a
une sexualite saine trouve ca completement repugnant. Ce n'est pas
parce que vous etes ne avec une deformite mentale, un telle
deformation que vous n'etes pas digne de porter le nom d'etre humain,
que vous devez infecter le reste du monde en faisant etalage de votre
degoutante habitudes sexuelles. Vous etes l'homme le plus deteste dans
ce forum, il serait fortement souhaitable que vous nous laissez
tranquille avant que quelqu'un ne s'emporte et vienne vous retrouvez
dans votre monde obscene, cache derriere votre ecran, pour eclater
votre tete perverse en petits morceaux. Je venererai l'homme qui
ferait ceci, car au moins il nous aura delivre d'un salaud
completement malade mentalement qui repugne la moindre personne qui
lit vos messages méphistophéliques et abjectes.
PS: n'oubliez pas de chercher dans un dictionnaire tous les mots qui
n'ont aucun sens pour vous! Bonne chance au fait, je crois que vous
allez passer un bon moment avec le nez dans le dictionnaire vu votre
niveau meprisable de maitrise de la langue francaise...d'ailleurs vous
n'avez aucun droit d'ecrire en francais, puisque c'est une si belle
langue, si poetique et douce a l'oreille, vos mots infames la deforme,
et votre grammaire execrable.
Werewolfy
.


  Page 1 of 2

1

 

2

 


Related Articles
 

NEWER

pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER