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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/ops/swat/safing/94297/safing.event.

1. The XPA Messaging System
The XPA messaging system provides seamless communication between many kinds of Unix programs, including X programs and Tcl/Tk programs. It also provides an easy way for users to communicate with these XPA-enabled programs by executing XPA client commands in the shell or by utilizing such commands in scripts. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/ -- 3.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>2519) - hea-www.harvard.edu/ )

2. TUI:TUI Menu:Log Windows
Log windows display messages from all "actors" (instruments, the TCC, the hub...) and allow you to send commands. Controls along the top allow you to filter out unwanted garbage or highlight messages of particular interest. ... Regular Expressions . ... The entry field for "+ Actors" and "+ Commands" filtering accept space-separated regular expressions . ... If you plan to send many messages to a particular actor, you may select the actor from the menu next to the command entry field. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/LogWin.html -- 8.3 Кб -- 05.09.2014
Похожие документы
Еще в разделе: (Показать все результаты (>591) - www.apo.nmsu.edu/ )

3. Errors Messages and Problems
... Many times, the system will respond to a command with a system message. This message may be an error message, indicating that the command was incorrect, or it may be simply an informational message intended to tell you about the status of the task. ... TYPR FILE_NAME.TXT %DCL-W-IVVERB, unrecognized command verb-check validity and spelling \TYPR\ Notice that in the preceding example, the message was issued by the DCL command interpreter and that it is a warning message. ... Runaway Processes . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_19.html -- 6.0 Кб -- 01.11.1995
Похожие документы

4. MAO NASU :: Topic: Message from the General Secretary to the IAU membership
... Recent Topics . ... MAO main . ... Message from the General Secretary to the IAU membership . ... Тема: Message from the General Secretary to the IAU membership . ... IAU Directory for World Astronomy and NameExoWorlds contest . ... The IAU Directory for World Astronomy ( directory.iau.org/ ) has been created not only for astronomy clubs and organisations, but also more generally for associations having an interest in astronomy (history, culture, etc.) ... www.iau.org/ . ... MAO NASU . ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/321-message-from-the-general-secretary-to-the-iau-membership -- 21.0 Кб -- 11.04.2016
Похожие документы

5. Interstellar Radio Messages. IRE RAS.
Interstellar Radio Messages . ... One-Dimensional Radio Message to Blind Aliens . ... Project METI@home: Messages to ETI from Home . ... Limitations on Volume of Interstellar Radio Messages . Synthesis and Transmission of Cosmic Call 2003 Interstellar Radio Message . ... Transforming SETI to METI . ... Test SETI during Transmissions of Interstellar Radio Messages . Sending and Searching of Interstellar Messages . ... The First Musical Interstellar Radio Message . ... IRE RAS 1996-200 9 ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/index.html -- 16.6 Кб -- 12.05.2009
Похожие документы

6. Tasks messages
XMM-Newton Science Analysis System . ... Messages of running tasks appear in the log window . Additionally, warning and error messages may pop up a small window to alert the user: . Warning dialogs include a check-box, which allows subsequent occurrences of the same warning to be ignored, so that no further user interaction is needed. However, all occurrences are still written to the log. The warning is re-enabled next time the task is run. ... XMM-Newton SOC/SSC -- 2005-08-15 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/sas/node34.html -- 3.8 Кб -- 15.08.2005
Похожие документы

7. Just A Little Background On Dick - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . Forums: . ... Discussion Forums . ... Just A Little Background On Dick . Forum List | ... Post Message | ... Posted by Harvey on November 25, 2002 21:07:26 UTC . ... He knows a lot of math, probably more than anyone on this forum. ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/165.shtml -- 13.5 Кб -- 09.04.2016
Похожие документы

8. Undeleting messages
. The delete command only marks messages for deletion. Messages are only deleted once you leave the mail program, or switch to reading mail from another mail file. Until then you can cancel any delete command with the undelete command. The format of the command is: u message list . Examples .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/mail/six.2.1.html -- 2.0 Кб -- 17.01.1997
Похожие документы

9. JavaScript Mail Filters in Navigator 4.0
... This appendix tells you how you can use JavaScript to filter your incoming mail and news when you use Netscape Messenger. ... Write a JavaScript function to serve as a filter and put it in your filters file. ... This file contains the JavaScript functions that perform the mail filtering. ... The following is an example of a simple mail filter file. ... It also sends all messages from my_sister to the trash folder. // filters.js file. function MomFilter(message) { . ... message.folder = f.folder; . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/mail.htm -- 17.1 Кб -- 12.12.1997
Похожие документы

10. Mail Filters
... This appendix tells you how you can use JavaScript to filter your incoming mail and news when you use Netscape Messenger. ... Write a JavaScript function to serve as a filter and put it in your filters file. This function takes one argument, a message object, and can make changes to that message. ... News Filters . ... This file contains the JavaScript functions that perform the mail filtering. ... For news filters it is a News Message object and for mail filters it is a Mail Message object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/mail.htm -- 18.2 Кб -- 07.10.1999
Похожие документы

