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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/manual/fr/programs/configure.html.

1. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Some files in the modules/experimental directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/mod/mod_example.html -- 9.2 Кб -- 10.12.2010
Похожие документы

2. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Some files in the modules/experimental directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_example.html -- 11.1 Кб -- 21.01.2013
Похожие документы

3. Apache module mod_example
This module illustrates many of the aspects of the Apache 1.2 API and, when used, demonstrates the manner in which module callbacks are triggered by the server. ... Source File: mod_example.c . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... Example . ... Uncomment the "AddModule modules/example/mod_example" line near the bottom of the src/Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_example.html -- 6.7 Кб -- 15.10.2001
Похожие документы

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

5. Dynamic Extensions
Karma Home Page . ... For example, the Filepopup widget (section 13.17.2 ) defines the service Filepopup . ... This extension adds some accelerator buttons to a Filepopup widget Copyright (C) 1997-1998 Richard Gooch This code is distributed under the GNU General Public License */ # include stdio.h # include math.h # include errno.h # include X11/Intrinsic.h # include X11/Xos.h # include X11/StringDefs.h # include X11/Xaw/Command.h # include karma .h # include ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node17.html -- 14.5 Кб -- 13.02.2011
Похожие документы

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

7. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

8. Software Store - Installation Guide
... Obtaining the software . ... a. Decide on the root directory where your software is going to go.... /home/friday , for example. b. In your .cshrc file, define . ... home/friday/]lib . ... after make ) an object code library ../pack/qub/libqub.a . ... Then a common section of code, found in ../pack/make_library supplies all the necessary targets: . ... remove The conservative way to build this library is to cd /home/friday/pack/qub; make; make install; make clean . ... cd /home/friday/pack; make . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/Howto_install1.html -- 6.9 Кб -- 02.06.2003
Похожие документы
Еще в разделе: (Показать все результаты (>3267) - star.arm.ac.uk/ )

9. OptInt PmWiki : PmWiki / Initial Setup Tasks
OptInt PmWiki : Pm Wiki / Initial Setup Tasks . ... Most PmWiki configuration is performed in files called local/config.php and pub/css/local.css . ... When you first install PmWiki, the local/config.php file does not exist. Copy the sample-config.php file (in the docs/ directory) to local/config.php and use it as a starting point. ... When changing the configuration of your site, always change the local/config.php file or add files to the cookbook/ or pub directories. ... Just make an text-file. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/InitialSetupTasks?action=print -- 19.2 Кб -- 01.03.2014
Похожие документы

10. pyQC: Python 2.6.2
... new: . ... Python 2.6.2 + most up-to-date modules (December 2009) . ... pyQC script structure . ... The current installation of python and its associated modules on our DFO machines is extremely old (i.e. python 2.4.2 was released in Sept. ... The new python executable lives in: /qcdp/bin/python . ... The first figure shows the execution times for the old python installation, while the second figure shows the execution times based on scripts running the python 2.6.2 installation with the new modules...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/python_2.6.2.html -- 13.7 Кб -- 18.12.2009
Похожие документы
Еще в разделе: (Показать все результаты (>12719) - www.eso.org/ )

11. Chapter 5. Listing of Installed Components
Chapter 5. Listing of Installed Components . ... An X driver (/usr/X11R6/lib/modules/drivers/nvidia_drv.so); this driver is needed by the X server to use your NVIDIA hardware. ... An X module for wrapped software rendering (/usr/X11R6/lib/modules/libnvidia-wfb.so.x.y.z and optionally, /usr/X11R6/lib/modules/libwfb.so); this module is used by the X driver to perform software rendering on GeForce 8 series GPUs. ... See Chapter 4, Installing the NVIDIA Driver for a more thorough description. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-05.html -- 11.4 Кб -- 30.10.2009
Похожие документы

12. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>750) - www.mso.anu.edu.au/ )

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

14. Stellarium: LogBook Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . ... ClassљList . ... LogBook Class Reference . ... voidљ . enableLogBook (bool b) . ... virtual boolљ . ... Detect or show the configuration GUI elements for the module. ... virtual voidљ . ... getCallOrder ( StelModuleActionName actionName) const . ... virtual bool LogBook::configureGui . boolљ . ... virtual void LogBook::draw . ... The main StelStyle instance should be passed. virtual void LogBook::init . ... virtual void LogBook::update . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLogBook.html -- 27.9 Кб -- 28.02.2014
Похожие документы

15. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

16. The Structure of HTML 3.0 Documents
... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ... To identify the document as being HTML 3.0, it is recommended that documents start with the prologue: <!doctype HTML public "-//W3O//DTD W3 HTML 3.0//EN"> . ... HTML 3.0 documents formally have the following structure: <HTML> <HEAD> head elements .. ... HTML> . ... The permitted syntax of HTML 3.0 compliant documents is specified by the...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/overview.html -- 4.2 Кб -- 19.12.1996
Похожие документы

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

18. Dynamic HTML in Communicator
... This guide discusses the concept and use of Dynamic HTML, which includes style sheets, content positioning, and downloadable fonts. ... This document discusses each of the three components of Dynamic HTML, describes how to use them, and gives examples of the use of each one. ... Positioning HTML Content contains the following chapters: Chapter 7, "Introduction," introduces the concept of positioning HTML content and discusses the two kinds of syntax you can use to create positioned blocks of content...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/preface.htm -- 7.2 Кб -- 13.08.1997
Похожие документы

19. http://www.stecf.org/conferences/adass/adassVII/reprints/heh.pdf
Astronomical Data Analysis Software and Systems VII ASP Conference Series, Vol. ... Its expansion includes, handling of the High Resolution Mirror Assembly (HRMA) X-ray Detection System (HXDS) stage dither and the five-axis mount (FAM) attachment point movements, correction of misalignments of the mirror mount relative to X-ray calibration facility (XRCF) and to the default FAM axes, as well as solution of sky aspect offsets of flight, etc. ... Pixlib data flow and system configuration. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/heh.pdf -- 94.0 Кб -- 12.06.2006
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass97/reprints/heh.pdf -- 94.0 Кб -- 14.04.1998
Похожие документы

20. Перемещенная страница
Warning : include_once(/home/oblako/college.ru/docsanalyticstracking.php) [ function.include-once ]: failed to open stream: No such file or directory in /home/oblako/college.ru/docs/physics/modules.php on line 12 . Warning : include_once() [ function.include ]: Failed opening '/home/oblako/college.ru/docsanalyticstracking.php' for inclusion (include_path='.:/home/oblako/college.ru/php') in /home/oblako/college.ru/docs/physics/modules.php on line 12 . ... Апелляция . ... Методика использования . ...
[ Сохраненная копия ]  Ссылки http://www.college.ru/physics/modules.php -- 37.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>39) - www.college.ru/ )

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


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

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

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