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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/tasks/ftp3.2.3.html.

1. mod_dir - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Provides for "trailing slash" redirects and serving directory index files . ... A file written by the user, typically called index.html . The DirectoryIndex directive sets the name of this file. ... A "trailing slash" redirect is issued when the server receives a request for a URL http://servername/foo/dirname where dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to http://servername/foo/dirname/ . ... mod_dir . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_dir.html -- 17.2 Кб -- 18.02.2013
Похожие документы

2. Sending files to a remote host
. To send a file to a remote host use the command: hhcp filename hostname : filename . The destination file is defined by using the name of the remote host followed by the filename. A colon (:) is used between the host name and the filename. This filename can be either a full pathname, or a relative pathname from your home directory on the remote host. To send binary files use the -b option. Tip . Examples . Problems . Did You Know? .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/ftp3.2.2.html -- 2.3 Кб -- 17.01.1997
Похожие документы

3. Source Re-organisation
As of 1.3, the Apache source directories have been re-organised. This re-organisation is designed to simplify the directory structure, make it easier to add additional modules, and to give module authors a way of specifying compile time options or distribute binary modules. ... The non-module source files have moved from src into src/main . ... Configure . ... For example, say it is called mod_demo.c. The archive for this module should consist of two files, in a suitable directory name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sourcereorg.html -- 12.8 Кб -- 15.10.2001
Похожие документы

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

5. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... 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.sao.ru/ztcs/manual/en/mod/mod_cgi.html -- 15.5 Кб -- 25.02.2008
Похожие документы

6. Stellarium: /home/aw/devel/stellarium/trunk/doc/fileStructure.doxygen Source
... 19 љ*</tt>: landscape textures and data files</li> . ... 73 љIf a file exists in the <em>User Data Directory</em>, it will be used in preference to a file with the same name existing in the <em>Installation Data Directory</em>. ... 79 љ <li>Users who modify files in the <em>Installation Data Directory</em> will likely have their work deleted or overwritten when they upgrade Stellarium. ... In this case , all the files would be in the <em> \<Installation Data Directory>/stars/default</em> directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure_8doxygen_source.html -- 18.0 Кб -- 28.02.2014
Похожие документы

7. Introduction to SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... SCons user manual http://www.scons.org/doc/1.2.0/HTML/scons-user/book1.html . SCons man page (on web at http://www.scons.org/doc/HTML/scons-man.html , or man scons ) . ... SCons is a tool to build compile source code into (closer-to) executable format. ... Curiously, the shared-library SCons builder will accept multiple identical sources and pass them all to the linker, which will normally lead to ?multiple definition? errors. ... Introduction to SCons . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/sconsintro.html -- 16.1 Кб -- 04.04.2016
Похожие документы

8. ntptrace - trace a chain of NTP servers back to the primary source
ntptrace [ -vdn ] [ -r retries ] [ -t timeout ] [ server ] . ntptrace determines where a given Network Time Protocol (NTP) server gets its time from, and follows the chain of NTP servers back to their master time source. ... Note that the stratum is the server hop count to the primary source, while the synchronization distance is the estimated error relative to the primary source. ... Prints verbose information about the NTP servers. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/ntptrace.html -- 3.1 Кб -- 21.12.2007
Похожие документы

9. Compiler Options
Next: C Standard Library Functions Up: Common C Compiler Options Previous: Common C Compiler Options . c Suppress linking with ld(1) and produce a .o file for each source file. A single object file can be named explicitly using the -o option. ... Sends the output to the standard output, or to a file named with the -o option. Includes the cpp line numbering information. ... When this option is given, the -O and -R options are suppressed. -help Display helpful information about compiler. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_20_1.html -- 5.3 Кб -- 02.10.2012
Похожие документы

10. Appendix: Configuration File Settings GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Installation & Configuration . ... Appendix: Configuration File Settings . ... Starting the GPI Data Pipeline . Appendix: GPI Constants . ... This appendix describes the various configuration parameters that may be adjusted in the pipeline?s configuration settings text files. ... Default Value . ... Setting their values in the pipeline configuration file controls the default settings that will be used for newly opened GPItv windows. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/installation/config_settings.html -- 17.1 Кб -- 14.02.2014
Похожие документы

