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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/ctm_search.py.

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

2. Per-user web directories - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... 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.sao.ru/ztcs/manual/de/howto/public_html.html -- 10.0 Кб -- 25.02.2008
Похожие документы

3. Directories and Paths
The working directory can be changed by typing ESC D . Hermes then prompts the user for a new directory like this: . This directory will then be used for tasks started after the change. ... The working directory can also be set in the Hermes defaults file . The task path can be changed with ESC T . Upon the prompt that follows one or more directories separated by blanks can be specified. ... If it is not in one of the specified directories, Hermes tries to find the task in $gip_exe . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/dirpath.html -- 2.4 Кб -- 16.01.2009
Похожие документы

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

5. How Directory, Location and Files sections work
The sections <Directory> , <Location> and <Files> can contain directives which only apply to specified directories, URLs or files respectively. Also htaccess files can be used inside a directory to apply directives to that directory. ... The order of merging is: . ... If multiple <Directory> sections apply to the same directory they are processed in the configuration file order. ... Using the options in question is only possible inside a <Directory> section (or a .htaccess file). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sections.html -- 7.0 Кб -- 20.06.2002
Похожие документы

6. Directory handling functions
Next: File Manipulation Routines Up: File and Directory Manipulation Previous: File and Directory Manipulation . This basically involves calling appropriate functions. int chdir(char path) - changes directory to specified path string. ... NOTE: rindex() is a string handling function that returns a pointer to the last occurrence of character c in string s , or a NULL pointer if c does not occur in the string. ( index() is similar function but assigns a pointer to 1st occurrence.) ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 02.10.2012
Похожие документы

7. Files
The File System . ... Files are identified to the system using a unique identifier called the file specification , which can include disk and directory names as well as node names for accessing files across the network. On VMS systems, file names are usually thought of as having three parts *1 : the filename , the file type , and the version number . ... The full file specification, with node name, device, directory, file name, file type, and version being specified is shown in Figure 3.1 . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_21.html -- 8.8 Кб -- 01.11.1995
Похожие документы

8. 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
Похожие документы
Еще в разделе: (Показать все результаты (>537) - hea-www.harvard.edu/ )

9. Changing to another directory
. To change your current working directory use the command: cd pathname . where pathname specifies the directory that you want to move to. The pathname can be given as either a full pathname or a relative pathname . Examples . Did You Know? .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/cd.html -- 2.1 Кб -- 17.01.1997
Похожие документы

10. A prototype build system for CASA using SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... Introduction to SCons . I have designed a prototype implementation of a build system for CASA based on the SCons tool. ... This system is experimental and not the official way of building CASA. ... The main version of the code for this build system is contained in a bzr branch, together with the remainder of the CASA system. ... Build: . ... To debug the SCons build process: . ... A prototype build system for CASA using SCons . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casascons.html -- 16.6 Кб -- 04.04.2016
Похожие документы

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

12. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/ftpser2.3.txt
... You can, if desired, restrict access to specified client IP addresses. Proposed directory for placement: /pub/os2/apps/internet/ftp/server/ Your name: Peter Moylan Email address: peter@pmoylan.org Program contact name: (same) Program contact email: (same) Program URL: http://www.pmoylan.org/pages/os2/FtpServer.html Would you like the contact email address included in listings? no Operating System/Version: OS/2 Warp 3 or later Additional requirements: (none) Replaces: ftpser2.0.zip ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/ftpser2.3.txt -- 2.1 Кб -- 19.06.2015
Похожие документы

13. software_downloads
... phil's idl routines to analyz AO data. The following files can be downloaded via your browser. They are normally tar files with a zipped and unzipped files: . cordmp.tar Uncompressed version (larger) cordmp.tar.gz compressed version (smaller). ... If no file is supplied then the default file hard coded in the cordmp macro is used. compiled with gcc version 2.95.3 20010315 (release). ... Store the file aoIdl.tar in the directory you want to keep the idl routines. ... tar -xf - . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/download/download.html -- 9.9 Кб -- 11.02.2015
Похожие документы

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

