Tidal Stations - Far East and Australasia


 
Thread Tools Search this Thread
Top Forums Web Development Tidal Stations - Far East and Australasia
# 1  
Old 02-24-2014
Tidal Stations - Far East and Australasia

Just created this beta web app for Tidal Stations - Far East and Australasia:

Quote:
Tidal stations Between 90 and 180 Longitude and between -90 and +90 Latitude covering Japan, China, Russia, SW Asia and Australasia.

Image

I plan to do the entire "world" soon.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Web Development

Tidal Stations - Top of the World

Tidal Stations - Top of the World https://www.unix.com/members/1-albums112-picture635.png (1 Reply)
Discussion started by: Neo
1 Replies

2. Web Development

Tidal Stations - The Ocean Tropics

Tidal Stations - The Ocean Tropics For warm water lovers everywhere: https://www.unix.com/members/1-albums112-picture634.png (0 Replies)
Discussion started by: Neo
0 Replies

3. Web Development

Tidal Stations - South America

Tidal Stations - South America https://www.unix.com/members/1-albums112-picture633.png (0 Replies)
Discussion started by: Neo
0 Replies

4. Web Development

Tidal Stations - Europe and Africa

Tidal Stations - Europe and Africa https://www.unix.com/members/1-albums112-picture632.png (0 Replies)
Discussion started by: Neo
0 Replies

5. Web Development

Tidal Stations - North America (West Coast)

Tidal Stations - North America (West Coast) https://www.unix.com/members/1-albums112-picture631.png (0 Replies)
Discussion started by: Neo
0 Replies

6. Web Development

Tidal Stations - North America (East)

Tidal Stations - North America (East) https://www.unix.com/members/1-albums112-picture629.png (0 Replies)
Discussion started by: Neo
0 Replies

7. UNIX for Dummies Questions & Answers

Unix Shell Script on Tidal schedular for ETL

Hello I am very new to Unix scripting, I am using informatica etl,which is schedule by tidal enterprise. I have a scenario where assume that Tidal only knows how to run jobs at a given time and does not know how to retry. So i want to know weather can i write a shell script such that... (1 Reply)
Discussion started by: bluestarmoon
1 Replies

8. Shell Programming and Scripting

Change Root Password For Multi Stations

I would like to change root password for 30 stations by script. The script will rlogin to each station and change the root password. (2 Replies)
Discussion started by: whatiwan2000
2 Replies

9. UNIX for Advanced & Expert Users

command to schedule a unix script in tidal' scheduler

hi i am needed to use tidal's scheduler to schedule unix scripts available on server A. while creating a job to be scheduled, it has an option called command which will take a path of the file. i have seen several examples in the following way e:\tidal\bin\sleep.exe here i did not understand two... (0 Replies)
Discussion started by: balireddy_77
0 Replies

10. AIX

umask for files created via nfs from windows stations

hello every body AIX 4.3.3, i want to set a write permission to files created by other users from windwos explorer or other AIX box in nfs files systems. how can i do this any helps will be appreciated (0 Replies)
Discussion started by: bousseta_rachid
0 Replies
Login or Register to Ask a Question
AAFIGURE(1)							  aafigure manual						       AAFIGURE(1)

NAME
aafigure - convert ASCII art to an image SYNOPSIS
aafigure [option...] [input-file] aafigure {-h | --help | --version} DESCRIPTION
aafigure is an ASCII art to image converter. ASCII art figures can be parsed and output as SVG, PNG, PDF and more. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (--). Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. -o, --output=file Write output to file rather than to the standard output. -e, --encoding=encoding Set character encoding for input text. The default is 'UTF-8'. -w, --wide-chars=properties Specify which characters should be considered wide. properties is a comma-separated list of East Asian width[1] symbols: F East Asian Fullwidth H East Asian Halfwidth W East Asian Wide Na East Asian Narrow A East Asian Ambiguous N Neutral (Not East Asian) The default is 'F,W'. -t, --type=format Use the provided output format. By default, output format is inferred from the output file name extension. The following formats are supported: SVG, PDF, PNG and any file format supported by Python Imaging Library. -D, --debug Enable debug outputs. -T, --textual Disable horizontal fill detection. -s, --scale=scale Use the specified scale. -a, --aspect=aspect Use the specified aspect ratio. -l, --line-width=width For SVG output format, use the specified line width. --proportional Use a proportional font rather than a fixed-width font. -f, --foreground=#rrggbb Use the specified foreground color. The default is black (#000000). -x, --fill=#rrggbb Use the specified fill color. The default is the foreground color. -b, --background=#rrggbb Use the specified background color. The default is white (#ffffff). -O, --option=extra-options Pass special options to backends. (For expert users only.) -h, --help Display help and exit. --version Display version information and exit. AUTHOR
Jakub Wilk <jwilk@debian.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2009, 2010 Jakub Wilk NOTES
1. East Asian width http://www.unicode.org/reports/tr11/ aafigure 0.5 04/23/2012 AAFIGURE(1)