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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_2.html.

1. File Manipulation Routines
Next: errno Up: File and Directory Manipulation Previous: Directory handling functions . int access(char *path, int mode) - determine accessibility of file. path points to a path name naming a file. access() checks the named file for accessibility according to mode , defined in #include <unistd.h> : . ... test whether the directories leading to the file can be searched and the file exists. access() returns: 0 on success, -1 on failure and sets errno to indicate the error. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_2.html -- 2.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_2.html -- 2.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_2.html -- 2.6 Кб -- 02.10.2012
Похожие документы

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

3. Apache's Handler Use
What is a Handler . ... mod_actions . ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы

4. Restoring files with tar
Next: Multilevel backups Up: Simple backups Previous: Making backups with tar . The -extract ( -x ) option for tar љ extracts files: # tar -extract -same-permissions -verbose -file /dev/fd0H1440 . ... usr/src/linux-1.2.10-includes/ . ... usr/src/linux-1.2.10-includes/include/linux/ . ... You also extract only specific files or directories (which includes all their files and subdirectories) by naming on the command line: # tar xpvf /dev/fd0H1440 usr/src/linux-1.2.10-includes/include/linux/hdreg.h . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node86.html -- 4.4 Кб -- 04.05.1997
Похожие документы

5. casacore: casa::FITSError Class Reference
... Classes . ... casa::FITSError . ... default FITS error handling function, typdef, and enumeration More... #include < FITSError.h > . ... This example shows how one could set up an error handler which does what the FITS classes originally did - just send the error message to cout without any indication as to the severity of the error message. void coutErrHandler( const char *errMessage, FITSError::ErrorLevel ) { cout << errMessage << endl; } FitsInput fin( "myFile" , FITS::Disk , 10, coutErrHandler);...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1FITSError.html -- 15.4 Кб -- 14.02.2011
Похожие документы

6. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

7. Editing Documentation (Including this Website) GPI Data Pipeline 1.0
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . ... Editing Documentation (Including this Website) . ... Show Source . ... The documentation source code is available as part of the pipeline source code, in the documentation subdirectory inside the pipeline root. ... Pipeline primitive documentation is taken semi-automatically from the pipeline primitive headers in IDL, including the structured header comments used to populate the pipeline?s primitives config file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/documentation.html -- 13.2 Кб -- 14.02.2014
Похожие документы

8. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.4 . ... 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/fr/mod/mod_example.html -- 11.3 Кб -- 19.11.2015
Похожие документы

9. 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/ztcs/manual/de/mod/mod_example.html -- 9.2 Кб -- 25.02.2008
Похожие документы

10. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/clip01.txt
Upload Information Template for Hobbes.nmsu.edu =============================================== Archive Filename: clip01.zip Short Description: CLIP V0.1 Command line clipboard handler Long Description: CLIP V0.1 Command line clipboard handler. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/clip01.txt -- 1.9 Кб -- 07.10.2014
Похожие документы

11. Index of /~phil/hardware/vertex/sharemegsvertex/lcu/Sun/include
. Name . Last modified . Size . Description . Parent Directory . - . dos/ . 17-May-2001 20:44 . - . pctcp/ . 17-May-2001 20:44 . - . sim.h . 24-Dec-1999 10:17 . 85 . Apache/2.2.3 (CentOS) Server at www.naic.edu Port 80
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/Sun/include/ -- 2.3 Кб -- 06.02.2013
Похожие документы

12. OptInt PmWiki : PmWiki / Path Variables
OptInt PmWiki : Pm Wiki / Path Variables . ... Variables | ... When dealing with file or path variables, one has to recognize the difference between working with URLs and files on disk. ... The $ScriptUrl and $PubDirUrl variables are used to tell a browser , connecting via the webserver, how to execute the pmwiki script ( $ScriptUrl ) and the base url for getting files from PmWiki's pub/ directory ( $PubDirUrl ). ... is an associative array which PmWiki uses to find any local css configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PathVariables?action=print -- 22.8 Кб -- 01.03.2014
Похожие документы

13. http://www.adass.org/adass/proceedings/adass00/reprints/O2-04.pdf
... F. A. Primini, and H. E. Payne, eds. Space Science Education Resource Directory Carol A. Christian, Keith Scollick Space Telescope Science Institute, Baltimore, MD USA Abstract. ... A rich suite of resources for public use is available including multimedia materials, online resources, hardcopies and other items. ... Also, providers and stake-holders wish to generate various reports, probe inventory information and track resource usage with other custom interfaces to the directory. ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass00/reprints/O2-04.pdf -- 104.4 Кб -- 29.05.2001
Похожие документы

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

15. Index of /ccf/includes
Name Last modified Size Description . Parent Directory 10-Feb-2016 16:57 - calib_ftr.html 07-Dec-2005 15:19 1k calib_hdr.20021010.html 07-Dec-2005 15:19 1k calib_hdr.20110208.html 07-Dec-2005 15:19 1k calib_hdr.html 08-Feb-2011 10:26 1k calib_port_hdr.html 07-Dec-2005 15:19 1k maintainer.20130211...> 07-Dec-2005 15:20 1k maintainer.html 11-Feb-2013 10:53 1k . Apache/1.3.35 Server at xmm.vilspa.esa.es Port 80
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/ccf/includes/ -- 2.4 Кб -- 10.04.2016
Похожие документы

16. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

17. Porting Hints
Porting to a new machine or operating system ordinarily requires updating the ./machines directory and the ./compilers directories in order to define the build environment and autoconfigure means. You will probably have to modify the ntp_machines.h file and "l_stdlib.h" files as well. ... Always define a system identifier for any new system added to the machines directory. ... This file is included by the "ntp_types.h" file and should always be placed first after the <> defines. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/porting.html -- 3.9 Кб -- 21.12.2007
Похожие документы

18. RSSI Homepage
Russian Space Science Internet (RSSI) is a successful result of RSSI Project. ... space oriented organizations; . ... RSSI offers for its members : . ... videoconferences via MBONE Internet protocol (there are 2 tunnels available now through the general IP network: one to NASA Internet, and another to Moscow State University); . ... It is designed so that all organizations connected to the RSSI gain access to the resources of Russian computer networks as well as world wide Internet. ... nic@rssi.ru ...
[ Сохраненная копия ]  Ссылки http://www.rssi.ru/ -- 6.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>17) - www.rssi.ru/ )

19. AI SPbU library of scattering codes
... There are a lot of computer codes simulating this scattering and freely available in the Internet (see e.g. links on our JPDOC page ). ... The code and input file are available in the directory . ... A slightly modified code of Barber Hill with a C-shell and input files is available in the directory . ... The code, input and test output files are available in the directory . ... See also readme file. file. ... The code, input file and their description (a TeX file) are available in the directory . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/SOFTWARE/ -- 5.7 Кб -- 19.11.2010
Похожие документы

20. eincdrom
Next: Example - Creating a Up: Access to CD-ROM FITS Previous: Access to CD-ROM FITS . ... Listing the parameters gives the following: ei lpar eincdpar (ipcevt1 = ipcevt1$ ) Einstein ipc event cd 1 directory (ipcevt2 = ipcevt2$ ) Einstein ipc event cd 2 directory (ipcevt3 = ipcevt3$ ) Einstein ipc event cd 3 directory (ipcevt4 = ipcevt4$ ) Einstein ipc event cd 4 directory (hrievt1 = hrievt1$ ) Einstein hri ... It replaces the tasks fits_get and qp_get . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node35.html -- 8.4 Кб -- 01.10.2012
Похожие документы

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


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

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

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