xeartk is a tkgeomap application that uses the geomap::wdgeomap command
to create an interactive map. The geographic data is from the xearth
root window program. by Kirk Lauritz Johnson in an interactive widget.
xeartk is not part of and does not require xearth. It only uses the
outline data defined in file mapdata.c of the xearth source
distribution. The cities are from factmonster.
Adjust the map view by Shift-Double-Clicking or Shift-Dragging. Double
click a dot to display information about the city there on the terminal.
WWW: http://www.tkgeomap.org/xeartk.html
Author: Gordon Carrie <tkgeomap@users.sourceforge.net>
ptiger is a Tcl/Tk/Tkgeomap script that uses wdgeomap to display U.S.
Census Burea populated places on an interactive geographic map.
To run it, type ptiger on the command line. After a few seconds, a map
should appear. Adjust the view by Dragging or Double-Clicking. As the
cursor moves, a label below the map displays the cursor location and
the azimuth and range from the + marker to the cursor. Move the + marker
by Right-Double-Clicking. The map has dots at places with population
greater than a user selected threshold. Moving the cursor over a dot
labels the place with its name and displays the population in another
label below the map. In addition to the wdgeomap menus, a Places menu
enables adjustment of the population threshold and dot size. There is
also a Find menu that does a case insensitive regular expression search
for a named place.
WWW: http://www.tkgeomap.org/ptiger.html
Author: Gordon Carrie <tkgeomap@users.sourceforge.net>
Powerful text searches on Unix using regular expressions for both the
file name, and the search text. Graphical equivalent of find + grep.
Still alpha stage, but usable.
WWW: http://xsearch.sourceforge.net/
generated files are not edited. Syntax is inspired by Java and Yacc or
Lex. The implementation is intentionally kept simple, and no C actual
code parsing is done.
WWW: http://www.5z.com/jirka/gob.html
PR: ports/102332
Submitted by: Alexey Mikhailov <karma(at)ez.pereslavl.ru>
Approved by: krion (mentor)
another. If a host runst ssmpingd, users on other hosts can check
that they receive from this host by running the ssmping tool.
asmping is similar to ssmping, but checks for ASM rather than SSM.
WWW: http://www.venaas.no/multicast/ssmping/
PR: ports/102322
Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Approved by: krion (mentor)
Tkgeomap is an open source set of extensions to the Tcl/Tk scripting
language. It adds commands that read, manipulate, and display geographic
data.
It provides four packages:
* tclgeomap - library written in C adds commands for basic geography
calculations and data access.
* tclgeomap_procs - library written in Tcl adds procedures that
supplement tclgeomap.
* tkgeomap - library written in C that adds the ability to draw maps
* tkgeomap_procs - library written in Tcl adds procedures that
supplement tkgeomap.
WWW: http://www.tkgeomap.org/