MicroPlanet Gravity: Released : Gravity 2.7.1 Build 8


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MicroPlanet Gravity: Released : Gravity 2.7.1 Build 8
# 1  
Old 01-13-2009
MicroPlanet Gravity: Released : Gravity 2.7.1 Build 8

MicroPlanet Gravity is a popular full-featured Usenet news client for Win32 platforms. It is adept at pure reading as well as decoding binaries. Gravity has a rules system, scoring and is highly customizable. Compiles with Visual C++ 2005 and MFC.

ImageImage

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding SDK Build on Kernel Source Build

Hi, So I downloaded this kernel source and was able to build it successfully. But I want to add this SDK source code inside, can anyone help me how to do this? Note that the SDK source can be built by itself. I added the SDK in the main Makefile: init-y := init/ #added SDK... (0 Replies)
Discussion started by: h0ujun
0 Replies
Login or Register to Ask a Question
GMTLEGS(1gmt)						       Generic Mapping Tools						     GMTLEGS(1gmt)

NAME
gmtlegs - Find cruises in a given region SYNOPSIS
gmtlegs -Rwest/east/south/north[r] [ -G ] [ -M ] [ -T ] [ -L ] [ -V ] DESCRIPTION
gmtlegs will report the name of all the cruises that happened to be wholly or partially inside the specified region. As an option, only those cruises that collected a certain type of data can be reported. -R west, east, south, and north specify the Region of interest, and you may specify them in decimal degrees or in [+-]dd:mm[:ss.xxx][W|E|S|N] format. Append r if lower left and upper right map coordinates are given instead of w/e/s/n. The two shorthands -Rg and -Rd stand for global domain (0/360 and -180/+180 in longitude respectively, with -90/+90 in latitude). Alterna- tively, specify the name of an existing grid file and the -R settings (and grid spacing, if applicable) are copied from the grid. OPTIONS
No space between the option flag and the associated arguments -G Report cruises that collected Gravity data. [Default is any data]. -M Report cruises that collected Magnetics. [Default is any data]. -T Report cruises that collected Topography. [Default is any data]. -L Long output, i.e. cruisenames and data types available. [Default is cruisenames only]. -V Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. EXAMPLES
To find all cruises around Hawaii that collected gravity and topography: gmtlegs -R-162/-152/18/25 -G -T > hawaii_gt.legs To find all cruises with magnetics: gmtlegs -R0/360/-90/90 -M > all_m.legs SEE ALSO
GMT(1), gmt2bin(1), binlegs(1) REFERENCES
Wessel, P., and W. H. F. Smith, 2011, The Generic Mapping Tools (GMT) version 4.5.7 Technical Reference & Cookbook, SOEST/NOAA. Wessel, P., and W. H. F. Smith, 1998, New, Improved Version of Generic Mapping Tools Released, EOS Trans., AGU, 79(47), p. 579. Wessel, P., and W. H. F. Smith, 1995, New Version of the Generic Mapping Tools Released, EOS Trans., AGU, 76(33), p. 329. Wessel, P., and W. H. F. Smith, 1995, New Version of the Generic Mapping Tools Released, http://www.agu.org/eos_elec/95154e.html, Copyright 1995 by the American Geophysical Union. Wessel, P., and W. H. F. Smith, 1991, Free Software Helps Map and Display Data, EOS Trans., AGU, 72(41), p. 441. GMT 4.5.7 15 Jul 2011 GMTLEGS(1gmt)