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

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

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

1. Creating commands and programs using the shell
As well as using the shell to run commands you can use its built-in programming language to write your own commands or programs. You can put commands into a file - known as a shell script - and then execute that file as you would a command or program. The use of the Bourne shell (sh) is illustrated as this is available on all UNIX systems. ... The C and TC shells use a programming language which is similar to the C programming language. Creating and executing simple shell scripts . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/index.html -- 2.5 Кб -- 17.01.1997
Похожие документы

2. Creation of the Input Emission Spectrum
Next: Edition of the Up: Typical Run Previous: Creation of the . The coefficients of the continuum are to be entered in keyword CLDCT. Edition of the table containing the emission line parameters. ... Command: . ... Computation of the spectrum. The command COMPUTE/EMI creates a 1D image, containing emission lines and continuum. ... EMI : input table containing the emission line parameter. if no table name is given, the output spectra will contain only . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node189.html -- 3.2 Кб -- 23.02.1996
Похожие документы

3. OptInt PmWiki : PmWiki / PmWiki Installation
OptInt PmWiki : Pm Wiki / PmWiki Installation . ... README.txt An introductory document pmwiki.php The main PmWiki script local/ Configuration scripts (local configuration files) cookbook/ Recipes (add-ons) from the Cookbook docs/ Brief documentation, sample configuration scripts pub/ Publicly accessible files pub/css/ Extra CSS stylesheet files [1] pub/guiedit/ pub/skins/ Layout templates for custom look and feel scripts/ Scripts that are part of PmWiki wikilib.d/ Bundled default PmWiki pages . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Installation?action=print -- 20.8 Кб -- 01.03.2014
Похожие документы

4. VLBI Wiki | PmWiki / PmWiki Installation
... PmWiki . ... Cookbook (addons) . ... The files in this directory include: . ... PmWiki will then analyze your system configuration and provide instructions (if needed) for creating the wiki.d/ directory which will be used to hold the pages created for your site. ... Use this method when "safe mode" is activated in the servers PHP installation. 3b. On some systems you can let PmWiki create wiki.d/ by temporarily changing the permissions on the directory containing the pmwiki.php file to 2777. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.Installation -- 19.2 Кб -- 12.04.2016
Похожие документы

5. GUI-fying and Documenting your Shell Script
... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... When individual applications are (tightly) integrated into the scripting language, this offers very powerful scripts, fully graphical user interfaces and a result sometimes indistinguishable from applications. ... Here is an example header from a C-shell script with which Figure 1 was made. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/teubenp.html -- 10.5 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/teubenp.html -- 10.5 Кб -- 15.05.1998
Похожие документы

6. Beginner's IDL - Line Plots
... Here we will look at line plots. We will go through steps, such as changing linestyles and symbols, you can use to modify your line plots. ... IDL> plot, num, line . ... IDL> plot, num, line, psym = 1 . ... IDL> plot, num, line, linestyle = 1 . ... Line Style . ... IDL> plot, num, line, linestyle=2, thick=3 . ... IDL> plot, num, line, psym = 8, symsize = 2.0 . ... IDL> plot, num, line, charsize=2.0, title='GHRS spectrum . ... IDL> plot, num, line, charsize=2.0, xcharsize=0.8, xtitle='wavelength' . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/IDLTopics/SSD98IDL/IDL_plotting1.html -- 12.5 Кб -- 23.12.2007
Похожие документы

7. Manual Page: htpasswd - Apache HTTP Server
NAME htpasswd - Create and update user authentication files SYNOPSIS htpasswd [ - c ] [ - m | ... p ] passwdfile username password htpasswd - n [ - m | ... p ] username password DESCRIPTION htpasswd is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users. ... Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by htpasswd. ... The user is prompted for the password. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/htpasswd.html -- 9.8 Кб -- 20.06.2002
Похожие документы

8. Operations with DFOS: daily workflow, the simple model
dfos = Data Flow Operations System, the common tool set for DFO . ... T he daily workflow for processing of calibration data is completely automatic. The dfos tool autoDaily provides the incremental and automatic CALIB processing. ... Let's assume you want to process a complete set of data from night 2014-11-15. ... create report . ... create ABs: CALIB . ... For the simple operational model discussed here, we assume all steps to be executed interactively. ... CALIB : create ABs; filter data . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/simple1.html -- 14.7 Кб -- 26.11.2014
Похожие документы

9. http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz
... GUI­fying and Documenting your Shell Script Peter. ... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... Tcl/Tk: TkRun The GUI that is created will provide a simple interface to a program that is spawned by the GUI. ... Sample Script: testscript Here is an example header from a C­shell script with which Figure 1 was made. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz -- 105.9 Кб -- 12.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>257) - www.stecf.org/ )

