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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/library/linux/khg/HyperNews/get/khg/135/1/2.html.

1. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/plugin.htm
... JavaScript 1.1 Plugin objects are predefined JavaScript objects that you access through the navigator.plugins array. A Plugin object is a plug-in installed on the client. ... For example, the following code displays the type and description properties of the first Plugin object's first MimeType object. myPlugin=navigator.plugins[0] . ... Description . ... The following code assigns shorthand variables for the predefined LiveAudio properties. var myPluginName = navigator.plugins["LiveAudio"].name . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/plugin.htm -- 15.2 Кб -- 07.10.1999
Похожие документы

2. Examples of creating command alias in the Bourne Again SHell
To create a simple alias: alias del='rm -i' del memo.txt rm: remove memeo.txt? y . This creates the alias del for the command rm -i which prompts you for confirmation that you want to remove a file before it does so. ... To create a command alias that consists of several commands: alias what='ps -aux | ... To refer to another command alias within an alias: alias h=history alias rev='h | ... To use more than one alias on the same command line: alias root='cd /; ' alias slist='ls -l | ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias_bash1.html -- 4.3 Кб -- 17.01.1997
Похожие документы

3. TUI:Introduction
... It runs on unix, MacOS and possibly on Windows. ... On MacOS or Windows, double-click TUI. If MacOS complains that the application is unsigned then right-click TUI and select Open. ... If you have never run TUI before, set up your preferences before proceeding (for help on any item, right-click on the control and select Help from the menu that appears): . ... To save your window positions and remember which windows to open at startup, select Save Window Positions from the TUI menu. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Introduction.html -- 8.8 Кб -- 05.09.2014
Похожие документы

4. Doug Burke's Perl/S-Lang pages: General examples
... Trapping errors . ... Inline::SLang . Doug's Home Page . The following code and examples can be found in the Inline::SLang distribution available from CPAN . The output was created using version 1.00 of the module, using the PDL support , together with version 1.4.9 of the S-Lang library. Source code 'message("This is S-Lang");'; print "This is Perl\n"; . which, when run, produces This is S-Lang This is Perl . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_general.html -- 6.5 Кб -- 02.10.2012
Похожие документы

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

6. Apache module mod_so
This module provides for loading of executable code and modules into the server at start-up or restart time. ... On Windows, mod_dll was used in beta release 1.3b1 through 1.3b5. mod_so combines these two modules into a single module for all operating systems. ... Because Apache for Windows does not have the Configure program of Apache for Unix, the module's source file must be added to the ApacheCore project file, and its symbols must be added to the os\win32\modules.c file. ... Module: mod_so . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_so.html -- 8.5 Кб -- 01.08.2003
Похожие документы

7. Interprocess Communication (IPC), Pipes
... Piping in a C program: < stdio.h > . ... Pipes . ... We use fprintf() and fscanf() to communicate with the pipe's stream . ... plotter.c module */ /* contains routines to plot a data file produced by another program */ /* 2d data plotted in this version */ /**********************************************************************/ #include externals.h static FILE * plot1 , *plot2, *ashell; static char *startplot1 = plot [] [0:1.1]'plot11.dat' with lines, 'plot12.dat' with lines\n ; static ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 02.10.2012
Похожие документы

