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

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

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

1. VLBI Wiki | PmWiki / Internationalizations
... PmWiki . ... PmWiki FAQ . ... pmwiki.org . ... Go to new wiki . ... PmWiki supports internationalization (internationalisation) of web pages, allowing accented characters to appear in page names and almost complete customization of PmWiki 's prompts. ... Pages for many languages such as French, German, Dutch, and Spanish have already been created and maintained at the pmichaud.com site. ... php if (!defined('PmWiki')) exit(); ##change to French language XLPage('fr','PmWikiFr.XLPage'); . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.Internationalizations -- 14.3 Кб -- 12.04.2016
Похожие документы

2. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

3. The File Life Cycle
The File System . This section describes how you can create new files, copy existing files, and delete obsolete files. ... RENAME to change the name of a file. ... Files can be created in several ways: text can be entered from the keyboard via the CREATE command, an editor can create a file, as can a running program, and files can be copied from other directories. ... To delete obsolete files, use the DELETE command followed by a file name or file name template (wildcards). ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_22.html -- 9.0 Кб -- 01.11.1995
Похожие документы

4. Referring to other command aliases
. You can use an existing command alias within another command alias. Define a first alias: alias print lpr . This creates the alias print for the lpr command used to print files to your default printer. This alias can now be used within another alias. For example: alias tree 'cd; ls -R | print' . The alias tree will list the complete directory tree below the users home directory on the default printer. Multiple commands within an alias can be separated by a semicolon; just as they are on the command line .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias_csh1.html -- 2.3 Кб -- 17.01.1997
Похожие документы

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

6. Apache Multiple Log Files
It is now possible to specify multiple log files, each with a fully customizable format. ... Multiple log files are implemented as part of the mod_log_config module which as of Apache 1.2 is the default log module. Multiple log files be created with either the TransferLog or CustomLog directive. These directives can be repeated to create more than one log file (in previous releases, only one logfile could be given per server configuration). ... Syntax: CustomLog filename "format" . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/multilogs.html -- 5.8 Кб -- 15.10.2001
Похожие документы

7. common tcsh completions
The following are useful tcsh completions I use, which should mostly be fairly standard for any unix platform, so you can just drop them into place. # directories complete cd 'C/*/d/' complete rmdir 'C/*/d/' complete lsd 'C/*/d/' # signal names # also note that the initial - can be created with the first completion # but without appending a space (note the extra slash with no # append character specified) ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/tcsh.html -- 6.0 Кб -- 10.04.2016
Похожие документы

8. CREATE FULLTEXT DICTIONARY
... CREATE FULLTEXT DICTIONARY -- create a dictionary for full-text search . CREATE FULLTEXT DICTIONARY dictname LEXIZE lexize_function [ INIT init_function ] [ OPTION opt_text ] ; CREATE FULLTEXT DICTIONARY dictname [ { INIT init_function | ... CREATE FULLTEXT DICTIONARY will create a new dictionary used to transform input word to a lexeme. If a schema name is given (for example, CREATE FULLTEXT DICTIONARY myschema.dictname ... ) then the dictionary is created in the specified schema. ... INIT . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createdict.html -- 7.6 Кб -- 13.04.2008
Похожие документы

9. File Access and Directory System Calls
... This basically involves calling appropriate functions to traverse a directory hierarchy or inquire about a directories contents. int chdir(char *path) -- changes directory to specified path string. ... There are many system calls that can applied directly to files stored in a directory. int access(char *path, int mode) -- determine accessibility of file. path points to a path name naming a file. access() checks the named file for accessibility according to mode , defined in #include <unistd.h> : . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node20.html -- 17.1 Кб -- 02.10.2012
Похожие документы

10. mod_authn_core - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... Core Authentication . ... This module provides core authentication capabilities to allow or deny access to portions of the web site. mod_authn_core provides directives that are common to all authentication providers. AuthName . AuthnProviderAlias> . ... The example below creates two different ldap authentication provider aliases based on the ldap provider. ... Directory> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_authn_core.html -- 16.2 Кб -- 19.11.2015
Похожие документы

11. Input/Output Redirection in Midas
... Similar to Unix MIDAS commands also accept input from an ASCII file instead of an input line typed on the terminal. ... Different ways exist to save the output of a MIDAS command in an ASCII file besides just using the logfile. There is a set of PRINT/... commands to print out the contents of the different MIDAS data objects, e.g. PRINT/TABLE . ... Another possibility which is applicable to all MIDAS commands, not just the PRINT commands, is to specify the output file directly in the command. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node38.html -- 6.4 Кб -- 23.02.1996
Похожие документы

12. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>26836) - crydee.sai.msu.ru/ )

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

14. A chocolate printer is being created in SSAU
... Pre-university education . ... Samara region . SSAU History . SSAU roadmap . ... Scientists of Samara State Aerospace University (SSAU) develop a unique 3D-printer for chocolate confectionery printing. 3D-printer for chocolate printing is being created in SSAU Centre for Robotic Complexes and Mechatronic Systems. ... Know-how of the scientists of Samara State Aerospace University in that they were developed unparalleled chocolate delivery and cooling systems in 3D-printer. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12072/ -- 26.4 Кб -- 21.12.2015
Похожие документы

15. http://xray.sai.msu.ru/~ivan/gmt/man/makecpt.html
makecpt - Make GMT color palette tables makecpt [ -C table ] [ -I ] [ -T z0 / z1 / dz ] [ -V ] [ -Z ] makecpt is a utility that will help you make color palette tables (cpt files). ... The resulting cpt file can be reversed relative to the master cpt, and can be made continuous or discrete. ... Choose among the built-in tables (type makecpt to see the list) or give the name of an existing cptfile [Default gives a rainbow cpt file]. I Reverses the sense of color progression in the master cptfile. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/makecpt.html -- 3.3 Кб -- 19.03.1999
Похожие документы

16. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/dos/DOSHELP.HLP
... This is the MS-DOS general help file. ... Type FASTHELP with no arguments to display the text in this file. ... APPEND Allows programs to open data files in specified directories as if they were in the current directory. ... COPY Copies one or more files to another location. ... FC Compares two files or sets of files, and displays the differences between them. ... PATH Displays or sets a search path for executable files. ... SYS Copies MS-DOS system files and command interpreter to a disk you...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/dos/DOSHELP.HLP -- 6.7 Кб -- 06.03.2001
Похожие документы

17. http://xmm.vilspa.esa.es/sas/8.0.0/doc/specadd.ps.gz
XMM-Newton Science Analysis System Page: 1 specadd July 1, 2008 Abstract It creates a multiple X-ray spectrum FITS le either by stacking or putting to- gether two single spectrum les or by stacking a single spectrum on top of an existing multiple spectrum le. ... This type of spectral les is particularly useful when the user wants to simultaneously analyse di erent observations of the same object carried out with the same instrument or with di erent instruments. ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/specadd.ps.gz -- 46.3 Кб -- 01.07.2008
Похожие документы

18. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

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

20. Space Laser Creates Artificial Star
Astronomy Picture of the Day . ... 25.04.2001 . ... AURA , NSO , NOAO , NSF Explanation: Some astronomers don't like stars. ... So rather than try to eradicate existing stars with a laser, these astronomers create an artificial star of their own right where they need it -- with a laser . ... Above , an artificial star was created with a four-watt laser at Richard B. Dunn Solar Telescope on Sacramento Peak in New Mexico . ... April . ... April 2001 . ... A Telescope Laser Creates an Artificial Star . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1167714 -- 14.3 Кб -- 26.04.2001
Похожие документы

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


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

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

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