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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/shell/oview1.html.

1. Configuration Options
... In some cases where memory space is at a premium, it is possible to tailor the configuration to remove such features as reference clock driver support, debugging support, and so forth. ... The following lines are used in this file: . ... The DEFS_LOCAL line defines global flags that apply to all machines. Ordinarily, the only flags included are the -DDEBUG , which includes the debugging code, and -DREFCLOCK , which includes basic reference clock support. ... D_INCLUDE_BSD_SOURCE . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/config.html -- 8.1 Кб -- 21.12.2007
Похожие документы

2. Python: module cmd
cmd . ... A generic class to build line-oriented command interpreters. ... End of file on input is processed as the command 'EOF'. ... A command `foo' is dispatched to a method 'do_foo()'; the do_ method . ... Cmd . ... Method called to complete an input line when no command-specific . ... Called on an input line when the command prefix is not recognized. ... Returns a tuple containing (command, args, line). 'command' and 'args' may be None if the line couldn't be parsed. postcmd (self, stop, line) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/cmd.html -- 16.5 Кб -- 05.11.2015
Похожие документы

3. Module Index - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 . ... Other Modules . ... Core Apache HTTP Server features that are always available . ... This module provides for executing CGI scripts based on media type or request method. mod_alias . ... Sends files that contain their own HTTP headers . ... User authentication using MD5 Digest Authentication. mod_authn_alias . ... Provides for "trailing slash" redirects and serving directory index files . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/mod/ -- 16.7 Кб -- 21.01.2013
Похожие документы

4. Module Index - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 . ... Other Modules . ... Core Apache HTTP Server features that are always available . ... This module provides for executing CGI scripts based on media type or request method. mod_alias . ... Sends files that contain their own HTTP headers . ... User authentication using MD5 Digest Authentication. mod_authn_alias . ... Provides for "trailing slash" redirects and serving directory index files . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/de/mod/ -- 15.7 Кб -- 25.02.2008
Похожие документы

5. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы

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
Похожие документы
Еще в разделе: (Показать все результаты (>1135) - jet.sao.ru/ )

7. The XPA Help Facility
... 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 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). ... XPA User Programs . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/help.html -- 7.4 Кб -- 08.04.2009
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/help.html -- 7.4 Кб -- 01.10.2012
Похожие документы

8. pdev_software
The pnet, prun, psrv suite of programs . ... pnet -> prun -> psrv -> disc . ... It can forward commands from pnet to psrv and pass back the replies. prun starts the data taking, gets the data from the spectrometer, and passes it via a socket to the psrv program running on the file server. ... There is a psrv task for each prun task (one for each subband on a spectrometer box). prun starts psrv via xinetd by connecting to the well known port address. psrv accepts commands from pnet via prun. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/pdev/jeffscode.html -- 8.6 Кб -- 24.03.2010
Похожие документы

9. Pulsar Group PmWiki/Local Customizations
... PmWiki . Summary: PmWiki group header. ... Summary:Customize your PmWiki installation through config.php and local.css :) A Wiki Administrator can make a lot of customizations simply by setting variables in the /local/config.php and defining cascading style sheets in /pub/css/local.css files. Any group or page can also have its own configuration file and configuration css file . ... How do I get the group / page name in a local configuration file (e.g. local/config.php )? ... Pulsar Surveys . ...
[