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

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 . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.LocalCustomizations -- 24.8 Кб -- 01.03.2014
Похожие документы

10. GUI-fying and Documenting your Shell Script
... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... When individual applications are (tightly) integrated into the scripting language, this offers very powerful scripts, fully graphical user interfaces and a result sometimes indistinguishable from applications. ... Here is an example header from a C-shell script with which Figure 1 was made. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/teubenp.html -- 10.5 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/teubenp.html -- 10.5 Кб -- 15.05.1998
Похожие документы

11. OptInt PmWiki : PmWiki / Local Customizations
OptInt PmWiki : Pm Wiki / Local Customizations . ... 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 . ... As a result, the core pmwiki.php script makes extensive use of PmWiki.Variables to determine how markup sequences will be processed and what each individual page will output. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/LocalCustomizations?action=print -- 18.4 Кб -- 01.03.2014
Похожие документы

12. Bourne shell (sh)
. This is the original Unix shell written by Steve Bourne of Bell Labs. It is available on all UNIX systems. This shell does not have the interactive facilites provided by modern shells such as the C shell and Korn shell. You are advised to to use another shell which has these features. The Bourne shell does provide an easy to use language with which you can write shell scripts . Summary of features .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/oview2.1.html -- 2.1 Кб -- 17.01.1997
Похожие документы

13. http://www.eso.org/projects/dfs/dfs-shared/NGAS-3_1_1.txt
DFS COMPONENT NAME: NGAS ==> DFS COMPONENT RELEASE NUMBER: 3.1.1 ==> DFS RELEASE TYPE: General patch. ... Remove compression ratio calculation from NGAS WEB pages (disk status) + add operators in table. DEADLINE FOR DELIVERY OUTSIDE DFS GROUP: 2007-06-18 ==> CONFIGURATION REQUIRED FOR INTEGRATION TESTS: See the NGAS documentation .. ... POINTS ALREADY CHECKED DURING UNIT TESTS: NG/AMS: - Functional Tests (automatic tests). NGAS Utils: - No tests done. ... DFS03398: NGAS disk problem. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/dfs-shared/NGAS-3_1_1.txt -- 4.5 Кб -- 18.06.2007
Похожие документы

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

15. Algorithm
... The following algorithm shows the rough details of these calculations. ... Similarly the energy selection region for the reflection order of the output matrix is converted to the array called banana. // analyze the exposure maps within the spatial selection regions FOREACH node FOREACH b = dispersion channel of node src.exposure[ node ,b] = EXPMAP node [b] summed over src.spans[ node ,b] bkg.exposure[ node ,b] = EXPMAP node [b] summed over bkg.spans[ node ,b] D = EXPMAP ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/rgsrmfgen/node8.html -- 10.7 Кб -- 02.07.2008
Похожие документы

16. Meade Instruments Corporation - Operating Instructions #505 Connector Cable Set
... Meade Instruments Corporation . ... 505 Connector Cable Set . Operating Instructions for use with the Meade? Autostar? ... The #505 Connector Cable Set provides access to three Autostar operations: . ... 2: #505 Connector Cable Set connects between two Autostar handboxes. (1) 3-foot cable. ... If you have a question concerning use of the #505 Connector Cable Set, call the Meade Instruments Customer Service Department at (949) 451-1450, or fax at (949) 451-1460. ... Autostar Downloads . ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/manuals/505ccs/index.html -- 18.0 Кб -- 10.11.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2482) - www.meade.com/ )

17. http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz
... GUI­fying and Documenting your Shell Script Peter. ... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... Tcl/Tk: TkRun The GUI that is created will provide a simple interface to a program that is spawned by the GUI. ... Sample Script: testscript Here is an example header from a C­shell script with which Figure 1 was made. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz -- 105.9 Кб -- 12.06.2006
Похожие документы

18. TUI:Scripts:Scripting Tutorial:Refinements
Adding a few refinements to the DISCals script makes a script worth adapting for your own uses. ... The exposure times and # of iterations are short so the demo runs quickly. def __init__(self, sr): Display the exposure status panel. # if True, run in debug-only mode (which doesn't DO anything, it just pretends) sr.debug = False expStatusWdg = ExposeStatusWdg( master = sr.master, instName = DIS , ) expStatusWdg.grid(row=0, column=0) # get the exposure model self.expModel = ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/Refinements.html -- 6.6 Кб -- 05.09.2014
Похожие документы

19. http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/AP4/DISKAP4
CONTENTS: bc gp9600 groff quota sc workbone ftape mt_st vim texinfo ash manpgs ash: Kenneth Almquist's ash shell. ash: ash: A lightweight (62K) Bourne compatible shell. ... The Slackware setup scripts are a notable ash: exception, since ash is the shell used on the install disks. NetBSD ash: uses ash as its /bin/sh. ash: ash: texinfo: GNU texinfo-3.1 texinfo: texinfo: 'Texinfo' is a documentation system that uses a single source file to texinfo: produce both on-line information and printed output. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/AP4/DISKAP4 -- 5.7 Кб -- 12.07.1995
Похожие документы

20. http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_linux.html
... The files in this directory are for installing the latest version 3.0.0 of AstroImageJ on Linux, Windows, and Mac operating systems. ... If you already have installed version 2.0 of AIJ, simply use the update option on the AIJ toolbar 'Help' menu to upgrade to 3.0.0. ... As root user . cd / usr /local . ... Copy the 32-bit jre subdirectory from ImageJ to AstroImageJ and modify the astroimagej script in / usr /local/bin/ to . ... cd / usr /local/AstroImageJ/ ./ jre /bin/java -Xmx3072m -jar ij.jar . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/installation_packages/AstroImageJ_installation_linux.html -- 40.5 Кб -- 07.12.2014
Похожие документы

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


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

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

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