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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/ztcs/manual/de/new_features_2_0.html.

1. Sitemap - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 . ... This page lists the currently available documents of the Apache HTTP Server Version 2.4 Documentation . ... Using the Apache HTTP Server . ... Apache HTTP Server and Supporting Programs . ... Manual Page: httpd . ... Apache MPM Common Directives . ... Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/ru/sitemap.html -- 24.9 Кб -- 19.11.2015
Похожие документы

2. mod_negotiation - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . Available Languages: en | ... Source File: . ... The MultiViewsMatch directive configures whether Apache will consider files that do not have content negotiation meta-information assigned to them when choosing files. ... The ForceLanguagePriority directive uses the given LanguagePriority to satisfy negotation where the server could otherwise not return a single matching document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/mod/mod_negotiation.html -- 18.1 Кб -- 25.02.2008
Похожие документы

3. Apache module mod_negotiation
... Source File: mod_negotiation.c . Module Identifier: negotiation_module Content negotiation, or more accurately content selection, is the selection of the document that best matches the clients capabilities, from one of several available documents. ... A type map (a file with the handler type-map ) which explicitly lists the files containing the variants. ... Apache only recognizes encodings that are defined by an AddEncoding directive. ... Content-Language: . ... Module: mod_negotiation . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_negotiation.html -- 9.8 Кб -- 15.10.2001
Похожие документы

4. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1577) - jet.sao.ru/ )

5. Line Disciplines and Streams Modules
Most radio and modem clocks used for a primary (stratum-1) NTP server utilize serial ports operating at speeds of 9600 baud or greater. ... In order to reduce these errors, a set of special line disciplines and stream modules can be configured in the Unix kernel. ... Note that not all Unix kernels support line disciplines and of those that do, not all support System V streams. ... There are two line disciplines and a special streams module included in the distribution. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/ldisc.html -- 8.3 Кб -- 21.12.2007
Похожие документы

6. VLBI Wiki | PmWiki / PmWiki Installation
... PmWiki . ... Cookbook (addons) . ... The files in this directory include: . ... PmWiki will then analyze your system configuration and provide instructions (if needed) for creating the wiki.d/ directory which will be used to hold the pages created for your site. ... Use this method when "safe mode" is activated in the servers PHP installation. 3b. On some systems you can let PmWiki create wiki.d/ by temporarily changing the permissions on the directory containing the pmwiki.php file to 2777. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.Installation -- 19.2 Кб -- 12.04.2016
Похожие документы

7. OptInt PmWiki : PmWiki / PmWiki Installation
OptInt PmWiki : Pm Wiki / PmWiki Installation . ... README.txt An introductory document pmwiki.php The main PmWiki script local/ Configuration scripts (local configuration files) cookbook/ Recipes (add-ons) from the Cookbook docs/ Brief documentation, sample configuration scripts pub/ Publicly accessible files pub/css/ Extra CSS stylesheet files [1] pub/guiedit/ pub/skins/ Layout templates for custom look and feel scripts/ Scripts that are part of PmWiki wikilib.d/ Bundled default PmWiki pages . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Installation?action=print -- 20.8 Кб -- 01.03.2014
Похожие документы

8. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/PACKING.LST
The following documentation pieces are provided with the Macro Assembler: Microsoft (R) Editor User's Guide Microsoft CodeView(R) and Utilities Update Macro Assembler Version 5.10 Update Macro Assembler Programmer's Guide Macro Assembler Reference Microsoft CodeView and Utilities manual Mixed-Language Programming Guide Executable files on the 5 disks are one of the following types: DOS Runs in real mode under DOS 2.1 or above OS/2 Runs in protected mode of OS/2 1.0 ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/PACKING.LST -- 6.0 Кб -- 02.03.2001
Похожие документы

9. Python: module locale
locale . ... usr/local/Python-2.5/lib/python2.5/locale.py . Module Docs . ... The module provides low-level access to the C lib's locale APIs . ... exceptions.Exception ( exceptions.BaseException ) . Error . ... Methods inherited from exceptions.Exception : . ... Data and other attributes inherited from exceptions.Exception : . ... str__ (...) . ... Data descriptors inherited from exceptions.BaseException : . ... Parses a string as a float according to the locale settings. atoi (str) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/locale.html -- 11.5 Кб -- 05.11.2015
Похожие документы

10. http://hea-www.harvard.edu/~dburke/PDL/README-Astro-Cosmology-0.90
... History ------- 04 Aug 2001 v0.90 more reorganisation. Hopefully CPAN-friendly now more tests (thanks Brad) 02 Aug 2001 v0.84 minor reorganisation, no change to code or docs 01 Aug 2001 v0.83 added version method, renamed string to stringify further documentation improvements improvements to test suite (thanks Brad) 29 Jul 2001 v0.82 added STERADIAN to constants improved documentation 28 Jul 2001 v0.81 renamed to Astro :: Cosmology removed need for PDL :: Astro :: Constants 19 Jul ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/PDL/README-Astro-Cosmology-0.90 -- 6.2 Кб -- 04.08.2001
Похожие документы

11. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.0/README
XmCCD ----- The programs provided here offer a Linux graphical user interface to astronomical and scientific CCD cameras. ... SBIG has provided the library used here. It is essentially the same library used by commercial software for control of their cameras under Windows. ... This distribution includes source code to utilize the Santa Barbara Instrument Group (SBIG) shared library libsbigudrv.so with a Motif-based graphical user interface program to control SBIG astronomical CCD cameras. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.0/README -- 5.2 Кб -- 23.07.2012
Похожие документы

12. Sign Language - thesis
A methodical and didactical complex "Sign Language" . ... ABSTRACT The process of communication of the deaf includes the wide use of the sign language. ... The aim of this work is to develop a tool that should facilitate process of sign language teaching and also give to the trainee a means for independent study of various normative variants of sign language - for example, Russian, English, International and so on. ... The process of dialogue of the deaf people includes wide use of sign languages. ...
[ Сохраненная копия ]  Ссылки http://www.schools.keldysh.ru/uvk1838/English/sl.htm -- 9.2 Кб -- 24.01.2000
Похожие документы

13. Python in Astronomy
Next: PyFITS, a FITS Module for Python . ... Pirzkal, N. & Hook, R. N. 1999, in ASP Conf. ... Python is a powerful, object-oriented scripting language that is easy to extend, free, and available for most computer platforms. Python, together with its Numerical module, and with the pFitsio module that is being developed by one of the authors, provides an attractive alternative to other languages such as Perl, IDL, and the IRAF CL, which are already widely used by the community. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/pirzkaln/ -- 10.1 Кб -- 16.07.1999
Похожие документы

14. About
Next: About this guide Up: General information Previous: General information Contents . is the original interactive data reduction package developed for the Navy Precision Optical Interferometer at Lowell (NPOI). is an endeavor to combine all aspects of data reduction, modeling, astrometry, and imaging, including a stellar database, with an interactive data language in one package. ... Next: About this guide Up: General information Previous: General information Contents Christian Hummel 2015-04-28 ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node4.html -- 9.1 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>66671) - www.eso.org/ )

15. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

16. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы

17. Astronaut Bio: Timothy (TJ) Creamer (07/2014)
... Timothy J. (TJ) Creamer (COLONEL, U.S. ARMY, RET.) ... ORGANIZATIONS: Alpha Sigma Nu; Phi Kappa Phi; Sigma Pi Sigma; Army Aviation Association of America; Association of the United States Army and the British-American Project. ... Beginning in November 2000, Creamer became the crew support astronaut for the Expedition 3 crew, which was on orbit from August 2001 through December 2001. ... Two days later, he docked with the International Space Station and joined the Expedition 22 crew. ... JULY 2014 ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/creamer.html -- 9.3 Кб -- 07.07.2015
Похожие документы

18. Stealth 64 Video
Diamond's Stealth 64 Video VRAM is the perfect choice for graphics and video performance. ... The Diamond Stealth 64 Video continues our award-winning tradition, delivering the best price / performance multimedia accelerators available. ... 64-bit graphics performance . ... Designed around a solid 64-bit graphics engine, the Stealth 64 Video VRAM provides unparalleled performance in any environment. ... The Stealth 64 Video VRAM includes hardware to accelerate video playback on the Windows desktop. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/misc/doc/stealth64videovram.html -- 6.0 Кб -- 11.08.1995
Похожие документы
Еще в разделе: (Показать все результаты (>7874) - crydee.sai.msu.ru/ )

19. Astrophysics module Kvant
It is the first scientific module included in OS. SPC Energy developed it. Module Kvant was launched on March 31, 1987 by LV Proton-K from the launching pad Baikonur. At the launch the module consisted of two docked units: module Kvant itself and transportation and energy module (after docking with the OS was separated and sank in the Pacific Ocean). ... The original mix of the scientific equipment was aimed at the astrophysics investigations. ...
[ Сохраненная копия ]  Ссылки http://www.cosmoworld.ru/mirstation/english/mir/37KA.shtml -- 5.2 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>82) - www.cosmoworld.ru/ )

20. lsst.coordConv: include Directory Reference
. lsst.coordConv љ unknown . MainљPage . Namespaces . Classes . Files . љ All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Pages . include . include Directory Reference . directory љ . coordConv . љ . Generated on Thu May 7 2015 10:42:47 for lsst.coordConv by љ 1.8.5
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/dir_d44c64559bbebec7f509842c48db8b23.html -- 6.6 Кб -- 07.05.2015
Похожие документы

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


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

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

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