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

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

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/sag-0.4/node70.html.

1. Command name completion
This feature is only available with the Bourne Again Shell (bash). ... To complete a command name press the TAB key. tel <TAB> net telnet> . ... Pressing the TAB key again displays all the commands on your path that begin with those letters. For example: ma <TAB><TAB> mach mail makecookie man maze macptopbm make makedepend mapname . ... Command name completion also works in the middle of a command line. For example the command name teln <TAB> orion.geo.aber . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/cmd4.html -- 2.7 Кб -- 17.01.1997
Похожие документы

2. String completion
Next: Leading Spaces Up: Interactive environment Previous: Interactive environment Index . Tab completion is enabled for all function names. If you type the first few letters of a function name, then type <TAB> the function name will be auto completed if it is un-ambiguous, or a list of possibilities will be given. Auto-completion works for the user object names as well as function names and even file names It does not work for for function arguments. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/asap/userguide/node9.html -- 3.6 Кб -- 05.02.2013
Похожие документы

3. Astronomy HyperText Book
... Stellar Evolution . Nucleosynthesis in Stars . The Evolution of Star Clusters . JAVA Physics Lab . Alternative Energies Class . Steve Kevan's Physics 251 Class . ... Talk on Solid State Physics of CCD detectors . Talk on Cosmological Issues . ... Digital Spectra of Stars . NETexperts E-mail List . The Electronic Universe Project e-mail: nuts@moo.uoregon.edu ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/text.html -- 3.3 Кб -- 26.03.1998
Похожие документы
Еще в разделе: (Показать все результаты (>218) - zebu.uoregon.edu/ )

4. ODF data set name completion
... Meta Index / Home Page / User-visible functionality The OAL provides functionality to expand a pair of two or a tuple of four identifiers into a valid ODF data set name which can then be used to physically open the set, e.g. with the dal open method. The corresponding OAL routine receives a string which is either a valid data set name or of the form . odf(<instr>, <mode>[, <expnr>, <ccdnr>[, scheduledFlag]]) . ... For data sets for which the field is not applicable a value of 0 must be given. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/oal/node4.html -- 7.8 Кб -- 08.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>5799) - xmm.vilspa.esa.es/ )

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

6. HST Cycle 11 Document Template
Set the COVERPART KEYWORD "\formattedsubmission{FTP}" in your proposal. Ftp to ftp-presto.stsci.edu, login as anonymous, give your complete email address as password, cd to "upload", put your PostScript or PDF file there, and logout again with "bye". ... Name (ftp-presto.stsci.edu:blacker): anonymous . ... Email the LaTeX coverpage to newprop@stsci.edu. ... Hence, do not worry that you cannot see your file there; if "ftp" has answered "transfer complete" then your file has arrived safely. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/proposer/cycle11/ftp_instructions.html -- 6.0 Кб -- 11.06.2001
Похожие документы

7. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README
CFITSIO Interface Library CFITSIO is a library of ANSI C routines for reading and writing FITS format data files. ... The CFITSIO library is built on Unix systems by typing: > ./configure [--prefix=/target/installation/path] > make (or 'make shared') > make install (this step is optional) at the operating system prompt. The configure command customizes the Makefile for the particular system, then the `make' command compiles the source files and builds the library. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README -- 6.9 Кб -- 30.12.2010
Похожие документы

8. Getting Started
GTK+ 2.0 Tutorial . ... This program will create a 200x200 pixel window and has no way of exiting except to be killed by using the shell. #include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *window; gtk_init (&argc, &argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_widget_show (window); gtk_main (); return 0; } . ... All programs will of course include gtk/gtk.h which declares the variables, functions, structures, etc. that will be used in your GTK application. ... gtk-debug . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-gettingstarted.html -- 10.4 Кб -- 19.07.2002
Похожие документы

9. Zen: tp search en
... country name . ... Query " Moscow's celebrations hotel Moscow, Russia" would failed if search attributes separately, but could be succeeded if search their concatenation. ... hotel". ... Simple search for "Moscow": # select name, country, place, rank( idx, ftsquery ) as r from hotels, to_tsquery('Moscow') as ftsquery where idx @@ ftsquery order by r desc; name | ... Query "Moscow hotel" (rewritten by hand): # select name, country, place, rank( idx, ftsquery ) as r from hotels, to_tsquery('Moscow | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/tp_search_en -- 12.6 Кб -- 10.04.2016
Похожие документы

10. Making Maps: Example + Animation
... Right: Corresponding scan tracks for the same date ( red ) and previous dates ( blue ), which cover about 2/3 of the map area (the field was completed on June 15). ... The I-GALFA survey area is divided into several fields with different declination ranges. ... By starting each subsequent night at a different position, we can cover the entire map area by ``weaving'' many such tracks together to build up a complete image of the sky brightness at all positions in the field. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~gibson/galfa/igalfa/gallery/obs/ -- 3.8 Кб -- 24.06.2009
Похожие документы

11. lte-codes news
lte-codes . Sterne . ... New physics (OP continuous opacities, opacity sampling, diffusion, tetrahedralization) and methods are being incorporated into all codes. ... A complete overhaul of the command syntax provides (a) many new commands, (b) multiple commands per line, (c) limited argument handling, (d) macros, to simplify operation of the programme . ... The last SFIT news bulletin was issued in 2002 September. ... 2002 SEP 11 - SFIT2 Method " genetic " implemented for solve , not synth . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/lte-codes.html -- 5.8 Кб -- 04.04.2008
Похожие документы
Еще в разделе: (Показать все результаты (>1733) - star.arm.ac.uk/ )

12. IPC:Interrupts and Signals: <signal.h>
... int kill(int pid, int signal) - a system call that send a signal to a process, pid . ... sig_talk.c --- Example of how 2 processes can talk */ /* to each other using kill () and signal () */ /* We will fork() 2 process and let the parent send a few */ /* signals to it`s child */ /* cc sig_talk.c -o sig_talk */ #include stdio.h #include signal.h void sighup(); /* routines child will call upon sigtrap */ void sigint (); void sigquit(); main() { int pid ; /* get child process */ if ((...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node24.html -- 13.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node24.html -- 13.3 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node24.html -- 13.3 Кб -- 02.10.2012
Похожие документы

