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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.WikiGroup.

1. OptInt PmWiki : PmWiki / Wiki Group
OptInt PmWiki : Pm Wiki / Wiki Group . ... 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. ... To link to the default home page of a group, the name of the page can be omitted, like this: . ... For example, to make a default page in the group Foo, create a link to [[Foo/]] (or [[Foo.] ... Main : The default group. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiGroup?action=print -- 21.5 Кб -- 01.03.2014
Похожие документы

2. 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
Похожие документы

3. Long description for change bar example
... The changebar (represented by two hyphens in the image) appears in the 10px space to the left of the paragraph. The illustration shows a vertical line that represents the left edge of the paragraph's containing block. ... The change bars (two red hyphens) appear to the left of the word "THIS", which begins the fourth line of text. The following PRE element simulates the example. Vertical bars represent the left containing block edge. ... to the left of the line containing | ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/changebar-desc.html -- 2.1 Кб -- 01.05.1998
Похожие документы
Еще в разделе: (Показать все результаты (>21835) - crydee.sai.msu.ru/ )

4. Examples of creating files
. To create a file with the cat command: cat > memo remember to make appointment at opticians get cost of scheduled flight to Athens Ctrl-d . This creates a file called memo in the current directory containing two lines of text. To create a file with the echo command: echo use an editor for large files > tips . This creates a file called tips in the current directory containing a single line of text.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/create.html -- 2.2 Кб -- 17.01.1997
Похожие документы

5. q3c [SAI Virtual Observatory - Wiki]
... start : q3c . ... SAI VO Projects . ... Help on Wiki search . ... Ask your administrator if you think this is wrong. code dropdb q3ctest createdb q3ctest psql q3ctest /usr/local/pgsql/share/contrib/ q3c .sql psql q3ctest /usr/local/pgsql/share/contrib/pg_sphere.sql /code code \timing on DROP TABLE running_ q3c ; DROP TABLE running_pgsphere; CREATE TABLE running_ q3c (id INT, ra FLOAT, dec FLOAT); CREATE INDEX running_ q3c _idx ON running_ q3c ( ... SAI VO | ... SAI MSU ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/q3c?do=edit&rev= -- 15.2 Кб -- 09.04.2016
Похожие документы

6. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/hidden.htm
... A Hidden object is used for passing name/value pairs when a form submits. ... JavaScript 1.0 . JavaScript 1.1: added type property The HTML INPUT tag, with "hidden" as the value of the TYPE attribute. ... Property . ... The form contains a "Display hidden value" button that the user can click to display the value of the Hidden object in an Alert dialog box. ... P><INPUT TYPE="button" VALUE="Display hidden value" NAME="button2" . ... Form name:<INPUT TYPE="hidden" NAME="h1" VALUE="Beluga"> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/hidden.htm -- 13.9 Кб -- 07.10.1999
Похожие документы

7. LWN: Porting device drivers to the 2.6 kernel
The 2.6 kernel contains a long list of changes which affect device driver writers. As part of the task of porting the Linux Device Drivers sample code to 2.6, your humble LWN Kernel Page author is producing a set of articles describing the changes which must be made. ... November 25, 2003) The entire set of articles has been updated to reflect the 2.6.0-test10 kernel. ... Timekeeping changes (November, 2003; 2.6.0-test9); changes to how the kernel manages time and time-related events. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html -- 14.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html -- 14.4 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html -- 14.4 Кб -- 02.10.2012
Похожие документы

8. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы

9. Apache module mod_so
This module provides for loading of executable code and modules into the server at start-up or restart time. ... On Windows, mod_dll was used in beta release 1.3b1 through 1.3b5. mod_so combines these two modules into a single module for all operating systems. ... Because Apache for Windows does not have the Configure program of Apache for Unix, the module's source file must be added to the ApacheCore project file, and its symbols must be added to the os\win32\modules.c file. ... Module: mod_so . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_so.html -- 8.5 Кб -- 01.08.2003
Похожие документы

10. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>343) - www.ipa.nw.ru/ )

11. Since the discovery of the "Pillars of Creation," what changes have occurred
... Astronomy for Kids . ... Since the discovery of the "Pillars of Creation," what changes have occurred within them and the surrounding area? ... The Hubble Space Telescope s iconic image of the Eagle Nebula s Pillars of Creation heralded the instrument s rebirth in 1995 and showed the public just how incredible astrophotography could be above Earth s atmosphere. ... Get instant access to subscriber content on Astronomy.com! ... If you are already registered on Astronomy.com, please log in below. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2015/10/shifting-pillars-of-creation -- 64.0 Кб -- 10.04.2016
Похожие документы

