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

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

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

1. Examples of Bourne shell scripts
To read input to a command and process it in some way: #!/bin/sh # usage: fsplit file1 file2 total=0; lost=0 while read next do total=`expr $total + 1` case "$next" in *[A-Za-z]*) echo "$next" >> $1 ;; *[0-9]*) echo "$next" >> $2 ;; *) lost=`expr $lost + 1` esac done echo "$total lines read, $lost thrown away" . ... The script then processes the lines as follows: . ... The user types the command: process sub-directory . This script will read and process commands in the named sub-directory . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.x.html -- 3.8 Кб -- 17.01.1997
Похожие документы

2. Conditional Statements, Branching
Next: Special Functions Up: MIDAS Command Language Previous: Local Keywords . As in FORTRAN 77 any of the following forms of the IF statement may be used: IF log_exp command ! ... If we do WRITE/KEYWORD INPUTC beer . ... N "Enter number: " . ... WRITE/KEYWORD INPUTC NONE ! ... WRITE/KEYWORD INPUTC YES !indicate, that INPUTI holds a valid number . ... Since, in the ELSE branch we know that parameter P6 is given, the default value " + " itself is never tested against the interval [22,1024]. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node43.html -- 9.8 Кб -- 23.02.1996
Похожие документы

3. JavaScript Form Validator Documentation
The Form validation script is distributed free from JavaScript-Coder.com . ... When there are many fields in the form, the JavaScript validation becomes too complex. ... Each field in the form can have 0, 1, or more validations. ... Just after defining your form, Create a form validator object passing the name of the form . ... FORM> . ... You can add any number of validations.The list of validation descriptors are provided at the end of the documentation. ... option value="" selected>[choose yours] . ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/Z-90/scripts/Documentation.html -- 15.5 Кб -- 03.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>328) - hea.iki.rssi.ru/ )

4. Starting GPItv GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . GPItv Viewer User?s Guide . ... Starting GPItv . ... GPItv can be started from a script or from the IDL command-line prompt. ... If starting from within a script, you may wish to specify the ?/block? option to pause the script while the user works with GPItv, or else use Multi-Session mode to allow concurrent execution. ... In addition to menu functions and mouse modes described below, GPItv has several functions directly available from the main window: . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/gpitv/getting_started.html -- 8.1 Кб -- 14.02.2014
Похожие документы

5. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы

6. Host Command-Line Interface
Next: Writing Shell Scripts Up: The User Interface Previous: Indirect Parameter Input . Miriad tasks can always be run by specifying their parameters on the host command line. ... For example, out=gauss sets the parameter out to the `value' gauss . ... Next, we will run a histogram task, histo , with the input image dataset gauss that we just created: % histo in=gauss . ... The command-line interface is quite appropriate for tasks that take relatively few parameters, or in shell scripts. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/userguide/node19.html -- 7.9 Кб -- 10.04.2016
Похожие документы

7. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\ADA_LOG.HTML"
... The begining of program -- Target function: a * b with TEXT_IO ; use TEXT_IO ; procedure EXAMPLE is package IO_INT is new INTEGER_IO ( INTEGER ) ; use IO_INT ; r,b,a: INTEGER ; begin put ( Enter unsigned number 'b', please ... unsigned number 'a', please: ) ; get ( a ) ; declare VAR0 , VAR1 : INTEGER ; begin VAR0 := a; VAR1 := b; declare VAR3 , VAR2 , VAR4 : INTEGER ; begin VAR3 := 0 ; VAR2 := VAR0 ; VAR4 := VAR1 ; while VAR2 /= 0 loop begin if ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/ada_log.html -- 9.8 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>556) - www.cplire.ru/ )

8. TUI:Scripts:Scripting Tutorial:Send Commands
Sending commands to an instrument or other actor is straightforward. ... This script simply takes a few darks. ... If the command fails then the script will terminate. Early termination will not affect this script because executing the command is the last step, but it can be very useful for longer scripts.) If a user cancels the script while the command is executing, the abort command is sent. ... Users are bound to abort your script and they should be able to do so safely and gracefully. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/SendCommands.html -- 3.7 Кб -- 05.09.2014
Похожие документы

9. In case of trouble
... Unlike many programs compiled from C or FORTRAN code, the code, being written in an interpreted language, almost never crashes by returning to the operating system prompt. ... At this point, the fearless user can print values of variables, enter IDL commands, all within the current context, in order to investigate the causes of the crash. To resume the session by backing out of the procedure, it is best to return right away to the main level by typing retall . Christian Hummel 2015-04-28 ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node15.html -- 3.8 Кб -- 28.04.2015
Похожие документы

10. Astronomical Society
... Donate to Support Science Literacy . ... 2016 Annual Awards . The ASP is accepting nominations for the organizationтАЩs national annual awards which recognize special achievements in astronomy research, technology, education, and public outreach. ... Shop the AstroShop . ... The Astronomical Society of the Pacific (ASP) is accepting nominations for the organizationтАЩs national annual awards which recognize special achievements in astronomy research, technology, education, and public outreach.. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/ -- 49.2 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1337) - www.astrosociety.org/ )

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. Command-line position entry.
... The sky position of a single source may be entered via the parameters ra , dec and (optionally) errorradius . ... In this mode, the output positions are printed to a single line of standard output. ... Source dec = <dec> deg. # # rawX rawY ccd On chip? +xxx.xx +xxx.xx xx x 123456789 123456789 12345678 . ... Source dec = <dec> deg. # # detX detY +xxxxx.x +xxxxx.x 123456789 12345678 . ... Source dec = <dec> deg. # # detX detY det err +xxxxx.x +xxxxx.x xxxxx.x 123456789 123456789 123456789 . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/esky2det/node4.html -- 7.7 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>14231) - xmm.vilspa.esa.es/ )

13. Dynamic HTML in Communicator
... This example illustrates the use of external files as the source for a layer. This example creates a web page for Nikki's Diner, which is a vegan restaurant that offers tasty daily specials. The web page contains some general information about the diner, and then offers a pop-up menu that lists the days of the week. ... These files contain HTML formatted text that describes the specials for that day. ... LAYER ID="menu" LEFT=50 WIDTH=400 src="specials/sat.htm"> </LAYER> . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers36.htm -- 11.0 Кб -- 13.08.1997
Похожие документы

14. http://www.naic.edu/~phil/hardware/ao19/rx001_cal_ctrl_cmd.pdf
AO19 Cal Controller - Commands Document No. RCV001, Rev. 001 AO19 Cal Controller - Commands Luis Quintero, Arecib o Observatory 1 Intro duction Example: >> << >> << >> << CAL? calm0000000 CALS01 calok CAL? calm1000000 All the commands must start with the same initials (CAL - case sensitive) and followed by the command letter, and options, if required. The examples below show commands from the computer to the device >>, and the device response <<. ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/hardware/ao19/rx001_cal_ctrl_cmd.pdf -- 110.9 Кб -- 19.07.2013
Похожие документы

15. http://hea-www.harvard.edu/~fine/CFA/raw/CGI-security-guidelines
... The best way to illustrate the problem is with a few different examples. C example --------- The most well-known example exploits a common implementation of the UNIX popen() call, and affects primarily C programs. popen() allows the programmer to start up a command, and read from or write to it as if it were a file. ... Now imagine a CGI that uses popen to process user input. ... Perl Script example ------------------- Perl has the same problem with it's open command the C has with popen. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/CFA/raw/CGI-security-guidelines -- 4.2 Кб -- 01.12.1998
Похожие документы

16. Apache modules
Below is a list of all of the modules that come as part of the Apache distribution. ... mod_setenvif Apache 1.3 and up . ... mod_unique_id Apache 1.3 and up . ... Determining document types using file extensions . ... mod_rewrite Apache 1.2 and up . ... User authentication using text files . ... User authentication using DBM files . ... User authentication using Berkeley DB files . mod_auth_anon Apache 1.1 and up . ... User-configurable logging replacement for mod_log_common . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/index-bytype.html -- 8.8 Кб -- 20.05.2004
Похожие документы

17. OptInt PmWiki : Site / Search
... A search for more than one word will find pages that contain all of the words. ... To limit your search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Site/"). ... apple pie . ... apple' in the PmWiki group of pages . ... the phrase 'pmwiki/apple' in all groups of pages . ... For advanced searches , page list parameters (count, name, group, fmt, link, list, order, and trail) can be entered together with the search string. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/Site/Search?action=print -- 9.3 Кб -- 01.03.2014
Похожие документы

18. From Power Up To Bash Prompt: Bash
... In most cases on a Linux system this will be bash . It is bash 's job to read your commands and see that they are acted on. ... This looks at all the files in my home directory whose names start with sh-utils-1.16 and end with .patch . ... The file /etc/profile controls the system-wide behaviour of bash. ... Once bash has read the system-wide configuration file, it looks for your personal configuration file. It checks in your home directory for .bash_profile , .bash_login and .profile . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-11.html -- 5.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-11.html -- 5.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-11.html -- 5.8 Кб -- 02.10.2012
Похожие документы

19. http://scan.sai.msu.ru/lk/
Please enter the lightcurve file name and period search parameters: . Lightcurve file: . ... Apply the Heliocentric correction and convert all dates to Terrestrial Time (TT)? ... Also, the Heliocentric correction cannot be applied to such lightcurves. ... This period search service is also available at the mirror sites: Mirror 1 , Mirror 2 , Mirror 3 , Mirror 4 . You may download the latest source code distribution and install the period search service at your own web server. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/ -- 6.6 Кб -- 24.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>3) - scan.sai.msu.ru/ )

20. SAI CAS: Accessing SAI CAS from scripts
SAI VO . ... SAI CAS . ... Access . ... http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &columns= $columns . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &withdist= $withdist &NULLS= $nulls where . ... File to store the results . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/cas/access.php -- 16.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>288) - vo.astronet.ru/ )

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


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

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

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