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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mso.anu.edu.au/gallery3/index.php/publicEvents/SSO-StarFest-2014.

21. NEdit.org
... Browse on Line . ... To get this to work, add a macro menu item which calls open_include() . ... Oops. ) return } # # We have a filename ; now run through our list of paths see # if we can open the file . # include_path = $g_ include _path path_separator = : bpos = 0 epos = search_string( include_path , path_separator, bpos ) while( epos bpos ) { path_bit = substring( include_path , bpos , epos ) if( open_with_test (path_bit / ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-15.shtml -- 15.5 Кб -- 02.10.2012
Похожие документы

22. Using mod_rewrite to control access - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... It describes how you can use mod_rewrite to control access to various resources, and other related techniques. ... This technique relies on the value of the HTTP_REFERER variable, which is optional. ... RewriteCond %{HTTP_REFERER} !^ RewriteCond %{HTTP_REFERER} !www.example.com [NC] RewriteRule \.(gif|jpg|png)$ - [F,NC] . ... RewriteCond ${deflector:%{HTTP_REFERER}} =- RewriteRule ^ %{HTTP_REFERER} [R,L] RewriteCond %{HTTP_REFERER} != ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/rewrite/access.html -- 14.9 Кб -- 19.11.2015
Похожие документы

23. Gadget Box PPS Level Converter and CHU Modem
... It includes level converters and a optional radio modem designed to decode the radio timecode signals transmitted by the Canadian time and frequency station CHU. A complete set of schematics, PCB artwork, drill templates is in the pub/ntp/gadget.tar.Z file on ftp.udel.edu. ... One of these converts a TTL positive edge into a fixed- width pulse at EIA levels and is for use with a timecode receiver or oscillator including a TTL PPS output. ... See the schematic diagram gadget.s01 for reference. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/gadget.html -- 6.3 Кб -- 21.12.2007
Похожие документы

24. Be/X-ray binaries and candidates
... Natalya V. Raguzova and Sergei B. Popov . ... We present a compilative catalogue of Be/X-ray binaries and candidates in the Galaxy and in the Large and Small Magellanic Clouds. This catalogue contains 160 sources and provides information on names and spectral types of optical components, distances, on spin characteristics of neutron stars, and on orbital and X-ray properties of binary systems. ... Be/X-Ray Binaries and candidates in the Galaxy . Galactic sources: comments to the Table 1 . ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~raguzova/BeXcat/ -- 5.8 Кб -- 09.01.2015
Похожие документы

25. Lectures ? Amateur Astronomers Association of New York
Lectures . ... Lecture Series 2014-2015 . ... Clear Sky Chart . ... Beyond New York City . ... Observing Resources for Amateur Astronomers - Part 1: Beginning Observers . ... A History of the First Forty Years of the Amateur Astronomers Association . ... The Amateur Astronomers Association is proud to present an astronomy lecture series from October through May each year for our members and the public. ... 2016 Amateur Astronomers Association of New York Designed by Press Customizr Powered by . ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/lectures/ -- 101.9 Кб -- 09.04.2016
Похожие документы

26. Apache HTTP Server: Security Tips
... Server Side Includes . ... Protect Server Files by Default . Some hints and tips on security issues in setting up a web server. ... In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. ... If the logs directory is writeable (by a non-root user), someone could replace a log file with a symlink to some other system file, and then root might overwrite that file with arbitrary data. ... Accessing http://localhost/~root/ . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/security_tips.html -- 12.2 Кб -- 01.08.2003
Похожие документы

27. Spatial Region Boundaries
Describes how spatial region boundaries are handled. The golden rule for spatial region filtering was first enunciated by Leon VanSpeybroeck in 1986: . ... With this in mind, the rules for determining whether a boundary image pixel or table row are assigned to a region are defined below. For image filtering, pixels whose center is inside the boundary are included. ... That is, an row is inside the boundary without regard to its integerized pixel value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regbounds.html -- 7.3 Кб -- 01.10.2012
Похожие документы

28. The NMW survey homepage
NMW survey overview . Access image archive . ... The New Milky Way survey aims to detect bright (V<13.5) optical transients near the Galactic plane using an automated wide-field (8x6 deg.) system capable of surveying the whole Milky Way area visible from the observing site in one night. ... All images obtained during the transient search survey are available online (please use the image archive access form ). ... Images per field: . ... Images per night: . ... Milky Way imaging time: . ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/nmw/ -- 10.7 Кб -- 18.02.2015
Похожие документы
Еще в разделе: (Показать все результаты (>4) - scan.sai.msu.ru/ )

29. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

30. http://www.gao.spb.ru/database/csa/main_e.html
. General description of the database . Data: . Sunspot groups . Calcium flocculas . H-alpha filaments . Protuberances . Solar corona . Eruptions . Daily indices: . Wolf numbers . Sunspot areas . Synoptic maps . Indices derived from the catalogue data: . Summary data on separate sunspots . Monthly and yearly means of sunspot and faculae areas . Selection from the database: . Sunspot groups . Calcium flocculas . H-alpha filaments . Eruptions . The paticipants of the project . List of publications
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/database/csa/main_e.html -- 2.8 Кб -- 15.08.2007
Похожие документы