12. Space Laser Creates Artificial Star
Astronomy Picture of the Day . ... 25.04.2001 . ... AURA , NSO , NOAO , NSF Explanation: Some astronomers don't like stars. ... So rather than try to eradicate existing stars with a laser, these astronomers create an artificial star of their own right where they need it -- with a laser . ... Above , an artificial star was created with a four-watt laser at Richard B. Dunn Solar Telescope on Sacramento Peak in New Mexico . ... April . ... April 2001 . ... A Telescope Laser Creates an Artificial Star . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1167714 -- 14.3 Кб -- 26.04.2001
Похожие документы

13. AstroWeb -- Internet Resources for Astronomers
... R. E. Jackson . ... H.-M. Adorf . ... D. C. Wells . ... AstroWeb is a World Wide Web (WWW) interface to a collection of Internet accessible resources aimed at the astronomical community. ... The goal of AstroWeb is to be the most complete, up to date, and useful listing of Internet accessible astronomical resources available anywhere. ... Jackson, Wells, and Adorf noticed that they and others had created largely overlapping lists of Astronomical resources. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/jacksonr1.html -- 8.9 Кб -- 03.11.2000
Похожие документы

14. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

15. Homepage of Koposov Sergey
. Photos . This is an old homepage of Sergey Koposov with some old photos. My current homepage is here . The first version of that page was created approximately in november 2002. Sergey Koposov , 2002-2015 . Last change: 30.12.15.
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~math/ -- 3.9 Кб -- 30.12.2015
Похожие документы

16. ASP: Effecting Global Change
... Terraforming . Terraforming Information Pages http://www.users.globalnet.co.uk/~mfogg/index.htm . A superb source of information on terraforming by Martyn J. Fogg . ... Mars Colonization . Mars Millennium Project http://www.mars2030.net . ... Mars Project Phase One http://marsproject.com/ . ... The Mars Society http://www.marssociety.org/ . An information source to be sure, but the direct aim of the Society is to further the work to colonize Mars. << previous page | ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/48/change5.html -- 6.5 Кб -- 02.10.2012
Похожие документы

17. Oulu Textbook news
... Title page . ... What's new . ... New page for global change started. ... New page for heliosphere (incl. heliopause and helio-sheath) started. ... New pages about ring current and coronal mass ejections created. ... I created a new Content page, as both the alphabetic page listing and (especially) the "index" listing were getting seriously out of my hands. ... Page for sunspots was created. ... New page for geomagnetic activity written, and another one for 1.3 year periodicity of the sun started. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/new.html -- 10.4 Кб -- 13.05.2001
Похожие документы

18. Making backups with tar
Next: Restoring files with tar Up: Simple backups Previous: Simple backups . A full backup can easily be made with tar љ : # tar -create -file /dev/ftape /usr/src . ... If your backup doesn't fit on one tape, you need to use the -multi-volume ( -M ) option: # tar -cMf /dev/fd0H1440 /usr/src . ... usr/src/ . ... usr/src/linux-1.2.10-includes/ .. ... An incremental backup can be done with tar љ using the -newer ( -N ) option: # tar -create -newer '8 Sep 1995' -file /dev/ftape /usr/src -verbose . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node85.html -- 6.2 Кб -- 04.05.1997
Похожие документы

19. Stellarium: Plugins
... CodingљStyle . ... Plugins . ... Building Plugins . ... dynamic plugins are stand-alone dynamic libraries (separate files with .so extension on Linux, .dll in Windows or .dylib on Mac OS X) that are loaded at run-time (on start-up) by Stellarium. This allows dynamic plugins to be distributed separately from Stellarium. static plugins are linked statically at build-time. ... For the rest of this discussion, I will assume you downloaded the source code in the directory /home/me/builds/stellarium . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/plugins.html -- 14.9 Кб -- 28.02.2014
Похожие документы

20. Creation of Space transportation system on the base of large length rope
... Creation of Space transportation system on the base of large length rope utilization . ... A given address contains the proposal to equip the International Space Station with the long rope and to create on that base a Space transportation system. ... A given system has the multifunctional purpose. ... The rope system could be the base for creating of alternative system of station angular orientation. To utilize the rope system to launch small satellites from the station and to return them back. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/seminar/e_199911_sid.htm -- 4.2 Кб -- 09.03.2000
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/seminar/e_199911_sid.htm -- 4.2 Кб -- 09.03.2000
Похожие документы

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


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования