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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sai.msu.su/~megera/postgres/fts/doc/fts-vec.html.

1. Query Operations
... to_tsquery( [ configuration , ] querytext text) RETURNS TSQUERY . ... Query rewriting is a set of functions and operators for tsquery type. ... We'll expand query supernovae using table-driven rewriting rules. =# create table aliases (t tsquery primary key, s tsquery); =# insert into aliases values(to_tsquery('supernovae'), to_tsquery('supernovae|sn')); =# select rewrite(to_tsquery('supernovae'), 'select * from aliases') && to_tsquery('crab'); ?column? --------------------------------- ( 'supernova'...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-query.html -- 13.1 Кб -- 13.04.2008
Похожие документы
Еще в разделе: (Показать все результаты (>8198) - www.sai.msu.su/ )

2. mod_authn_dbd - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... User authentication using an SQL database . ... Please note that you need to load an authorization module , such as mod_authz_ user , to get it working. # mod_dbd configuration DBDriver pgsql DBDParams dbname=apacheauth user = apache password =xxxxxx DBDMin 4 DBDKeep 8 DBDMax 20 DBDExptime 300 Directory /usr/www/myhost/private # core authentication and mod_auth_basic configuration # for mod_authn_dbd AuthType Basic AuthName My ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_authn_dbd.html -- 14.7 Кб -- 21.01.2013
Похожие документы

