AIX HELP
ok i have some data from an aix machine and allot of code how can i run it i dont have an aix machine is this possible i heard power vm by ibm is there any way to do this?
i bake therefore im fried!!
“You don’t have enough space in your inventory”
11 years ago
0
IBM was porting AIX to Intel for Itanium back in 2000-2001 (Project Monterey), but delays in the chip release got IBM to shelve the project. AIXv3 had an Intel version, if you can find a copy! I think that would run in a VMWare appliance.
http://www.ibm.com/developerworks/java/jdk/aix/service.html
Might be somthing usefull.
“You don’t have enough space in your inventory”
11 years ago
0
The answer is 3 ducks hehehe!!!
ok well put it this way im programming sattelite stuff and i need an aix machine to run the code i have
i bake therefore im fried!!
look
```C
C..Fraction of a century since 1975.0
FCENT = (NDYREF + NSEC/DAYSEC) / 36525.D0
C..Eccentricity of earth’s orbit
EC = 0.01671962D0 - 4.199D-5 * FCENT - 1.26D-7 * FCENT2
ECC = EC*EC
ECA = (1.+EC)/DSQRT(1.-ECC)
C..Mean longitude of solar perigee, = true anomaly of vernal equinox
PERIGE = 282.510407D0 + 1.7198579D0 * FCENT + 4.975D-4 * FCENT2
PERIGE = PERIGE * DG2R
C..Mean anomaly of sun, = 2pi/Year (t - time of perigee (Jan 4))
NYR = 100 * FCENT
AMEAN = -3.4689418D0 + 360.D0(100.FCENT-NYR) -0.95047796D0FCENT
. - 1.568D-4*FCENT**2
IF (AMEAN .LT. -90.) AMEAN = AMEAN + 360.
AMEAN = AMEAN * DG2R
C..Eccentric anomaly, to order e2; -pi <= ecc anom <= +pi
AECCEN = AMEAN + ECDSIN(AMEAN) + 0.5ECCDSIN(2.AMEAN)
IF (AECCEN .GT. PI) AECCEN = AECCEN - TWOPI
C..True anomaly
ATRUE = 2. * DATAN (ECA * DTAN(0.5*AECCEN))
C..Angle between sun and celestial x-axis (in radians)
SUNANG = DMOD (ATRUE + PERIGE, TWOPI)```
i bake therefore im fried!!
i bake therefore im fried!!
ya right lol i have alot more than codes bro i have full programs etc i cannot say how i got these but i love google and thats about it lol its all proprietary so i cant release it
i bake therefore im fried!!