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

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

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

1. Removing a command alias
. To remove a command alias: . 1. Edit the shell startup file and remove the containing the alias definition. 2. Save the changes and leave the editor. 3. Source the shell startup file to have the changes take immediate effect. For example: source .cshrc .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias_csh4.html -- 2.0 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>894) - comet.sai.msu.ru/ )

2. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

3. AstroWeb -- Internet Resources for Astronomers
... R. E. Jackson . ... H.-M. Adorf . ... D. C. Wells . ... AstroWeb is a World Wide Web (WWW) interface to a collection of Internet accessible resources aimed at the astronomical community. ... The goal of AstroWeb is to be the most complete, up to date, and useful listing of Internet accessible astronomical resources available anywhere. ... Jackson, Wells, and Adorf noticed that they and others had created largely overlapping lists of Astronomical resources. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/jacksonr1.html -- 8.9 Кб -- 03.11.2000
Похожие документы

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

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

6. SM - Termcap -- A Terminal Database
... Termcap is a Unix idea, that makes it possible to write software that runs on a wide range of different terminals. ... If SM can't open TERMCAP as a file, it is taken to be the value of the entry for your terminal. ... A TERMCAP variable takes precedence over an entry in your `.sm' file. ... There is a problem with using the last line of the screen as the SM command line, and this is that some terminals use the same screen for graphics as for text, and your graph will merrily scroll away as you type...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/sm_28.html -- 7.9 Кб -- 02.10.2012
Похожие документы

7. CIMA Source Catalogs
Although You can type in source coordinates as You go, it is usually much easier and safer to use a source catalog. ... Note that coordinate type, velocity, velocity frame and velocity type are required parameters for all sources in a catalog. If they are the same for all objects, You can set them up in the beginning of Your source catalog with a DEFAULT line ( only for CIMA version 2.3 or later ). ... You can add a ' # ' followed by an optional comment after the last parameter. ... velocity . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_catalogs.html -- 12.8 Кб -- 01.03.2012
Похожие документы

8. Locale support for Joe's editor
... I've implemented 'udupl' function (duplicate line). There are many files touched, so download full archive joe-2.9.8-imovement.tar.gz I've added definition of ^] to joerc - it's now duplicate line, also I've changed defaults in joerc - nonotice, asis, nobackup and wordwrap . ... I've reworked my smart move patch to joe v. 2.9.8. ... Download joe-2.9.8-imovement.tar.gz - my version of joe 2.9.8 with smart move support. ... This is a preliminary patch for Joe's editor which adds locale support. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/joe/ -- 4.7 Кб -- 21.12.2007
Похожие документы

9. HyperLeda: example of online pipeline processing
Examples of pipeline processing . ... This page presents examples of "on the fly" processing of FITS astronomical data available on the WEB using the HyperLeda pipeline tools. ... In many cases, raw data are archived and a consisten description of the file (FITS header) allows to process them on the fly. ... This first command makes a "pre-view" display of the image. o=fa:L93111HP1/00147&z=vg . ... The result of a pipeline processing is a FITS file that you can read as a normal disk file. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/11/examples.html -- 11.1 Кб -- 23.12.2013
Похожие документы

10. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... To enable mod_dav , add the following to a container in your httpd.conf file: Dav On . ... In addition, a location for the DAV lock database must be specified in the global section of your httpd.conf file using the DavLockDB directive: DavLockDB /usr/local/apache2/var/DavLock . ... Use the Dav directive to enable the WebDAV HTTP methods for the given container: <Location /foo> Dav On </Location> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_dav.html -- 18.2 Кб -- 19.11.2015
Похожие документы

11. DIMMWIT Resources
This page contains links to various material connected with the Cambridge Differential Image Motion Monitor Which Is Transportable (DIMMWIT). ... In W. Traub, J. D. Monnier, and M. Sch ller, editors, New Frontiers in Stellar Interferometry , volume 5491 of Proc. SPIE . 21-25 June 2004, Glasgow, SPIE Press, 2004. ... The material below is intended for users of the DIMMWIT and its associated camera software (Finder) and is fairly technical in nature. ... A brief history of Finder by Bodie Seneta . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/dimmwit/ -- 4.0 Кб -- 27.10.2004
Похожие документы

12. lsst.tcc: include/tcc/telMod.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . ... telMod.h . ... 6 љ #include <string> . ... 24 љ explicit TelMod (std::string const &filePath) { . ... 86 љ void loadPath (std::string const &filePath); . ... 112 љ std::vector<std::string> getTermNames () const ; . ... 145 љ std::ostream & operator<< (std::ostream &os, TelMod const &telMod); . ... double getTerm(std::string const &termName) const . ... std::vector< std::string > getTermNames() const . ... TelMod(std::string const &filePath) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tel_mod_8h_source.html -- 30.6 Кб -- 14.09.2015
Похожие документы