3. casacore: casa::RegexBase Class Reference
... casa::RegexBase . ... find (const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const =0 . ... match (const Char *s, String::size_type len, String::size_type pos=0) const . ... rfind (const Char *s, String::size_type len, Int &matchlen, String::size_type pos= String::npos ) const . ... search (const Char *s, String::size_type len, Int &matchlen, Int pos=0) const . ... String::size_type find(const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const;...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RegexBase.html -- 26.8 Кб -- 14.02.2011
Похожие документы

4. Apache module mod_alias
This module provides for mapping different parts of the host filesystem in the document tree, and for URL redirection. ... The directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. ... The ScriptAlias directive has the additional effect of marking the target directory as containing only CGI scripts. The Redirect directives are used to instruct clients to make a new request with a different URL. ... Syntax: Alias URL-path file-path | ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_alias.html -- 15.9 Кб -- 20.05.2004
Похожие документы
Еще в разделе: (Показать все результаты (>122) - neptun.sai.msu.ru/ )

5. The XPA Message Bus (xpamb)
The xpamb program can act as a "classical" message bus interface between clients and servers. A client can send a data request to the message bus, which then interfaces with multiple servers and returns the data back to the client. ... For example, if the -info switch is used: xpaget xpamb -info foo then the info about that stored data buffer will be returned. If the -data is used with a specific name: xpaget xpamb -data foo then the stored data itself will be returned. ... data [name] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpamb.html -- 7.8 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы

6. emerg_close
... The proper procedure to set up the wind baffle and enclosure to be powered by the emergency generator in the event that both commercial and site emergency generator power is lost. ... The enclosure should be open with telescope in an un-stowed position. ... Wind baffle (WB) control power switch ; Location : ?; ... Enclosure power switch box ; Location : ?; ... Change the WB manual pendent connector in WB control box to ALT Axis Brundy, make sure the "pot" is at "000" and the palm switch is depressed...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/25Procedures/Telescope/op020501emergenclose.shtml -- 10.7 Кб -- 09.05.2002
Похожие документы

7. NVSS Image ftp service Documentation Help for NVSS Image ftp service
This WWW form allows the user simplified access to images produced by the NRAO/VLA Sky Survey (NVSS). This service determines which NVSS image is desired based on a celestial position and returns either the image directly or a Web page with a link to the file. ... The NVSS Postage stamp (small FITS file) server can be used to obtain images with other geometries.) ... Web browsers use external viewers to display files like FITS images which they do not understand. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/nrao/NVSS/findhelp.html -- 6.6 Кб -- 11.02.1999
Похожие документы

8. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

9. Leonid Meteors Dust Trails
... Predictions for Leonids 2009 . 55P/Tempel-Tuttle , the parent comet of the Leonid stream, returns to perihelion every 33 years or so (in fact very close to 3 times a century), generating a new trail of meteoroids and dust each time. ... A review article by David Asher entitled `Leonid dust trail theories' is available as paper number 346 in the Armagh preprint/reprint series . ... McNaught and Asher have developed a model to estimate Zenithal Hourly Rates of meteors during trail encounters. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/leonid/dustexpl.html -- 8.6 Кб -- 08.09.2010
Похожие документы

10. Generic routines
... We now also have the possibility to write our own generic functions or subroutines. ... PROGRAM SWAP _MAIN IMPLICIT NONE INTEGER :: I, J, K, L REAL :: A, B, X, Y CHARACTER :: C, D, E, F INTERFACE SWAP SUBROUTINE SWAP _R(A, B) REAL, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _R SUBROUTINE SWAP _I(A, B) INTEGER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _I SUBROUTINE SWAP _C(A, B) CHARACTER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _C ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c10.html -- 6.2 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c10.html -- 6.2 Кб -- 11.02.1996
Похожие документы

11. dec drive fixes
... Discussion of Declination Drive Design . ... It is held in my personal stock of parts to replace a drive that might go out of service for some reason on one of the two LX200 telescopes that I am responsible for keeping in good repair.  ... The photocells detect light from a pair of small lights through the encoder mask and encoder wheel encased in the gear box housing. ... In one case of declination drive runaway, the cause was breaking of one of the leads to one of the photocells.  ... All fixed!! ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/xmtel/archive/xmtel-3.1/docs/lx200/decdrive.html -- 8.5 Кб -- 26.04.2003
Похожие документы

12. Stellarium: gTime Class Reference
... Classes . ... gTime Class Reference . This class implements time calculations. ... gTime (double ai_jDays=0) . ... gTime (const gTime &timeSrc) . ... Set the time value of the time object to the julian day of year, day. ... operator= (const gTime &timeSrc) . ... Returns the time GMT value in Julian days. ... Returns the time_t value of the gTime Object. ... Returns a gTime object setted with the actual machine time. ... gTime Object assigned with real machine time. double gTime::getGmtTm . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTime.html -- 32.1 Кб -- 28.02.2014
Похожие документы

13. Dnepr successfully returns to flight
... ISC Kosmotras . ... Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... Being the 8th commercial launch for Dnepr, this is also its first 'return to flight' mission since the failure encountered on July 27, 2006 during liftoff from Baikonur. In parallel with the successful completion of its first launch campaign in 2007, ISC Kosmotras continues preparations for the next two Dnepr launch missions scheduled to fly from Baikonur and Yasny launch bases. ... Dnepr Program . ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/news/23/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>95) - www.kosmotras.ru/ )

14. http://www.naic.edu/~phil/hardware/puppi/if_amp_ctrl_man.pdf
... Controller Commands Document No. ... ATNB31 << atnok 2 Commands >> ATN? << atnm0131 The status request ? ... PUPPI001, Rev. 001 >> << >> << >> << 3 ATNR atnr3210 ATND atnok ATN? atnm3210 4 Examples · Maximum attenuation (15.5dB ) for tors: ATNM3131 · Minimum attenuation (0dB ) for all ATNM0000 · 12.5dB (25 = 12.5 в 2) attenuation · 4.5dB (9 = 4.5 в 2) attenuation for all the attenuathe attenuators: for A: ATNA25 B: ATNA09 Error co des The controller is expecting digits after the command character. ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/hardware/puppi/if_amp_ctrl_man.pdf -- 111.2 Кб -- 06.03.2012
Похожие документы

15. Examples of locating commands with the which command
To find out if a command name is located in your command path: which ue /usr/local/bin/ue . This returns the information that the MicroEMACS editor (ue) is available on this system as the file /usr/local/bin/ue . ... To find out which (if any) of several commands are available: which delete talk ps No delete in /usr/local/utils/bin:/bin:/usr/bin: /usr/local/ucb/bin:/usr/local/gnu/bin: /usr/local/public/bin:/usr/bin/X11:. /usr/bin/talk /bin/ps . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd5.1.html -- 2.8 Кб -- 17.01.1997
Похожие документы

16. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

17. Flight to Mars: the Return Trip
... Just one: a very stringent requirement on the relative positions of Earth and Mars at the time of launch. ... Suppose the spacecraft which has landed on Mars is a robot , which collects a sample and immediately takes off again for its return trip. ... Since Earth and Mars constantly change their relative position, it stands to reason that if we sufficiently delay the return trip, Earth will move from position (2) relative to Mars to position (3), at which time the return trip can begin. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Smars3.htm -- 13.0 Кб -- 01.06.2006
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Smars3.htm -- 13.0 Кб -- 22.12.2007
Похожие документы

18. Covers come off the artwork as fine weather returns
. Search this album . Gallery . :: Public Events . :: Between Light and Dark Matters, 24 Feb 2005 . :: Covers come off the artwork as fine weather rтАж . Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . View full size . Title: Covers come off the artwork as fine weather returns . File name: artRW5.jpg . Owner: Gallery Administrator . Dimensions: 504 x 378 px . Page: 1 2 3 4 5 6 7 8 9 10 14 15 . Powered by Gallery 3.0.9 (Chartres) . Login
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/publicEvents/watsonExhibition/artRW5 -- 16.4 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>626) - www.mso.anu.edu.au/ )

19. Phil Plait's Bad Astronomy: SPOILER Review: The Mummy Returns
... Bad Astronomy . ... Keep Bad Astronomy close to your heart, and help make me filthy rich. ... The length of the shadow depends on the height of an object (like a mountain or a human) and how high up the Sun is. ... We can calculate the length of the shadow if we know the Sun's angle above the horizon and the object's height. ... The Earth spins 360 degrees in 24 hours, which means it spins 1 degree in 4 minutes; that in turn means the Sun moves 1 degree every 4 minutes in the sky. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/movies/mummyreturnsmath.html -- 20.8 Кб -- 09.04.2016
Похожие документы

20. Stargazing the Night Sky Course Returns in April | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Space Flight . ... Monthly Sky Notes . ... April . ... By admin March 16, 2015 Posted in: Armagh Planetarium . ... Stargazing the Night Sky is a short and very informal course is for complete beginners who want to know more about the wonders of the cosmos. ... If you want to experience the amazing objects we can all see at night, this is the course for you. ... Copyright Armagh Planetarium 2014 All Rights Reserved. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/stargazing-the-night-sky-course-returns-in-april.html -- 42.9 Кб -- 09.04.2016
Похожие документы

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


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

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

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