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

1 | 2 | След.

Показаны документы, содержащие фрагменты текста из документа
http://neptun.sai.msu.su/manual/keepalive.html.

1. Ratan-600 application form
... The Large Telescopes Program Committee of Russian AS . ... Executive Secretary, e-mail: request@sao.ru . Telescope RATAN-600 Time Request deadline: I half-year (Jan. ... Program title .. ... Principal investigator .. ... Request status .. ... Retarded applications and ones not conforming to form will not be accepted by the Committee. ... In some exceptional cases the Program Committee Secretary can accept a request after deadline with permission of the Chairman of Committee or director of SAO RAS. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Telescopes/Ktbt/Appform/request-R.html -- 12.0 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Telescopes/Ktbt/Appform/request-R.html -- 12.0 Кб -- 10.04.2016
Похожие документы

2. Apache Keep-Alive Support
The Keep-Alive extension to HTTP, as defined by the HTTP/1.1 draft, allows persistent connections. ... Apache 1.1 comes with Keep-Alive support on by default, however there are some directives you can use to modify Apache's behavior: . Note : Apache 1.2 uses a different syntax for the KeepAlive directive. ... Default: KeepAlive 5 . Context: server config . ... This directive enables Keep-Alive support. ... In order for Keep-Alive support to be used, first the browser must support it. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/keepalive.html -- 5.0 Кб -- 15.10.2001
Похожие документы

3. http://hea-www.harvard.edu/REU/ORAU.application.html
... With information provided by the applicant, references may submit a Reference Report Form via FastLane; reference reports may also be submitted via postal mail. ... electronic mail: felapp@nsf.gov . ... If your browser does not automatically launch the Microsoft Word 97 on-line form, a message will appear to prompt you to save the Word file to a local disk drive. b. Information via E-Mail: You can have the Guidelines for Submission of Applications and application forms sent to you via electronic...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/REU/ORAU.application.html -- 8.2 Кб -- 01.10.2012
Похожие документы

4. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/doc/ldevco.txt
DEVCON for LAN Systems!! ... PSP LAN Systems develops products that provide network operating system services (such as file, print, transaction, security and directory) for multiple operating systems (OS/2, DOS, Windows and AIX). ... PSP LAN Systems has identified an API (or development tools) strategy that provides an application development environment with industry standard APIs for application portability and object frameworks to assist developers with code reuse. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/doc/ldevco.txt -- 7.6 Кб -- 26.04.1994
Похожие документы

5. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

6. Stellarium: StelViewportEffect Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . FileљStructure . ... StelViewportEffect Class Reference abstract . Allow to apply visual effects on the whole Stellarium viewport. More... #include < StelViewportEffect.hpp > . virtual QStringљ . ... drawToViewport (class StelRenderer *renderer)=0 . ... distortXY (float &x, float &y) const . ... Definition at line 35 of file StelViewportEffect.hpp . virtual void StelViewportEffect::distortXY . ... core/ StelViewportEffect.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelViewportEffect.html -- 8.8 Кб -- 28.02.2014
Похожие документы

7. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы

8. Introduction to HTML 3.0
HyperText Markup Language (HTML) is a simple markup system used to create hypertext documents that are portable from one platform to another. HTML documents are SGML documents with generic semantics that are appropriate for representing information from a wide range of applications. ... The HTML 3.0 proposal for tables uses a lightweight style of markup suitable for rendering on a very wide range of output devices, including braille and speech synthesizers. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/intro.html -- 12.7 Кб -- 19.12.1996
Похожие документы

9. Выпуск N1(7), январь 1997
... Публикации: "Odessa Astronomical Publications", 1997, vol. ... There are four basic forms (REGISTRATION, HOTEL RESERVATION, PAPER % CONTRIBUTION and PAYMENT) to be completed and returned to the CONTACT % ADDRESS mentioned below. ... SUMMER SCHOOL 10 Dundee Remote Sensing Summer School 49 Scottish Universities Summer School in Physics Physical Processes in the Coastal Zone: Computer Modelling and Remote Sensing 12th August to 29th August 1997. ...
[ Сохраненная копия ]  Ссылки http://astrocourier.chat.ru/1997/97jan/97jan5.htm -- 10.5 Кб -- 09.04.2016
Похожие документы

10. UNIVERSAT-2009: University Satellites in Space Sciences Education, Zvenigorod,
... Some changes concerning conference fee and social program were caused by financial instability. The Conference Fee is deducted to 200 Euro for foreign participants and includes issue of Official Invitation Letter approved by Russian Emigration Authorities, coffee-breaks and abstract and program books. The reduced Conference Fee is deducted to 1500 Russian rubles for participants from Russia and includes coffee-breaks and abstract and program books. ...
[ Сохраненная копия ]  Ссылки http://cosmos.msu.ru/universat2009/fee.php -- 4.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>94) - cosmos.msu.ru/ )

11. Index of /pub/atmos/
... atmos-2.96.0a.tar.gz . ... application/x-gzip . atmos-2.96.0a.tar.gz.md5 . ... 0.1K . text/plain . atmos-2.96.0a.tar.gz.sha1 . ... 2009-Nov-26 18:15:31 . ... 2010-Apr-06 11:03:37 . ...
[ Сохраненная копия ]  Ссылки http://curl.sai.msu.ru/pub/atmos/ -- 16.2 Кб -- 09.04.2016
Похожие документы

12. Набор для вышивания "Гармония", 30 см х 40 см - RIOLIS - RIOLIS 100/035 По
... В наборе для вышивания "Гармония" есть все необходимое для создания собственного чуда: канва, специальные нити, игла и схема рисунка. ... Пособие по развитию речи и подготовке к обучению грамоте для детей 3-4 лет По дороге к Азбуке (