11. WCSLIB: wcserr.h File Reference
WCSLIB љ 5.15 . ... wcserr.h File Reference . ... ERRLEN љљљ(sizeof(struct wcserr )/sizeof(int)) . ... WCSERR_SET (status)љљљerr, status, function, __FILE__, __LINE__ . ... wcserr_set (struct wcserr **err, int status, const char *function, const char *file, int line_no, const char *format,.. ... Functions in WCSLIB that return an error status code can also allocate and set a detailed error message in this struct which also identifies the function, source file, and line number where the error occurred. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/wcserr_8h.html -- 21.7 Кб -- 10.04.2016
Похожие документы

12. Miscellaneous Options
... This command specifies the default delay to be used under these circumstances. ... This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. ... While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started. setvar variable [ default ] . This command adds an additional system variable. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/miscopt.html -- 6.5 Кб -- 21.12.2007
Похожие документы

13. For heaven and earth: In the Light of Truth Grail Message Abd-ru-shin
... In The Light of Truth" The Grail Message by Abd-ru-shin is a classic work that offers clear and perceptive answers to questions which challenge every human being. ... It answers eternal questions such as what does it mean to be human, what is the purpose of life on Earth, and what happens to "me" when I die. ... In the Light of Truth" The Grail Message is directed solely to the individual human being, irrespective of creed, nationality or race. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~sdeiries/harmonie/Gral/english.html -- 7.3 Кб -- 22.01.2016
Похожие документы

14. The Voyagers Message in a Bottle
... The Voyagers Message in a Bottle . ... Credit: Voyager Project , JPL , NASA Explanation: Launched thirty years ago , NASA's Voyager 1 and 2 spacecraft are now respectively 15 billion and 12.5 billion kilometers from the Sun, equivalent to about 14 and 11.5 light-hours distant. ... Publications with keywords: Voyager project - Voyager 1 - Voyager 2 - SETI . Publications with words: Voyager project - Voyager 1 - Voyager 2 - SETI . ... Jupiter from Voyager . ... A Message From Earth . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2007-09-08 -- 14.5 Кб -- 08.09.2007
Похожие документы

15. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DesignDocumentation/vmesoftware.pdf,1184145100
... It also sends commands to the trolley micro to switch between track mode and slew mode. ... Laser head (7702) Linear interferometer (7002) Retroreflector(7003) Various mirrors Beam expanders Fibre optic pickup Measurement board(2002) Datum switch(Sony SETP151) A schematic layout is shown below in Fig 1 Optical fibres connect the receiver to the measurement board and from the laser to the reference input on the measurement board. ... Reset the datum latch circuit. ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DesignDocumentation/vmesoftware.pdf,1184145100 -- 424.3 Кб -- 05.07.2007
Похожие документы

16. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/init/TOOLS.PRE
pwb] ; ; To use any of these examples, remove the leading semicolon and include it ; in your tools.ini file. ... If you do not load the extensions, ; but want to match these messages in the compile window, add these to ; your tools.ini. ; ; ; pwbrmake ; build : message ^pwbrmake: [^U]+U[ 124 ] ; bind ; build : message ^BIND : [^U]+U[ 124 ] ; C ; build : message ^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[ 124 ] file line ; build : message ^[^C]+C[ 124 ][ 0-9 ]+: ; C or FORTRAN ; ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/init/TOOLS.PRE -- 5.0 Кб -- 06.03.2001
Похожие документы

17. ASRAS HOME
... Radio Astronomy . ... ASRAS Board Members . ... To see the most up to date news and events happening with ASRAS log in with your user name and password and then click on the Activities page. ... Messier Marathon (Member Observing) CANCELLED Saturday, April 9, 2016 9:00 PM Location:Farash Center Ionia NY . ... ASRAS Members meeting - Friday May 6 at Farash Center - Ionia NY . ... ASRAS Board members meeting - monday May 9 @ Farash Center Monday, May 9, 2016 7:00 PM Location:Farash Center Ionia NY . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/ -- 63.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>92) - www.rochesterastronomy.org/ )

18. Plug-and-Play-HOWTO : Error Messages
Next Previous Contents . This means that an interrupt happened that no driver expected. ... In many cases you can safely ignore this error message, especially if it only happens once or twice at boot-time. For boot-time messages, look at the messages which are nearby for a clue as to what is going on. For example, if probing is going on, perhaps a probe for a physical device caused that device to issue an interrupt that the driver didn't expect. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-8.html -- 2.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-8.html -- 2.7 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-8.html -- 2.7 Кб -- 02.10.2012
Похожие документы

19. The Portable-CGS4DR Graphical User Interface
... Previous: An ExpectTk/Perl Graphical User Interface to the Revision Control System (RCS) . ... This paper describes the elements and style of the Portable-CGS4DR graphical user interface built around some extensions to Tcl and the Tk toolkit. ... Tcl (Ousterhout 1994) is an embeddable scripting language and Tk is a graphical user interface toolkit. ... It is these extensions that are the basis for the CGS4DR graphical user interface. ... Table: The Portable-CGS4DR Graphical User Interface Style. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/dalyp.html -- 10.3 Кб -- 23.06.1998
Похожие документы

20. Message to Homeschooling Parents
... Parents who home-school their children often find it hard to locate suitable material for teaching astronomy and physics, as well as earth and space sciences, especially at the level of upper grades. ... Stargazers" also includes a linked, annotated timeline that covers 13,000 B.C.-2003 A.D. which allows parent-teachers to relate the science to history. ... I am grateful to a homeschooling parent, Mrs. April Dykes, for volunteering to handle the distribution of such disks, at cost. ... April Dykes ....
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Ihomesch.htm -- 3.9 Кб -- 21.12.2007
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Ihomesch.htm -- 3.9 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>6377) - www.cosmos.ru/ )

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


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

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

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