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

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

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

1. The XPA Messaging System
The XPA messaging system provides seamless communication between many kinds of Unix programs, including X programs and Tcl/Tk programs. It also provides an easy way for users to communicate with these XPA-enabled programs by executing XPA client commands in the shell or by utilizing such commands in scripts. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/ -- 3.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1980) - hea-www.harvard.edu/ )

2. LWN: Driver porting: hello world
... Kernel . ... This article is part of the LWN Porting Drivers to 2.6 series . ... The obvious place to start in this sort of exercise, of course, is the classic "hello world" program, which, in this context, is implemented as a kernel module. The 2.4 version of this module looked like: #define MODULE #include <linux/module.h> #include <linux/kernel.h> int init_module(void) { printk(KERN_INFO "Hello, world\n"); return 0; } void cleanup_module(void) { printk(KERN_INFO "Goodbye cruel world\n"); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/21817.html -- 14.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/21817.html -- 14.4 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/21817.html -- 14.4 Кб -- 02.10.2012
Похожие документы

3. Device Drivers
... If you choose to write a device driver, you must take everything written here as a guide, and no more. ... Network Device Drivers . ... I put up some (slightly outdated by now, but still worth reading, I think) notes for a talk I gave in May 1995 entitled Writing Linux Device Drivers , which is specifically oriented at character devices implemented as kernel runtime-loadable modules. ... Issue 29 is slated (as of this writing) to have an article on writing network device drivers, written by Alan Cox...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/devices.html -- 13.7 Кб -- 23.03.2000
Похожие документы

4. The Mosaic Data Capture Agent
... The Mosaic Data Capture Agent (DCA) plays a central role in connecting the raw data stream from the NOAO CCD Mosaic controller system to the rest of the data handling system (DHS). ... The major subsystems of the DCA at present are the message bus interface, an event loop and event handlers for processing message requests, a distributed shared object implementation, a keyword database system, the TCL interpreter, and a TCL-based keyword translation module. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/todyd1.html -- 15.6 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/todyd1.html -- 15.6 Кб -- 15.05.1998
Похожие документы

5. Apache module mod_auth_anon.c
This module allows "anonymous" user access to authenticated areas. ... Source File: mod_auth_anon.c . ... This module does access control in a manner similar to anonymous-ftp sites; i.e. have a 'magic' user id 'anonymous' and the email address as a password. ... Anonymous_VerifyEmail The example below (when combined with the Auth directives of a htpasswd-file based (or GDM, mSQL etc. ) base access control system allows users in as 'guests' with the following properties: . ... Default: none . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_auth_anon.html -- 11.9 Кб -- 20.06.2002
Похожие документы

6. TUI:TUI Menu:Log Windows
Log windows display messages from all "actors" (instruments, the TCC, the hub...) and allow you to send commands. Controls along the top allow you to filter out unwanted garbage or highlight messages of particular interest. ... Regular Expressions . ... The entry field for "+ Actors" and "+ Commands" filtering accept space-separated regular expressions . ... If you plan to send many messages to a particular actor, you may select the actor from the menu next to the command entry field. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/LogWin.html -- 8.3 Кб -- 05.09.2014
Похожие документы

7. The buffer cache
... This is called disk buffering , and the memory used for the purpose is called the buffer cache . Since memory is, unfortunately, a finite, nay, scarce resource, the buffer cache usually cannot be big enough (it can't hold all the data one ever wants to use). ... On the one hand, data that is written is often soon read again (e.g., a source code file is saved to a file, then read by the compiler), so putting data that is written in the cache is a good idea. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node65.html -- 8.4 Кб -- 04.05.1997
Похожие документы

8. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>18793) - crydee.sai.msu.ru/ )

9. Useful mail variables
For a complete list of mail variables, see the manual page for the mail(1) command. Variable Default Action . ... PAGER more the pager used to paginate output when a message is longer than the screen. sign= signature defines the "signature" inserted in the mail message by the ~a command. Sign= signature defines the "signature" inserted in the mail message by the ~A command. topline= number 5 the number of lines of the top of each message to print with the ~t command. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tables/mail_vars.html -- 3.7 Кб -- 17.01.1997
Похожие документы

10. SAI Web Services - WCSfix
SAI VO . ... Web Services . Catalog Access Services . ... SAI Web Services . ... This service aims to automatically match stars in FITS image provided with catalogue and add the correct WCS keywords to its FITS header. ... Service Web Interface . ... The service is available here To use it, you has to provide the image as a Base64-encoded string, along with the rough information on image field of view size and center (the latter may be deduced from FITS header keywords like 'RA' and 'DEC'). ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/ws/wcsfix/ -- 9.2 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>14772) - vo.astronet.ru/ )

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

