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

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

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

1. Creating a file using a filename
Type ue filename . to create a new file. For instance, to create a new file called letter , type: ue letter . The screen of your terminal will fill with blank lines and the following message will be displayed at the bottom: == MicroEMACS 3.9e() == letter == File: letter ======== . ... the name MicroEMACS and the version number . ... the name of the temporary work file used to store the file you are editing (the computer term for this is 'buffer') . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/emacs/ue_using.html -- 2.5 Кб -- 17.01.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
Похожие документы
Еще в разделе: (Показать все результаты (>5362) - www.arcetri.astro.it/ )

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

4. *tprint* - Reading a Table File Created by imcnts
... Table files like the ones created in the section on imcnts can be displayed, printed and manipulated using the tasks contained in the stsdas.ttools package. ... sp> tables # Load the relevant package ta> tprint rp90_cnt prpar=yes # .tab extension assumed # the hidden parameter prpar is set to display the header # as well as the data ta> tprint rp90_cnt # Displays only the data info ta> tprint rp90_cnt prdata- prpar+ # Displays only the header info ta> tprint rp90_cnt prparam=yes | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node99.html -- 4.6 Кб -- 01.10.2012
Похожие документы

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

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

7. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

8. Stellarium: StelLogger Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ClassљList . ... Static Public Member Functions . StelLogger Class Reference . Class wit only static members used to manage logging for Stellarium. ... static voidљ . init (const QString &logFilePath) . Create and initialize the log file. ... Writes message to log file at $USERDIR/log.txt and echoes to stderr. static void StelLogger::deinit . ... Must be called after init() was called. static const QString& StelLogger::getLog . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelLogger.html -- 12.4 Кб -- 28.02.2014
Похожие документы

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

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

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

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= ...