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

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

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

1. File and Directory Manipulation
. Next: Directory handling functions Up: UNIX and C Previous: Using UNIX System Calls and Library Functions . There are many UNIX utilities that allow us to manipulate directories and files. cd, ls, rm, cp, mkdir etc. are examples we have (hopefully) already met. We will now see how to achieve similar tasks from within a C program. Directory handling functions . File Manipulation Routines . errno . Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_3.html -- 2.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_18_3.html -- 2.5 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_18_3.html -- 2.5 Кб -- 02.10.2012
Похожие документы

2. Casda Upload Utility CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . Utilities . The CASDA upload utility prepares artifacts for submission to the CSIRO ASKAP Science Data Archive (CASDA). ... Evaluation Pipeline Artifacts (any file format) . ... The measurement set is a directory, where CASDA requires a single file per artifact . ... The following example declares four artifacts to be uploaded to CASDA, one for each of the artifact types: image, source catalogue, measurement set and evaluation report. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/utils/casdaupload.html -- 14.3 Кб -- 12.04.2016
Похожие документы

3. Apache module mod_vhost_alias
This module provides support for dynamically configured mass virtual hosting . ... Source File: mod_vhost_alias.c . ... For simple name-based virtual hosts you might use the following directives in your server configuration file: UseCanonicalName Off VirtualDocumentRoot /usr/local/apache/vhosts/%0 . A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... Module: mod_vhost_alias . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_vhost_alias.html -- 13.1 Кб -- 15.10.2001
Похожие документы

4. mod_vhost_alias - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... For example, the following configuration will map /cgi-bin/script.pl to /usr/local/apache2/cgi-bin/script.pl in all cases: . ... A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... A request for http://www.domain.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/example.com/d/o/m/domain/directory/file.html . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/mod/mod_vhost_alias.html -- 17.3 Кб -- 10.12.2010
Похожие документы

5. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... On systems with multiple users, each user can be permitted to have a web site in their home directory using the UserDir directive. Visitors to a URL http://example.com/~username/ will get content out of the home directory of the user " username ", out of the subdirectory specified by the UserDir directive. ... Per-user web directories . ... the URL http://example.com/~rbowen/file.html will be translated to the file path /home/rbowen/public_html/file.html . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/howto/public_html.html -- 13.9 Кб -- 19.11.2015
Похожие документы

6. Directories
The File System . A directory is a collection of files within a user's account (actually, it's a logical structure of files anywhere on the system, but we will focus here on how directories are used in your own user area). ... Typing DIR at the system prompt will list all the files in the current directory. ... DIR ). ... A directory can be deleted using the DELETE command, just like you would delete a file, except that the directory must be empty (no files in it) and the protection on the . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_23.html -- 6.5 Кб -- 01.11.1995
Похожие документы

7. Stellarium: File and Directory Structure
... FileљStructure . ... After downloading all the catalogues, the paths to the various files should look like this: Installation Data Directory / stars / default / stars _0_0v0_1.cat Installation Data Directory / stars / default / stars _1_0v0_1.cat Installation Data Directory / stars / default / stars _2_0v0_1.cat Installation Data Directory / stars / ... In this case, all the files would be in the <Installation Data Directory>/stars/default directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure.html -- 13.4 Кб -- 28.02.2014
Похожие документы

8. Examples of interrupt handling
To use single quotes to inhibit command substitution: #!/bin/sh trap 'echo `pwd` >>$HOME/errdir' 2 3 15 for i in /bin /usr/bin /usr/any/bin do cd $i some series of commands in the directory $i done . The file errdir will contain the name of the directory being worked on when the procedure is interrupted. ... To remove temporary files when a procedure is interrupted: #!/bin/sh temp=/tmp/file.$$ trap 'rm $temp; exit' 0 1 2 3 15 ls > $temp .. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.9.3.html -- 3.4 Кб -- 17.01.1997
Похожие документы

9. Wrapper utilities to handle FITS files in Perl
. XMM-Newton Science Analysis System . ssclib (ssclib-3.33.4) [xmmsas_20080701_1801-8.0.0] . Meta Index / Home Page . Module name: Fitsplutils . Author: Masaaki Sakano (University of Leicester, mas@star.le.ac.uk) . See the header of the library code for detail. You may want to read it, for example, cd /YOUR/DIR; pod2man Fitsplutils.pm | tbl | neqn | nroff -h -man | less . XMM-Newton SOC/SSC -- 2008-07-01
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node157.html -- 3.5 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>10284) - xmm.vilspa.esa.es/ )

10. A Few Words About ROSAT Directories at SAO
... At SAO, the ROSAT data for observation rp123456 will be in /data/rdata/godata/rp123456/ . The PROS package contains sample ROSAT and Einstein data which are in the directory /pros/xray/data which is loaded with the IRAF task ``xray''. ... Thus within an arbitrary working directory and within the IRAF environment, to look at an image the command is, tv> display "xdata$rp110590_im2" 1 If Einstein data are loaded at SAO they will appear in the directory /pool14/i1234/ . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node43.html -- 4.1 Кб -- 01.10.2012
Похожие документы

11. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

12. The /etc directory
Next: The /dev directory Up: The root filesystem Previous: The root filesystem . The /etc љ directory contains a lot of files. ... See the chapter on init љ for further information. /etc/passwd љ . ... Lists the filesystems mounted automatically at startup by the mount -a command (in /etc/rc љ or equivalent startup file). ... etc/issue љ . ... See the magic љ and file љ manual pages for more information. /etc/motd љ . ... Files executed at login or startup time by the Bourne or C shells. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node23.html -- 9.3 Кб -- 04.05.1997
Похожие документы

13. Adding Variables to CONFIG.SYS
README for XFree86 on OS/2 : Adding Variables to CONFIG.SYS . ... ETC . Set to an ETC directory. Normally, this is already set to the ETC directory of the TCP/IP code, such as SET ETC=C:\TCPIP\ETC For Warp 4 and later, this may point to the \MPTN\ directory. ... Normally you will set this variable to the same value as the HOSTNAME variable and simply add a :0.0 after it, such as SET DISPLAY=myhost:0.0 Read the X11 man page on the exact meaning of these postfixes and other options. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/OS29.html -- 8.3 Кб -- 23.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>6876) - crydee.sai.msu.ru/ )

14. http://www.eso.org/~qc/docu/LaSillaReleases.html
Michael F. Sterzik" Wed, 28 Feb 2007 17:57:25 -0300 Ladies and gentlemen, I want to clarify our internal handling procedures of the different flavors of service programs in LSO, in particular DDT and pre-imaging programs. ... In principle, we have two workflow procedures embedded within the Remedy system: LTOO (LaSilla Target of Opportunity) tickets, and LSM (LaSilla Service Mode) tickets. ... For each program, a "LSM" service mode tickets must be created within Remedy. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/docu/LaSillaReleases.html -- 4.9 Кб -- 01.03.2007
Похожие документы

15. Supernova Remnant (SNR) Catalogue or Catalog of Galactic SNRs
2014 May version . ... Green D. A., 2014 , Bulletin of the Astronomical Society of India, 42 , 47-58. ( .pdf , or arXiv.org:1409.0637 ) If you make use of the detailed version of the catalogue, then plaese also cite: . Green D. A., 2014, `A Catalogue of Galactic Supernova Remnants (2014 May version)' , Cavendish Laboratory, Cambridge, United Kingdom (available at "http://www.mrao.cam.ac.uk/surveys/snrs/" ). ... Copyright D. A. Green 2014. 25872nd access to this version of the catalogue. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/surveys/snrs/ -- 8.1 Кб -- 09.04.2016
Похожие документы

16. Complex evaluator
CALCSYM - complex evaluator . ... CALCSYM.exe and CALCSYMi.exe will allow you to obtain numeric solution for *.out file generated by both CIRSYM and MATSYM programs (computation of freqency responces, unknowns, determinants, sensitivity analysis etc.. ... Setup file name for CALCSYM is "setup.cal". ... CALCSYMi.exe will allow you to work with long double over the range from 3.4*E-4932 to 3.4*E+4932. ... To calculate, run CALCSYM.exe and enter "file_name.OUT" or click on the "ENTER" (in "OUT" case). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/calcsym.html -- 2.6 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>15) - astrometric.sai.msu.ru/ )

17. vxWorksPrograms
130705 ephemeris tracking . The pnt command has been added to the aotcl interpreter in vxWorks (used for online datataking). within the online tcl interpreter pnt ? ... Load ephemeris file with pnt ephm ld . Track the ephemeris file . Ephemeris tracking was added to the pnt command on 05jul13. ... The new command includes loading an ephemeris file and then tracking using this file. ... The user then starts the ephemeris tracking by issuing the pnt track command: . ... cR current ra,dec . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/vxworks/pntCmd.html -- 14.0 Кб -- 08.04.2016
Похожие документы

18. SLIM: A Program to Simulate the ACS Spectroscopic Modes
... Previous: The Sliding-Cell Detection Program for Chandra X-ray Data . ... SLIM is a program developed at ST-ECF to simulate direct and slitless spectroscopic images. ... SLIM produces slitless spectroscopy simulations which include the effects of geometric distortions, fringing, and the field-dependence of the spectral dispersion. ... A slitless spectroscopy simulator was required to create realistic data of the upcoming Advanced Camera for Surveys (ACS) slitless spectroscopic modes. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P1-24/ -- 12.7 Кб -- 29.05.2001
Похожие документы

19. How to Use The Magnetospheric Yellow Pages
The Magnetospheric Yellow Pages provide easy links to space physics web pages all over the world. Those links are organized into four "directories": . Data Servers sorted by Data Type . Data Servers sorted by Institution . Project Pages . Group & Institution Pages . ... The Data Server directories are sorted two ways to make navigating easier. ... The other directory lists data servers by the institution that maintains the data server (e.g. the University of Colorado). ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/YELLPAGE/info/how-to-use.html -- 4.3 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>608) - www.iki.rssi.ru/ )

20. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>195) - lnfm1.sai.msu.ru/ )

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


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

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

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