Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 443637 (184 сайтов) ---- Время поиска: 1.36сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/examples/vi1.html.

1. Roof closed before the rain starts, and members inspect the 'scope
. Search this album . Gallery . :: Public Events . :: Opening of Canberra Astronomical Soc's nтАж . :: Roof closed before the rain starts, and membeтАж . Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . View full size . Title: Roof closed before the rain starts, and members inspect the 'scope . File name: CAS_XmasGrand_Opening_2004_044.jpg . Dimensions: 504 x 378 px . Page: 1 2 10 11 12 13 14 15 16 17 18 19 20 23 24 . Powered by Gallery 3.0.9 (Chartres) . Login
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/publicEvents/album45/CAS_XmasGrand_Opening_2004_044 -- 19.5 Кб -- 11.04.2016
Похожие документы

2. CSPICE Routines: SPKOPA_C
... Abstract Open an existing SPK file for subsequent write. ... We assume that the following variables have already been assigned the proper values: body (integer) Body code for ephemeris object. center (integer) body code for the center of motion of the body . frame (string) the reference frame of the states . first ( d.p .) first valid time for which states can be computed in seconds past 2000. last ( d.p .) last valid time for which states can be computed in seconds past 2000. gm ( ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/spkopa_c.html -- 6.8 Кб -- 17.12.2005
Похожие документы
Еще в разделе: (Показать все результаты (>24703) - www.stsci.edu/ )

3. Some notes on Python relevant to ALMA and ALMA data reduction Bojan Nikolic web
... Bojan Nikolic web pages (r. 329) . ALMA . ... The Python path is used when searching for Python modules, i.e., programs written in Python and dynamic libraries that can be loaded into Python. ... All this can be relevant to ALMA data reduction process because the WVR phase calibration program is an external command line program. ... Some notes on Python relevant to ALMA and ALMA data reduction . Python path vs system path . ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/pythonnotes.html -- 14.7 Кб -- 04.04.2016
Похожие документы

4. DFOS: tune your browser
... Older browser versions had the nice feature that MIME types (related to the extensions .esh and .ash) and the corresponding actions could be managed directly by the user. For security reasons, this has been disabled for newer browser generations, including the firefox installed on the muc blades. ... 2.1 Heritage accounts and profiles . ... Search for the string 'wrapper': all profiles with a mimeTypes.rdf file containing 'wrapper' are heritage profiles, and you can use them for your browser. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/browser1.html -- 10.0 Кб -- 08.07.2014
Похожие документы

5. VLBI Wiki | PmWiki / WikiGroup
... PmWiki . ... Go to new wiki . ... authors (basic) PmWiki pages are organized into groups of related pages. ... By default, page links are between pages of the same group; to create a link to a page in another group, add the name of the other group and a dot or slash to the page name. ... For example, to make a default page in the group Foo, create a link to [[Foo/]] (or [[Foo.] To make a page called Bar in the group Foo, create a link to [[Foo/Bar]] and follow the link to edit that page. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.WikiGroup -- 17.1 Кб -- 12.04.2016
Похожие документы

6. http://www.naic.edu/~astro/remote_android.html
... The front screen contains a link to the Connections screen, a list of Frequently Used connections, a link to Unlock Pro Features (not necessary for remote observing), and a link to Settings for the app. There ate two options for making an SSH cpnnection: Quick Connect or New Connection. ... The Quick Connect button at the bottom-left of the screen brings up a quick connection dialogue with a couple of settings. ... Under Connection Type , you shoul select Secure VNC over SSH . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/remote_android.html -- 8.4 Кб -- 11.02.2014
Похожие документы

7. DIS Keywords
For all keywords that contain a red and a blue value, the blue value comes first. ... The full pathname, but without the trailing "b.fit" and "r.fit", that would be given to the next exposure if the basename argument is not given to the expose command. ccdHeaters=float,float . ... bluelambda2=float [M] . The center wavelength for the given grating: the 1 or 2 indicates the grating bay. The bluelambda and redlambda keywords match one set of these, depending on the position of the turret. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Keywords.html -- 12.6 Кб -- 23.04.2003
Похожие документы

8. Getting Started in Actor Prolog. Hello World.
Actor Prolog is an object-oriented logic language. So, any program written in Actor Prolog consists of classes. ... An example of Actor Prolog program. -- -- (c) 2002, Alexei A. Morozov, IRE RAS. -- ------------------------------------------- project : (( 'Hello' )) class 'Hello' specializing 'Console': [ goal:- writeln ( "Hello World!" This program consists of solely 'Hello' class. ... Thus, the execution of the program starts with the creation of an instance of the 'Hello' class. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_hello.html -- 7.1 Кб -- 24.09.2007
Похожие документы

9. Finding a file
. To locate a file in the file system , use the find command. find pathname -name filename -print . The pathname defines the directory to start from. Each subdirectory of this directory will be searched. The -print option must be used to display results. You can define the filename using wildcards. If these are used, the filename must be placed in 'quotes'. Examples . Did You Know? . Defining filenames with wildcard characters .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/find.html -- 2.3 Кб -- 17.01.1997
Похожие документы

10. Zen: tp search en
... country name . ... Query " Moscow's celebrations hotel Moscow, Russia" would failed if search attributes separately, but could be succeeded if search their concatenation. ... hotel". ... Simple search for "Moscow": # select name, country, place, rank( idx, ftsquery ) as r from hotels, to_tsquery('Moscow') as ftsquery where idx @@ ftsquery order by r desc; name | ... Query "Moscow hotel" (rewritten by hand): # select name, country, place, rank( idx, ftsquery ) as r from hotels, to_tsquery('Moscow | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/tp_search_en -- 12.6 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>9212) - www.sai.msu.su/ )