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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/software/datataking/galfa/README_cl.

1. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module 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. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы

2. Other Programs - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Programs . Available Languages: en | ... The following programs are simple support programs included with the Apache HTTP Server which do not have their own manual pages. ... You can find them after the configuration process in the support/ directory. log_server_status . ... This perl script will take a combined Web server access log file and break its contents into separate files. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/programs/other.html -- 7.4 Кб -- 21.01.2013
Похожие документы

3. Documentation: Backup of DFO and QC machines
home . ... The information on this page applies to the following DFO operational machines: . ... Home directories for the operational instrument accounts (as well as other important home directories such as quality, flowmgr etc) are served to the DFO Blade nodes and the QC cluster nodes via NFS from hrs01 . ... Since 2008-10-07 , the entire /ots directory structure (i.e. including these two vital home directory systems) is backed up to the Backup Server bu2 using the ONANU.backup script . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/docu/DFO_Blade_Backup.html -- 7.8 Кб -- 08.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>7669) - www.eso.org/ )

4. http://www.atnf.csiro.au/vo/rvs/docs/rvsserver-userguide.pdf
Remote Visualisation System Server User Guide Last Modified: 02 March 2005 Introduction This document is a guide to running the RVS Server. ... These components are as follows. ... The $RVS_HOME/bin/rvs.sh script is used to start the RVS Server components. ... Stopping the RVS Server The following command can be used to stop all components executed using the 'rvs.sh start' command. shell% $RVS_HOME/bin/rvs.sh stop NOTE: This command DOES NOT stop processes started using the rvs-*.sh commands. ...
[ Текст ]  Ссылки http://www.atnf.csiro.au/vo/rvs/docs/rvsserver-userguide.pdf -- 70.6 Кб -- 03.03.2005
Похожие документы

5. http://hea-www.harvard.edu/~fine/Tech/cs1.1/Readme
... It also provides log file of the consoles. ... Makefile first attempt at a Makefile console.c client sources conserver.c server sources cons.h source configuration constab sample config file console.1 man pages constab.5 conserver.8 BUILDING and INSTALLING First off, this stuff isn't guarenteed to work, or compile or anything. ... This compiles the client and server. ... Edit /etc/constab (on the machine which will be the console server), and create whatever directories you need for the log files. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/cs1.1/Readme -- 7.2 Кб -- 06.08.1998
Похожие документы

6. Configuring DIMMWIT Computers
This note outlines how to configure the computers needed to run DIMMWIT. ... dimmwit : ICE (single-board computer in a box) that runs the Starlight Express CCD camera, to which it is connected by a USB interface. dimmwithost : displays the finder application via the X protocol (finder actually runs on dimmwit). Acts as a file server; both the finder software and the DIMM data are stored on dimmwithost. ... mkdir -p /data/oberon/data/finder . chown coast:coast /data/oberon/data/finder . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/dimmwit/configure.html -- 7.8 Кб -- 01.06.2004
Похожие документы

7. SPUTNIK home page
. Dedicated to 40th anniversary of the . first artificial Earth satellite launch . Russian (Win) .
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/ -- 7.9 Кб -- 22.10.2003
Похожие документы
Еще в разделе: (Показать все результаты (>38) - sputnik.infospace.ru/ )

8. Work notes
As it was already mentioned, the idea behind File Juggler is rather simple: using CGI scripts as processing tools and WWW browser as user interface, display the structure and content of typical anonymous FTP server in a convenient, easily navigated form. ... My P5-133 spends about 0.025 ms on one file when doing linear search with simple criterion (690 ms for 27,000 files, search for substring among file names/descriptions with 70 hits). ... Let's now look whether we can handle 1,000,000 files. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/software/juggler/work.html -- 7.6 Кб -- 12.02.2000
Похожие документы

9. About Data by Type Pages
The Magnetospheric Yellow Pages directories are lists of links to remote web sites that provide magnetospheric physics data. ... The Data Server directories are sorted two ways to make navigating easier. The list of Data Servers sorted by Data Type first provides a list of all catefories of data types for which there are known on-line data servers. ... Then by clicking on one of those links you jump to the remote site that is listed - e.g. whatever web server actually hosts those web pages. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/YELLPAGE/info/about-data-by-type.html -- 4.1 Кб -- 21.12.2007
Похожие документы

10. Stellarium: Server Class Reference
... Classes . ... ClassљList . ... Server Class Reference abstract . ... Adds this object to the list of connections maintained by this server. ... The class makes heavy use of polymorphism to perform all its work by maintaining a list of connections in the form of Socket pointers. The list actually contains objects of classes that inherit Socket , including one Listener object, created in the constructor, and one or more Connection objects, each representing a TCP/IP connection to a client. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classServer.html -- 9.8 Кб -- 28.02.2014
Похожие документы