13. VLBApls source sample
... The VSOP Survey Continuum Source List . The radio sample for the VSOP continuum survey was defined to include all extragalactic radio sources with: . a total flux density at 5 GHz, S>=1.0 Jy . ... The sample also included all sources in the sky with a 5 GHz flux density S>5 Jy, regardless of spectral index and galactic latitude. ... The source would then be included in the VSOP sample (three of the sources were found with a flux density above 1 Jy and added to the sample). ...
[ Сохраненная копия ]  Ссылки http://www.vsop.isas.ac.jp/VLBApls/sample.htm -- 4.1 Кб -- 17.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>445) - www.vsop.isas.ac.jp/ )

14. *imcnts* - Find counts in an extended region, after removing an embedded point
Next: *imexamine* - General analysis Up: Regions and Source Parameters Previous: *imcnts* - Find background . input file: xdata$snr.qp . output file: snr_cnt.tab . ... N.B.: The use of imcnts to obtain counts in regions can lead to wrong results when more than one region is used in the same run, if there is any overlap between them, since each pixel can be assigned to ONE AND ONLY ONE region (the last one defined that includes that pixel. See ``help regions''). rsdc@cfa.harvard.edu . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node94.html -- 4.4 Кб -- 01.10.2012
Похожие документы

15. The Browne & March? Effect
... The BM effect causes low-luminosity blazars (particularly BL Lacs) to be missed in surveys because the apparent luminosity of the non-thermal nuclear source does not exceed that of the host galaxy by a large factor. ... Browne (1995). ... In addition to these objects, a large fraction of the newly-identified BL Lacs in our sample (10 of 22; see Table 5) have been so classified only by virtue of our usage of the expanded March? et al. (1996) definition of the BL Lac class. ... 1996). ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~ppadovan/survey/dxrbs_paper/node17.html -- 9.5 Кб -- 03.12.2003
Похожие документы

16. "Exploration" as a Classroom Resource
... a) As source material for the high-school or college curriculum, especially in physics. astronomy and their history. (b) As a source of supplemental projects by high school students or by undergraduates. (c) As material for independent studies, In particular by motivated students who seek to know more about space . ... Those wishing to look up specific topics are advised to use the index file, accessible from the end of any "Exploration" file. ... files not listed and at other resource material. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/Education/wteach.html -- 9.5 Кб -- 21.12.2007
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/Education/wteach.html -- 9.5 Кб -- 22.09.2005
Похожие документы
Еще в разделе: (Показать все результаты (>987) - www.cosmos.ru/ )

17. "Exploration" as a Classroom Resource
... a) As source material for the high-school or college curriculum, especially in physics. astronomy and their history. (b) As a source of supplemental projects by high school students or by undergraduates. (c) As material for independent studies, In particular by motivated students who seek to know more about space . ... Those wishing to look up specific topics are advised to use the index file, accessible from the end of any "Exploration" file. ... files not listed and at other resource material. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/EAMAGSPH/wteach.html -- 9.3 Кб -- 21.12.2007
Похожие документы

18. http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom/a-c/boom-tc2.txt
BOOM-TC2 - BOOM: Shadow of The Zedix (version 2) A Total Conversion for Ultimate Doom v1.9 featuring a complete episode (9 maps), new sounds and graphics, new monsters and new weapons. ... The original version contained an illegal hacked doom.exe; this version has an equivalent DeHackEd patch, so you can either patch your own legal copy of doom.exe, or just run it directly with an appropriate Source Port. ... If you haven't version 1.9 of DOOM already, get the update patch. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom/a-c/boom-tc2.txt -- 8.4 Кб -- 14.07.2000
Похожие документы

19. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/Makefile.in
... See also changes and comments in configure.in # prefix = @prefix@ exec_prefix = @exec_prefix@ DESTDIR = CFITSIO_LIB = ${DESTDIR}@libdir@ CFITSIO_INCLUDE = ${DESTDIR}@includedir@ INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_INCLUDE} ${ CFITSIO_LIB } ${ CFITSIO_LIB }/pkgconfig SHELL = / bin /sh RANLIB = @RANLIB@ CC = @CC@ CFLAGS = @ CFLAGS @ SSE_FLAGS = @SSE_FLAGS@ FC = @FC@ LDFLAGS = $( CFLAGS ) DEFS = @ DEFS @ LIBS = @ ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/Makefile.in -- 6.0 Кб -- 17.07.2012
Похожие документы

20. ASP: AstroCappella - A Musical Exploration of the Universe
... Editor's note: This activity is both on the Astrocappella web site and the CD-ROM featured in this article. ... Every student can demonstrate the Doppler effect! ... splash out' ball** . ... Twist the 'splash out' ball open. ... This effect can occur with both sound and light, because both sound and light reveal wave- like behavior. ... The number of waves reaching an observer in one second is called the frequency. ... What has the Doppler shift told astronomers about the expansion of the universe? ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/55/astrocappella3.html -- 12.7 Кб -- 02.10.2012
Похожие документы

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


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

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

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