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

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

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

1. http://www.stsci.edu/spst/UnixTransition/doc/cl_parameters_input.py
... #*********************************************************************** __version__ = 16.02.01 from Tkinter import Label , Frame, W from pass_environ_setup import PASS_SYSTEM from pass_product import REVISION_LETTERS from spss_tk_util import Time_Entry import Pmw import select_option_ menu import time_util import cl_break_selection_ menu import dir_selection_ menu import Tix ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/cl_parameters_input.py -- 12.5 Кб -- 08.04.2016
Похожие документы

2. Default access permissions
. When you create a file or directory its access permissions are set to a default value. These are usually: . rw------- . gives you read and write permission for your files; no access permissions for the group or others. rwx------ . gives you read write and execute permission for your directories; no access permissions for the group or others. Access permissions for your home directory are usually set to rwx--x--x or rwxr-xr-x . Changing default access permissions .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/def_perm.html -- 2.3 Кб -- 17.01.1997
Похожие документы

3. Hermes defaults file
The template task context and some other parameters can be defined in a defaults file which will be read when Hermes is started. This file must have the name hermes.def and reside in the directory from which Hermes is started or in the user's HOME directory. ... Its format is a text file which may contain any number of the keyword-value pairs from the table below. ... SCREEN= . screen output status ; must be ON or OFF . ... printer number for screen hardcopies. ... WEB_BROWSER= . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/hermesdef.html -- 3.5 Кб -- 16.01.2009
Похожие документы

4. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/xmccd-4.2.1/libsbig/README
The files in this directory are necessary for running SBIG USB cameras with XmCCD. ... The version in this directory is the most recent one released by SBIG at the time this version of xmccd was developed. ... In Suse 12.3 fxload is not installed by default, but it is available as a post-installation software option. The file 96-sbig.rules has the USB device specifications appropriate for the version of libusb installed with OpenSuse 12.2 or later. ... It will install 51-sbig.rules by default. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/xmccd-4.2.1/libsbig/README -- 1.9 Кб -- 27.04.2013
Похожие документы

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

6. Starting the MIDAS Monitor
Next: MIDAS And the Up: Monitor and Command Previous: Monitor and Command . ... the MIDAS working directory for internal files and (optionally) private procedures: . ... On a Unix system use the option -m < mid_work > to change the default working directory, and -p or -P to run MIDAS in parallel mode љ when you start MIDAS via the command inmidas (see below). ... In NOPARALLEL mode all intermediate MIDAS files in the MIDAS startup directory are deleted when starting MIDAS via inmidas. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node25.html -- 10.2 Кб -- 23.02.1996
Похожие документы

7. OptInt PmWiki : PmWiki / Upload Variables
OptInt PmWiki : Pm Wiki / Upload Variables . Security Variables | ... The directory where uploads are to be stored. Defaults to uploads/ in the pmwiki directory, but can be set to any location on the server. ... UploadDirQuota = 100*1024; # limit uploads to 100KiB $UploadDirQuota = 1000*1024; # limit uploads to 1000KiB $UploadDirQuota = 1024*1024; # limit uploads to 1MiB $UploadDirQuota = 25*1024*1024; # limit uploads to 25MiB $UploadDirQuota = 2*1024*1024*1024; # limit uploads to 2GiB . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/UploadVariables?action=print -- 18.4 Кб -- 01.03.2014
Похожие документы

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

9. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>5307) - crydee.sai.msu.ru/ )

10. mod_authn_socache - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Manages a cache of authentication credentials to relieve the load on backends . ... Authentication Cacheing . ... A typical case in point is where an HTML page contains hundreds of objects (images, scripts, stylesheets, media, etc), and a request to the page generates hundreds of effectively-immediate requests for authenticated additional contents. mod_authn_socache provides a solution to this problem by maintaining a cache of authentication credentials. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_authn_socache.html -- 18.6 Кб -- 19.11.2015
Похожие документы

11. Apache HTTP Server: Security Tips
... Server Side Includes . ... Protect Server Files by Default . Some hints and tips on security issues in setting up a web server. ... In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. ... If the logs directory is writeable (by a non-root user), someone could replace a log file with a symlink to some other system file, and then root might overwrite that file with arbitrary data. ... Accessing http://localhost/~root/ . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/security_tips.html -- 12.2 Кб -- 01.08.2003
Похожие документы

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