11. http://observ.pereplet.ru/images/z/backupsql.txt
php /* * Backup script on server. ... Connects to the mySQL * database and creates a backup file of the whole database. ... Yes/No? ... It will void your warranty :-D! $ date = date ( mdy-hia ); $filename = $savepath/$dbname-$ date .sql ; if($use_gzip== yes ){ $ filename2 = $ file ; } else { $ filename2 = $savepath/$dbname-$ date .sql ; } if($send_email == yes ){ $fileatt_type = filetype($ filename2 ); $ fileatt_name = .$dbname. - .$ ... BR>"; $message .= "--{$mime_boundary}\n" ." ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/z/backupsql.txt -- 7.3 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>27) - observ.pereplet.ru/ )

12. APO 3.5-m Users Mail Servers
Michael Strauss (Princeton University) has set up several mail servers for discussion of various aspects of the use of the 3.5-m telescope at APO. There is a mail server for each of the instruments, the telescope, and related computer hardware/software. A full description of the mail servers is available at the link listed below. To go directly to the mail server page choose the following link. Description of the APO Users Mail Servers . APO 3.5-m Mail Server Page . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/mailserv.html -- 2.2 Кб -- 09.06.2006
Похожие документы

13. pdev_birdies_25jun07
... The fpga code has been modularized so that different signal processors can reuse the verilog code of the different modules. ... Module constants are normally defined in module/src/Makefiles.def . ... dlpf/ : Code for DLPF module. src: Makefile.defs, mkdlpf perl script, top.v . ... plinth : holds code that is not included in sp. src: verilog code for plinth as well as Makefile.defs. build: this directory has an .edn and .edf file but no Makefile? . ... dlpf: Makefile to build dlpf module for sp . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/fpga.html -- 25.5 Кб -- 06.02.2009
Похожие документы

14. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/xmccd-4.2.1/scripts/README
This directory contains prototypes for scripts that may be called by the camera driver. ... The script set_camera_filter should take a filter number as an argument and send a command to a filter wheel. The SBIG filter wheel is supported internally and does not use this script. If you have another filter wheel, then a script such as this would allow you to use XmCCD to control the filter wheel. ... Simply "make" the routine in the ifw directory, and then "make install". ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/xmccd-4.2.1/scripts/README -- 2.3 Кб -- 27.04.2013
Похожие документы

15. Example of using anonymous ftp
To connect to the anonymous ftp server at the Univerity of Edinburgh and list the files in the login directory: ftp> open ftp.ed.ac.uk Connected to pcserver2.ed.ac.uk. ... If you experience any problems with this service or wish to make a comment then send email to: ftpmaster@edinburgh.ac.uk 220 The date and time is Fri May 16 16:13:03 1995 Name (ftp.ed:erpl08): anonymous 331 Guest login ok, send your email address as password. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/ftp2.4.2.1.1.html -- 2.9 Кб -- 17.01.1997
Похожие документы

16. Automatic Mirroring of the IRAF FTP and WWW Archives
Next: The ROSAT RESULTS ARCHIVE: Tools and Methods . ... IRAF Group, NOAO, PO Box 26732, Tucson, AZ 85726 . ... Large FTP archives have long used mirrors (copies of the network archive maintained on remote hosts) to decrease the load on a particular server or shorten the network path to provide faster download times. Little has been done however to simplify mirroring of WWW (World Wide Web) pages, although many projects and users now rely on Web pages at least as heavily as anonymous FTP services. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/fitzpatrickm.html -- 14.1 Кб -- 23.06.1998
Похожие документы

17. EIT Server Input File Format
Suppose measuring system has 16 electrodes. ... If the measuring system doesn't perform redundant measurements, as the current injection through electrodes n and m is equivalent to the injection through electrodes m and n , corresponding redundant values should be set to zeros as in the following example: POLAR 16 0.000 0.908 0.513 0.313 0.202 0.280 0.752 0.000 0.000 0.869 0.351 0.243 0.297 0.311 0.340 0.000 0.000 0.000 1.358 0.484 0.205 0.212 0.355 1.214 0.000 ... EIT Gallery ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/tserver/fileformat.html -- 6.5 Кб -- 12.06.2001
Похожие документы

18. X-Ray WWW Server
... Welcome to the X-Ray World Wide Web Server! This server has been operational since April 1994. ... It is the repository of the COREX bibliography and database, the Henke atomic scattering factors, and other information of interest to x-ray spectroscopists. It provides links to additional locations for information about x-ray research, including conferences , synchrotron radiation laboratories , and other x-ray related Web or FTP sites . ... UW Synchrotron Radiation Center (Stoughton, WI USA) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/afk/AtDatCentre/DtBases/X-RayServ.html -- 10.8 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>219) - www.astro.spbu.ru/ )

19. [NEdit] FAQ: Server mode and nc
I want to use nc as an external editor from my mailer, but my mailer doesn't wait for the editor to finish . I started nedit as root, then tried later to edit a file as myself with nc ; the file was opened in the root's nedit . ... I use a mailer which can invoke an external editor, but if I use nc, the mailer process continues and assumes the editor has finished, when in fact it hasn't. nc is actually finished communicating with the NEdit server when it returns. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/faq/sect_server_mode.shtml -- 3.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/faq/sect_server_mode.shtml -- 3.7 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/faq/sect_server_mode.shtml -- 3.7 Кб -- 02.10.2012
Похожие документы

20. ASCII files description
... Co-ordinate systems description . Directories structure . The file names' construction . The file set description . ... The orbital information for each month is presented in the separate directory. The INTERBALL orbital data are located on the STDA server, for each month in the separate subdirectory, which name consists from the year (YYYY) and month (MM) numbers. The Parent Directory of the Tail Probe orbital data is http://www.iki.rssi.ru/da/interball/tail/orbit/ . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/camp2/numfile.htm -- 9.9 Кб -- 06.06.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/camp2/numfile.htm -- 9.9 Кб -- 06.06.1999
Похожие документы
Еще в разделе: (Показать все результаты (>875) - www.cosmos.ru/ )

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


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

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

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