13. The SuperCOSMOS Sky Surveys
Up: Sky Surveys . ... The object catalogue and compressed pixel data are stored online and are accessible via the WWW. ... small area (up to 15arcmin) pixel images with attached object catalogue, . ... The primary data format is FITS for both images and binary tables of object catalogues, which enables porting of the data into established software packages. ... In this way, it is possible to browse the data by clicking on objects in the image display or the catalogue list to highlight them in both. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P3-17/ -- 14.0 Кб -- 29.05.2001
Похожие документы

14. Main research and development work completed in 2010 and ready for
... Space Research Institute . Main . ... Main research and development work completed in 2010 and ready for implementation . Elaboration of automatic technology for analysis of abnormal changes of vegetation status based on satellite data . ... Satellite MODIS-Terra image, obtained on May, 17 2010. ... Main research and development work completed in 2009 and ready for implementation . Main research and development work completed in 2008 and ready for implementation ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/eng/2010niokr.htm -- 8.5 Кб -- 18.07.2011
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/eng/2010niokr.htm -- 8.5 Кб -- 18.07.2011
Похожие документы

15. Procedure for Part Numbering Convention: Larry Carey, 2005
Numbering Procedures for APO 2.5m and 3.5m Drawings and Engineering/Drafting Documents . ... Document part numbers are to consist of a 7 character long "base numbe,r" which is coded to provide information about the part's intended first use. The part number becomes complete and unique only with the addition of a revision number. ... Example of a "base number": 25CSA01 . ... PART NUMBER CONVENTION . ... For Example: . ... R = "Revision" . ... Questions contact Larry Carey/University of Washington ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/06APODrawNumConv.htm -- 8.3 Кб -- 22.03.2006
Похожие документы

16. mod_file_cache - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... Caches a static list of files in memory . ... file_cache_module . ... mod_file_cache caches a list of statically configured files via MMapFile or CacheFile directives in the main server configuration. ... The CacheFile directive of mod_file_cache opens an active handle or file descriptor to the file (or files) listed in the configuration directive and places these open file handles in the cache. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_file_cache.html -- 15.7 Кб -- 19.11.2015
Похожие документы

17. Young scientists of Samara University began to make the most complete database
... Pre-university education . ... Samara region . ... University at a glance . ... A group of young scientists of Samara University under the guidance of the candidate of chemical sciences Yevgeniy Aleksandrov began to make the most extensive database in the world for the structure and physical properties of crystalline coordination polymers. ... The idea of making a database for coordination polymers already exists in the scientific community of the world. ... SAMARA STATE AEROSPACE UNIVERSITY . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12441/ -- 27.3 Кб -- 25.03.2016
Похожие документы

18. http://www.mrao.cam.ac.uk/~anthony/aac_lecture15_overlays_2006.pdf
Lecture 15 Plan for Lecture Will complete derivation of Angular Diameter Distance and then go through a specific example-- Einstein de Sitter universe Then look at what it becomes in a ` flat ' universe (currently favoured) Then discuss velocities and the Hubble Law (actually derive this) And then specific examples of what the data on Luminosity distance seems to be saying about the dynamics of the universe Finally, a new topic -- horizons, in ... Also, k = 0 (for EdS) S () . ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/~anthony/aac_lecture15_overlays_2006.pdf -- 1752.9 Кб -- 09.11.2006
Похожие документы

19. http://www.wdcb.ru/stp/data/geo_hour.val/Readme.txt
This Directory contains mean hour values of geomagnetic field components at observatories in Russia and other repub- lic of Former Soviet Union (FSU). The List of these observatories has indication of Data Years. ... Files are prepared in the DOS format. The Format for mean values follows after this list of the geomagnetic observatories. ... 21-116 24I4 24 4-digit hourly mean values for the day. ... If any of the hourly mean values for the day are missing 9999 will appear as the daily mean. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/geo_hour.val/Readme.txt -- 7.0 Кб -- 26.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>41) - www.wdcb.ru/ )

20. Getting Started in Actor Prolog. Analyzing Web Sites.
In this chapter we will consider two very simple but useful Web agents that I have written on Actor Prolog for my own needs. ... Let us start the Web agent. Fig. ... Start of the Web agent. The Context diagram consists of three blocks: "Logic Programming Sites", "Edit", and "Check". ... Some Web sites that are linked with the logic programming and Prolog are listed in the pulldown list (these addresses are transferred to the "Edit" block from the "Logic Programming Sites" block). ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_scan.html -- 13.7 Кб -- 24.09.2007
Похожие документы

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


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

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

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