11. Extraction and correction of an X-ray light curve for a point-like source
SAS home . SAS Watchout items . ... This thread contains a step-by-step recipe to extract a light curve of a point-like source for all the X-ray cameras, subtracting the background and correcting for exposure loses. ... The SAS task barycen performs this correction. ... If the following files are available: a) RGS event list; b) RGS source list, a call to the task performing light curve extraction, correction and background subtraction rgslccorr allows a user to create the light curve. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/documentation/threads/timing.html -- 9.5 Кб -- 27.06.2008
Похожие документы

12. Where to Find Example/Test Code
The XPA source code directory contains two test programs, stest.c , and ctest.c that can serve as examples for writing XPA servers and clients, respectively. ... The stest program can be executed with no arguments to start an XPA server that contains the access points: xpa, xpa1, c_xpa (containing sub-commands cmd1 and cmd2), and i_xpa. ... xpaset xpa # send to xpa cat xpa.c | xpaset "xpa*" # send to xpa and xpa1 xpaget xpa # receive from xpa xpaget xpa* # receive from xpa and xpa1 etc. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/examples.html -- 3.1 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/examples.html -- 3.1 Кб -- 01.10.2012
Похожие документы

13. More Compiliation Problems - an Astronomy Net XEphem Forum Message
XEphem Forum Message . ... More Compiliation Problems . ... when I compile the Xephem source code in the /GUI/xephem file, I get the following... gcc -O2 -fno-strength-reduce -I../../libastro -I/usr/X11R6/include -I/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L -D_BSD_SOURCE -D_SVID_SOURCE -D_REENTRANT -DFUNCPROTO=15 -DNARROWPROTO -c aavso.c -o aavso.o . aavso.c:20: Xm/Xm.h: No such file or directory . ... www.astronomy.net . About Astronomy Net | ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/xephem/messages/81.shtml -- 14.9 Кб -- 09.04.2016
Похожие документы

14. Simon's Software - howto 1-3
a. Decide on the root directory where your software is going to go.... [/home/friday] , for example. b. In your .cshrc file, define . setenv OSROOT /home/friday . ... Holder for object libraries . ... Holder for shared source code (f77 include files) . ... Collect the appropriate tar files from Simon's Software Store . ... build - extract fortran from the source library, compile source, pack object code into object libary . ... clean - remove source and object files from library folder . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_install_f.html -- 4.7 Кб -- 02.06.2003
Похожие документы

15. http://www.naic.edu/~tghosh/a2186/aug10_08/aug10_08/How2run
... Just hit <return> if the defaults are okay ! It is assumed that each set will have a distinct Source name. ... Default will be: A1863/ A2174 / found 8 files in this set assumed source _ name x108aug31_01_01_151641+304435 Enter a new source name ; if you wish Or just hit return to use the default found 1 files in this set assumed source _ name x108aug31_02_17_160509+304412 Enter a new source name ; if you wish Or just hit return to use the ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/a2186/aug10_08/aug10_08/How2run -- 5.9 Кб -- 10.08.2008
Похожие документы
Еще в разделе: (Показать все результаты (>6704) - www.naic.edu/ )

16. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README
CFITSIO Interface Library CFITSIO is a library of ANSI C routines for reading and writing FITS format data files. ... The CFITSIO library is built on Unix systems by typing: > ./configure [--prefix=/target/installation/path] > make (or 'make shared') > make install (this step is optional) at the operating system prompt. The configure command customizes the Makefile for the particular system, then the `make' command compiles the source files and builds the library. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README -- 6.9 Кб -- 30.12.2010
Похожие документы

17. Energy and the Environment: Resources for a Networked World
Links and Resources for Energy and the Environment . The world is finally becoming globally aware that exponential resource usage in combination with finite reserves is a recipe that ensures our great grandchildren won't be born. ... National Environmental Information Service . ... Electronic Energy Journal . ... Sustainable Development Dimensions , including sections on Environmental information , Environmental policy, planning and management and Energy for development . ... Acid Rain Resource . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/energy.html -- 6.5 Кб -- 05.04.2000
Похожие документы

18. Dynamic HTML in Communicator
... This example illustrates the use of external files as the source for a layer. This example creates a web page for Nikki's Diner, which is a vegan restaurant that offers tasty daily specials. The web page contains some general information about the diner, and then offers a pop-up menu that lists the days of the week. ... These files contain HTML formatted text that describes the specials for that day. ... LAYER ID="menu" LEFT=50 WIDTH=400 src="specials/sat.htm"> </LAYER> . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers36.htm -- 11.0 Кб -- 13.08.1997
Похожие документы

19. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы

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

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


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

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

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