8. Perl at the Joint Astronomy Centre
... Up: Software Systems and Tools . ... 172, Astronomical Data Analysis Software and Systems VIII, eds. D. M. Mehringer, R. L. Plante, & D. A. Roberts (San Francisco: ASP), 494 . ... Joint Astronomy Centre, 660 N. A`oh k Place, Hilo, HI 96720 Karl Glazebrook, Tony J. Farrell . ... Perl is used extensively at the JAC (UKIRT and JCMT) and because of the language's flexibility (enabling us to interface perl to any library) we are finding that it is possible to write all of our utilities in it. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/jennesst2/ -- 14.3 Кб -- 16.07.1999
Похожие документы

9. http://observ.pereplet.ru/images/z/backupsql.txt
php /* * Backup script on server. ... Connects to the mySQL * database and creates a backup file of the whole database. ... Yes/No? ... It will void your warranty :-D! $ date = date ( mdy-hia ); $filename = $savepath/$dbname-$ date .sql ; if($use_gzip== yes ){ $ filename2 = $ file ; } else { $ filename2 = $savepath/$dbname-$ date .sql ; } if($send_email == yes ){ $fileatt_type = filetype($ filename2 ); $ fileatt_name = .$dbname. - .$ ... BR>"; $message .= "--{$mime_boundary}\n" ." ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/z/backupsql.txt -- 7.3 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>33) - observ.pereplet.ru/ )

10. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

11. http://edu.zelenogorsk.ru/eprojects/sumscool/day2.htm
... 03.20-04.20 Classes: 1-st crew - Creating web pages of children own. 2-nd crew - Writing introduction message. 04.20-05.00 1-st crew - Writing introduction message. 2-nd crew - Creating web pages of children own. 05.00-06.00 Lunch 06.30-09.00 Classes 09.00-10.30 Preparation for afternoon and evening activities 10.30-12.00 Dinner 12.00-14.00 Sport. ... Home page Millennium Page Smiling Faces View out Of the Window (1999-2000) Birthday FutureLander ...
[ Сохраненная копия ]  Ссылки http://edu.zelenogorsk.ru/eprojects/sumscool/day2.htm -- 2.9 Кб -- 13.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>67) - edu.zelenogorsk.ru/ )

12. http://vo.astronet.ru/ws/wcsfix/wcsfix.wsdl
... WSDL for http ://vo.astronet.ru/ws/wcsfix/wcsfix.cgi created by Pod:: WSDL version: 0.05 on Sat Jan 27 20:10:18 2007 -- wsdl :definitions targetNamespace= http ://vo.astronet.ru/wcsFixService xmlns:impl= http ://vo.astronet.ru/wcsFixService xmlns: wsdlsoap = http ://schemas.xmlsoap.org/ wsdl /soap/ xmlns: wsdl = http ://schemas.xmlsoap.org/ wsdl / xmlns:soapenc= ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/ws/wcsfix/wcsfix.wsdl -- 7.4 Кб -- 29.12.2009
Похожие документы
Еще в разделе: (Показать все результаты (>110) - vo.astronet.ru/ )

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

14. Колготки для кукол Zapf Creation Baby Annabell 2 пары 792-261 в ассортименте -
... Бренд: Zapf Creation, Тип: Колготки для кукол . Аксессуары для кукол . ... Пособие содержит темы, подготовленные на основе базовой учебной программы по дисциплине "Банковский маркетинг". ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5800.html -- 18.8 Кб -- 14.02.2016
Похожие документы

15. http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/create.vbs
create.vbs *** ' ' Usage: cscript create.vbs <image file> ' Example: cscript create.vbs testimage.fit ' ' Uses the ASCOM FITS image driver ' --> http://www.easysky.de/ASCOM/Image/FITS.htm ' to create a new FITS file from scratch ' and sets some example properties. ... WScript.Echo WScript.Echo "creating " & filename & ".. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/create.vbs -- 3.4 Кб -- 24.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>43) - vega.inp.nsk.su/ )

16. Proposing a METI Institute
Proposing a METI Institute . ... Those who propose, or oppose, sending Messages to Extra-Terrestrial Intelligence (METI) must contemplate the Hamlet-like question: тАЬTo send or not to send?тАЭ The science known as SETI deals with searching for messages from aliens. ... A radio message to ETI message could employ a three-section structure and incorporates three specific languages, which we can call "the language of nature", "the language of emotions", and "the language of logic". ... Arecibo Message . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/SETI/koi/articles/Proposing%20a%20METI%20Institute.htm -- 90.0 Кб -- 17.02.2006
Похожие документы

17. Dunk Proceedings - 2dF QSO Redshift Survey (Creation and Objectives)
. Other Relevant Plots . Map of survey sky coverage also showing locations of all previously known QSOs. Plot showing our QSO candidate selection . The final photometric catalogue of UBR selected QSO candidates. | Front page | . | << - Talk Overview | Survey status - >> | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Papers/Dunk/objectives.html -- 3.0 Кб -- 24.09.1999
Похожие документы
Еще в разделе: (Показать все результаты (>6) - www.2dfquasar.org/ )

18. 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
Похожие документы
Еще в разделе: (Показать все результаты (>267) - hea.iki.rssi.ru/ )

19. http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_postgres_schema.sql
phpBB2 - attach_mod schema - Postgresql $Id: attach_postgres_schema.sql,v 1.3 2003/03/09 02:21:03 acydburn Exp $ */ /* Create auto_increment values */ CREATE SEQUENCE phpbb_extensions_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; CREATE SEQUENCE phpbb_forbidden_extensions_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; CREATE SEQUENCE phpbb_extension_groups_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_postgres_schema.sql -- 6.0 Кб -- 19.01.2013
Похожие документы

20. Irina Glushneva
... The main field of my investigations is stellar spectrophotometry. As a result of scientific activity of our group spectrophotometric catalog was created including energy distribution data on 900 stars in the range 3200-7600AA and 250 stars in the range 6000-10800AA (Voloshina et al., Spectrophotometry of Bright Stars, ed. I.N.Glushneva, 1982, Moscow, Nauka, in Russian). ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/glush.html -- 2.6 Кб -- 20.07.2009
Похожие документы
Еще в разделе: (Показать все результаты (>10) - uranus.sai.msu.ru/ )

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


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

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

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