12. Stellarium: core/modules/GridLinesMgr.hpp Source File
Stellarium 0.12.3 . ... FileљStructure . ... core . ... 233 љ void azimuthalGridDisplayedChanged( const bool ) const ; . 234 љ void azimuthalGridColorChanged( const Vec3f & newColor) const ; . 235 љ void equatorGridDisplayedChanged( const bool displayed) const ; . 236 љ void equatorGridColorChanged( const Vec3f & newColor) const ; . 237 љ void equatorJ2000GridDisplayedChanged( const bool displayed) const ; . 238 љ void equatorJ2000GridColorChanged( const Vec3f & newColor) const ; . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/GridLinesMgr_8hpp_source.html -- 51.7 Кб -- 28.02.2014
Похожие документы

13. Светильник потолочный GLOBO CAYMAN 49208-9 - Globo - Globo 49208-9 Кружка
... Цвет: черный . ... Размер: 1 . ... Артикул: 1964638 Цвет: розовый Состав: 70% кашемир, 30% шелк Особенности: изделия выполнены из тонкого трикотажа Параметры изделия: для размера 46/48: обхват груди 92 см, длина рукава 65 см, длина изделия по спинке 64 см Уход за изделием: ручная стирка, химчистка Страна дизайна: Италия Страна производства: Китай . ... Размер: 9 лет . ... Материал плафонов: стекло . ... Настенно-потолочные светильники . ... Messages is a tour-level course tor lower-secondary...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku6035.html -- 22.5 Кб -- 14.02.2016
Похожие документы

14. Kvant Astrophysical module
. of Mir space station .        . High Energy Astrophysics Dept. at IKI . Send your comments to . Last updated : Feb 15, 1999.
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/KVANT/ -- 2.9 Кб -- 18.02.2004
Похожие документы
Еще в разделе: (Показать все результаты (>407) - hea.iki.rssi.ru/ )

15. http://lnfm1.sai.msu.ru/SETI/koi/articles/abstr1.html
... Unlike the previous digital-only Messages, Arecibo-1974 and Evpatoria-1999, the TAM has complex, three-section structure with different forms of information. Section 1 represents coherent sounding radio signal with slow Doppler wavelength tuning to imitate transmission from Sun's center. ... Section 2 is an analog information and represents musical melodies, performed on the Theremin. ... There were seven musical compositions in the 1st Theremin Concert for Aliens. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/SETI/koi/articles/abstr1.html -- 3.2 Кб -- 16.10.2002
Похожие документы

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

17. AAL Error
. ERROR 404 - File not found . The file you just tried to access could not be found. This is probably due to the recent restructuring of the site. Please go to the Home Page and try to find it from there. If you feel that you received this message in error, please contact us .
[ Сохраненная копия ]  Ссылки http://www.aal.lu/404.php -- 2.2 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>22) - www.aal.lu/ )

18. http://vega.inp.nsk.su/~inest/OCAAS/ocaas17-23.ps
obsreq *.edb *.sch pc39.o gpsd wxd telescoped domed camerad telsched telrun (tty) apogee.o xephem xobservatory camera telrun.sls Batch Real­time shm OCAAS Data Flow driver process GUI file fifo shared­mem I/O telsched.cfg camera.cfg domed.cfg focus.cfg filter.cfg wxd.cfg telescoped.cfg Introduction OCAAS 2.0 November 12, 1998 1­7 1.4 Basic Software Architecture OCAAS design takes full advantage of the UNIX architecture. ... The special file to access the driver is $TELHOME/dev/pc39. ...
[ Текст ]  Ссылки http://vega.inp.nsk.su/~inest/OCAAS/ocaas17-23.ps -- 382.4 Кб -- 16.03.2001
Похожие документы
Еще в разделе: (Показать все результаты (>53) - vega.inp.nsk.su/ )

19. East Siberian Center for the Earth's Ionosphere Research. Databases.
Russian SHAREABLE DATA CENTER Institute of Solar-Terrestial Physics SB RAS . ... The ionogram catalogue is divided into the data file and the key file. ... The station codes database consists of the data file and two key files. ... This database consists of the data file and the key file. ... The antenna DB consists of two interrelated databases. ... The data file contains the following information: antenna type, antenna name, antenna parameters names, measurement units, and ranges of parameters. ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/lchmen/basydnen.htm -- 12.9 Кб -- 01.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>15) - rp.iszf.irk.ru/ )

20. VaST homepage
... VaST is a software tool for finding variable objects on a series of astronomical images. ... VaST performs object detection and aperture photometry using SExtractor on each image, cross-matches lists of detected stars, performs magnitude calibration with respect to the first (reference) image and constructs a lightcurve for each object. ... VaST FITS image viewer ./pgfv . ... Part I" PZP, vol. ... K. V. Sokolovsky, S. A. Korotkiy; "New Variable Stars Discovered by the NMW Survey" PZP, vol. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/vast/ -- 122.2 Кб -- 21.02.2016
[ Сохраненная копия ]  Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы

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


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

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

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