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

1 | 2 | 3 | 4 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/UserInput.html.

1. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

2. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

3. Making backups with tar
Next: Restoring files with tar Up: Simple backups Previous: Simple backups . A full backup can easily be made with tar љ : # tar -create -file /dev/ftape /usr/src . ... If your backup doesn't fit on one tape, you need to use the -multi-volume ( -M ) option: # tar -cMf /dev/fd0H1440 /usr/src . ... usr/src/ . ... usr/src/linux-1.2.10-includes/ .. ... An incremental backup can be done with tar љ using the -newer ( -N ) option: # tar -create -newer '8 Sep 1995' -file /dev/ftape /usr/src -verbose . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node85.html -- 6.2 Кб -- 04.05.1997
Похожие документы

4. TUI:Scripts:Scripting Tutorial:Get Info
It is easy to incorporate information from an instrument or the telescope into your scripts. ... mess with the getKeyVar statements because getKeyVar returns None in debug mode, making the commands run, which is perfect. import TUI .TCC.TCCModel import TUI .Inst. DIS .DISModel from TUI .Inst. DIS .StatusConfigInputWdg import StatusConfigInputWdg InstName = DIS class ScriptClass(object): Simple script to configure DIS . def __init__(self, sr): Display ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/GetInfo.html -- 6.4 Кб -- 05.09.2014
Похожие документы

5. Funtools FAQ: Programming
... include <stdlib.h> #include <funtools.h> int main(int argc, char **argv) { Fun fun; /* sanity check */ if( argc < 2 ) return 1; /* open file for reading */ if( !(fun=FunOpen(argv[1], "r", NULL)) ){ fprintf(stderr, "ERROR: can't open funtools file: %s\n", argv[1]); return 1; } /* close file */ FunClose(fun); return 0; } . ... pi); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ... region); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/faq/faq2.html -- 11.3 Кб -- 02.10.2012
Похожие документы

6. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/spUtils_0-1.txt
... Documentation (pdf) and example scripts are included. Preview Release 1 (Version 0.1). ... Proposed directory for placement: /pub/os2/dev/rexx/ Your name: Martin Iturbide Email address: martin@os2world.com Program contact name: Tim Mecking Program contact email: (none) Program URL: https://github.com/sptim/legacy-sputils Would you like the contact email address included in listings? yes Operating System/Version: Warp 3, Warp 4, WSeB Additional requirements: Replaces: ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/spUtils_0-1.txt -- 2.0 Кб -- 11.04.2015
Похожие документы

7. ADASS 2003 Conference Proceedings
... Up: Data Processing Systems . ... We demonstrate the latest Starlink software, including ORAC-DR pipelines, new Java applications, and distributed pipeline processing. ... An example of its use is the TOPCAT application ( http://www.starlink.ac.uk/topcat ), shown in part in Figure 2. ... Of course the final result can also provide estimates of errors and data quality, pixel by pixel, because the Starlink applications, Classic as well as the new ones, automatically keep track of these. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/D12/ -- 10.2 Кб -- 27.08.2004
Похожие документы

8. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

9. Apache's Handler Use
What is a Handler . ... mod_actions . ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы

10. Radioastrophysical department ISTP RAS SB
RADIOASTROPHYSICAL DEPARTMENT  INSTITUTE OF SOLAR-TERRESTRIAL PHYSICS RAS SB . ... Radioastrophysical Department , Institute of Solar-Terrestrial Physics, Siberian Division, Russian Academy of Science. ... Head of Laboratory dr. Gubin A.V. LABORATORY of INFORMATION SUPPLY and METHODOLOGY of RESEARCH . ... Head of Observatory Kitsanov S.V. SIBERIAN SOLAR RADIO TELESCOPE . Siberian solar radio telescope data at 5.7 GHz in I SOHO EIT 171 SOHO EIT 195 SOHO EIT 304 MDI Continuum MDI Magnetogram . ...
[ Сохраненная копия ]  Ссылки http://ssrt.iszf.irk.ru/ -- 20.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>9) - ssrt.iszf.irk.ru/ )

11. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы

12. Cairo
Cairo, Egypt . Cairo is the capital of Egypt and the largest city in the Middle East. Although Cairo itself is only about 1,000 years old, parts of the metropolis date back to the time of the Pharaohs. ... In the 19th century, one of the city's rulers, Khedive Ismail (1863-1879), sought to transform Cairo into a European- style city. ... Although a housing crisis has been broadcast by the international news media, it is estimated that Cairo may have a surplus of some 1 million housing units. ...
[ Сохраненная копия ]  Ссылки http://edu.zelenogorsk.ru/eprojects/city/cair_eng.htm -- 4.7 Кб -- 12.05.2002
Похожие документы
Еще в разделе: (Показать все результаты (>19) - edu.zelenogorsk.ru/ )

13. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 Кб -- 21.12.2010
Похожие документы

14. BQ-8006G Java Белый, Wi-Fi, 4Гб, 3G - BQ - BQ A Child's Garden Of Verses
... BQ-8006G Java Белый, Wi-Fi, 4Гб, 3G Белый, Wi-Fi, 4Гб, 3G... ... Perhaps one of the most popular of Stevenson's works, A CHILD'S GARDEN OF VERSES, first published in 1885, is regarded universally as an outstanding example of the greatest recollections of childhood in verse. ... Gerber предлагает фруктовые пюре из нескольких компонентов. ... Фруктовое пюре Gerber Яблоко, абрикос, банан приготовлено из натуральных фруктов, богато витаминами, органическими кислотами и пектинами. ... Пюре . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku6910.html -- 18.8 Кб -- 14.02.2016
Похожие документы

15. Symbolic circuit processor
... All circuit parameters have been presented in a symbolic form. ... To use the program you will need a CIR file (PSpise, DesignLab file) of your circuit. CIR file examples have been enclosured: bpasside.cir, test1.cir, test2.cir, test3.cir, test4.cir, laksamp.cir, bridge.cir, uA741acf.cir, quartz.cir. ... Ideal operational amplifier (nullor) * Nname n1 n2 n3 n4 * * In the ideal op amp data, (n1,n2) represent output nodes, * (n3,n4) represent input nodes (noninverting, inverting). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/cirsym.html -- 4.4 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>9) - astrometric.sai.msu.ru/ )