10. Manpage of FITSHDR_EDIT
fitshdr_edit - FITS-file headers interactive editor fitshdr_edit [options] FITSfile_name . fitshdr_edit utility allows to modify FITS headers' lines interactively (FITS MultiExtentionsFiles included). fitshdr_edit is just simple shell script around fitshdr utility. ... It means, that You can't remove line from header! ... 560:CRDELT2 = 21.0 / this is example 640: 720:HISTORY header No.0: 1st history line 123456789012345678901234567 880:COMMENT Sat Sep 25 21:17:34 CEST 2004 / by fitshdr_edit . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr_edit.1.html -- 4.6 Кб -- 21.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>476) - lnfm1.sai.msu.ru/ )

11. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... 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.arcetri.astro.it/manual/de/mod/mod_cgi.html -- 17.5 Кб -- 19.11.2015
Похожие документы

12. http://hea-www.harvard.edu/PINTofALE/doc/LDB_CHIANTI.howto
HOW TO CREATE THE CHIANTI LINE EMISSIVITY DATABASE 01Aug2010 NOTES: a. This version of PINTofALE is designed for use with CHIANTI v6 b. For convenience, we have also provided a tar file containing the CHIANTI line emissivities computed at various densities, in http://hea-www.harvard.edu/PINTofALE/PoA_chianti_2.0.tar.gz The following instructions should be used if you prefer to use a different grid, or need the emissivities computed at constant pressure, etc. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/doc/LDB_CHIANTI.howto -- 4.9 Кб -- 02.08.2010
Похожие документы

13. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

14. Command line options
... Common options . All SAS tasks support the following command line options: . ... If the task uses the ODF Access Layer ( oal ) the following command line option is recognized as well: . ... odf odf . ... odf can be the name of an ODF summary file as created by the task odfingest or merely the name of a directory containing one. ... All tasks may have additional parameters in a parameter file, that can be set on the command line (more information can be found in package param ). param = value . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/taskmain/node2.html -- 10.4 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>10885) - xmm.vilspa.esa.es/ )

15. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>378) - www.ipa.nw.ru/ )

16. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/belvoir14.txt
... Steganography can be used to store the data used in the image file (options /E and /X) Proposed directory for placement: /pub/os2/apps/graphics Your name: A. Doff Email address: m1@uni-one.nl Program contact name: (same) Program contact email: (same) Program URL: http://home.uni-one.nl/m1 Would you like the contact email address included in listings? no Operating System/Version: OS/2 Additional requirements: Replaces: /pub/os2/apps/graphics/belvoir13.zip ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/belvoir14.txt -- 2.2 Кб -- 21.09.2014
Похожие документы

18. http://www.astro.louisville.edu/software/alsvid/alsvid-current/README
... Linux systems will usually have the Python core (Version 2.7) available. ... ALSVID Python Utilities for Processing FITS Images ================================================== file _renumber.py Renumber files in a directory fits _1d_to_dat.py Extract a 1-dimensional FITS array as data fits _absolute_value.py Absolute value of an image fits _background_remove.py Fit and subtract a background fits _bias.py Subtract a bias frame fits _bin.py Bin a stack of images one by one ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/alsvid/alsvid-current/README -- 8.6 Кб -- 22.03.2016
Похожие документы

19. AO Spectral Line Position Search Database.
. Project Identification: . Source Name: . Observation Date: . (yyyy/mm/dd) . Start Date: . End Date: . Source Position: . RA (J2000): . h m s . Dec (J2000): . o ' '' . Search box in arcminutes: . +/- (Default 10 arcminutes meaningful . only when both ra dec are specified) .
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/specAOsearch/index.shtml -- 8.0 Кб -- 03.02.2013
Похожие документы

20. CREATE FULLTEXT CONFIGURATION
... CREATE FULLTEXT CONFIGURATION -- create full-text configuration . CREATE FULLTEXT CONFIGURATION cfgname PARSER prsname [ LOCALE localename ] [ AS DEFAULT ]; CREATE FULLTEXT CONFIGURATION cfgname [ { PARSER prsname | ... PARSER . ... LOCALE . ... Create new configuration test with default parser and ru_RU.UTF-8 locale. CREATE FULLTEXT CONFIGURATION test PARSER default LOCALE 'ru_RU.UTF-8'; =# \dF+ test Configuration "public.test" Parser name: "pg_catalog.default" Locale: 'ru_RU.UTF-8' Token | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createcfg.html -- 10.1 Кб -- 13.04.2008
Похожие документы

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


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

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

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