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

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

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

1. JavaScript Mail Filters in Navigator 4.0
... This appendix tells you how you can use JavaScript to filter your incoming mail and news when you use Netscape Messenger. ... Write a JavaScript function to serve as a filter and put it in your filters file. ... This file contains the JavaScript functions that perform the mail filtering. ... The following is an example of a simple mail filter file. ... It also sends all messages from my_sister to the trash folder. // filters.js file. function MomFilter(message) { . ... message.folder = f.folder; . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/mail.htm -- 17.1 Кб -- 12.12.1997
Похожие документы

2. Mail Filters
... This appendix tells you how you can use JavaScript to filter your incoming mail and news when you use Netscape Messenger. ... Write a JavaScript function to serve as a filter and put it in your filters file. This function takes one argument, a message object, and can make changes to that message. ... News Filters . ... This file contains the JavaScript functions that perform the mail filtering. ... For news filters it is a News Message object and for mail filters it is a Mail Message object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/mail.htm -- 18.2 Кб -- 07.10.1999
Похожие документы

3. casacore: casa::LoggerHolder Class Reference
... casa::LoggerHolder . ... More... #include < LoggerHolder.h > . ... LoggerHolder (const String &logTableName, Bool isWritable) . ... Reopen the log table if needed (after a tempClose). void . ... Unlock the log table. void . ... Assignment (reference semantics). const Block < LoggerHolder > & casa::LoggerHolder::parents . ... Resync the log table (if needed). const LogSink & casa::LoggerHolder::sink . ... By default the possible parent log tables are also closed. void casa::LoggerHolder::unlock . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1LoggerHolder.html -- 42.8 Кб -- 14.02.2011
Похожие документы

4. Can Black Holes Create Space Time? - an Astronomy Net Blackholes Forum Message
Blackholes Forum Message . ... Can Black Holes Create Space Time? ... Quasar jet streams (QJS) have been exhibiting Faster than light motion since they were first discovered by radio astronomy a long time ago. ... But what if Black holes were creating Space time, what if a relationship between matter energy and space time exists, in a conundrum what can matter exist in, it can exist in side of it's self, how about this as a hypothesis, can black holes create space time? ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/blackholes/messages/6660.shtml -- 15.7 Кб -- 09.04.2016
Похожие документы

5. The File Life Cycle
The File System . This section describes how you can create new files, copy existing files, and delete obsolete files. ... RENAME to change the name of a file. ... Files can be created in several ways: text can be entered from the keyboard via the CREATE command, an editor can create a file, as can a running program, and files can be copied from other directories. ... To delete obsolete files, use the DELETE command followed by a file name or file name template (wildcards). ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_22.html -- 9.0 Кб -- 01.11.1995
Похожие документы

6. http://www.sai.msu.su/~megera/postgres/gist/intarray/README.intarray
This is an implementation of RD-tree data structure using GiST interface of PostgreSQL. ... desc') - sort intarray test =# select sort ('{1,2,3}':: int [],'desc'); sort --------- {3,2,1} (1 row) int [] sort ( int []) - sort in ascending order int [] sort _asc( int []), sort _desc( int []) - shortcuts for sort int [] uniq( int []) - returns unique elements test =# select uniq( sort ('{1,2,3,2,1}':: int [])); uniq --------- {1,2,3} (1 row) int idx( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/intarray/README.intarray -- 6.8 Кб -- 19.07.2007
Похожие документы

7. Examples of saving mail to folders
To save the current mail message to a folder: s +usability "/home/eucs/john/mrtidy/usability" [Appended] . This saves the current message to the folder usability , which is in the directory defined by the set folder variable. ... To save several messages to the same file: s bob +frombob "/home/eucs/john/mrtidy/frombob" [New file] . This saves all the messages from the user bob to the the folder frombob , which is in the directory defined by the set folder variable. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/mail10.html -- 2.4 Кб -- 17.01.1997
Похожие документы

8. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

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

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

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

12. http://crydee.sai.msu.ru/ftproot/pub/misc/doc/pm5/pm_fills.txt
Victor Chan forward this message to me regarding how to create PostScript Fills. ... In closing, I said that you could put any object you could draw in FreeHand into the fill, and that I'd show you how to do that. ... To get the PostScript code you need, draw the object you want for your custom fill in FreeHand, then export the file as an EPS. ... The actual objects you've drawn will be very near the end of the file, between the line "%%EndSetup" and befor e the line "%%Trailer." ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/misc/doc/pm5/pm_fills.txt -- 7.1 Кб -- 12.05.1995
Похожие документы
Еще в разделе: (Показать все результаты (>22798) - crydee.sai.msu.ru/ )

13. http://xray.sai.msu.ru/~ivan/gmt/example11.html
... Use grdimage to paint the faces and psxy to add cut-along-the-dotted lines. # gmtset TICK_LENGTH 0 pstext -R0/8/0/11 -Jx1i example_11.ps $ AWK -f rgb_cube.awk r=x g=y b= 255 rgb_cube.cpt grdimage example_11.ps $ AWK -f rgb_cube.awk r= 255 g=y b=X rgb_cube.cpt grdimage example_11.ps $ AWK -f rgb_cube.awk r=x g= 255 b=Y rgb_cube.cpt grdimage example_11.ps ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/example11.html -- 4.4 Кб -- 04.06.1999
Похожие документы

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

15. MAO NASU :: Topic: Message to the community: Preparing the Division and
... Recent Topics . ... Message to the community: Preparing the Division and Commission Elections . ... Тема: Message to the community: Preparing the Division and Commission Elections . ... Please find below some important information related to the forthcoming Division and Commission elections. ... Indeed, we are undertaking a process that combines two distinct elections by the same community: elections to the Division Steering Committees (DSCs), and to the Commission Organizing Committees (OCs). ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/ua/forum/info/349-message-to-the-community-preparing-the-division-and-commission-elections -- 22.4 Кб -- 10.04.2016
Похожие документы

16. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

17. Server-Wide Configuration
This document explains some of the directives provided by the core server which are used to configure the basic operations of the server. ... Process Creation . Network Configuration . ... User . ... A single control process is responsible for launching child processes which listen for connections and serve them when they arrive. ... The User and Group directives are used to set the privileges of the Apache child processes. ... The child process creates multiple threads to serve requests. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/server-wide.html -- 12.1 Кб -- 15.10.2001
Похожие документы

18. Contents
... Exercises . C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Low Level Operators and Bit Fields . ... Some further example shared memory programs . ... Threads: Basic Theory and Libraries . ... Single threading . Some Example applications of threads . Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
Похожие документы

19. MATRIX table creation
... The largest number of channel groups in a row . The largest number of channel elements in a row above threshold . Create empty output table header and structure. Create a linked list (GROUP_LIST) to store groups of contiguous elements . ... Foreach element in row . ... Else push GROUP onto GROUP_LIST, and create a new instance of the GROUP structure for the next group of contiguous elements. End element loop . ... Create a new instance of GROUP_LIST for the next row. end row loop . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/rmfgen/node25.html -- 4.6 Кб -- 09.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>28151) - xmm.vilspa.esa.es/ )

20. vxWorksPrograms
130705 ephemeris tracking . The pnt command has been added to the aotcl interpreter in vxWorks (used for online datataking). within the online tcl interpreter pnt ? ... Load ephemeris file with pnt ephm ld . Track the ephemeris file . Ephemeris tracking was added to the pnt command on 05jul13. ... The new command includes loading an ephemeris file and then tracking using this file. ... The user then starts the ephemeris tracking by issuing the pnt track command: . ... cR current ra,dec . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/vxworks/pntCmd.html -- 14.0 Кб -- 08.04.2016
Похожие документы

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


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

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

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