16. IRAS01005+7910
... The variability of the spectrum of the optical component of the IR-source IRAS01005+7910 was discovered for the first time in the BTA spectra [1]. ... The spectral features include absorptions that form in near-photospheric layers, narrow envelope emissions, and emission-absorption profiles that form in photosphere-to-envelope transition layers (the wind). ... Discovery of spectral variation in the optical counterpart of IRAS01005+7910. ... Dashed line - envelope curve of all the SiII 5979 profiles ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2014/Klochkova2/ -- 6.1 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2014/Klochkova2/ -- 6.1 Кб -- 10.04.2016
Похожие документы

17. Iowa Robotic Telescope Facilities
... Iowa Robotic Telescope | ... Talon is based on OCAAS, a software suite developed by software engineer Elwood Downey ( Clear Sky Institute ) for use at the University of Iowa ?s first remote facility (the ATF, or Automated Telescope Facility). ... XObservatory : Telescope Control Interface . ... This program calls upon and coordinates much of the interrelated portions of the Talon architecture, and forms the primary control panel for the telescope, dome, and peripheral systems when used locally. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/Talon(OCAAS)/Iowa%20Robotic%20Telescope%20Facilities.htm -- 37.9 Кб -- 25.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>46) - vega.inp.nsk.su/ )

18. Astronomical Schools
... Therefore, the observatory supports educational events, occured in the SAO, including astronomical and astrophysical schools, lectures and excursions at the SAO's telescopes. ... Thursday 9-00 Breakfast 9-30 Opening of the School and Astronomical Olimpiad 10-15 Photo of particapants (near the SAO entrance) 10-30 Lecture about Specail Astrophysical observatory. Chentsov E.L. 13-30 Lunch 14-00 Excursion to historical places of Nizhnij Arkhyz 18-00 Dinner 19-00 Acquaintance evening. ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/~vo/schoolsE_hist.html -- 6.9 Кб -- 15.02.2016
Похожие документы

19. Eugene Trunkovsky
To see a Russian version of this page, click here . ... Graduated from Moscow State University (MSU), Faculty of Physics in 1976. Ph.D. degree - 1988, MSU. Main field of scientific activities: photometric investigations of various stars, close binary stellar systems and other astronomical objects, including research with use of fast photoelectric photometry with a high time resolution till 1 millisecond. ... New portable photometer . ... Send your mail to: tem@sai.msu.ru ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/~tem/ -- 3.2 Кб -- 19.01.2015
Похожие документы
Еще в разделе: (Показать все результаты (>13) - uranus.sai.msu.ru/ )

20. SPUTNIK home page
... Direct data transmission rate (Mbps) . ... the density of electron fluexs with energies in four bands from 0.04 MeV to 1.7 MeV; . ... sensor (TV, IR) data and heliogeophisical information (HGI) transmission to data receiving and processing centers at a rate of up to 2.56 Mbps; . ... 1.76 GHz - TV- and heliogeophysical information and DCLI's data transmission to data receiving and processing centers; . 7.5 GHz - TV- and heliogeophisical data transmission to data receiving and processing centers; . ...
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/goms/engl/goms_1.htm -- 12.3 Кб -- 21.01.2002
Похожие документы
Еще в разделе: (Показать все результаты (>27) - sputnik.infospace.ru/ )

1 | 2 | 3 | 4 | След.


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

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

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