31. UHTC Coatings: Ultra High Transmission Coatings, Special Coatings, Telescopes,
... Telescopes ћ Binoculars ћ Microscopes . Meade Ultra-High Transmission coatings (UHTC ) Group . ... Meade Standard Coatings: The optical surfaces of all Meade telescopes include high-grade optical coatings fully consistent in quality with the precision of the optical surfaces themselves. ... These specialized, and extremely advantageous, coatings are offered here as the Meade Ultra-High Transmission Coatings (UHTC) group, a coatings group available optionally on many Meade telescope models. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/catalog/uhtc/index.html -- 24.8 Кб -- 10.11.2012
Похожие документы

32. Description of SED models
... FTP access the basic models is here . ... Below, we put short descriptions of the used SED models for the photometric redshifts providing by the current server . ... The uniqueness of this model consists in expanding to the near IR (NIR) of Rocca-Volmerange and Guiderdoni's (1988) atlas of synthetic spectra with a revised stellar library, which includes parameters of cool stars. ... Homepage of the GISSEL model). ... Another model used earlier is the model of synthetic spectra of Poggianti (1997). ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/sed_E_models.html -- 9.2 Кб -- 12.01.2005
Похожие документы
Еще в разделе: (Показать все результаты (>36) - sed.sao.ru/ )

33. Manpage of FITSHDR_EDIT
fitshdr_edit - FITS-file headers interactive editor fitshdr_edit [options] FITSfile_name . fitshdr_edit utility allows to modify FITS headers' lines interactively (FITS MultiExtentionsFiles included). fitshdr_edit is just simple shell script around fitshdr utility. ... It means, that You can't remove line from header! ... 560:CRDELT2 = 21.0 / this is example 640: 720:HISTORY header No.0: 1st history line 123456789012345678901234567 880:COMMENT Sat Sep 25 21:17:34 CEST 2004 / by fitshdr_edit . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr_edit.1.html -- 4.6 Кб -- 21.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>407) - lnfm1.sai.msu.ru/ )

34. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

35. Supernovae 2010jl in UGC 5189A
Supernovae 2010jl in UGC 5189A . This page is devoted to information on Supernova 2010jl in UGC 5189A . ... Astronomy Magazine's Supernova SN 2010jl . ... Bad Astronomy's SN 2010 JL in weird UGC 5189 . SpaceBanter.com 2010jl post . Blogbaker's 2010jl post . Joseph Brimacombe widefield color image . ... 2010/11/04.50 . ... 2010/11/05.203 . ... Joseph Brimacombe . 2010/11/05.467 . ... mirror . ... JM Llapasset . ... 2011/01/15.160 . ... Back to Bright Supernovae - 2010 . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/sn2010/sn2010jl.html -- 17.3 Кб -- 17.08.2014
Похожие документы

36. RSSI Homepage
Russian Space Science Internet (RSSI) is a successful result of RSSI Project. ... space oriented organizations; . ... RSSI offers for its members : . ... videoconferences via MBONE Internet protocol (there are 2 tunnels available now through the general IP network: one to NASA Internet, and another to Moscow State University); . ... It is designed so that all organizations connected to the RSSI gain access to the resources of Russian computer networks as well as world wide Internet. ... nic@rssi.ru ...
[ Сохраненная копия ]  Ссылки http://www.rssi.ru/ -- 6.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>10) - www.rssi.ru/ )

37. General Catalogue of Variable Stars: Description
... DESCRIPTION General Catalog of Variable Stars (GCVS database) . ... Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1990, General Catalogue of Variable Stars, 4rd ed., vol.IV, Nauka, Moscow. Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1992, General Catalogue of Variable Stars, 4rd ed., vol.IV, Bull. ... Kazarovets E.V., Durlevich O.V. Editor-in-Chief Samus N.N., 1998, New Catalogue of Suspected Variable Stars. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/intro.htm -- 11.3 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>92) - sai.msu.ru/ )

38. Gliese 876 System Includes Large Terrestrial Planet
... NASA , NSF Explanation: Is our Earth unique? In continuing efforts to answer this question, astronomers have now discovered an Earth-like planet orbiting a distant normal star. ... Slight, fast, but regular wobbles of nearby small M - dwarf star Gliese 876 showed evidence for a planet with a likely mass slightly higher than a minimum six times the mass of Earth. ... Publications with keywords: planets - Earth - Gliese 876 . Publications with words: planets - Earth - Gliese 876 . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2005-06-14 -- 16.7 Кб -- 12.10.2011
Похожие документы

39. MAO NASU :: Topic: The "Flame" description (1/1)
... Recent Topics . ... Forum . MAO main . Flame . The "Flame" description . ... The English description is not quite correct, I suggest something like: . ... Just testing forum . The administrator has disabled public write access. sekanato . ... Description changed. ... The administrator has disabled public write access. Board Categories MAO main - Info - MAO - news - Flame Technical - Technical Support(Forum)(Техподдержка(Форум)) . ... Powered by Kunena Forum . ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/ua/forum/flame/20-the-flame-description -- 19.3 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>949) - www.mao.kiev.ua/ )

40. Amateur Telescope Makers of Boston
... GIANT Magellan Telescope . Dr. Dan Fabricant . ... The Giant Magellan Telescope (GMT) is a 25 meter diameter optical-infrared telescope that will be sited in Chile. ... Dr. Fabricant, a leader in the design of new instruments for optical astrophysics, led the development of the optical and instrument design for the Multiple Mirror Telescope (MMT) in Arizona. ... Copyright (c) Amateur Telescope Makers of Boston, Inc. ...
[ Сохраненная копия ]  Ссылки http://www.atmob.org/events/clubmeetings.php?id=79 -- 10.1 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>66557) - www.atmob.org/ )

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


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

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

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