Dockapps.org

 you are here: dockapps.org    dockapp details   categories | add dockapp | contact us | about 
 wmSun
 WMMemMon
 WMTimer
 General Applet Interface Library
 Mount.app
 WMsupermon
 wmforkplop
 wmgtemp
wmMoonClock

Category: General / Others
Rate it!
Current Rating Average: 5.00
Rate:   
Maintainer: nobody
Website: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
Description: Shows lunar ephemeris to fairly high accuracy.

Screenshots:
wmMoonClock-1.27.tar.gz

Available Versions:

Date Author Changelog Download Delete
2002-07-28 14:18:36 nobody not available wmMoonClock-1.27.tar.gz

Add a new Version of this Dockapp

You may add a new (or even old) version of this dockapp by using the link above. This way we can be sure that this application will be available even if the project's homepage goes down (did that ever happen to you? :)).


User Comments


posted by pabellon (logged user) - 2004-08-26 18:25:23

A really cool program. Get the phase of the moon, which is somewhat useless, but if you click you get the time, which is obviously useful.

The moon below the wmaker logo is totally aesthetic.

Patch to the Southern Hemisphere
posted by rinogueira (logged user) - 2005-06-28 11:58:06

This is a single line patch to reorder the images for the southern hemisphere.

--- wmMoonClock-1.27/Src/wmMoonClock.c 1999-06-07 11:27:18.000000000 -0300
+++ wmMoonClock-1.??/Src/wmMoonClock.c 2004-12-15 18:59:50.714764064 -0200
@@ -244,6 +244,7 @@
nMAX = 1000;
ImageNumber = (int)(c.MoonPhase * 60.0 + 0.5);
if (ImageNumber > 59) ImageNumber = 0;
+ if (Glat < 0) ImageNumber = 59 - ImageNumber;
j = ImageNumber/10;
i = ImageNumber%10;
copyXPMArea(67+58*i, 2+58*j, 54, 54, 5, 5);

Post your comments here!
Name:
Email:
Title:
Comment:


NOTE: Signup or login to post comments.
 :: search & view ::

 :: community ::

 :: member profile ::

chileanpack

 :: active members ::
  • nobody
  • Thomas Nemeth
  • Jean-Philippe Guillemin
  • anomie
  • mattlaabs
  • Anthony Peacock
  • Alan Swanson
  • Draghicioiu Mihai
  • yokk
  • Aliaksei
  •  :: links ::
  • Window Maker
  • WMApp C++ Dockapp Graphics Library

  • Generated in 0.1667 seconds