15. DirectoryChooser (ImageJ API)
... Class . ... PREV CLASS NEXT CLASS . ... CONSTR | METHOD . DETAIL: FIELD | ... java.lang.Object ij.io.DirectoryChooser . public class DirectoryChooser . ... This class displays a dialog box that allows the user can select a directory. ... DirectoryChooser (java.lang.String title) . ... Method Summary . ... Sets the default directory presented in the dialog. ... Constructor Detail public DirectoryChooser (java.lang.String title) . ... Method Detail public java.lang.String getDirectory () . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/DirectoryChooser.html -- 11.4 Кб -- 02.12.2010
Похожие документы

16. lsst.tcc: python/tcc Directory Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . Classes . Files . All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . python . tcc . tcc Directory Reference . directory љ . ... file љ . init__.py [code] . ... version.py [code] . Generated on Mon Sep 14 2015 15:25:42 for lsst.tcc by љ 1.8.5 ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/dir_f29e6bdaa690fe18d198a5372840faca.html -- 10.2 Кб -- 14.09.2015
Похожие документы

17. Forget-Me-Not - Slide Show
... download page . ... Thus, each document consists of the facsimile picture of a page (scanned image) and its textual content. The system operates with both text and facsimile document versions, or with text content only. ... Feynman Lectures on Computation (text version 786 Kb, facsimile pages 996 Kb (whole book 32 Mb)). ... In general, the "Forget-Me-Not" information and navigation system can operate without facsimile pages, however to better estimate the program, we recommend to download them. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/InformChaosLab/products/download.html -- 5.8 Кб -- 27.08.2007
Похожие документы

18. FTP Directory:
############################################################################## J/A+AS/135/555 Illuminated atmospheres limb-darkening coeff. 1. (Alencar+ 1999) ############################################################################## . Parent Directory ReadMe . Mar 17 1999 16k model.dat.gz . Nov 27 1998 2k table1.dat.gz . Jun 16 1998 2471k table2.dat.gz . Jun 16 1998 66k table3.dat.gz . Nov 25 1998 55k . Generated Sun, 26 Mar 2000 16:28:26 GMT by proxy.nsu.ru ( Squid/2.1.PATCH2 )
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/astrolib/Sun/kursoviki/Model2000/AtmModel/SUN_DARK/Ftp_source.html -- 3.6 Кб -- 26.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>93) - vega.inp.nsk.su/ )

19. http://www.sai.msu.su/~megera/gimp/quintero/gimprc
... Therefore, the menu location # "Blur/Blur" specifies an item name of "Blur" in a submenu entitled # "Blur". ... It is convention to only use the `alt' and `shift' key modifiers for # plug-ins. ... The main application will not use the ` alt ' # or ` shift ' key modifiers. plug-in blur Blur / Blur Alt Key B Alt +B plug-in gauss Blur /Gaussian Blur Shift Alt Key B Shft+ Alt +B plug-in gauss_rle Blur /Gaussian Blur RLE plug-in gauss_recurse Blur /Gaussian ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/quintero/gimprc -- 7.9 Кб -- 05.09.2000
Похожие документы

20. Directory
... The IAA RAS . ... Dissertation council . Council of young scientists . ... International collaboration . Memberships in international organisations . ... Awards and honors . Government awards . The IAA RAS Medal . ... Director . ... E-mail: ipatov@ipa.nw.ru . Phone: +7 812 275?10?04 . Deputy Director for Scientific activities . ... E-mail: igen@ipa.nw.ru . ... E-mail: dvi@ipa.nw.ru . ... Phone: +7 812 579?06?03 . ... Fax: +7 812 275?11?19 . ... 812) 275-11-18 . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/en/directory/ -- 13.1 Кб -- 09.04.2016
Похожие документы

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


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

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

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