13. Zen: tsearchd
Hide Zen home . ... The main idea is to create inverted index for large read-only archive and preserve full compatibility with tsearch2 (parsers, dictionaries, ranking), so one could combine results (UNION) of searching on two archives - read-only archive by tsearchd and current one by tsearch2 and rank results. ... However, calculating of rank requires reading tsvector for all rows in results, so it could slow down select. 1. tsearchd daemon should be started before creating creating inverted index. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/tsearchd -- 9.6 Кб -- 11.04.2016
Похожие документы

14. Features of the PROS software
Next: Coordinate Systems Up: IRAF/PROS Previous: Other Types of Files . A few new features and enhancements to the standard IRAF system have been introduced with the PROS software: . ... Default compound extensions are used by the PROS tasks when no extension is given for the output file name. Most PROS tasks allow the output file name to be defaulted, with the convention that the output file name will be composed of the input `root' name, plus the default extension specific to the task. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node19.html -- 8.0 Кб -- 01.10.2012
Похожие документы

15. http://star.arm.ac.uk/~csj/lines/lte/lte_line
C Shell script ' lte_line ' # # # # L T E _ L I N E S # # # # Function : Concatenate the atomic data for the # # selected ions into a single file # # # # Revised for new data structure # # # ############################################################################# #____________Some initial settings : set noglob alias rm 'rm -f' ### Enable easy deleting and renaming. alias mv 'mv -f' set nonomatch unalias cd set Ldir = $LINES_LTE ### Name of directory with atomic data. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/lines/lte/lte_line -- 8.5 Кб -- 13.11.2001
Похожие документы

16. Meade Instruments Corporation - Pictor Manual Part 3
... Meade Instruments Corporation . ... Section 3: File Menu . ... Displays the dialog to open an existing image: . ... Saves the current image as a new file name or new file type, or both. ... This can be useful to prevent having 20 or more images open at once, and saves having to close them manually. ... This is done by creating a text file with the same name as the image file. ... Note that Image Information is saved within the FITS file, so there will not be a text file to accompany these files. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/manuals/pictor/pictor3.html -- 13.0 Кб -- 01.02.2006
Похожие документы
Еще в разделе: (Показать все результаты (>2451) - www.meade.com/ )

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

18. Index of /~inest/ASCOM/Developer Resources
. Name . Last modified . Size . Description . Parent Directory . - . EmbedHTML.zip . 24-Jan-2006 13:24 . 72K . Telescope_C++.zip . 24-Jan-2006 13:25 . 44K . ValidatorSetup_0_9_6.exe . 24-Jan-2006 13:32 . 807K . ascomC++Sample.zip . 24-Jan-2006 13:25 . 124K . dotnetTelescopeNSerial.zip . 24-Jan-2006 13:24 . 6.3K . Apache/2.2.14 (Ubuntu) Server at vega.inp.nsk.su Port 80
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/ASCOM/Developer%20Resources/ -- 2.8 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>81) - vega.inp.nsk.su/ )

19. Space Science Education Resource Directory
... A rich suite of resources for public use is available including multimedia materials, online resources, hardcopies and other items. ... These objectives have been addressed through the creation of an education resource directory meeting the varied needs of the different customers of Space Science education. ... 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/O2-04/ -- 12.5 Кб -- 29.05.2001
Похожие документы

20. TUI:TUI Menu:Preferences Window
The Preferences window allows you to specify various application preferences (surprise!) It is brought up by selecting Preferences from the TUI Menu. ... Each preference may be edited by clicking on it. If the value is changed to anything other than the current value then an exclamation mark is shown between the name and the value. ... Seq By File : controls whether whether images are numbered in the order taken (unchecked) or are numbered separately for each image name (checked). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/PreferencesWin.html -- 9.1 Кб -- 05.09.2014
Похожие документы
Еще в разделе: (Показать все результаты (>569) - www.apo.nmsu.edu/ )

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


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

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

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