Найдено документов: 209187 (177 сайтов) ---- Время поиска: 0.73сек. |
Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_1.html.
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_1.html.
1. Running UNIX Commands from C
Next: execl() Up: Process Control and Management Previous: Process Control and Management . We can run commands from a C program just as if they were from the UNIX command line by using the system() function. ... System returns the exit status of the shell. Example: Call ls from a program . system is a call that is made up of 3 other commands: execl(), wait() and fork() . execl() . fork() . ... exit() . ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_1.html -- 3.0 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_1.html -- 3.0 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_1.html -- 3.0 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_1.html -- 3.0 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_4_1.html -- 3.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1282) - jet.sao.ru/ )
2. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3684) - hea-www.harvard.edu/ )
3. vxWorksPrograms
... aosock_Cmd Converting rpc routines on vxWorks to use daemons : . ... pnt_Cmd: interfaces to the telescope pointing, tiedowns,turret. aosock_Cmd: lets you do regular socket i/o from a tcl script. ... If TCL_ERROR is returned then then command will be aborted (or any function it is called from). ... Errors will usually return with an error message included in the return value. aosock (cl)ose $sockFd . ... TCL_OK with n telling of the bytes returned: . n >0 bytes return. ... sockFd is socket number . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/software/datataking/vxWorks.html -- 15.8 Кб -- 04.03.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3935) - www.naic.edu/ )
4. correlator:mpiscript [ATNF VLBI Wiki]
... You are here: start €Ё correlator €Ё mpiscript . ... MPI . ... An important one in most cases is MPI_Comm_rank() which returns an ordinal integer number to each instance . ... Type $ mpirun -np 3 -machinefile machines env . ... On cuppa it is OMPI_MCA_ns_nds_vpid $ mpirun -np 6 -machinefile machines env | ... usr/bin/perl use Env; Env::import(); $rank=$OMPI_MCA_ns_nds_vpid; if ($rank == 0) { print "I am zero\n"; } elsif ($rank < 5) { print "I am $rank\n"; } else { die "Nothing to do\n"; } . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/correlator/mpiscript -- 16.5 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>21911) - www.atnf.csiro.au/ )
5. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... 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. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/tb/manual/en/mod/mod_cgi.html -- 15.6 Кб -- 10.12.2010
Похожие документы
Похожие документы
6. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Execution of CGI scripts . ... Source File: . mod_cgi.c . Any file that has the handler cgi-script will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_cgi.html -- 17.5 Кб -- 19.11.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7175) - www.arcetri.astro.it/ )
7. http://www.stsci.edu/hst/training/events/Python/class5.pdf
STSCI Python Introduction Class 5 Jim Hare Today's Agenda · · · · · · stpydb Module database interface module os Module commonly used methods os. path Module Manipulates pathnames shutil Module - High-level file operations Demonstration of Pmw Widgets Simple helloworld Tkinter program 1 Database Functions · dbtools.py use with sql flat files. · stpydb .py use to program queries and get results in variables to use in the ...
[
Текст
]
Ссылки http://www.stsci.edu/hst/training/events/Python/class5.pdf -- 59.7 Кб -- 15.06.2005
Похожие документы
Похожие документы
8. Running processes as background jobs
To run a process in the background as a job and carry on working add an (ampersand) at the end of the command line. ... The shell forks a child process to run the command and displays the job number ( [ n ] ) and the PID (Process IDentifier) number. ... If the command is likely to produce error messages you will need to redirect standard error. ... Do not run an interactive command that requires you to type something at the terminal as a background job. ... You will then have to kill its process . ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz2.html -- 2.7 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>843) - comet.sai.msu.ru/ )
9. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1545) - astro.uni-altai.ru/ )
10. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16554) - www.eso.org/ )
11. TUI:Scripts:Scripting Tutorial:Get Info
It is easy to incorporate information from an instrument or the telescope into your scripts. ... mess with the getKeyVar statements because getKeyVar returns None in debug mode, making the commands run, which is perfect. import TUI .TCC.TCCModel import TUI .Inst. DIS .DISModel from TUI .Inst. DIS .StatusConfigInputWdg import StatusConfigInputWdg InstName = DIS class ScriptClass(object): Simple script to configure DIS . def __init__(self, sr): Display ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/GetInfo.html -- 6.4 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>949) - www.apo.nmsu.edu/ )
12. http://www.sai.msu.su/~megera/tips/wdb/p95_dbi-1.90.pl
... POSTQUEL commands ... ); # % row = dbi_nextrow; # dbi_disconnect; # dbi_rowcount( $rows ); # dbi_dateformat( $format ); # #.AUTHOR J. Douglas ... --------------------------------------------------------------------------- package WDB_DatabaseInterface; use Pg; $PGRES_EMPTY_ QUERY = 0 ; # these are from libpq-fe.h $PGRES_COMMAND_OK = 1 ; $PGRES_TUPLES_OK = 2 ; $PGRES_COPY_OUT = 3 ; $PGRES_COPY_IN = 4 ; $PGRES ... RETURNS Dies on error ! ... REMARKS Dies on error ! ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/tips/wdb/p95_dbi-1.90.pl -- 8.9 Кб -- 14.03.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2308) - www.sai.msu.su/ )
13. Return smallest true index of a logical vector
... Meta Index / Home Page / General-purpose array-processing utilities / Array or vector scalar . integer function smallestTrueIndex(maskVector) logical(bool), intent(in) :: maskVector(:) end function . ... smallestTrueIndex(((/0, 1, 1/) > 0)) ! returns 2 smallestTrueIndex(((/1, 1, 1/) > 0)) ! ... returns 4, ie 1 above vector limit. size(maskVector)+1 is also returned if the vector is of zero size. ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node9.html -- 3.7 Кб -- 01.07.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>10821) - xmm.vilspa.esa.es/ )
14. Digitized Sky Survey - SIAP Interface
SAI VO . ... SAI CAS . ... Web Services . Catalog Access Services . ... SAI VO Wiki . ... Program Access . SAI CAS Wiki . SAI Web Services . ... DSS Mirror . ... We provide an implementation of IVOA standard Simple Image Access Protocol interface to our DSS mirror. Service metadata is available here . Currently, we provide the atlas service only, which returns the list of original DSS images intersecting the requested sky area. ... SAI MSU | ...
[
Сохраненная копия
]
Ссылки http://vo.astronet.ru/dss/siap.html -- 5.0 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3041) - vo.astronet.ru/ )
15. PRESS RELEASE - S.P. KOROLEV ROCKET & SPACE CORPORATION ENERGIA
PRESS-RELEASE . about the return of the ISS-13 and VC-11 crews to the Earth . The Soyuz TMA-8 descent module returned to ground the Expedition 13 crew of the International Space Station (ISS-13) consisting of Pavel Vinogradov (commander, S.P.Korolev RSC Energia test cosmonaut), and Jeffry Williams (flight engineer, NASA astronaut). ... The spacecraft descent was carried out in the nominal automatic control mode. ... Official WEB-site of S.P.Korolev RSC Energia . ...
[
Сохраненная копия
]
Ссылки http://www.energia.ru/eng/news/news-2006/press_release-09-29_01.html -- 13.4 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3322) - www.energia.ru/ )
16. Tcl- and [Incr tcl]- Based Applications for Astronomy and the Sciences
... Up: Science Software Applications . ... It has extensions for creating GUI (Tk) and object-oriented ([incr tcl]) applications. Several Tcl-based tools that may be used for astronomical and other scientific applications have been created and are discussed. One example is ptcl , which registers PGPLOT functions as Tcl commands, creating a powerful interactive plotting package. ... Both programs use the same C code, Tcl commands, and [incr tcl] classes; only the GUIs are different. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass96/eliasn.html -- 10.1 Кб -- 23.06.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1903) - www.adass.org/ )
17. Dnepr successfully returns to flight
... ISC Kosmotras . ... Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... Being the 8th commercial launch for Dnepr, this is also its first 'return to flight' mission since the failure encountered on July 27, 2006 during liftoff from Baikonur. In parallel with the successful completion of its first launch campaign in 2007, ISC Kosmotras continues preparations for the next two Dnepr launch missions scheduled to fly from Baikonur and Yasny launch bases. ... Dnepr Program . ...
[
Сохраненная копия
]
Ссылки http://www.kosmotras.ru/en/news/23/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>95) - www.kosmotras.ru/ )
18. OptInt PmWiki : Custom Markup
OptInt PmWiki . ... PmWiki . ... PmWiki FAQ . ... Custom Markup . ... PmWiki's markup translation engine is handled by a set of rules; each rule searches for a specific pattern in the markup text and replaces it with some replacement text. ... Rules are added to the translation engine via PmWiki's Markup() function, which looks like . ... For example, here's the code that creates the rule for ''emphasized text'' (in scripts/stdmarkup.php ): . Markup("em", "inline", "/''(.*?)''/", "<em>$1</em>"); . ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/CustomMarkup -- 35.4 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3206) - www.mrao.cam.ac.uk/ )
19. Apache module mod_alias
This module provides for mapping different parts of the host filesystem in the document tree, and for URL redirection. ... The directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. ... The ScriptAlias directive has the additional effect of marking the target directory as containing only CGI scripts. The Redirect directives are used to instruct clients to make a new request with a different URL. ... Syntax: Alias URL-path file-path | ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/mod/mod_alias.html -- 15.9 Кб -- 20.05.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>127) - neptun.sai.msu.ru/ )
20. Alsvid - Python Programs for Processing FITS Astronomical Image Data
The Python programs offered here result from the development of methodology for processing image data with high precision, in a flexible command line system useful for astronomical and laboratory image processing. ... Alsvid is efficient in robotic and automated or scripted server processing of astronomical images, and also in interactive command line processing for research and visualization. ... In large part it replaces IRAF and IDL when scripted image processing is required. ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/alsvid/ -- 3.4 Кб -- 22.03.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>812) - www.astro.louisville.edu/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда